01HDHPCZBW8CW6EYM97R3CQA64: 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: 01HDHPD9ETT1BKJSGHZPEC4DY0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-24T20:37:10.892Zjob assigned to worker 01HDHPDJT09N1RTPRFN0DKF2AQ (queued for 1 m 17 s)
 
22023-10-24T20:37:11.441Zstarting task 0: "setup"
32023-10-24T20:37:11.945Z++ uname -s
42023-10-24T20:37:11.952Z+ kern=SunOS
52023-10-24T20:37:11.964Z+ case "$kern" in
62023-10-24T20:37:11.978Z+ groupadd -g 12345 build
72023-10-24T20:37:11.989Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-24T20:37:13.512Z+ zfs create -o mountpoint=/work rpool/work
92023-10-24T20:37:13.616Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-24T20:37:13.619Z+ home_fs=zfs
112023-10-24T20:37:13.621Z+ [[ zfs == autofs ]]
122023-10-24T20:37:13.624Z+ mkdir -p /home/build
132023-10-24T20:37:13.627Z+ chown build:build /home/build /work
142023-10-24T20:37:15.627Z+ chmod 0700 /home/build /work
152023-10-24T20:37:15.631Zprocess exited: duration 4179 ms, exit code 0
 
162023-10-24T20:37:15.637Zstarting task 1: "rust-toolchain"
172023-10-24T20:37:15.650Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-24T20:37:15.653Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-24T20:37:15.838Zinfo: downloading installer
202023-10-24T20:37:17.527Zwarning: it looks like you have an existing installation of Rust at:
212023-10-24T20:37:17.532Zwarning: /opt/ooce/bin
222023-10-24T20:37:17.564Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-24T20:37:17.583Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-24T20:37:17.589Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-24T20:37:17.592Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-24T20:37:17.599Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-24T20:37:17.603Zerror: cannot install while Rust is installed
282023-10-24T20:37:17.607Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-24T20:37:17.628Zinfo: profile set to 'default'
302023-10-24T20:37:17.634Zinfo: default host triple is x86_64-unknown-illumos
312023-10-24T20:37:17.639Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-24T20:37:17.832Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-24T20:37:17.844Zinfo: downloading component 'cargo'
342023-10-24T20:37:18.631Zinfo: downloading component 'clippy'
352023-10-24T20:37:18.912Zinfo: downloading component 'rust-docs'
362023-10-24T20:37:19.913Zinfo: downloading component 'rust-std'
372023-10-24T20:37:21.728Zinfo: downloading component 'rustc'
382023-10-24T20:37:26.077Zinfo: downloading component 'rustfmt'
392023-10-24T20:37:26.334Zinfo: installing component 'cargo'
402023-10-24T20:37:27.779Zinfo: installing component 'clippy'
412023-10-24T20:37:28.399Zinfo: installing component 'rust-docs'
422023-10-24T20:37:31.140Zinfo: installing component 'rust-std'
432023-10-24T20:37:34.310Zinfo: installing component 'rustc'
442023-10-24T20:37:47.274Zinfo: installing component 'rustfmt'
452023-10-24T20:37:47.726Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-24T20:37:47.733Z
472023-10-24T20:37:47.864Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-24T20:37:47.875Z
492023-10-24T20:37:48.302Z
502023-10-24T20:37:48.307ZRust is installed now. Great!
512023-10-24T20:37:48.321Z
522023-10-24T20:37:48.330ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-24T20:37:48.339Zenvironment variable. This has not been done automatically.
542023-10-24T20:37:48.348Z
552023-10-24T20:37:48.356ZTo configure your current shell, run:
562023-10-24T20:37:48.363Zsource "$HOME/.cargo/env"
572023-10-24T20:37:48.369Z+ rustc --version
582023-10-24T20:37:48.375Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-24T20:37:48.382Zprocess exited: duration 32433 ms, exit code 0
 
602023-10-24T20:37:48.399Zstarting task 2: "authentication"
612023-10-24T20:37:48.449Zprocess exited: duration 39 ms, exit code 0
 
622023-10-24T20:37:48.474Zstarting task 3: "clone repository"
632023-10-24T20:37:48.494Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-24T20:37:48.505Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-24T20:37:48.530ZCloning into '/work/oxidecomputer/omicron'...
662023-10-24T20:37:55.249Z+ cd /work/oxidecomputer/omicron
672023-10-24T20:37:55.252Z+ [[ -n improve-oximeter-error-reporting ]]
682023-10-24T20:37:55.255Z+ git fetch origin improve-oximeter-error-reporting
692023-10-24T20:37:55.625ZFrom https://github.com/oxidecomputer/omicron
702023-10-24T20:37:55.628Z * branch improve-oximeter-error-reporting -> FETCH_HEAD
712023-10-24T20:37:55.636Z+ git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting
722023-10-24T20:37:55.729ZSwitched to a new branch 'improve-oximeter-error-reporting'
732023-10-24T20:37:55.732Zbranch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'.
742023-10-24T20:37:55.735Z+ git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78
752023-10-24T20:37:55.881ZHEAD is now at c1b28752 Improve comment around locking schema map
762023-10-24T20:37:55.886Zprocess exited: duration 7399 ms, exit code 0
 
772023-10-24T20:37:55.907Zstarting task 4: "build"
782023-10-24T20:37:55.922Z+ NEXTEST_VERSION=0.9.59
792023-10-24T20:37:55.926Z+ cargo --version
802023-10-24T20:37:56.009Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-24T20:37:56.012Z+ rustc --version
822023-10-24T20:37:56.111Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-24T20:37:56.117Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-10-24T20:37:56.120Z+ gunzip
852023-10-24T20:37:56.123Z+ tar -xvf - -C /home/build/.cargo/bin
862023-10-24T20:37:57.424Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-10-24T20:37:57.429Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-10-24T20:37:57.493Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-10-24T20:37:57.498Ztests will store output in /var/tmp/omicron_tmp
902023-10-24T20:37:57.504Z+ mkdir /var/tmp/omicron_tmp
912023-10-24T20:37:57.508Z+ source ./env.sh
922023-10-24T20:37:57.515Z++ set -o xtrace
932023-10-24T20:37:57.518Z++++ dirname ./env.sh
942023-10-24T20:37:57.535Z+++ cd .
952023-10-24T20:37:57.543Z+++ echo /work/oxidecomputer/omicron
962023-10-24T20:37:57.553Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-10-24T20:37:57.558Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982023-10-24T20:37:57.563Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-10-24T20:37:57.567Z++ 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
1002023-10-24T20:37:57.576Z++ 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
1012023-10-24T20:37:57.581Z++ 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
1022023-10-24T20:37:57.591Z++ 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
1032023-10-24T20:37:57.596Z++ 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
1042023-10-24T20:37:57.605Z++ 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
1052023-10-24T20:37:57.608Z++ unset OMICRON_WS
1062023-10-24T20:37:57.622Z++ set +o xtrace
1072023-10-24T20:37:57.628Z
1082023-10-24T20:37:57.633Z ##### ##### ###### ##### ###### #### # # # #### #
1092023-10-24T20:37:57.642Z # # # # # # # # # # # # # # #
1102023-10-24T20:37:57.647Z # # # # ##### # # ##### # # # # # #### #
1112023-10-24T20:37:57.650Z ##### ##### # ##### # # # # # # # # #
1122023-10-24T20:37:57.653Z # # # # # # # # # # # # # # #
1132023-10-24T20:37:57.656Z # # # ###### # # ###### ### # #### # #### #
1142023-10-24T20:37:57.659Z
1152023-10-24T20:38:17.394Z Startup: Refreshing catalog 'helios-dev' ... Done
1162023-10-24T20:38:18.360Z Startup: Caching catalogs ... Done
1172023-10-24T20:38:22.905ZPlanning: Solver setup ... Done (4.263s)
1182023-10-24T20:38:23.018ZPlanning: Running solver ... Done (0.113s)
1192023-10-24T20:38:23.266ZPlanning: Finding local manifests ... Done (0.201s)
1202023-10-24T20:38:23.281ZPlanning: Fetching manifests: 0/4 0% complete
1212023-10-24T20:38:24.300ZPlanning: Fetching manifests: 4/4 100% complete
1222023-10-24T20:38:24.406ZPlanning: Package planning ... Done (0.079s)
1232023-10-24T20:38:24.465ZPlanning: Merging actions ... Done (0.085s)
1242023-10-24T20:38:26.114ZPlanning: Checking for conflicting actions ... Done (1.648s)
1252023-10-24T20:38:26.131ZPlanning: Consolidating action changes ... Done (0.017s)
1262023-10-24T20:38:40.840ZPlanning: Evaluating mediators ... Done (14.685s)
1272023-10-24T20:38:40.843ZPlanning: Planning completed in 22.42 seconds
1282023-10-24T20:38:49.917Z Packages to install: 4
1292023-10-24T20:38:49.920Z Mediators to change: 2
1302023-10-24T20:38:49.923Z Services to change: 1
1312023-10-24T20:38:49.926Z Estimated space available: 149.38 GB
1322023-10-24T20:38:49.930ZEstimated space to be consumed: 1.37 GB
1332023-10-24T20:38:49.934Z Create boot environment: No
1342023-10-24T20:38:49.936ZCreate backup boot environment: No
1352023-10-24T20:38:49.939Z Rebuild boot archive: No
1362023-10-24T20:38:49.943Z
1372023-10-24T20:38:49.946ZChanged mediators:
1382023-10-24T20:38:49.949Z mediator clang:
1392023-10-24T20:38:49.951Z version: None -> 15 (system default)
1402023-10-24T20:38:49.954Z
1412023-10-24T20:38:49.957Z mediator llvm:
1422023-10-24T20:38:49.960Z version: 14 (system default) -> 15 (system default)
1432023-10-24T20:38:49.962Z
1442023-10-24T20:38:49.965ZChanged packages:
1452023-10-24T20:38:49.967Zhelios-dev
1462023-10-24T20:38:49.970Z developer/build-essential
1472023-10-24T20:38:49.973Z None -> 11-2.0
1482023-10-24T20:38:49.975Z library/libxmlsec1
1492023-10-24T20:38:49.978Z None -> 1.2.35-2.0
1502023-10-24T20:38:49.980Z ooce/developer/clang-15
1512023-10-24T20:38:49.983Z None -> 15.0.7-2.0
1522023-10-24T20:38:49.986Z ooce/developer/llvm-15
1532023-10-24T20:38:49.988Z None -> 15.0.7-2.0
1542023-10-24T20:38:49.991Z
1552023-10-24T20:38:49.994ZServices:
1562023-10-24T20:38:49.996Z restart_fmri:
1572023-10-24T20:38:49.999Z svc:/system/update-man-index:default
1582023-10-24T20:38:50.197Z
1592023-10-24T20:38:50.200ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1602023-10-24T20:38:55.197ZDownload: 1190/3290 items 75.6/212.6MB 35% complete (15.3M/s)
1612023-10-24T20:39:00.204ZDownload: 1481/3290 items 117.3/212.6MB 55% complete (11.9M/s)
1622023-10-24T20:39:06.887ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1632023-10-24T20:39:13.288ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1642023-10-24T20:39:18.305ZDownload: 3288/3290 items 211.6/212.6MB 99% complete (18.8M/s)
1652023-10-24T20:39:18.629ZDownload: Completed 212.60 MB in 28.43 seconds (7.5M/s)
1662023-10-24T20:39:19.896Z Actions: 1/3687 actions (Installing new actions)
1672023-10-24T20:39:24.937Z Actions: 2776/3687 actions (Installing new actions)
1682023-10-24T20:39:28.093Z Actions: Completed 3687 actions in 8.20 seconds.
1692023-10-24T20:39:28.174Z Done (0.074s)
1702023-10-24T20:39:28.177Z Done (0.000s)
1712023-10-24T20:39:28.364Z Done (0.190s)
1722023-10-24T20:39:35.790Z Done (7.315s)
1732023-10-24T20:39:36.067Z Done (0.183s)
1742023-10-24T20:39:36.075Z Done (0.000s)
1752023-10-24T20:39:36.351Z Done (0.000s)
1762023-10-24T20:39:37.021ZPlanning: Evaluating mediator changes ... Done
1772023-10-24T20:39:37.316ZPlanning: Checking for conflicting actions ... Done
1782023-10-24T20:39:37.322ZPlanning: Consolidating action changes ... Done
1792023-10-24T20:39:37.726ZPlanning: Evaluating mediators ... Done
1802023-10-24T20:39:37.728ZPlanning: Planning completed in 0.71 seconds
1812023-10-24T20:39:37.780Z Mediators to change: 2
1822023-10-24T20:39:37.783Z Create boot environment: No
1832023-10-24T20:39:37.786ZCreate backup boot environment: No
1842023-10-24T20:39:37.905Z Done
1852023-10-24T20:39:37.908Z Done
1862023-10-24T20:39:38.028Z Done
1872023-10-24T20:39:43.744Z Done
1882023-10-24T20:39:43.864Z Done
1892023-10-24T20:39:43.868Z Done
1902023-10-24T20:39:43.990Z Done
1912023-10-24T20:39:45.002ZPlanning: Evaluating mediator changes ... Done
1922023-10-24T20:39:45.005ZPlanning: Merging actions ... Done
1932023-10-24T20:39:45.331ZPlanning: Checking for conflicting actions ... Done
1942023-10-24T20:39:45.334ZPlanning: Consolidating action changes ... Done
1952023-10-24T20:39:45.763ZPlanning: Evaluating mediators ... Done
1962023-10-24T20:39:45.855ZPlanning: Planning completed in 1.30 seconds
1972023-10-24T20:39:45.912Z Packages to change: 1
1982023-10-24T20:39:45.919Z Mediators to change: 1
1992023-10-24T20:39:45.927Z Services to change: 1
2002023-10-24T20:39:45.934Z Create boot environment: No
2012023-10-24T20:39:45.942ZCreate backup boot environment: Yes
2022023-10-24T20:39:47.843Z Actions: 1/6 actions (Updating modified actions)
2032023-10-24T20:39:47.846Z Actions: Completed 6 actions in 0.00 seconds.
2042023-10-24T20:39:47.854Z Done
2052023-10-24T20:39:47.864Z Done
2062023-10-24T20:39:48.278Z Done
2072023-10-24T20:39:53.599Z Done
2082023-10-24T20:39:53.720Z Done
2092023-10-24T20:39:53.724Z Done
2102023-10-24T20:39:53.816Z Done
2112023-10-24T20:39:54.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122023-10-24T20:39:54.491Zclang system 15 system
2132023-10-24T20:39:54.494Zcsh system system illumos
2142023-10-24T20:39:54.497Zctags system system illumos
2152023-10-24T20:39:54.500Zgcc vendor 12 vendor
2162023-10-24T20:39:54.503Zgcc system 10 system
2172023-10-24T20:39:54.507Zgcc system 7 system
2182023-10-24T20:39:54.510Zgo system 1.20 system
2192023-10-24T20:39:54.513Zgo system 1.19 system
2202023-10-24T20:39:54.518Zllvm system 15 system
2212023-10-24T20:39:54.520Zllvm system 14 system
2222023-10-24T20:39:54.523Zmariadb system 10.6 system
2232023-10-24T20:39:54.526Zmta vendor vendor dma
2242023-10-24T20:39:54.529Zopenjdk system 17 system
2252023-10-24T20:39:54.532Zopenjdk system 11 system
2262023-10-24T20:39:54.535Zopenjdk system 1.8 system
2272023-10-24T20:39:54.538Zopenssl vendor 3 vendor
2282023-10-24T20:39:54.541Zperl system 5.36 system
2292023-10-24T20:39:54.544Zpostgresql system 15 system
2302023-10-24T20:39:54.547Zpostgresql system 13 system
2312023-10-24T20:39:54.550Zpython vendor 3 vendor
2322023-10-24T20:39:54.554Zpython system 2 system
2332023-10-24T20:39:54.557Zpython3 system 3.11 system
2342023-10-24T20:39:54.560Zruby system 3.0 system
2352023-10-24T20:39:54.563Zwords vendor vendor american-english
2362023-10-24T20:39:54.568Zwords system system australian-english
2372023-10-24T20:39:54.571Zwords system system british-english
2382023-10-24T20:39:54.574Zwords system system canadian-english
2392023-10-24T20:39:54.577Zwords system system french
2402023-10-24T20:39:54.580Zwords system system italian
2412023-10-24T20:39:54.583Zwords system system ngerman
2422023-10-24T20:39:54.585Zwords system system ogerman
2432023-10-24T20:39:54.588Zwords system system spanish
2442023-10-24T20:39:55.022ZFMRI IFO
2452023-10-24T20:39:55.025Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462023-10-24T20:39:55.028Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472023-10-24T20:39:55.031Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482023-10-24T20:39:55.033Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2492023-10-24T20:39:55.036Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502023-10-24T20:39:55.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2512023-10-24T20:39:55.096Z+ set -o errexit
2522023-10-24T20:39:55.098Z+++ dirname ./tools/ci_download_cockroachdb
2532023-10-24T20:39:55.101Z++ cd ./tools
2542023-10-24T20:39:55.104Z++ pwd
2552023-10-24T20:39:55.107Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2562023-10-24T20:39:55.110Z++ basename ./tools/ci_download_cockroachdb
2572023-10-24T20:39:55.116Z+ ARG0=ci_download_cockroachdb
2582023-10-24T20:39:55.119Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2592023-10-24T20:39:55.122Z+ CIDL_VERSION=v22.1.9
2602023-10-24T20:39:55.125Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2612023-10-24T20:39:55.128Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2622023-10-24T20:39:55.131Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2632023-10-24T20:39:55.134Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2642023-10-24T20:39:55.137Z+ TARGET_DIR=out
2652023-10-24T20:39:55.140Z+ DOWNLOAD_DIR=out/downloads
2662023-10-24T20:39:55.143Z+ DEST_DIR=./out/cockroachdb
2672023-10-24T20:39:55.146Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2682023-10-24T20:39:55.149Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2692023-10-24T20:39:55.152Z+ main
2702023-10-24T20:39:55.155Z+ [[ 0 != 0 ]]
2712023-10-24T20:39:55.158Z+ CIDL_OS=solaris2.11
2722023-10-24T20:39:55.162Z+ [[ 0 != 0 ]]
2732023-10-24T20:39:55.165Z+ configure_os solaris2.11
2742023-10-24T20:39:55.168Z+ echo 'current directory: /work/oxidecomputer/omicron'
2752023-10-24T20:39:55.172Zcurrent directory: /work/oxidecomputer/omicron
2762023-10-24T20:39:55.175Z+ echo 'configuring based on OS: "solaris2.11"'
2772023-10-24T20:39:55.183Zconfiguring based on OS: "solaris2.11"
2782023-10-24T20:39:55.195Z+ case "$1" in
2792023-10-24T20:39:55.205Z+ CIDL_BUILD=illumos
2802023-10-24T20:39:55.212Z+ CIDL_SUFFIX=tar.gz
2812023-10-24T20:39:55.218Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2822023-10-24T20:39:55.223Z+ CIDL_MD5FUNC=do_md5sum
2832023-10-24T20:39:55.226Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842023-10-24T20:39:55.230Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852023-10-24T20:39:55.236Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862023-10-24T20:39:55.247Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872023-10-24T20:39:55.250Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-10-24T20:39:55.254Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892023-10-24T20:39:55.257Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-10-24T20:39:55.263Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912023-10-24T20:39:55.269ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922023-10-24T20:39:55.281Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932023-10-24T20:39:55.293ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-10-24T20:39:55.306Z+ mkdir -p out/downloads
2952023-10-24T20:39:55.315Z+ mkdir -p ./out/cockroachdb
2962023-10-24T20:39:55.321Z+ local DO_DOWNLOAD=true
2972023-10-24T20:39:55.327Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2982023-10-24T20:39:55.343Z+ '[' true == true ']'
2992023-10-24T20:39:55.355Z+ echo Downloading...
3002023-10-24T20:39:55.364Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-10-24T20:39:55.369ZDownloading...
3022023-10-24T20:39:55.372Z+ 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
3032023-10-24T20:39:57.887Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042023-10-24T20:39:57.890Z++ md5sum
3052023-10-24T20:39:57.893Z++ awk '{print $1}'
3062023-10-24T20:39:58.070Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3072023-10-24T20:39:58.073Z+ [[ 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 ]]
3082023-10-24T20:39:58.075Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-10-24T20:39:58.078Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3102023-10-24T20:40:01.481Z+ do_assemble_illumos
3112023-10-24T20:40:01.487Z+ rm -r ./out/cockroachdb
3122023-10-24T20:40:01.500Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3132023-10-24T20:40:02.112Z+ ./out/cockroachdb/bin/cockroach version
3142023-10-24T20:40:02.336ZBuild Tag: v22.1.9-dirty
3152023-10-24T20:40:02.340ZBuild Time: 2022/10/26 21:17:46
3162023-10-24T20:40:02.344ZDistribution: OSS
3172023-10-24T20:40:02.347ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3182023-10-24T20:40:02.350ZGo Version: go1.17.13
3192023-10-24T20:40:02.354ZC Compiler: gcc 10.3.0
3202023-10-24T20:40:02.359ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3212023-10-24T20:40:02.362ZBuild Type: release
3222023-10-24T20:40:02.365Z+ set -o errexit
3232023-10-24T20:40:02.372Z+++ dirname ./tools/ci_download_clickhouse
3242023-10-24T20:40:02.375Z++ cd ./tools
3252023-10-24T20:40:02.378Z++ pwd
3262023-10-24T20:40:02.381Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3272023-10-24T20:40:02.399Z++ basename ./tools/ci_download_clickhouse
3282023-10-24T20:40:02.402Z+ ARG0=ci_download_clickhouse
3292023-10-24T20:40:02.406Z+ TARGET_DIR=out
3302023-10-24T20:40:02.410Z+ DOWNLOAD_DIR=out/downloads
3312023-10-24T20:40:02.413Z+ DEST_DIR=./out/clickhouse
3322023-10-24T20:40:02.421Z+ CIDL_VERSION=v22.8.9.24
3332023-10-24T20:40:02.424Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3342023-10-24T20:40:02.431Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3352023-10-24T20:40:02.441Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3362023-10-24T20:40:02.449Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3372023-10-24T20:40:02.455Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3382023-10-24T20:40:02.463Z+ main
3392023-10-24T20:40:02.471Z+ [[ 0 != 0 ]]
3402023-10-24T20:40:02.476Z+ CIDL_OS=solaris2.11
3412023-10-24T20:40:02.481Z+ [[ 0 != 0 ]]
3422023-10-24T20:40:02.487Z+ configure_os solaris2.11
3432023-10-24T20:40:02.492Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442023-10-24T20:40:02.499Zcurrent directory: /work/oxidecomputer/omicron
3452023-10-24T20:40:02.505Z+ echo 'configuring based on OS: "solaris2.11"'
3462023-10-24T20:40:02.512Zconfiguring based on OS: "solaris2.11"
3472023-10-24T20:40:02.519Z+ CIDL_DASHREV=
3482023-10-24T20:40:02.528Z+ case "$1" in
3492023-10-24T20:40:02.535Z+ CIDL_PLATFORM=illumos
3502023-10-24T20:40:02.543Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3512023-10-24T20:40:02.548Z+ CIDL_MD5FUNC=do_md5sum
3522023-10-24T20:40:02.555Z+ CIDL_DASHREV=-1
3532023-10-24T20:40:02.566Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3542023-10-24T20:40:02.574Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-10-24T20:40:02.589Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-10-24T20:40:02.609Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572023-10-24T20:40:02.616Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3582023-10-24T20:40:02.626ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-10-24T20:40:02.635Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3602023-10-24T20:40:02.644ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612023-10-24T20:40:02.653Z+ mkdir -p out/downloads
3622023-10-24T20:40:02.661Z+ mkdir -p ./out/clickhouse
3632023-10-24T20:40:02.669Z+ local DO_DOWNLOAD=true
3642023-10-24T20:40:02.678Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3652023-10-24T20:40:02.688Z+ '[' true == true ']'
3662023-10-24T20:40:02.698Z+ echo Downloading...
3672023-10-24T20:40:02.706ZDownloading...
3682023-10-24T20:40:02.716Z+ 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
3692023-10-24T20:40:02.725Z+ 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
3702023-10-24T20:40:04.164Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-10-24T20:40:04.172Z++ md5sum
3722023-10-24T20:40:04.185Z++ awk '{print $1}'
3732023-10-24T20:40:04.611Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3742023-10-24T20:40:04.633Z+ [[ 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 ]]
3752023-10-24T20:40:05.046Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3762023-10-24T20:40:05.049Z+ mkdir -p ./out/clickhouse
3772023-10-24T20:40:05.052Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3782023-10-24T20:40:09.341Z+ ./out/clickhouse/clickhouse server --version
3792023-10-24T20:40:09.354ZClickHouse server version 22.8.9.1.
3802023-10-24T20:40:09.373Z+ set -o errexit
3812023-10-24T20:40:09.795Z+++ dirname ./tools/ci_download_console
3822023-10-24T20:40:10.218Z++ cd ./tools
3832023-10-24T20:40:10.242Z++ pwd
3842023-10-24T20:40:10.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3852023-10-24T20:40:10.661Z++ basename ./tools/ci_download_console
3862023-10-24T20:40:10.664Z+ ARG0=ci_download_console
3872023-10-24T20:40:10.667Z+ TARGET_DIR=out
3882023-10-24T20:40:10.674Z+ DOWNLOAD_DIR=out/downloads
3892023-10-24T20:40:10.681Z+ DEST_DIR=./out/console-assets
3902023-10-24T20:40:11.111Z+ source /work/oxidecomputer/omicron/tools/console_version
3912023-10-24T20:40:11.115Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3922023-10-24T20:40:11.118Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3932023-10-24T20:40:11.122Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3942023-10-24T20:40:11.126Z+ TARBALL_FILE=out/downloads/console.tar.gz
3952023-10-24T20:40:11.130Z+ main
3962023-10-24T20:40:11.134Z+ [[ 0 != 0 ]]
3972023-10-24T20:40:11.138Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3982023-10-24T20:40:11.141ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3992023-10-24T20:40:11.146Z+ echo 'Local file: out/downloads/console.tar.gz'
4002023-10-24T20:40:11.149ZLocal file: out/downloads/console.tar.gz
4012023-10-24T20:40:11.153Z+ local DO_DOWNLOAD=true
4022023-10-24T20:40:11.157Z+ [[ -f out/downloads/console.tar.gz ]]
4032023-10-24T20:40:11.161Z+ mkdir -p out/downloads
4042023-10-24T20:40:11.165Z+ '[' true == true ']'
4052023-10-24T20:40:11.169Z+ echo Downloading...
4062023-10-24T20:40:11.172ZDownloading...
4072023-10-24T20:40:11.176Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
4082023-10-24T20:40:11.179Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
4092023-10-24T20:40:11.182Z++ do_sha256sum out/downloads/console.tar.gz
4102023-10-24T20:40:11.184Z++ case "$OSTYPE" in
4112023-10-24T20:40:11.187Z++ SHA=sha256sum
4122023-10-24T20:40:11.189Z++ sha256sum
4132023-10-24T20:40:11.193Z++ awk '{print $1}'
4142023-10-24T20:40:11.197Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
4152023-10-24T20:40:11.208Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
4162023-10-24T20:40:11.224Z+ rm -rf ./out/console-assets
4172023-10-24T20:40:11.239Z+ mkdir -p ./out/console-assets
4182023-10-24T20:40:11.249Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4192023-10-24T20:40:11.256Z+ mkdir -p ./out/console-assets
4202023-10-24T20:40:11.265Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4212023-10-24T20:40:11.279Z+ set -o errexit
4222023-10-24T20:40:11.292Z+++ dirname ./tools/ci_download_maghemite_openapi
4232023-10-24T20:40:11.737Z++ cd ./tools
4242023-10-24T20:40:12.211Z++ pwd
4252023-10-24T20:40:12.227Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262023-10-24T20:40:12.645Z++ basename ./tools/ci_download_maghemite_openapi
4272023-10-24T20:40:12.653Z+ ARG0=ci_download_maghemite_openapi
4282023-10-24T20:40:12.667Z+ TARGET_DIR=out
4292023-10-24T20:40:12.679Z+ DOWNLOAD_DIR=out/downloads
4302023-10-24T20:40:12.686Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4312023-10-24T20:40:12.693Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4322023-10-24T20:40:12.698Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4332023-10-24T20:40:12.702Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4342023-10-24T20:40:12.706Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4352023-10-24T20:40:12.711Z+ main
4362023-10-24T20:40:12.714Z+ [[ 0 != 0 ]]
4372023-10-24T20:40:12.717Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4382023-10-24T20:40:12.720ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4392023-10-24T20:40:12.723Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4402023-10-24T20:40:12.727ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4412023-10-24T20:40:12.730Z+ local DO_DOWNLOAD=true
4422023-10-24T20:40:12.733Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4432023-10-24T20:40:12.736Z+ mkdir -p out/downloads
4442023-10-24T20:40:12.738Z+ '[' true == true ']'
4452023-10-24T20:40:12.742Z+ echo Downloading...
4462023-10-24T20:40:12.745ZDownloading...
4472023-10-24T20:40:12.753Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4482023-10-24T20:40:12.765Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4492023-10-24T20:40:12.775Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4502023-10-24T20:40:12.781ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4512023-10-24T20:40:12.798Z++ case "$OSTYPE" in
4522023-10-24T20:40:12.804ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4532023-10-24T20:40:12.809Z++ SHA=sha256sum
4542023-10-24T20:40:12.812ZDownloading...
4552023-10-24T20:40:12.815Z++ sha256sum
4562023-10-24T20:40:12.818Z++ awk '{print $1}'
4572023-10-24T20:40:12.821Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4582023-10-24T20:40:12.824Z+ [[ 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 ]]
4592023-10-24T20:40:12.827Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4602023-10-24T20:40:12.830Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4612023-10-24T20:40:12.833Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4622023-10-24T20:40:12.836Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4632023-10-24T20:40:12.840Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4642023-10-24T20:40:12.843Z+ main
4652023-10-24T20:40:12.847Z+ [[ 0 != 0 ]]
4662023-10-24T20:40:12.855Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4672023-10-24T20:40:12.865Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4682023-10-24T20:40:12.882Z+ local DO_DOWNLOAD=true
4692023-10-24T20:40:12.891Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4702023-10-24T20:40:12.899Z+ mkdir -p out/downloads
4712023-10-24T20:40:12.924ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4722023-10-24T20:40:12.937Z+ '[' true == true ']'
4732023-10-24T20:40:12.944ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4742023-10-24T20:40:12.952Z+ echo Downloading...
4752023-10-24T20:40:12.957ZDownloading...
4762023-10-24T20:40:12.967Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4772023-10-24T20:40:12.971Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4782023-10-24T20:40:12.977Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4792023-10-24T20:40:12.983Z++ case "$OSTYPE" in
4802023-10-24T20:40:12.990Z++ SHA=sha256sum
4812023-10-24T20:40:13.001Z++ sha256sum
4822023-10-24T20:40:13.007Z++ awk '{print $1}'
4832023-10-24T20:40:13.011Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4842023-10-24T20:40:13.017Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4852023-10-24T20:40:13.022Z+ set -o errexit
4862023-10-24T20:40:13.029Z+++ dirname ./tools/ci_download_dendrite_openapi
4872023-10-24T20:40:13.033Z++ cd ./tools
4882023-10-24T20:40:13.043Z++ pwd
4892023-10-24T20:40:13.049Zcurrent directory: /work/oxidecomputer/omicron
4902023-10-24T20:40:13.055Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912023-10-24T20:40:13.066Zconfiguring based on OS: "solaris2.11"
4922023-10-24T20:40:13.511Z++ basename ./tools/ci_download_dendrite_openapi
4932023-10-24T20:40:13.515ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
4942023-10-24T20:40:13.518Z+ ARG0=ci_download_dendrite_openapi
4952023-10-24T20:40:13.521ZLocal file: out/downloads/dendrite-stub.tar.gz
4962023-10-24T20:40:13.524Z+ TARGET_DIR=out
4972023-10-24T20:40:13.527ZDownloading...
4982023-10-24T20:40:13.530Z+ DOWNLOAD_DIR=out/downloads
4992023-10-24T20:40:13.533Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5002023-10-24T20:40:13.536Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
5012023-10-24T20:40:13.540Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5022023-10-24T20:40:13.543Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
5032023-10-24T20:40:13.547Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
5042023-10-24T20:40:13.551Z+ main
5052023-10-24T20:40:13.554Z+ [[ 0 != 0 ]]
5062023-10-24T20:40:13.556Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
5072023-10-24T20:40:13.561Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
5082023-10-24T20:40:13.564Z+ local DO_DOWNLOAD=true
5092023-10-24T20:40:13.568Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
5102023-10-24T20:40:13.574Z+ mkdir -p out/downloads
5112023-10-24T20:40:13.584Z+ '[' true == true ']'
5122023-10-24T20:40:13.597Z+ echo Downloading...
5132023-10-24T20:40:13.616Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
5142023-10-24T20:40:13.628Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
5152023-10-24T20:40:13.648Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
5162023-10-24T20:40:13.663Z++ case "$OSTYPE" in
5172023-10-24T20:40:13.673Z++ SHA=sha256sum
5182023-10-24T20:40:13.681Z++ sha256sum
5192023-10-24T20:40:13.685Z++ awk '{print $1}'
5202023-10-24T20:40:13.689Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5212023-10-24T20:40:13.693Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
5222023-10-24T20:40:13.697Z+ set -o errexit
5232023-10-24T20:40:13.703Z+++ dirname ./tools/ci_download_dendrite_stub
5242023-10-24T20:40:13.709Z++ cd ./tools
5252023-10-24T20:40:13.714Z++ pwd
5262023-10-24T20:40:13.720Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272023-10-24T20:40:13.728Z++ basename ./tools/ci_download_dendrite_stub
5282023-10-24T20:40:13.737Z+ ARG0=ci_download_dendrite_stub
5292023-10-24T20:40:13.743Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5302023-10-24T20:40:13.749Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5312023-10-24T20:40:13.754Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
5322023-10-24T20:40:13.758Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
5332023-10-24T20:40:13.762Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342023-10-24T20:40:13.767Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
5352023-10-24T20:40:13.772Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5362023-10-24T20:40:13.776Z+ TARGET_DIR=out
5372023-10-24T20:40:13.779Z+ DOWNLOAD_DIR=out/downloads
5382023-10-24T20:40:13.784Z+ DEST_DIR=./out/dendrite-stub
5392023-10-24T20:40:13.786Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5402023-10-24T20:40:13.790Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412023-10-24T20:40:13.793Z+ REPO=oxidecomputer/dendrite
5422023-10-24T20:40:13.795Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5432023-10-24T20:40:13.798Z+ main
5442023-10-24T20:40:13.801Z+ [[ 0 != 0 ]]
5452023-10-24T20:40:13.804Z+ CIDL_OS=solaris2.11
5462023-10-24T20:40:13.806Z+ [[ 0 != 0 ]]
5472023-10-24T20:40:13.809Z+ configure_os solaris2.11
5482023-10-24T20:40:13.812Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492023-10-24T20:40:13.815Z+ echo 'configuring based on OS: "solaris2.11"'
5502023-10-24T20:40:13.817Z+ case "$1" in
5512023-10-24T20:40:13.820Z+ SET_BINARIES=
5522023-10-24T20:40:13.823Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5532023-10-24T20:40:13.826Z+ CIDL_SHA256FUNC=do_sha256sum
5542023-10-24T20:40:13.829Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5552023-10-24T20:40:13.832Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5562023-10-24T20:40:13.835Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5572023-10-24T20:40:13.839Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5582023-10-24T20:40:13.845Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5592023-10-24T20:40:13.851Z+ mkdir -p out/downloads
5602023-10-24T20:40:13.854Z+ mkdir -p ./out/dendrite-stub
5612023-10-24T20:40:13.857Z+ fetch_and_verify
5622023-10-24T20:40:13.859Z+ local DO_DOWNLOAD=true
5632023-10-24T20:40:13.862Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642023-10-24T20:40:13.868Z+ '[' true == true ']'
5652023-10-24T20:40:13.874Z+ echo Downloading...
5662023-10-24T20:40:13.878Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5672023-10-24T20:40:13.881Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5682023-10-24T20:40:21.803Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5692023-10-24T20:40:21.809Z++ sha256sum
5702023-10-24T20:40:22.223Z++ awk '{print $1}'
5712023-10-24T20:40:22.233Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5722023-10-24T20:40:22.244Z+ [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]]
5732023-10-24T20:40:22.279Z+ do_untar out/downloads/dendrite-stub.tar.gz
5742023-10-24T20:40:22.284Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5752023-10-24T20:40:22.398Z+ do_assemble
5762023-10-24T20:40:22.401Z+ rm -r ./out/dendrite-stub
5772023-10-24T20:40:22.404Z+ mkdir ./out/dendrite-stub
5782023-10-24T20:40:22.407Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5792023-10-24T20:40:22.544Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5802023-10-24T20:40:22.556Z+ set -o errexit
5812023-10-24T20:40:22.559Z+++ dirname ./tools/ci_download_maghemite_mgd
5822023-10-24T20:40:22.562Z++ cd ./tools
5832023-10-24T20:40:22.564Z++ pwd
5842023-10-24T20:40:22.567Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852023-10-24T20:40:22.570Z++ basename ./tools/ci_download_maghemite_mgd
5862023-10-24T20:40:22.573Z+ ARG0=ci_download_maghemite_mgd
5872023-10-24T20:40:22.575Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5882023-10-24T20:40:22.578Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5892023-10-24T20:40:22.581Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5902023-10-24T20:40:22.584Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5912023-10-24T20:40:22.586Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5922023-10-24T20:40:22.591Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5932023-10-24T20:40:22.593Z+ TARGET_DIR=out
5942023-10-24T20:40:22.596Z+ DOWNLOAD_DIR=out/downloads
5952023-10-24T20:40:22.599Z+ DEST_DIR=./out/mgd
5962023-10-24T20:40:22.602Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5972023-10-24T20:40:22.605Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982023-10-24T20:40:22.608Z+ REPO=oxidecomputer/maghemite
5992023-10-24T20:40:22.614Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
6002023-10-24T20:40:22.617Z+ main
6012023-10-24T20:40:22.621Z+ [[ 0 != 0 ]]
6022023-10-24T20:40:22.628Z+ CIDL_OS=solaris2.11
6032023-10-24T20:40:22.638Z+ [[ 0 != 0 ]]
6042023-10-24T20:40:23.064Z+ configure_os solaris2.11
6052023-10-24T20:40:23.487Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062023-10-24T20:40:23.497Zcurrent directory: /work/oxidecomputer/omicron
6072023-10-24T20:40:23.510Z+ echo 'configuring based on OS: "solaris2.11"'
6082023-10-24T20:40:23.924Zconfiguring based on OS: "solaris2.11"
6092023-10-24T20:40:23.930Z+ case "$1" in
6102023-10-24T20:40:23.933Z+ SET_BINARIES=
6112023-10-24T20:40:23.936Z+ CIDL_SHA256FUNC=do_sha256sum
6122023-10-24T20:40:23.939Z+ TARBALL_FILENAME=mgd.tar.gz
6132023-10-24T20:40:23.945Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6142023-10-24T20:40:23.955Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152023-10-24T20:40:23.968Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
6162023-10-24T20:40:23.988ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6172023-10-24T20:40:24.007ZLocal file: out/downloads/mgd.tar.gz
6182023-10-24T20:40:24.019Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6192023-10-24T20:40:24.034Z+ mkdir -p out/downloads
6202023-10-24T20:40:24.043Z+ mkdir -p ./out/mgd
6212023-10-24T20:40:24.055Z+ fetch_and_verify
6222023-10-24T20:40:24.064Z+ local DO_DOWNLOAD=true
6232023-10-24T20:40:24.077Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242023-10-24T20:40:24.089Z+ '[' true == true ']'
6252023-10-24T20:40:24.103Z+ echo Downloading...
6262023-10-24T20:40:24.124ZDownloading...
6272023-10-24T20:40:24.134Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
6282023-10-24T20:40:24.144Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
6292023-10-24T20:40:24.943Z++ do_sha256sum out/downloads/mgd.tar.gz
6302023-10-24T20:40:24.947Z++ sha256sum
6312023-10-24T20:40:24.950Z++ awk '{print $1}'
6322023-10-24T20:40:24.953Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
6332023-10-24T20:40:24.959Z+ [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]]
6342023-10-24T20:40:24.968Z+ do_untar out/downloads/mgd.tar.gz
6352023-10-24T20:40:25.383Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362023-10-24T20:40:25.386Z+ do_assemble
6372023-10-24T20:40:25.389Z+ rm -r ./out/mgd
6382023-10-24T20:40:25.392Z+ mkdir ./out/mgd
6392023-10-24T20:40:25.395Z+ cp -r out/downloads/root ./out/mgd/root
6402023-10-24T20:40:25.512Z+ set -o errexit
6412023-10-24T20:40:25.515Z+++ dirname ./tools/ci_download_transceiver_control
6422023-10-24T20:40:25.518Z++ cd ./tools
6432023-10-24T20:40:25.521Z++ pwd
6442023-10-24T20:40:25.524Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452023-10-24T20:40:25.527Z++ basename ./tools/ci_download_transceiver_control
6462023-10-24T20:40:25.529Z+ ARG0=ci_download_transceiver_control
6472023-10-24T20:40:25.532Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482023-10-24T20:40:25.535Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492023-10-24T20:40:25.538Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502023-10-24T20:40:25.540Z+ TARGET_DIR=out
6512023-10-24T20:40:25.543Z+ DOWNLOAD_DIR=out/downloads
6522023-10-24T20:40:25.547Z+ DEST_DIR=./out/transceiver-control
6532023-10-24T20:40:25.549Z+ BIN_DIR=/opt/oxide/bin
6542023-10-24T20:40:25.552Z+ BINARY=xcvradm
6552023-10-24T20:40:25.554Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562023-10-24T20:40:25.557Z+ REPO=oxidecomputer/transceiver-control
6572023-10-24T20:40:25.560Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582023-10-24T20:40:25.562Z+ main
6592023-10-24T20:40:25.565Z+ [[ 0 != 0 ]]
6602023-10-24T20:40:25.568Z+ CIDL_OS=solaris2.11
6612023-10-24T20:40:25.571Z+ [[ 0 != 0 ]]
6622023-10-24T20:40:25.574Z+ configure_os solaris2.11
6632023-10-24T20:40:25.578Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642023-10-24T20:40:25.581Zcurrent directory: /work/oxidecomputer/omicron
6652023-10-24T20:40:25.585Zconfiguring based on OS: "solaris2.11"
6662023-10-24T20:40:25.589Z+ echo 'configuring based on OS: "solaris2.11"'
6672023-10-24T20:40:25.592Z+ case "$1" in
6682023-10-24T20:40:25.595Z+ SET_BINARIES=
6692023-10-24T20:40:25.598Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702023-10-24T20:40:25.601Z+ CIDL_SHA256FUNC=do_sha256sum
6712023-10-24T20:40:25.604Z+ ARCHIVE_FILENAME=xcvradm.gz
6722023-10-24T20:40:25.608Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732023-10-24T20:40:25.612Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742023-10-24T20:40:25.615Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752023-10-24T20:40:25.618Z+ echo 'Local file: out/downloads/xcvradm.gz'
6762023-10-24T20:40:25.622ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772023-10-24T20:40:25.625ZLocal file: out/downloads/xcvradm.gz
6782023-10-24T20:40:25.628Z+ mkdir -p out/downloads
6792023-10-24T20:40:25.637Z+ mkdir -p ./out/transceiver-control
6802023-10-24T20:40:25.641Z+ fetch_and_verify
6812023-10-24T20:40:25.647Z+ local DO_DOWNLOAD=true
6822023-10-24T20:40:25.650Z+ [[ -f out/downloads/xcvradm.gz ]]
6832023-10-24T20:40:25.653Z+ '[' true == true ']'
6842023-10-24T20:40:25.657Z+ echo Downloading...
6852023-10-24T20:40:25.660ZDownloading...
6862023-10-24T20:40:25.663Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872023-10-24T20:40:25.667Z+ 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
6882023-10-24T20:40:28.669Z++ do_sha256sum out/downloads/xcvradm.gz
6892023-10-24T20:40:28.673Z++ sha256sum
6902023-10-24T20:40:28.677Z++ awk '{print $1}'
6912023-10-24T20:40:28.694Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922023-10-24T20:40:28.698Z+ [[ 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 ]]
6932023-10-24T20:40:28.703Z+ do_unpack out/downloads/xcvradm.gz
6942023-10-24T20:40:28.707Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952023-10-24T20:40:28.712Z+ gzip -dc out/downloads/xcvradm.gz
6962023-10-24T20:40:28.876Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972023-10-24T20:40:28.888Z+ do_assemble
6982023-10-24T20:40:28.903Z+ rm -r ./out/transceiver-control
6992023-10-24T20:40:28.916Z+ mkdir ./out/transceiver-control
7002023-10-24T20:40:28.927Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012023-10-24T20:40:29.079ZAll builder prerequisites installed successfully, and PATH looks valid
7022023-10-24T20:40:29.082Z
7032023-10-24T20:40:29.085Zreal 2:31.528921849
7042023-10-24T20:40:29.088Zuser 51.567929324
7052023-10-24T20:40:29.091Zsys 9.781062453
7062023-10-24T20:40:29.104Ztrap 0.028626263
7072023-10-24T20:40:29.108Ztflt 0.654336858
7082023-10-24T20:40:29.111Zdflt 1.299284415
7092023-10-24T20:40:29.113Zkflt 0.455881221
7102023-10-24T20:40:29.116Zlock 1.713881779
7112023-10-24T20:40:29.119Zslp 4:42.239396421
7122023-10-24T20:40:29.122Zlat 3.396505027
7132023-10-24T20:40:29.125Zstop 0.078945400
7142023-10-24T20:40:29.128Z
7152023-10-24T20:40:29.132Z ##### # # # # #####
7162023-10-24T20:40:29.135Z # # # # # # # #
7172023-10-24T20:40:29.138Z ##### # # # # # #
7182023-10-24T20:40:29.141Z # # # # # # # #
7192023-10-24T20:40:29.144Z # # # # # # # #
7202023-10-24T20:40:29.146Z ##### #### # ###### #####
7212023-10-24T20:40:29.152Z
7222023-10-24T20:40:29.489Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232023-10-24T20:40:29.946Z Updating crates.io index
7242023-10-24T20:40:29.951Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252023-10-24T20:40:30.800Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262023-10-24T20:40:32.794Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272023-10-24T20:40:33.392Z Updating git repository `http://github.com/oxidecomputer/tofino`
7282023-10-24T20:40:33.763Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7292023-10-24T20:40:34.064Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7302023-10-24T20:40:34.385Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312023-10-24T20:40:35.253Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322023-10-24T20:40:36.926Z Updating git repository `https://github.com/oxidecomputer/opte`
7332023-10-24T20:40:37.901Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7342023-10-24T20:40:38.290Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352023-10-24T20:40:38.659Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362023-10-24T20:40:39.275Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372023-10-24T20:40:39.618Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382023-10-24T20:40:39.985Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392023-10-24T20:40:40.396Z Updating git repository `https://github.com/njaremko/samael`
7402023-10-24T20:40:40.912Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412023-10-24T20:40:41.744Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422023-10-24T20:40:42.142Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432023-10-24T20:40:42.477Z Updating git repository `https://github.com/jgallagher/nix`
7442023-10-24T20:40:43.881Z Updating git repository `https://github.com/cbiffle/hubpack`
7452023-10-24T20:40:44.226Z Updating git repository `https://github.com/oxidecomputer/omicron`
7462023-10-24T20:40:53.506Z Updating git repository `https://github.com/oxidecomputer/rfb`
7472023-10-24T20:40:53.958Z Updating git repository `https://github.com/oxidecomputer/typify`
7482023-10-24T20:40:54.976Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7492023-10-24T20:40:55.423Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7502023-10-24T20:40:55.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7512023-10-24T20:40:57.540Z Downloading crates ...
7522023-10-24T20:40:57.868Z Downloaded addr2line v0.21.0
7532023-10-24T20:40:57.874Z Downloaded bitfield v0.14.0
7542023-10-24T20:40:57.888Z Downloaded heck v0.3.3
7552023-10-24T20:40:57.894Z Downloaded hashbrown v0.13.2
7562023-10-24T20:40:57.904Z Downloaded generic-array v0.14.7
7572023-10-24T20:40:57.908Z Downloaded hostname v0.3.1
7582023-10-24T20:40:57.911Z Downloaded hash32 v0.2.1
7592023-10-24T20:40:57.914Z Downloaded getopts v0.2.21
7602023-10-24T20:40:57.917Z Downloaded globset v0.4.13
7612023-10-24T20:40:57.920Z Downloaded base64 v0.13.1
7622023-10-24T20:40:57.926Z Downloaded glob v0.3.1
7632023-10-24T20:40:57.930Z Downloaded cc v1.0.83
7642023-10-24T20:40:57.937Z Downloaded http-range v0.1.5
7652023-10-24T20:40:57.942Z Downloaded clap_lex v0.2.4
7662023-10-24T20:40:57.948Z Downloaded ident_case v1.0.1
7672023-10-24T20:40:57.953Z Downloaded hex v0.4.3
7682023-10-24T20:40:57.960Z Downloaded macaddr v1.0.1
7692023-10-24T20:40:57.965Z Downloaded rand_chacha v0.3.1
7702023-10-24T20:40:57.968Z Downloaded quote v1.0.33
7712023-10-24T20:40:57.972Z Downloaded match_cfg v0.1.0
7722023-10-24T20:40:57.975Z Downloaded maplit v1.0.2
7732023-10-24T20:40:57.979Z Downloaded httpdate v1.0.3
7742023-10-24T20:40:57.982Z Downloaded home v0.5.5
7752023-10-24T20:40:57.985Z Downloaded hex-literal v0.4.1
7762023-10-24T20:40:57.988Z Downloaded anstyle-query v1.0.0
7772023-10-24T20:40:57.991Z Downloaded aead v0.5.2
7782023-10-24T20:40:57.993Z Downloaded atty v0.2.14
7792023-10-24T20:40:57.996Z Downloaded async-stream v0.3.5
7802023-10-24T20:40:58.005Z Downloaded bitstruct v0.1.1
7812023-10-24T20:40:58.012Z Downloaded ciborium-ll v0.2.1
7822023-10-24T20:40:58.017Z Downloaded ciborium-io v0.2.1
7832023-10-24T20:40:58.020Z Downloaded cfg-if v1.0.0
7842023-10-24T20:40:58.022Z Downloaded bitstruct_derive v0.1.0
7852023-10-24T20:40:58.025Z Downloaded block-buffer v0.10.4
7862023-10-24T20:40:58.028Z Downloaded atomic-waker v1.1.1
7872023-10-24T20:40:58.031Z Downloaded array-init v0.0.4
7882023-10-24T20:40:58.035Z Downloaded bit-set v0.5.3
7892023-10-24T20:40:58.038Z Downloaded lalrpop-util v0.19.12
7902023-10-24T20:40:58.041Z Downloaded hyper-rustls v0.24.1
7912023-10-24T20:40:58.044Z Downloaded cfg-if v0.1.10
7922023-10-24T20:40:58.047Z Downloaded approx v0.5.1
7932023-10-24T20:40:58.051Z Downloaded arrayvec v0.7.4
7942023-10-24T20:40:58.056Z Downloaded chacha20 v0.9.1
7952023-10-24T20:40:58.062Z Downloaded bb8 v0.8.1
7962023-10-24T20:40:58.066Z Downloaded bcs v0.1.5
7972023-10-24T20:40:58.071Z Downloaded base16ct v0.2.0
7982023-10-24T20:40:58.074Z Downloaded buf-list v1.0.3
7992023-10-24T20:40:58.080Z Downloaded aes-gcm-siv v0.11.1
8002023-10-24T20:40:58.085Z Downloaded tinyvec_macros v0.1.1
8012023-10-24T20:40:58.089Z Downloaded tokio-macros v2.1.0
8022023-10-24T20:40:58.094Z Downloaded lru-cache v0.1.2
8032023-10-24T20:40:58.098Z Downloaded ciborium v0.2.1
8042023-10-24T20:40:58.109Z Downloaded mime_guess v2.0.4
8052023-10-24T20:40:58.112Z Downloaded anstyle-parse v0.2.1
8062023-10-24T20:40:58.115Z Downloaded ascii v1.1.0
8072023-10-24T20:40:58.118Z Downloaded serde_arrays v0.1.0
8082023-10-24T20:40:58.121Z Downloaded serde-hex v0.1.0
8092023-10-24T20:40:58.125Z Downloaded tempdir v0.3.7
8102023-10-24T20:40:58.128Z Downloaded slab v0.4.9
8112023-10-24T20:40:58.132Z Downloaded tokio-tungstenite v0.20.1
8122023-10-24T20:40:58.140Z Downloaded clap v4.4.3
8132023-10-24T20:40:58.161Z Downloaded basic-toml v0.1.4
8142023-10-24T20:40:58.183Z Downloaded want v0.3.1
8152023-10-24T20:40:58.187Z Downloaded shlex v1.1.0
8162023-10-24T20:40:58.190Z Downloaded getrandom v0.2.10
8172023-10-24T20:40:58.196Z Downloaded allocator-api2 v0.2.16
8182023-10-24T20:40:58.204Z Downloaded darling_macro v0.20.3
8192023-10-24T20:40:58.207Z Downloaded threadpool v1.8.1
8202023-10-24T20:40:58.210Z Downloaded thread_local v1.1.7
8212023-10-24T20:40:58.215Z Downloaded thiserror-no-std v2.0.2
8222023-10-24T20:40:58.224Z Downloaded oso-derive v0.26.4
8232023-10-24T20:40:58.227Z Downloaded terminal_size v0.2.6
8242023-10-24T20:40:58.232Z Downloaded chacha20poly1305 v0.10.1
8252023-10-24T20:40:58.236Z Downloaded serde-big-array v0.5.1
8262023-10-24T20:40:58.241Z Downloaded base64 v0.21.4
8272023-10-24T20:40:58.250Z Downloaded data-encoding v2.4.0
8282023-10-24T20:40:58.253Z Downloaded whoami v1.4.1
8292023-10-24T20:40:58.256Z Downloaded wyz v0.5.1
8302023-10-24T20:40:58.259Z Downloaded pem v1.1.1
8312023-10-24T20:40:58.262Z Downloaded ff v0.13.0
8322023-10-24T20:40:58.266Z Downloaded path-dedot v3.1.0
8332023-10-24T20:40:58.268Z Downloaded dtrace-parser v0.1.14
8342023-10-24T20:40:58.272Z Downloaded http v0.2.9
8352023-10-24T20:40:58.280Z Downloaded fallible-streaming-iterator v0.1.9
8362023-10-24T20:40:58.284Z Downloaded serde-big-array v0.4.1
8372023-10-24T20:40:58.287Z Downloaded futures-sink v0.3.28
8382023-10-24T20:40:58.291Z Downloaded secrecy v0.8.0
8392023-10-24T20:40:58.305Z Downloaded debug-ignore v1.0.5
8402023-10-24T20:40:58.310Z Downloaded futures-channel v0.3.28
8412023-10-24T20:40:58.313Z Downloaded miniz_oxide v0.7.1
8422023-10-24T20:40:58.316Z Downloaded backtrace v0.3.69
8432023-10-24T20:40:58.319Z Downloaded parse-display-derive v0.7.0
8442023-10-24T20:40:58.326Z Downloaded futures-task v0.3.28
8452023-10-24T20:40:58.329Z Downloaded endian-type v0.1.2
8462023-10-24T20:40:58.332Z Downloaded downcast v0.11.0
8472023-10-24T20:40:58.336Z Downloaded libm v0.2.7
8482023-10-24T20:40:58.354Z Downloaded nodrop v0.1.14
8492023-10-24T20:40:58.357Z Downloaded pin-project-lite v0.2.13
8502023-10-24T20:40:58.368Z Downloaded strsim v0.10.0
8512023-10-24T20:40:58.373Z Downloaded parking_lot_core v0.9.8
8522023-10-24T20:40:58.378Z Downloaded new_debug_unreachable v1.0.4
8532023-10-24T20:40:58.383Z Downloaded tracing-attributes v0.1.26
8542023-10-24T20:40:58.386Z Downloaded num_threads v0.1.6
8552023-10-24T20:40:58.390Z Downloaded semver-parser v0.10.2
8562023-10-24T20:40:58.799Z Downloaded pin-utils v0.1.0
8572023-10-24T20:40:58.802Z Downloaded slog-async v2.8.0
8582023-10-24T20:40:58.805Z Downloaded enum-as-inner v0.5.1
8592023-10-24T20:40:58.808Z Downloaded foreign-types-shared v0.3.1
8602023-10-24T20:40:58.815Z Downloaded crc-catalog v2.2.0
8612023-10-24T20:40:58.821Z Downloaded vec_map v0.8.2
8622023-10-24T20:40:58.833Z Downloaded yasna v0.5.2
8632023-10-24T20:40:58.845Z Downloaded serial_test_derive v0.10.0
8642023-10-24T20:40:59.264Z Downloaded rusty-fork v0.3.0
8652023-10-24T20:40:59.267Z Downloaded opaque-debug v0.3.0
8662023-10-24T20:40:59.271Z Downloaded deranged v0.3.8
8672023-10-24T20:40:59.276Z Downloaded nanorand v0.7.0
8682023-10-24T20:40:59.281Z Downloaded openssl-probe v0.1.5
8692023-10-24T20:40:59.286Z Downloaded parking_lot v0.12.1
8702023-10-24T20:40:59.289Z Downloaded serde_derive v1.0.188
8712023-10-24T20:40:59.295Z Downloaded itertools v0.10.5
8722023-10-24T20:40:59.299Z Downloaded signature v1.6.4
8732023-10-24T20:40:59.302Z Downloaded serde_urlencoded v0.7.1
8742023-10-24T20:40:59.305Z Downloaded pkcs8 v0.10.2
8752023-10-24T20:40:59.310Z Downloaded untrusted v0.7.1
8762023-10-24T20:40:59.316Z Downloaded derive_builder v0.12.0
8772023-10-24T20:40:59.321Z Downloaded foreign-types v0.3.2
8782023-10-24T20:40:59.325Z Downloaded normalize-line-endings v0.3.0
8792023-10-24T20:40:59.328Z Downloaded newtype_derive v0.1.6
8802023-10-24T20:40:59.331Z Downloaded openssl-sys v0.9.93
8812023-10-24T20:40:59.336Z Downloaded corncobs v0.1.3
8822023-10-24T20:40:59.341Z Downloaded number_prefix v0.4.0
8832023-10-24T20:40:59.345Z Downloaded convert_case v0.4.0
8842023-10-24T20:40:59.352Z Downloaded tokio-postgres v0.7.10
8852023-10-24T20:40:59.357Z Downloaded crunchy v0.2.2
8862023-10-24T20:40:59.359Z Downloaded diesel_derives v2.1.1
8872023-10-24T20:40:59.362Z Downloaded foreign-types-shared v0.1.1
8882023-10-24T20:40:59.365Z Downloaded zone_cfg_derive v0.2.0
8892023-10-24T20:40:59.368Z Downloaded unicode-linebreak v0.1.5
8902023-10-24T20:40:59.371Z Downloaded uuid v1.4.1
8912023-10-24T20:40:59.373Z Downloaded polyval v0.6.1
8922023-10-24T20:40:59.376Z Downloaded doc-comment v0.3.3
8932023-10-24T20:40:59.379Z Downloaded take_mut v0.2.2
8942023-10-24T20:40:59.382Z Downloaded zone v0.2.0
8952023-10-24T20:40:59.385Z Downloaded trust-dns-resolver v0.22.0
8962023-10-24T20:40:59.388Z Downloaded errno v0.3.2
8972023-10-24T20:40:59.391Z Downloaded crc-any v2.4.3
8982023-10-24T20:40:59.394Z Downloaded proc-macro-error v1.0.4
8992023-10-24T20:40:59.397Z Downloaded derive_builder_macro v0.12.0
9002023-10-24T20:40:59.400Z Downloaded flagset v0.4.3
9012023-10-24T20:40:59.402Z Downloaded radium v0.7.0
9022023-10-24T20:40:59.405Z Downloaded steno v0.4.0
9032023-10-24T20:40:59.408Z Downloaded precomputed-hash v0.1.1
9042023-10-24T20:40:59.411Z Downloaded signal-hook-mio v0.2.3
9052023-10-24T20:40:59.413Z Downloaded constant_time_eq v0.3.0
9062023-10-24T20:40:59.417Z Downloaded openssl-macros v0.1.1
9072023-10-24T20:40:59.423Z Downloaded crc32fast v1.3.2
9082023-10-24T20:40:59.426Z Downloaded foreign-types-macros v0.2.3
9092023-10-24T20:40:59.429Z Downloaded num_enum_derive v0.7.0
9102023-10-24T20:40:59.432Z Downloaded foreign-types v0.5.0
9112023-10-24T20:40:59.434Z Downloaded unicode-width v0.1.10
9122023-10-24T20:40:59.437Z Downloaded fallible-iterator v0.2.0
9132023-10-24T20:40:59.441Z Downloaded cookie v0.16.2
9142023-10-24T20:40:59.444Z Downloaded minimal-lexical v0.2.1
9152023-10-24T20:40:59.446Z Downloaded try-lock v0.2.4
9162023-10-24T20:40:59.449Z Downloaded rayon-core v1.11.0
9172023-10-24T20:40:59.452Z Downloaded synstructure v0.12.6
9182023-10-24T20:40:59.455Z Downloaded unicase v2.7.0
9192023-10-24T20:40:59.458Z Downloaded unarray v0.1.4
9202023-10-24T20:40:59.462Z Downloaded pkg-config v0.3.27
9212023-10-24T20:40:59.477Z Downloaded same-file v1.0.6
9222023-10-24T20:40:59.899Z Downloaded fixedbitset v0.4.2
9232023-10-24T20:40:59.903Z Downloaded serde v1.0.188
9242023-10-24T20:40:59.906Z Downloaded crucible-workspace-hack v0.1.0
9252023-10-24T20:40:59.909Z Downloaded num-derive v0.4.0
9262023-10-24T20:40:59.911Z Downloaded cpufeatures v0.2.9
9272023-10-24T20:40:59.914Z Downloaded zeroize_derive v1.4.2
9282023-10-24T20:40:59.917Z Downloaded prettyplease v0.2.12
9292023-10-24T20:40:59.928Z Downloaded signal-hook-registry v1.4.1
9302023-10-24T20:40:59.939Z Downloaded phf v0.11.2
9312023-10-24T20:40:59.942Z Downloaded relative-path v1.9.0
9322023-10-24T20:40:59.945Z Downloaded num-complex v0.4.4
9332023-10-24T20:40:59.948Z Downloaded percent-encoding v2.3.0
9342023-10-24T20:40:59.951Z Downloaded dirs-sys-next v0.1.2
9352023-10-24T20:40:59.954Z Downloaded dirs-next v2.0.0
9362023-10-24T20:40:59.957Z Downloaded crossbeam-deque v0.8.3
9372023-10-24T20:40:59.959Z Downloaded digest v0.10.7
9382023-10-24T20:40:59.962Z Downloaded num_enum v0.7.0
9392023-10-24T20:40:59.965Z Downloaded rustc_version v0.1.7
9402023-10-24T20:40:59.968Z Downloaded unicode-ident v1.0.12
9412023-10-24T20:40:59.971Z Downloaded crypto-common v0.1.6
9422023-10-24T20:40:59.974Z Downloaded postcard-cobs v0.1.5-pre
9432023-10-24T20:40:59.976Z Downloaded proc-macro-crate v1.3.1
9442023-10-24T20:40:59.979Z Downloaded universal-hash v0.5.1
9452023-10-24T20:40:59.982Z Downloaded structmeta v0.1.6
9462023-10-24T20:40:59.985Z Downloaded rand_xorshift v0.3.0
9472023-10-24T20:40:59.988Z Downloaded predicates v2.1.5
9482023-10-24T20:40:59.991Z Downloaded nu-ansi-term v0.49.0
9492023-10-24T20:40:59.994Z Downloaded unicode-xid v0.2.4
9502023-10-24T20:40:59.996Z Downloaded ron v0.7.1
9512023-10-24T20:40:59.999Z Downloaded rustls-webpki v0.101.4
9522023-10-24T20:41:00.002Z Downloaded remove_dir_all v0.5.3
9532023-10-24T20:41:00.005Z Downloaded ref-cast-impl v1.0.20
9542023-10-24T20:41:00.008Z Downloaded crossbeam-utils v0.8.16
9552023-10-24T20:41:00.011Z Downloaded pest_meta v2.7.2
9562023-10-24T20:41:00.014Z Downloaded usdt v0.3.5
9572023-10-24T20:41:00.017Z Downloaded postgres-protocol v0.6.6
9582023-10-24T20:41:00.020Z Downloaded omicron-zone-package v0.8.3
9592023-10-24T20:41:00.023Z Downloaded tungstenite v0.18.0
9602023-10-24T20:41:00.026Z Downloaded structopt v0.3.26
9612023-10-24T20:41:00.029Z Downloaded unicode-bidi v0.3.13
9622023-10-24T20:41:00.031Z Downloaded once_cell v1.18.0
9632023-10-24T20:41:00.034Z Downloaded strum_macros v0.25.2
9642023-10-24T20:41:00.037Z Downloaded derive-where v1.2.5
9652023-10-24T20:41:00.039Z Downloaded crossbeam-epoch v0.9.15
9662023-10-24T20:41:00.043Z Downloaded crypto-bigint v0.5.2
9672023-10-24T20:41:00.045Z Downloaded serde_yaml v0.9.25
9682023-10-24T20:41:00.048Z Downloaded trust-dns-server v0.22.1
9692023-10-24T20:41:00.051Z Downloaded regex-automata v0.1.10
9702023-10-24T20:41:00.054Z Downloaded rand v0.4.6
9712023-10-24T20:41:00.057Z Downloaded nom v7.1.3
9722023-10-24T20:41:00.060Z Downloaded crossterm v0.26.1
9732023-10-24T20:41:00.063Z Downloaded crossbeam-channel v0.5.8
9742023-10-24T20:41:00.067Z Downloaded expectorate v1.1.0
9752023-10-24T20:41:00.070Z Downloaded num-bigint-dig v0.8.4
9762023-10-24T20:41:00.073Z Downloaded x509-cert v0.2.4
9772023-10-24T20:41:00.076Z Downloaded rusqlite v0.29.0
9782023-10-24T20:41:00.079Z Downloaded criterion v0.5.1
9792023-10-24T20:41:00.082Z Downloaded crossterm v0.27.0
9802023-10-24T20:41:00.084Z Downloaded object v0.32.1
9812023-10-24T20:41:00.087Z Downloaded vcpkg v0.2.15
9822023-10-24T20:41:00.091Z Downloaded rayon v1.7.0
9832023-10-24T20:41:00.094Z Downloaded tabled v0.14.0
9842023-10-24T20:41:00.097Z Downloaded petgraph v0.6.4
9852023-10-24T20:41:00.100Z Downloaded ratatui v0.23.0
9862023-10-24T20:41:00.103Z Downloaded curve25519-dalek v4.1.0
9872023-10-24T20:41:00.105Z Downloaded regex v1.9.5
9882023-10-24T20:41:00.108Z Downloaded radix_trie v0.2.1
9892023-10-24T20:41:00.111Z Downloaded object v0.30.4
9902023-10-24T20:41:00.114Z Downloaded openapiv3 v1.0.3
9912023-10-24T20:41:00.117Z Downloaded openssl v0.10.57
9922023-10-24T20:41:00.120Z Downloaded regex-automata v0.3.8
9932023-10-24T20:41:00.123Z Downloaded sled v0.34.7
9942023-10-24T20:41:00.126Z Downloaded zerocopy-derive v0.6.4
9952023-10-24T20:41:00.129Z Downloaded zerocopy-derive v0.2.0
9962023-10-24T20:41:00.132Z Downloaded libc v0.2.149
9972023-10-24T20:41:00.137Z Downloaded tokio v1.33.0
9982023-10-24T20:41:00.140Z Downloaded bzip2-sys v0.1.11+1.0.8
9992023-10-24T20:41:00.143Z Downloaded sha3 v0.10.8
10002023-10-24T20:41:00.146Z Downloaded polar-core v0.26.4
10012023-10-24T20:41:00.149Z Downloaded diesel v2.1.1
10022023-10-24T20:41:00.152Z Downloaded encoding_rs v0.8.33
10032023-10-24T20:41:00.155Z Downloaded regex-syntax v0.7.5
10042023-10-24T20:41:00.158Z Downloaded rustix v0.38.9
10052023-10-24T20:41:00.161Z Downloaded rustls v0.21.7
10062023-10-24T20:41:00.164Z Downloaded rustix v0.37.23
10072023-10-24T20:41:00.167Z Downloaded libgit2-sys v0.15.2+1.6.4
10082023-10-24T20:41:00.170Z Downloaded nix v0.26.2
10092023-10-24T20:41:00.172Z Downloaded libtest-mimic v0.5.2
10102023-10-24T20:41:00.175Z Downloaded regress v0.7.1
10112023-10-24T20:41:00.178Z Downloaded trust-dns-proto v0.22.0
10122023-10-24T20:41:00.181Z Downloaded unicode-normalization v0.1.22
10132023-10-24T20:41:00.183Z Downloaded webpki-roots v0.25.2
10142023-10-24T20:41:00.186Z Downloaded smoltcp v0.9.1
10152023-10-24T20:41:00.189Z Downloaded syn v1.0.109
10162023-10-24T20:41:00.192Z Downloaded idna v0.2.3
10172023-10-24T20:41:00.196Z Downloaded libz-sys v1.1.12
10182023-10-24T20:41:00.198Z Downloaded smoltcp v0.8.2
10192023-10-24T20:41:00.201Z Downloaded bstr v1.6.0
10202023-10-24T20:41:00.206Z Downloaded portable-atomic v1.4.3
10212023-10-24T20:41:00.210Z Downloaded clap v3.2.25
10222023-10-24T20:41:00.219Z Downloaded bitvec v1.0.1
10232023-10-24T20:41:00.248Z Downloaded syn v2.0.32
10242023-10-24T20:41:00.269Z Downloaded lalrpop v0.19.12
10252023-10-24T20:41:00.290Z Downloaded libsqlite3-sys v0.26.0
10262023-10-24T20:41:00.433Z Downloaded ring v0.16.20
10272023-10-24T20:41:00.595Z Downloaded idna v0.4.0
10282023-10-24T20:41:00.607Z Downloaded unicode-segmentation v1.10.1
10292023-10-24T20:41:00.613Z Downloaded gimli v0.28.0
10302023-10-24T20:41:00.628Z Downloaded chrono v0.4.31
10312023-10-24T20:41:00.642Z Downloaded pest v2.7.2
10322023-10-24T20:41:00.651Z Downloaded serde_with v2.3.3
10332023-10-24T20:41:00.662Z Downloaded flate2 v1.0.27
10342023-10-24T20:41:00.670Z Downloaded rand v0.8.5
10352023-10-24T20:41:00.676Z Downloaded num-bigint v0.4.4
10362023-10-24T20:41:00.684Z Downloaded plotters v0.3.5
10372023-10-24T20:41:00.700Z Downloaded tungstenite v0.20.1
10382023-10-24T20:41:00.705Z Downloaded trybuild v1.0.85
10392023-10-24T20:41:00.712Z Downloaded signal-hook v0.3.17
10402023-10-24T20:41:00.717Z Downloaded futures-util v0.3.28
10412023-10-24T20:41:00.738Z Downloaded serde_json v1.0.107
10422023-10-24T20:41:00.751Z Downloaded quick-xml v0.23.1
10432023-10-24T20:41:00.764Z Downloaded smallvec v1.11.0
10442023-10-24T20:41:00.767Z Downloaded diff v0.1.13
10452023-10-24T20:41:00.771Z Downloaded pretty_assertions v1.4.0
10462023-10-24T20:41:00.775Z Downloaded salty v0.2.0
10472023-10-24T20:41:00.784Z Downloaded clap v2.34.0
10482023-10-24T20:41:00.796Z Downloaded winnow v0.5.15
10492023-10-24T20:41:00.827Z Downloaded aho-corasick v1.0.4
10502023-10-24T20:41:00.830Z Downloaded time v0.3.27
10512023-10-24T20:41:00.833Z Downloaded serial_test v0.10.0
10522023-10-24T20:41:00.836Z Downloaded ryu v1.0.15
10532023-10-24T20:41:00.839Z Downloaded typenum v1.16.0
10542023-10-24T20:41:00.842Z Downloaded similar v2.2.1
10552023-10-24T20:41:00.850Z Downloaded zip v0.6.6
10562023-10-24T20:41:00.857Z Downloaded url v2.4.1
10572023-10-24T20:41:00.862Z Downloaded rstest_macros v0.18.2
10582023-10-24T20:41:00.868Z Downloaded flume v0.11.0
10592023-10-24T20:41:00.874Z Downloaded bindgen v0.65.1
10602023-10-24T20:41:00.886Z Downloaded hyper v0.14.27
10612023-10-24T20:41:00.901Z Downloaded criterion-plot v0.5.0
10622023-10-24T20:41:00.904Z Downloaded vsss-rs v3.3.1
10632023-10-24T20:41:00.908Z Downloaded clap_builder v4.4.2
10642023-10-24T20:41:00.920Z Downloaded bstr v0.2.17
10652023-10-24T20:41:00.938Z Downloaded subprocess v0.2.9
10662023-10-24T20:41:00.942Z Downloaded reqwest v0.11.20
10672023-10-24T20:41:00.955Z Downloaded crossbeam-queue v0.3.8
10682023-10-24T20:41:00.959Z Downloaded rstest v0.18.2
10692023-10-24T20:41:00.969Z Downloaded vte v0.11.1
10702023-10-24T20:41:00.979Z Downloaded unsafe-libyaml v0.2.9
10712023-10-24T20:41:00.989Z Downloaded num v0.4.1
10722023-10-24T20:41:01.003Z Downloaded oorandom v11.1.3
10732023-10-24T20:41:01.006Z Downloaded poly1305 v0.8.0
10742023-10-24T20:41:01.009Z Downloaded oso v0.26.4
10752023-10-24T20:41:01.012Z Downloaded ucd-trie v0.1.6
10762023-10-24T20:41:01.015Z Downloaded tough v0.12.5
10772023-10-24T20:41:01.018Z Downloaded rustfmt-wrapper v0.2.0
10782023-10-24T20:41:01.021Z Downloaded ron v0.8.1
10792023-10-24T20:41:01.024Z Downloaded fatfs v0.3.6
10802023-10-24T20:41:01.027Z Downloaded twox-hash v1.6.3
10812023-10-24T20:41:01.030Z Downloaded proc-macro-error-attr v1.0.4
10822023-10-24T20:41:01.034Z Downloaded itertools v0.11.0
10832023-10-24T20:41:01.037Z Downloaded strum_macros v0.24.3
10842023-10-24T20:41:01.040Z Downloaded erased-serde v0.3.30
10852023-10-24T20:41:01.043Z Downloaded derive_more v0.99.17
10862023-10-24T20:41:01.051Z Downloaded der v0.7.8
10872023-10-24T20:41:01.060Z Downloaded libxml v0.3.3
10882023-10-24T20:41:01.070Z Downloaded signal-hook-tokio v0.3.1
10892023-10-24T20:41:01.073Z Downloaded sha1 v0.10.5
10902023-10-24T20:41:01.076Z Downloaded num_enum v0.5.11
10912023-10-24T20:41:01.082Z Downloaded native-tls v0.2.11
10922023-10-24T20:41:01.086Z Downloaded slog v2.7.0
10932023-10-24T20:41:01.091Z Downloaded hkdf v0.12.3
10942023-10-24T20:41:01.095Z Downloaded similar-asserts v1.5.0
10952023-10-24T20:41:01.098Z Downloaded pin-project v1.1.3
10962023-10-24T20:41:01.118Z Downloaded elliptic-curve v0.13.5
10972023-10-24T20:41:01.125Z Downloaded postcard v0.7.3
10982023-10-24T20:41:01.128Z Downloaded env_logger v0.10.0
10992023-10-24T20:41:01.132Z Downloaded display-error-chain v0.1.1
11002023-10-24T20:41:01.136Z Downloaded h2 v0.3.21
11012023-10-24T20:41:01.145Z Downloaded num-integer v0.1.45
11022023-10-24T20:41:01.148Z Downloaded pest_derive v2.7.2
11032023-10-24T20:41:01.151Z Downloaded num-iter v0.1.43
11042023-10-24T20:41:01.154Z Downloaded subtle v2.5.0
11052023-10-24T20:41:01.158Z Downloaded rtoolbox v0.0.1
11062023-10-24T20:41:01.161Z Downloaded proc-macro2 v1.0.67
11072023-10-24T20:41:01.164Z Downloaded serde_with_macros v2.3.3
11082023-10-24T20:41:01.167Z Downloaded num_cpus v1.16.0
11092023-10-24T20:41:01.170Z Downloaded tui-tree-widget v0.13.0
11102023-10-24T20:41:01.173Z Downloaded fnv v1.0.7
11112023-10-24T20:41:01.176Z Downloaded float-cmp v0.9.0
11122023-10-24T20:41:01.179Z Downloaded crossbeam v0.8.2
11132023-10-24T20:41:01.182Z Downloaded futures-executor v0.3.28
11142023-10-24T20:41:01.185Z Downloaded darling_core v0.14.4
11152023-10-24T20:41:01.188Z Downloaded rustc_version v0.4.0
11162023-10-24T20:41:01.191Z Downloaded der_derive v0.7.2
11172023-10-24T20:41:01.195Z Downloaded papergrid v0.10.0
11182023-10-24T20:41:01.199Z Downloaded slog-stdlog v4.1.1
11192023-10-24T20:41:01.202Z Downloaded curve25519-dalek-derive v0.1.0
11202023-10-24T20:41:01.206Z Downloaded vergen v8.2.4
11212023-10-24T20:41:01.210Z Downloaded predicates v3.0.4
11222023-10-24T20:41:01.213Z Downloaded ppv-lite86 v0.2.17
11232023-10-24T20:41:01.216Z Downloaded tabled_derive v0.6.0
11242023-10-24T20:41:01.220Z Downloaded trust-dns-client v0.22.0
11252023-10-24T20:41:01.223Z Downloaded tracing v0.1.37
11262023-10-24T20:41:01.229Z Downloaded aes v0.8.3
11272023-10-24T20:41:01.235Z Downloaded reedline v0.23.0
11282023-10-24T20:41:01.247Z Downloaded platforms v3.0.2
11292023-10-24T20:41:01.250Z Downloaded snafu v0.7.5
11302023-10-24T20:41:01.260Z Downloaded toml v0.7.8
11312023-10-24T20:41:01.265Z Downloaded newline-converter v0.3.0
11322023-10-24T20:41:01.269Z Downloaded cstr-argument v0.1.2
11332023-10-24T20:41:01.271Z Downloaded usdt-macro v0.3.5
11342023-10-24T20:41:01.274Z Downloaded usdt-impl v0.3.5
11352023-10-24T20:41:01.278Z Downloaded usdt-attr-macro v0.3.5
11362023-10-24T20:41:01.282Z Downloaded pest_generator v2.7.2
11372023-10-24T20:41:01.285Z Downloaded derive_builder_core v0.12.0
11382023-10-24T20:41:01.288Z Downloaded rustversion v1.0.14
11392023-10-24T20:41:01.291Z Downloaded zerocopy v0.6.4
11402023-10-24T20:41:01.295Z Downloaded darling v0.20.3
11412023-10-24T20:41:01.298Z Downloaded serde_tokenstream v0.2.0
11422023-10-24T20:41:01.301Z Downloaded darling_core v0.20.3
11432023-10-24T20:41:01.305Z Downloaded semver v0.1.20
11442023-10-24T20:41:01.308Z Downloaded pretty-hex v0.2.1
11452023-10-24T20:41:01.310Z Downloaded crc v3.0.1
11462023-10-24T20:41:01.313Z Downloaded plotters-svg v0.3.5
11472023-10-24T20:41:01.318Z Downloaded slog-bunyan v2.4.0
11482023-10-24T20:41:01.321Z Downloaded utf8parse v0.2.1
11492023-10-24T20:41:01.324Z Downloaded utf-8 v0.7.6
11502023-10-24T20:41:01.327Z Downloaded form_urlencoded v1.2.0
11512023-10-24T20:41:01.330Z Downloaded slog-term v2.9.0
11522023-10-24T20:41:01.334Z Downloaded pkcs1 v0.7.5
11532023-10-24T20:41:01.337Z Downloaded difflib v0.4.0
11542023-10-24T20:41:01.341Z Downloaded partial-io v0.5.4
11552023-10-24T20:41:01.346Z Downloaded socket2 v0.4.9
11562023-10-24T20:41:01.349Z Downloaded toml_edit v0.20.0
11572023-10-24T20:41:01.363Z Downloaded toml_edit v0.19.15
11582023-10-24T20:41:01.392Z Downloaded tokio-util v0.7.8
11592023-10-24T20:41:01.403Z Downloaded hashbrown v0.14.0
11602023-10-24T20:41:01.411Z Downloaded pretty-hex v0.3.0
11612023-10-24T20:41:01.416Z Downloaded equivalent v1.0.1
11622023-10-24T20:41:01.423Z Downloaded version_check v0.9.4
11632023-10-24T20:41:01.426Z Downloaded structmeta-derive v0.1.6
11642023-10-24T20:41:01.430Z Downloaded darling v0.14.4
11652023-10-24T20:41:01.434Z Downloaded smallvec v0.6.14
11662023-10-24T20:41:01.442Z Downloaded pin-project-internal v1.1.3
11672023-10-24T20:41:01.445Z Downloaded env_logger v0.9.3
11682023-10-24T20:41:01.448Z Downloaded schemars v0.8.13
11692023-10-24T20:41:01.451Z Downloaded rsa v0.9.2
11702023-10-24T20:41:01.458Z Downloaded nibble_vec v0.1.0
11712023-10-24T20:41:01.461Z Downloaded toml v0.8.0
11722023-10-24T20:41:01.465Z Downloaded ref-cast v1.0.20
11732023-10-24T20:41:01.469Z Downloaded serde_derive_internals v0.26.0
11742023-10-24T20:41:01.472Z Downloaded paste v1.0.14
11752023-10-24T20:41:01.477Z Downloaded futures-io v0.3.28
11762023-10-24T20:41:01.480Z Downloaded ctr v0.9.2
11772023-10-24T20:41:01.483Z Downloaded mio v0.8.8
11782023-10-24T20:41:01.491Z Downloaded parking_lot v0.11.2
11792023-10-24T20:41:01.495Z Downloaded owo-colors v3.5.0
11802023-10-24T20:41:01.499Z Downloaded futures v0.3.28
11812023-10-24T20:41:01.507Z Downloaded strsim v0.8.0
11822023-10-24T20:41:01.510Z Downloaded strip-ansi-escapes v0.2.0
11832023-10-24T20:41:01.513Z Downloaded static_assertions v1.1.0
11842023-10-24T20:41:01.516Z Downloaded futures-timer v3.0.2
11852023-10-24T20:41:01.519Z Downloaded futures-macro v0.3.28
11862023-10-24T20:41:01.522Z Downloaded scheduled-thread-pool v0.2.7
11872023-10-24T20:41:01.526Z Downloaded ena v0.14.2
11882023-10-24T20:41:01.528Z Downloaded dof v0.1.5
11892023-10-24T20:41:01.531Z Downloaded zeroize v1.6.0
11902023-10-24T20:41:01.535Z Downloaded packed_struct v0.10.1
11912023-10-24T20:41:01.539Z Downloaded dashmap v5.5.1
11922023-10-24T20:41:01.542Z Downloaded either v1.9.0
11932023-10-24T20:41:01.545Z Downloaded ed25519 v1.5.3
11942023-10-24T20:41:01.548Z Downloaded dyn-clone v1.0.13
11952023-10-24T20:41:01.553Z Downloaded zerocopy v0.3.0
11962023-10-24T20:41:01.556Z Downloaded yansi v0.5.1
11972023-10-24T20:41:01.559Z Downloaded xattr v1.0.1
11982023-10-24T20:41:01.562Z Downloaded serde_path_to_error v0.1.14
11992023-10-24T20:41:01.565Z Downloaded packed_struct_codegen v0.10.1
12002023-10-24T20:41:01.568Z Downloaded num_enum_derive v0.5.11
12012023-10-24T20:41:01.571Z Downloaded tracing-core v0.1.31
12022023-10-24T20:41:01.574Z Downloaded spin v0.9.8
12032023-10-24T20:41:01.577Z Downloaded num-traits v0.2.16
12042023-10-24T20:41:01.580Z Downloaded textwrap v0.16.0
12052023-10-24T20:41:01.584Z Downloaded socket2 v0.5.4
12062023-10-24T20:41:01.587Z Downloaded fastrand v2.0.0
12072023-10-24T20:41:01.591Z Downloaded sct v0.7.0
12082023-10-24T20:41:01.594Z Downloaded password-hash v0.5.0
12092023-10-24T20:41:01.597Z Downloaded memchr v2.6.3
12102023-10-24T20:41:01.600Z Downloaded diesel_table_macro_syntax v0.1.0
12112023-10-24T20:41:01.603Z Downloaded pem-rfc7468 v0.7.0
12122023-10-24T20:41:01.606Z Downloaded spin v0.5.2
12132023-10-24T20:41:01.609Z Downloaded smawk v0.3.1
12142023-10-24T20:41:01.612Z Downloaded hashbrown v0.12.3
12152023-10-24T20:41:01.614Z Downloaded arc-swap v1.6.0
12162023-10-24T20:41:01.618Z Downloaded tokio-stream v0.1.14
12172023-10-24T20:41:01.622Z Downloaded slog-scope v4.4.0
12182023-10-24T20:41:01.625Z Downloaded quick-error v1.2.3
12192023-10-24T20:41:01.628Z Downloaded path-slash v0.1.5
12202023-10-24T20:41:01.631Z Downloaded scopeguard v1.2.0
12212023-10-24T20:41:01.635Z Downloaded postgres-types v0.2.6
12222023-10-24T20:41:01.638Z Downloaded parking_lot_core v0.8.6
12232023-10-24T20:41:01.641Z Downloaded num-rational v0.4.1
12242023-10-24T20:41:01.644Z Downloaded datatest-stable v0.1.3
12252023-10-24T20:41:01.648Z Downloaded term v0.7.0
12262023-10-24T20:41:01.651Z Downloaded string_cache v0.8.7
12272023-10-24T20:41:01.654Z Downloaded clang-sys v1.6.1
12282023-10-24T20:41:01.658Z Downloaded path-absolutize v3.1.0
12292023-10-24T20:41:01.662Z Downloaded walkdir v2.4.0
12302023-10-24T20:41:01.665Z Downloaded termios v0.3.3
12312023-10-24T20:41:01.668Z Downloaded which v4.4.0
12322023-10-24T20:41:01.671Z Downloaded termcolor v1.2.0
12332023-10-24T20:41:01.674Z Downloaded tempfile v3.8.0
12342023-10-24T20:41:01.676Z Downloaded snafu-derive v0.7.5
12352023-10-24T20:41:01.681Z Downloaded ringbuffer v0.15.0
12362023-10-24T20:41:01.684Z Downloaded plotters-backend v0.3.5
12372023-10-24T20:41:01.687Z Downloaded toml v0.5.11
12382023-10-24T20:41:01.690Z Downloaded tinyvec v1.6.0
12392023-10-24T20:41:01.693Z Downloaded tar v0.4.40
12402023-10-24T20:41:01.696Z Downloaded indexmap v2.0.0
12412023-10-24T20:41:01.701Z Downloaded parse-display v0.7.0
12422023-10-24T20:41:01.704Z Downloaded predicates-tree v1.0.9
12432023-10-24T20:41:01.707Z Downloaded fs-err v2.9.0
12442023-10-24T20:41:01.711Z Downloaded semver v1.0.18
12452023-10-24T20:41:01.715Z Downloaded rust-argon2 v1.0.1
12462023-10-24T20:41:01.718Z Downloaded stable_deref_trait v1.2.0
12472023-10-24T20:41:01.720Z Downloaded predicates-core v1.0.6
12482023-10-24T20:41:01.724Z Downloaded os_str_bytes v6.5.1
12492023-10-24T20:41:01.727Z Downloaded olpc-cjson v0.1.3
12502023-10-24T20:41:01.730Z Downloaded fragile v2.0.0
12512023-10-24T20:41:01.733Z Downloaded toolchain_find v0.2.0
12522023-10-24T20:41:01.736Z Downloaded toml_datetime v0.6.3
12532023-10-24T20:41:01.742Z Downloaded thread-id v4.2.0
12542023-10-24T20:41:01.745Z Downloaded thiserror-impl v1.0.49
12552023-10-24T20:41:01.748Z Downloaded thiserror v1.0.49
12562023-10-24T20:41:01.751Z Downloaded thiserror-impl-no-std v2.0.2
12572023-10-24T20:41:01.756Z Downloaded textwrap v0.11.0
12582023-10-24T20:41:01.759Z Downloaded tap v1.0.1
12592023-10-24T20:41:01.762Z Downloaded stringprep v0.1.3
12602023-10-24T20:41:01.765Z Downloaded darling_macro v0.14.4
12612023-10-24T20:41:01.768Z Downloaded waitgroup v0.1.2
12622023-10-24T20:41:01.772Z Downloaded wait-timeout v0.2.0
12632023-10-24T20:41:01.776Z Downloaded time-core v0.1.1
12642023-10-24T20:41:01.780Z Downloaded heapless v0.7.16
12652023-10-24T20:41:01.783Z Downloaded headers v0.3.9
12662023-10-24T20:41:01.786Z Downloaded camino v1.1.6
12672023-10-24T20:41:01.790Z Downloaded tokio-rustls v0.24.1
12682023-10-24T20:41:01.793Z Downloaded tiny-keccak v2.0.2
12692023-10-24T20:41:01.796Z Downloaded io-lifetimes v1.0.11
12702023-10-24T20:41:01.799Z Downloaded ahash v0.8.3
12712023-10-24T20:41:01.802Z Downloaded phf_shared v0.10.0
12722023-10-24T20:41:01.805Z Downloaded time-macros v0.2.13
12732023-10-24T20:41:01.807Z Downloaded test-strategy v0.2.1
12742023-10-24T20:41:01.811Z Downloaded structopt-derive v0.4.18
12752023-10-24T20:41:01.814Z Downloaded spki v0.7.2
12762023-10-24T20:41:01.817Z Downloaded shell-words v1.1.0
12772023-10-24T20:41:01.820Z Downloaded serde_repr v0.1.16
12782023-10-24T20:41:01.823Z Downloaded semver v0.11.0
12792023-10-24T20:41:01.826Z Downloaded schemars_derive v0.8.13
12802023-10-24T20:41:01.852Z Downloaded rcgen v0.10.0
12812023-10-24T20:41:01.860Z Downloaded managed v0.8.0
12822023-10-24T20:41:01.863Z Downloaded libefi-sys v0.1.0
12832023-10-24T20:41:01.866Z Downloaded indicatif v0.17.7
12842023-10-24T20:41:01.872Z Downloaded clap_derive v3.2.25
12852023-10-24T20:41:01.876Z Downloaded cargo_toml v0.16.3
12862023-10-24T20:41:01.884Z Downloaded vte_generate_state_changes v0.1.1
12872023-10-24T20:41:01.889Z Downloaded tower-service v0.3.2
12882023-10-24T20:41:01.894Z Downloaded termtree v0.4.1
12892023-10-24T20:41:01.898Z Downloaded phf_shared v0.11.2
12902023-10-24T20:41:01.902Z Downloaded peeking_take_while v0.1.2
12912023-10-24T20:41:01.910Z Downloaded futures-core v0.3.28
12922023-10-24T20:41:01.915Z Downloaded funty v2.0.0
12932023-10-24T20:41:01.918Z Downloaded fd-lock v3.0.13
12942023-10-24T20:41:01.921Z Downloaded topological-sort v0.2.2
12952023-10-24T20:41:01.926Z Downloaded rustc-demangle v0.1.23
12962023-10-24T20:41:01.929Z Downloaded mockall_derive v0.11.4
12972023-10-24T20:41:01.933Z Downloaded indexmap v1.9.3
12982023-10-24T20:41:01.936Z Downloaded hubpack v0.1.2
12992023-10-24T20:41:01.940Z Downloaded filetime v0.2.22
13002023-10-24T20:41:01.943Z Downloaded strum v0.25.0
13012023-10-24T20:41:01.946Z Downloaded rustls-pemfile v1.0.3
13022023-10-24T20:41:01.949Z Downloaded tokio-tungstenite v0.18.0
13032023-10-24T20:41:01.952Z Downloaded tokio-native-tls v0.3.1
13042023-10-24T20:41:01.959Z Downloaded tinytemplate v1.2.1
13052023-10-24T20:41:01.961Z Downloaded smf v0.2.2
13062023-10-24T20:41:01.964Z Downloaded slog-json v2.6.1
13072023-10-24T20:41:01.967Z Downloaded slog-envlogger v2.2.0
13082023-10-24T20:41:01.970Z Downloaded slog-dtrace v0.2.3
13092023-10-24T20:41:01.973Z Downloaded siphasher v0.3.11
13102023-10-24T20:41:01.976Z Downloaded signature v2.1.0
13112023-10-24T20:41:01.979Z Downloaded serde_plain v1.0.2
13122023-10-24T20:41:01.982Z Downloaded multer v2.1.0
13132023-10-24T20:41:01.985Z Downloaded git2 v0.17.2
13142023-10-24T20:41:01.988Z Downloaded anes v0.1.6
13152023-10-24T20:41:01.991Z Downloaded sha2 v0.10.7
13162023-10-24T20:41:01.994Z Downloaded anyhow v1.0.75
13172023-10-24T20:41:01.998Z Downloaded serde_tokenstream v0.1.7
13182023-10-24T20:41:02.001Z Downloaded ipnet v2.8.0
13192023-10-24T20:41:02.004Z Downloaded half v1.8.2
13202023-10-24T20:41:02.007Z Downloaded bincode v1.3.3
13212023-10-24T20:41:02.010Z Downloaded bitflags v2.4.0
13222023-10-24T20:41:02.013Z Downloaded rand_core v0.6.4
13232023-10-24T20:41:02.016Z Downloaded mockall v0.11.4
13242023-10-24T20:41:02.020Z Downloaded memoffset v0.7.1
13252023-10-24T20:41:02.023Z Downloaded maybe-uninit v2.0.0
13262023-10-24T20:41:02.027Z Downloaded linear-map v1.2.0
13272023-10-24T20:41:02.031Z Downloaded clap_lex v0.5.1
13282023-10-24T20:41:02.034Z Downloaded cipher v0.4.4
13292023-10-24T20:41:02.037Z Downloaded bytecount v0.6.3
13302023-10-24T20:41:02.040Z Downloaded md-5 v0.10.5
13312023-10-24T20:41:02.043Z Downloaded iana-time-zone v0.1.57
13322023-10-24T20:41:02.046Z Downloaded backoff v0.4.0
13332023-10-24T20:41:02.048Z Downloaded autocfg v1.1.0
13342023-10-24T20:41:02.051Z Downloaded serde_spanned v0.6.3
13352023-10-24T20:41:02.054Z Downloaded memoffset v0.9.0
13362023-10-24T20:41:02.058Z Downloaded libloading v0.7.4
13372023-10-24T20:41:02.060Z Downloaded async-trait v0.1.73
13382023-10-24T20:41:02.063Z Downloaded arrayref v0.3.7
13392023-10-24T20:41:02.066Z Downloaded async-recursion v1.0.5
13402023-10-24T20:41:02.069Z Downloaded assert_cmd v2.0.12
13412023-10-24T20:41:02.072Z Downloaded ansi_term v0.12.1
13422023-10-24T20:41:02.075Z Downloaded mime v0.3.17
13432023-10-24T20:41:02.078Z Downloaded lazy_static v1.4.0
13442023-10-24T20:41:02.082Z Downloaded keccak v0.1.4
13452023-10-24T20:41:02.085Z Downloaded itoa v1.0.9
13462023-10-24T20:41:02.090Z Downloaded hmac v0.12.1
13472023-10-24T20:41:02.093Z Downloaded constant_time_eq v0.2.6
13482023-10-24T20:41:02.095Z Downloaded argon2 v0.5.2
13492023-10-24T20:41:02.099Z Downloaded rustls-native-certs v0.6.3
13502023-10-24T20:41:02.102Z Downloaded rustc-hash v1.1.0
13512023-10-24T20:41:02.105Z Downloaded rpassword v7.2.0
13522023-10-24T20:41:02.109Z Downloaded resolv-conf v0.7.0
13532023-10-24T20:41:02.112Z Downloaded jobserver v0.1.26
13542023-10-24T20:41:02.116Z Downloaded ipnetwork v0.20.0
13552023-10-24T20:41:02.119Z Downloaded anstream v0.5.0
13562023-10-24T20:41:02.122Z Downloaded matches v0.1.10
13572023-10-24T20:41:02.124Z Downloaded is-terminal v0.4.9
13582023-10-24T20:41:02.127Z Downloaded inout v0.1.3
13592023-10-24T20:41:02.130Z Downloaded indoc v2.0.3
13602023-10-24T20:41:02.133Z Downloaded indoc v1.0.9
13612023-10-24T20:41:02.136Z Downloaded hyper-staticfile v0.9.5
13622023-10-24T20:41:02.139Z Downloaded httptest v0.15.4
13632023-10-24T20:41:02.141Z Downloaded httparse v1.8.0
13642023-10-24T20:41:02.144Z Downloaded bit_field v0.10.2
13652023-10-24T20:41:02.147Z Downloaded bit-vec v0.6.3
13662023-10-24T20:41:02.150Z Downloaded impl-trait-for-tuples v0.2.2
13672023-10-24T20:41:02.153Z Downloaded hyper-tls v0.5.0
13682023-10-24T20:41:02.156Z Downloaded bytesize v1.3.0
13692023-10-24T20:41:02.160Z Downloaded hashlink v0.8.3
13702023-10-24T20:41:02.163Z Downloaded atomicwrites v0.4.2
13712023-10-24T20:41:02.167Z Downloaded assert_matches v1.5.0
13722023-10-24T20:41:02.169Z Downloaded proptest v1.3.1
13732023-10-24T20:41:02.172Z Downloaded lazycell v1.3.0
13742023-10-24T20:41:02.176Z Downloaded ascii-canvas v3.0.0
13752023-10-24T20:41:02.179Z Downloaded async-stream-impl v0.3.5
13762023-10-24T20:41:02.182Z Downloaded anstyle v1.0.2
13772023-10-24T20:41:02.185Z Downloaded regex-syntax v0.6.29
13782023-10-24T20:41:02.188Z Downloaded r2d2 v0.8.10
13792023-10-24T20:41:02.192Z Downloaded adler v1.0.2
13802023-10-24T20:41:02.195Z Downloaded instant v0.1.12
13812023-10-24T20:41:02.198Z Downloaded humantime v2.1.0
13822023-10-24T20:41:02.201Z Downloaded log v0.4.20
13832023-10-24T20:41:02.204Z Downloaded highway v1.1.0
13842023-10-24T20:41:02.207Z Downloaded lock_api v0.4.10
13852023-10-24T20:41:02.211Z Downloaded linked-hash-map v0.5.6
13862023-10-24T20:41:02.213Z Downloaded const_format v0.2.31
13872023-10-24T20:41:02.216Z Downloaded cancel-safe-futures v0.1.2
13882023-10-24T20:41:02.219Z Downloaded base64ct v1.6.0
13892023-10-24T20:41:02.222Z Downloaded heck v0.4.1
13902023-10-24T20:41:02.225Z Downloaded group v0.13.0
13912023-10-24T20:41:02.228Z Downloaded const_format_proc_macros v0.2.31
13922023-10-24T20:41:02.232Z Downloaded const-oid v0.9.5
13932023-10-24T20:41:02.235Z Downloaded console v0.15.7
13942023-10-24T20:41:02.237Z Downloaded colored v2.0.4
13952023-10-24T20:41:02.240Z Downloaded clap_derive v4.4.2
13962023-10-24T20:41:02.243Z Downloaded bitflags v1.3.2
13972023-10-24T20:41:02.246Z Downloaded hubpack_derive v0.1.1
13982023-10-24T20:41:02.249Z Downloaded cassowary v0.3.0
13992023-10-24T20:41:02.252Z Downloaded cargo-platform v0.1.3
14002023-10-24T20:41:02.255Z Downloaded camino-tempfile v1.0.2
14012023-10-24T20:41:02.257Z Downloaded http-body v0.4.5
14022023-10-24T20:41:02.260Z Downloaded headers-core v0.2.0
14032023-10-24T20:41:02.263Z Downloaded cast v0.3.0
14042023-10-24T20:41:02.266Z Downloaded colorchoice v1.0.0
14052023-10-24T20:41:02.270Z Downloaded cexpr v0.6.0
14062023-10-24T20:41:02.273Z Downloaded blake2 v0.10.6
14072023-10-24T20:41:02.276Z Downloaded cargo_metadata v0.18.0
14082023-10-24T20:41:02.278Z Downloaded bytes v1.5.0
14092023-10-24T20:41:02.283Z Downloaded bzip2 v0.4.4
14102023-10-24T20:41:02.288Z Downloaded blake2b_simd v1.0.1
14112023-10-24T20:41:02.291Z Downloaded fxhash v0.2.1
14122023-10-24T20:41:02.295Z Downloaded byteorder v1.4.3
14132023-10-24T20:41:02.299Z Downloaded block-padding v0.3.3
14142023-10-24T20:41:03.573Z Compiling proc-macro2 v1.0.67
14152023-10-24T20:41:03.577Z Compiling unicode-ident v1.0.12
14162023-10-24T20:41:03.580Z Compiling libc v0.2.149
14172023-10-24T20:41:03.584Z Compiling serde v1.0.188
14182023-10-24T20:41:03.601Z Compiling autocfg v1.1.0
14192023-10-24T20:41:03.604Z Compiling version_check v0.9.4
14202023-10-24T20:41:03.615Z Compiling cfg-if v1.0.0
14212023-10-24T20:41:03.619Z Compiling syn v1.0.109
14222023-10-24T20:41:03.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14232023-10-24T20:41:03.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da60536db468fe1f -C extra-filename=-da60536db468fe1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14242023-10-24T20:41:03.643Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/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=1ebae33600a4552f -C extra-filename=-1ebae33600a4552f --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14252023-10-24T20:41:03.648Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.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=8b7d4688ff6ec7d2 -C extra-filename=-8b7d4688ff6ec7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14262023-10-24T20:41:03.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14272023-10-24T20:41:03.656Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14282023-10-24T20:41:03.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=36b7bfc19191d7b5 -C extra-filename=-36b7bfc19191d7b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14292023-10-24T20:41:03.665Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14302023-10-24T20:41:03.954Z Compiling once_cell v1.18.0
14312023-10-24T20:41:03.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=dffc32915439d36d -C extra-filename=-dffc32915439d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14322023-10-24T20:41:04.038Z Compiling libm v0.2.7
14332023-10-24T20:41:04.041Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c84985744f7ea911 -C extra-filename=-c84985744f7ea911 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342023-10-24T20:41:04.652Z Compiling parking_lot_core v0.9.8
14352023-10-24T20:41:04.659Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362023-10-24T20:41:04.831Z Compiling memchr v2.6.3
14372023-10-24T20:41:04.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b9cc4e8f0305d0f -C extra-filename=-2b9cc4e8f0305d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-10-24T20:41:04.939Z Compiling lock_api v0.4.10
14392023-10-24T20:41:04.943Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14402023-10-24T20:41:06.126Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
14412023-10-24T20:41:06.150Z Compiling num-traits v0.2.16
14422023-10-24T20:41:06.165Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=1b7851bfe210c606 -C extra-filename=-1b7851bfe210c606 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14432023-10-24T20:41:06.167Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
14442023-10-24T20:41:06.170Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
14452023-10-24T20:41:06.173Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
14462023-10-24T20:41:06.180Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f/build-script-build`
14472023-10-24T20:41:06.184Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
14482023-10-24T20:41:06.267Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=577a284e9bcc389a -C extra-filename=-577a284e9bcc389a --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-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14492023-10-24T20:41:06.289Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
14502023-10-24T20:41:06.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=951633e8fd59a40d -C extra-filename=-951633e8fd59a40d --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`
14512023-10-24T20:41:06.340Z Compiling log v0.4.20
14522023-10-24T20:41:06.343Z Compiling thiserror v1.0.49
14532023-10-24T20:41:06.346Z Compiling itoa v1.0.9
14542023-10-24T20:41:06.349Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7d9cf9ba132625c1 -C extra-filename=-7d9cf9ba132625c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14552023-10-24T20:41:06.411Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14562023-10-24T20:41:06.414Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cfbcdc992ada6c2 -C extra-filename=-5cfbcdc992ada6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14572023-10-24T20:41:06.418Z Compiling futures-core v0.3.28
14582023-10-24T20:41:06.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/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=40748a9ee1ce3883 -C extra-filename=-40748a9ee1ce3883 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14592023-10-24T20:41:06.675Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
14602023-10-24T20:41:06.734Z Compiling ahash v0.8.3
14612023-10-24T20:41:06.737Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
14622023-10-24T20:41:06.996Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
14632023-10-24T20:41:07.012Z Compiling typenum v1.16.0
14642023-10-24T20:41:07.016Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ce2f6f3ba70c12d6 -C extra-filename=-ce2f6f3ba70c12d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14652023-10-24T20:41:07.081Z Compiling generic-array v0.14.7
14662023-10-24T20:41:07.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=c5834cbc42a6ca13 -C extra-filename=-c5834cbc42a6ca13 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
14672023-10-24T20:41:07.123Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
14682023-10-24T20:41:07.296Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
14692023-10-24T20:41:07.327Z Compiling heck v0.4.1
14702023-10-24T20:41:07.348Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=58e6b367499d83fa -C extra-filename=-58e6b367499d83fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14712023-10-24T20:41:07.454Z Compiling quote v1.0.33
14722023-10-24T20:41:07.462Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8512bc6ae7bced04 -C extra-filename=-8512bc6ae7bced04 --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-577a284e9bcc389a.rmeta --cap-lints allow -D warnings`
14732023-10-24T20:41:07.640Z Compiling ryu v1.0.15
14742023-10-24T20:41:07.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a3577197cfd5900 -C extra-filename=-4a3577197cfd5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14752023-10-24T20:41:07.709Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14762023-10-24T20:41:07.817Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40f40ed9b79fa7d8 -C extra-filename=-40f40ed9b79fa7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14772023-10-24T20:41:07.843Z Compiling slab v0.4.9
14782023-10-24T20:41:07.886Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14792023-10-24T20:41:08.192Z Compiling syn v2.0.32
14802023-10-24T20:41:08.196Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=b33ad495b446e2a7 -C extra-filename=-b33ad495b446e2a7 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
14812023-10-24T20:41:08.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f88a0545b115dad3 -C extra-filename=-f88a0545b115dad3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
14822023-10-24T20:41:08.376Z Compiling getrandom v0.2.10
14832023-10-24T20:41:08.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=75d25cd6bbf5ada0 -C extra-filename=-75d25cd6bbf5ada0 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14842023-10-24T20:41:08.686Z Compiling jobserver v0.1.26
14852023-10-24T20:41:08.710Z Running `/home/build/.rustup/toolchains/1.72.1-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=48615985f879a63f -C extra-filename=-48615985f879a63f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14862023-10-24T20:41:08.715Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14872023-10-24T20:41:09.002Z Compiling futures-task v0.3.28
14882023-10-24T20:41:09.006Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/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=5de16dc38943ef6e -C extra-filename=-5de16dc38943ef6e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14892023-10-24T20:41:09.067Z Compiling scopeguard v1.2.0
14902023-10-24T20:41:09.072Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4dda9e26a75f327a -C extra-filename=-4dda9e26a75f327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14912023-10-24T20:41:09.101Z Compiling futures-channel v0.3.28
14922023-10-24T20:41:09.126Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/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=feb52f6851514f87 -C extra-filename=-feb52f6851514f87 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14932023-10-24T20:41:09.148Z Compiling cc v1.0.83
14942023-10-24T20:41:09.152Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=b8e3951e079cc622 -C extra-filename=-b8e3951e079cc622 --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-48615985f879a63f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14952023-10-24T20:41:09.270Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14962023-10-24T20:41:09.479Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=50180e8112bf05bb -C extra-filename=-50180e8112bf05bb --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-40f40ed9b79fa7d8.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`
14972023-10-24T20:41:09.584Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
14982023-10-24T20:41:09.624Z Compiling pkg-config v0.3.27
14992023-10-24T20:41:09.627Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15002023-10-24T20:41:09.672Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
15012023-10-24T20:41:09.708Z Running `/home/build/.rustup/toolchains/1.72.1-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=8276e47ef83e0a61 -C extra-filename=-8276e47ef83e0a61 --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
15022023-10-24T20:41:09.764Z Compiling futures-util v0.3.28
15032023-10-24T20:41:09.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/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=373e6bf0208f26cc -C extra-filename=-373e6bf0208f26cc --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15042023-10-24T20:41:10.216Z Compiling smallvec v1.11.0
15052023-10-24T20:41:10.250Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c6b3c03d28d4365 -C extra-filename=-9c6b3c03d28d4365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15062023-10-24T20:41:10.328Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
15072023-10-24T20:41:10.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=4e1c5de4b4146de7 -C extra-filename=-4e1c5de4b4146de7 --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-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
15082023-10-24T20:41:10.391Z Compiling allocator-api2 v0.2.16
15092023-10-24T20:41:10.395Z Running `/home/build/.rustup/toolchains/1.72.1-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=65fb5bbe93c488fa -C extra-filename=-65fb5bbe93c488fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15102023-10-24T20:41:10.895Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a1c1a80b5a9681 -C extra-filename=-90a1c1a80b5a9681 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
15112023-10-24T20:41:11.104Z Compiling fnv v1.0.7
15122023-10-24T20:41:11.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a818be490fdad0e -C extra-filename=-1a818be490fdad0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15132023-10-24T20:41:11.303Z Compiling equivalent v1.0.1
15142023-10-24T20:41:11.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fccbc822ca879d0 -C extra-filename=-2fccbc822ca879d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15152023-10-24T20:41:11.446Z Compiling schemars v0.8.13
15162023-10-24T20:41:11.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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=61fde5c49e14e297 -C extra-filename=-61fde5c49e14e297 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15172023-10-24T20:41:11.474Z Compiling parking_lot v0.12.1
15182023-10-24T20:41:11.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=79070e5cf7ada956 -C extra-filename=-79070e5cf7ada956 --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-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
15192023-10-24T20:41:11.681Z Compiling hashbrown v0.14.0
15202023-10-24T20:41:11.685Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=2c1bab4f653c68c5 -C extra-filename=-2c1bab4f653c68c5 --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-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings`
15212023-10-24T20:41:12.027Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
15222023-10-24T20:41:12.056Z Compiling vcpkg v0.2.15
15232023-10-24T20:41:12.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15242023-10-24T20:41:12.114Z Compiling iana-time-zone v0.1.57
15252023-10-24T20:41:12.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=14efeeed8496d54e -C extra-filename=-14efeeed8496d54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15262023-10-24T20:41:12.820Z Compiling spin v0.5.2
15272023-10-24T20:41:12.824Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=067a8add982d410a -C extra-filename=-067a8add982d410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15282023-10-24T20:41:13.029Z Compiling serde_json v1.0.107
15292023-10-24T20:41:13.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/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=6eb69df761383bd2 -C extra-filename=-6eb69df761383bd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6eb69df761383bd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15302023-10-24T20:41:13.179Z Compiling regex-syntax v0.7.5
15312023-10-24T20:41:13.182Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0198c14610a57b32 -C extra-filename=-0198c14610a57b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15322023-10-24T20:41:13.216Z Compiling pin-project-lite v0.2.13
15332023-10-24T20:41:13.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2335542551612e97 -C extra-filename=-2335542551612e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15342023-10-24T20:41:13.395Z Compiling aho-corasick v1.0.4
15352023-10-24T20:41:13.398Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=626d69baada25e63 -C extra-filename=-626d69baada25e63 --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
15362023-10-24T20:41:13.573Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6eb69df761383bd2/build-script-build`
15372023-10-24T20:41:13.612Z Compiling byteorder v1.4.3
15382023-10-24T20:41:13.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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="std"' -C metadata=d0b5a9931f42a80a -C extra-filename=-d0b5a9931f42a80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15392023-10-24T20:41:13.726Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/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=d70ad40c721a54b5 -C extra-filename=-d70ad40c721a54b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-d70ad40c721a54b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-10-24T20:41:13.801Z Compiling signal-hook-registry v1.4.1
15412023-10-24T20:41:13.808Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef5bea0a6216ba2 -C extra-filename=-8ef5bea0a6216ba2 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15422023-10-24T20:41:14.260Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d70ad40c721a54b5/build-script-build`
15432023-10-24T20:41:14.303Z Compiling rand_core v0.6.4
15442023-10-24T20:41:14.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=b7752064d206ef48 -C extra-filename=-b7752064d206ef48 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
15452023-10-24T20:41:14.420Z Compiling mio v0.8.8
15462023-10-24T20:41:14.475Z Running `/home/build/.rustup/toolchains/1.72.1-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=9113e4b91d4e10f7 -C extra-filename=-9113e4b91d4e10f7 --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-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
15472023-10-24T20:41:15.065Z Compiling num_cpus v1.16.0
15482023-10-24T20:41:15.068Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5352e39305fe0a4c -C extra-filename=-5352e39305fe0a4c --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15492023-10-24T20:41:15.127Z Compiling indexmap v1.9.3
15502023-10-24T20:41:15.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
15512023-10-24T20:41:15.221Z Compiling httparse v1.8.0
15522023-10-24T20:41:15.224Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-10-24T20:41:15.248Z Compiling ring v0.16.20
15542023-10-24T20:41:15.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=290f83d1fda015eb -C extra-filename=-290f83d1fda015eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15552023-10-24T20:41:15.680Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
15562023-10-24T20:41:15.711Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26ddbb2f438a5030 -C extra-filename=-26ddbb2f438a5030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15572023-10-24T20:41:15.919Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
15582023-10-24T20:41:15.933Z Compiling dyn-clone v1.0.13
15592023-10-24T20:41:15.936Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ddc113e7e9f4a26 -C extra-filename=-0ddc113e7e9f4a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15602023-10-24T20:41:16.094Z Compiling socket2 v0.5.4
15612023-10-24T20:41:16.107Z Running `/home/build/.rustup/toolchains/1.72.1-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=6ce94efbc4534b0f -C extra-filename=-6ce94efbc4534b0f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15622023-10-24T20:41:16.256Z Compiling rustix v0.38.9
15632023-10-24T20:41:16.261Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=f4a3b5516a1033b5 -C extra-filename=-f4a3b5516a1033b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15642023-10-24T20:41:16.483Z Compiling tinyvec_macros v0.1.1
15652023-10-24T20:41:16.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144c4a4853a1d827 -C extra-filename=-144c4a4853a1d827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15662023-10-24T20:41:16.652Z Compiling tinyvec v1.6.0
15672023-10-24T20:41:16.676Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=85963be74ba39079 -C extra-filename=-85963be74ba39079 --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-144c4a4853a1d827.rmeta --cap-lints allow -D warnings`
15682023-10-24T20:41:17.007Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb/build-script-build`
15692023-10-24T20:41:17.348Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15702023-10-24T20:41:17.519Z Compiling openssl-sys v0.9.93
15712023-10-24T20:41:17.522Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=3843d720dd2e1ee1 -C extra-filename=-3843d720dd2e1ee1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
15722023-10-24T20:41:17.631Z Compiling pin-utils v0.1.0
15732023-10-24T20:41:17.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258679e4375c153a -C extra-filename=-258679e4375c153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15742023-10-24T20:41:17.782Z Compiling futures-sink v0.3.28
15752023-10-24T20:41:17.798Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=162a734bab52ecae -C extra-filename=-162a734bab52ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-10-24T20:41:17.996Z Compiling semver v1.0.18
15772023-10-24T20:41:18.008Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/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=1462877d469b7aa0 -C extra-filename=-1462877d469b7aa0 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15782023-10-24T20:41:18.717Z Compiling unicode-bidi v0.3.13
15792023-10-24T20:41:18.721Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=a79322ee08f170c2 -C extra-filename=-a79322ee08f170c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15802023-10-24T20:41:18.925Z Compiling regex-automata v0.3.8
15812023-10-24T20:41:18.928Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --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=53dcddb5f0118cd2 -C extra-filename=-53dcddb5f0118cd2 --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
15822023-10-24T20:41:19.245Z Compiling unicode-normalization v0.1.22
15832023-10-24T20:41:19.249Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac138eb008fbc34d -C extra-filename=-ac138eb008fbc34d --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-85963be74ba39079.rmeta --cap-lints allow -D warnings`
15842023-10-24T20:41:21.087Z Compiling serde_derive_internals v0.26.0
15852023-10-24T20:41:21.090Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7cd5cf0bcb37ed50 -C extra-filename=-7cd5cf0bcb37ed50 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
15862023-10-24T20:41:21.093Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1/build-script-main`
15872023-10-24T20:41:21.174Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0/build-script-build`
15882023-10-24T20:41:21.274Z Compiling rustls v0.21.7
15892023-10-24T20:41:21.279Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=eb9c35056792b1cf -C extra-filename=-eb9c35056792b1cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15902023-10-24T20:41:21.616Z Compiling percent-encoding v2.3.0
15912023-10-24T20:41:21.619Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=58aac9722dc74e91 -C extra-filename=-58aac9722dc74e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15922023-10-24T20:41:21.744Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=9475083db9bb56c9 -C extra-filename=-9475083db9bb56c9 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --cap-lints allow -D warnings`
15932023-10-24T20:41:22.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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="alloc"' --cfg 'feature="std"' -C metadata=6c267024c249b587 -C extra-filename=-6c267024c249b587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15942023-10-24T20:41:22.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82ba02363acc9ab8 -C extra-filename=-82ba02363acc9ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15952023-10-24T20:41:22.776Z Compiling futures-io v0.3.28
15962023-10-24T20:41:22.780Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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="std"' -C metadata=1281c81b1e26ac4e -C extra-filename=-1281c81b1e26ac4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-10-24T20:41:23.346Z Compiling unicode-width v0.1.10
15982023-10-24T20:41:23.358Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=22d2e5808eee9062 -C extra-filename=-22d2e5808eee9062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15992023-10-24T20:41:23.372Z Compiling openssl v0.10.57
16002023-10-24T20:41:23.399Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=f20da6aca1599289 -C extra-filename=-f20da6aca1599289 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16012023-10-24T20:41:23.403Z Compiling form_urlencoded v1.2.0
16022023-10-24T20:41:23.406Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=bdee90b95eb7999e -C extra-filename=-bdee90b95eb7999e --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-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
16032023-10-24T20:41:23.785Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04e3f21d815cd8b9 -C extra-filename=-04e3f21d815cd8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16042023-10-24T20:41:23.826Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
16052023-10-24T20:41:23.862Z Compiling unicode-xid v0.2.4
16062023-10-24T20:41:23.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=9d8f12589899f678 -C extra-filename=-9d8f12589899f678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16072023-10-24T20:41:24.119Z Compiling ucd-trie v0.1.6
16082023-10-24T20:41:24.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=963b26a2aa59b261 -C extra-filename=-963b26a2aa59b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16092023-10-24T20:41:24.513Z Compiling backtrace v0.3.69
16102023-10-24T20:41:24.516Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=83378d8df28ab4e1 -C extra-filename=-83378d8df28ab4e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
16112023-10-24T20:41:24.544Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
16122023-10-24T20:41:24.587Z Compiling async-trait v0.1.73
16132023-10-24T20:41:24.591Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.73/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=db64b9bb2c68bb7a -C extra-filename=-db64b9bb2c68bb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16142023-10-24T20:41:25.033Z Compiling lazy_static v1.4.0
16152023-10-24T20:41:25.068Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=31315c5ec54d9eb8 -C extra-filename=-31315c5ec54d9eb8 --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-067a8add982d410a.rmeta --cap-lints allow -D warnings`
16162023-10-24T20:41:25.133Z Compiling native-tls v0.2.11
16172023-10-24T20:41:25.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=81bcf05595811fab -C extra-filename=-81bcf05595811fab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16182023-10-24T20:41:25.204Z Compiling rustversion v1.0.14
16192023-10-24T20:41:25.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ee1e586feee1bf2b -C extra-filename=-ee1e586feee1bf2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16202023-10-24T20:41:25.247Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1/build-script-build`
16212023-10-24T20:41:25.289Z Compiling idna v0.4.0
16222023-10-24T20:41:25.293Z Running `/home/build/.rustup/toolchains/1.72.1-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=f45dd1b1e77af6bc -C extra-filename=-f45dd1b1e77af6bc --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
16232023-10-24T20:41:25.325Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a/build-script-build`
16242023-10-24T20:41:25.426Z Compiling anyhow v1.0.75
16252023-10-24T20:41:25.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e4c0cf124b807de -C extra-filename=-6e4c0cf124b807de --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16262023-10-24T20:41:25.720Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
16272023-10-24T20:41:25.733Z Compiling bitflags v1.3.2
16282023-10-24T20:41:25.737Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=237bfdbc957aefc2 -C extra-filename=-237bfdbc957aefc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16292023-10-24T20:41:25.877Z Compiling slog v2.7.0
16302023-10-24T20:41:25.880Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=50f19adf750f9175 -C extra-filename=-50f19adf750f9175 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16312023-10-24T20:41:26.170Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
16322023-10-24T20:41:26.197Z Compiling subtle v2.5.0
16332023-10-24T20:41:26.203Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=5aae046eb05ace35 -C extra-filename=-5aae046eb05ace35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16342023-10-24T20:41:26.223Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16352023-10-24T20:41:26.265Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e337c297b7344c42 -C extra-filename=-e337c297b7344c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
16362023-10-24T20:41:26.634Z Compiling regex v1.9.5
16372023-10-24T20:41:26.638Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=b1c45f2103d94ced -C extra-filename=-b1c45f2103d94ced --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
16382023-10-24T20:41:26.732Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
16392023-10-24T20:41:26.798Z Compiling url v2.4.1
16402023-10-24T20:41:26.808Z Running `/home/build/.rustup/toolchains/1.72.1-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=4ddeb6fc7fa00215 -C extra-filename=-4ddeb6fc7fa00215 --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-bdee90b95eb7999e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f45dd1b1e77af6bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
16412023-10-24T20:41:26.825Z Compiling winnow v0.5.15
16422023-10-24T20:41:26.828Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=016aea2942a95061 -C extra-filename=-016aea2942a95061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16432023-10-24T20:41:28.089Z Compiling crossbeam-utils v0.8.16
16442023-10-24T20:41:28.094Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16452023-10-24T20:41:28.547Z Compiling hashbrown v0.13.2
16462023-10-24T20:41:28.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=bb614e6fdd6f35be -C extra-filename=-bb614e6fdd6f35be --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-8276e47ef83e0a61.rmeta --cap-lints allow -D warnings`
16472023-10-24T20:41:28.685Z Compiling time-core v0.1.1
16482023-10-24T20:41:28.692Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db894d590c93f55e -C extra-filename=-db894d590c93f55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16492023-10-24T20:41:28.845Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
16502023-10-24T20:41:28.885Z Compiling errno v0.3.2
16512023-10-24T20:41:28.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b316bd503d18164 -C extra-filename=-7b316bd503d18164 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
16522023-10-24T20:41:28.954Z Compiling time-macros v0.2.13
16532023-10-24T20:41:28.978Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=3f56d02e742d9deb -C extra-filename=-3f56d02e742d9deb --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-db894d590c93f55e.rlib --extern proc_macro --cap-lints allow -D warnings`
16542023-10-24T20:41:29.186Z Compiling tracing-core v0.1.31
16552023-10-24T20:41:29.189Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=978e55013bffdcb9 -C extra-filename=-978e55013bffdcb9 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
16562023-10-24T20:41:30.149Z Compiling strsim v0.10.0
16572023-10-24T20:41:30.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c46220253478178 -C extra-filename=-1c46220253478178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16582023-10-24T20:41:30.442Z Compiling base64 v0.21.4
16592023-10-24T20:41:30.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7153363a1fac6343 -C extra-filename=-7153363a1fac6343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16602023-10-24T20:41:31.475Z Compiling adler v1.0.2
16612023-10-24T20:41:31.485Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132009fb6b2f5d87 -C extra-filename=-132009fb6b2f5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16622023-10-24T20:41:31.637Z Compiling synstructure v0.12.6
16632023-10-24T20:41:31.644Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=acaed900a7a14117 -C extra-filename=-acaed900a7a14117 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
16642023-10-24T20:41:31.731Z Compiling miniz_oxide v0.7.1
16652023-10-24T20:41:31.735Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=035fa96984d9041a -C extra-filename=-035fa96984d9041a --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-132009fb6b2f5d87.rmeta --cap-lints allow -D warnings`
16662023-10-24T20:41:31.820Z Compiling const-oid v0.9.5
16672023-10-24T20:41:31.824Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=61bf72856c116b87 -C extra-filename=-61bf72856c116b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16682023-10-24T20:41:33.008Z Compiling serde_derive v1.0.188
16692023-10-24T20:41:33.012Z Running `/home/build/.rustup/toolchains/1.72.1-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=aeb4063bf79bcef0 -C extra-filename=-aeb4063bf79bcef0 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16702023-10-24T20:41:33.279Z Compiling thiserror-impl v1.0.49
16712023-10-24T20:41:33.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9da73fdce886a303 -C extra-filename=-9da73fdce886a303 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16722023-10-24T20:41:33.620Z Compiling zeroize_derive v1.4.2
16732023-10-24T20:41:33.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c8f54ebde8160f23 -C extra-filename=-c8f54ebde8160f23 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16742023-10-24T20:41:34.232Z Compiling tokio-macros v2.1.0
16752023-10-24T20:41:34.240Z Running `/home/build/.rustup/toolchains/1.72.1-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=a227de3d2402746e -C extra-filename=-a227de3d2402746e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16762023-10-24T20:41:34.297Z Compiling futures-macro v0.3.28
16772023-10-24T20:41:34.307Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=03ba96fd56d60571 -C extra-filename=-03ba96fd56d60571 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16782023-10-24T20:41:34.921Z Compiling schemars_derive v0.8.13
16792023-10-24T20:41:34.934Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=21f257bb376f42bc -C extra-filename=-21f257bb376f42bc --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-7cd5cf0bcb37ed50.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
16802023-10-24T20:41:34.991Z Compiling tracing-attributes v0.1.26
16812023-10-24T20:41:35.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=72a1983bdf5f8eeb -C extra-filename=-72a1983bdf5f8eeb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16822023-10-24T20:41:36.294Z Compiling zeroize v1.6.0
16832023-10-24T20:41:36.361Z Running `/home/build/.rustup/toolchains/1.72.1-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=be0cb31ca6c36c77 -C extra-filename=-be0cb31ca6c36c77 --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-c8f54ebde8160f23.so --cap-lints allow -D warnings`
16842023-10-24T20:41:37.360Z Compiling openssl-macros v0.1.1
16852023-10-24T20:41:38.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d56300f5e0859093 -C extra-filename=-d56300f5e0859093 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16862023-10-24T20:41:38.589Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f8fea248a8ef80ee -C extra-filename=-f8fea248a8ef80ee --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-04e3f21d815cd8b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16872023-10-24T20:41:39.749Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.73/src/lib.rs --error-format=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=5e1b7200ff6e80bb -C extra-filename=-5e1b7200ff6e80bb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16882023-10-24T20:41:41.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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="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=41b3cacfdb8b8658 -C extra-filename=-41b3cacfdb8b8658 --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings`
16892023-10-24T20:41:43.476Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5da9f46e1a667f5e -C extra-filename=-5da9f46e1a667f5e --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-9da73fdce886a303.so --cap-lints allow -D warnings`
16902023-10-24T20:42:03.375Z Compiling zerocopy-derive v0.2.0
16912023-10-24T20:42:03.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=76ae81a4f7636b9f -C extra-filename=-76ae81a4f7636b9f --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-577a284e9bcc389a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-acaed900a7a14117.rlib --extern proc_macro --cap-lints allow -D warnings`
16922023-10-24T20:42:04.041Z Compiling pest v2.7.2
16932023-10-24T20:42:04.416Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9aa5a03f5d78a745 -C extra-filename=-9aa5a03f5d78a745 --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-5da9f46e1a667f5e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
16942023-10-24T20:42:04.798Z Compiling crypto-common v0.1.6
16952023-10-24T20:42:05.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=ebb22ac2993ca735 -C extra-filename=-ebb22ac2993ca735 --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings`
16962023-10-24T20:42:05.111Z Compiling hashbrown v0.12.3
16972023-10-24T20:42:05.218Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=85367917c216c619 -C extra-filename=-85367917c216c619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16982023-10-24T20:42:05.422Z Compiling ppv-lite86 v0.2.17
16992023-10-24T20:42:05.503Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3adf9bc5ea2a15e8 -C extra-filename=-3adf9bc5ea2a15e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17002023-10-24T20:42:05.580Z Compiling tracing v0.1.37
17012023-10-24T20:42:05.734Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=8aea0bd7d0a4ba50 -C extra-filename=-8aea0bd7d0a4ba50 --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-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-978e55013bffdcb9.rmeta --cap-lints allow -D warnings`
17022023-10-24T20:42:05.767Z Compiling rand_chacha v0.3.1
17032023-10-24T20:42:05.810Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03bf0b56351116c5 -C extra-filename=-03bf0b56351116c5 --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-3adf9bc5ea2a15e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17042023-10-24T20:42:05.854Z Compiling usdt-impl v0.3.5
17052023-10-24T20:42:05.874Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=82b28e27bd76deeb -C extra-filename=-82b28e27bd76deeb --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
17062023-10-24T20:42:05.891Z Compiling gimli v0.28.0
17072023-10-24T20:42:05.930Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=8d144ba13270a568 -C extra-filename=-8d144ba13270a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17082023-10-24T20:42:06.016Z Compiling zerocopy v0.3.0
17092023-10-24T20:42:06.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c9d9807eb46326b -C extra-filename=-9c9d9807eb46326b --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
17102023-10-24T20:42:06.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f687f00cf405d2a2 -C extra-filename=-f687f00cf405d2a2 --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-85367917c216c619.rmeta --cap-lints allow -D warnings --cfg has_std`
17112023-10-24T20:42:06.180Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
17122023-10-24T20:42:06.234Z Compiling rand v0.8.5
17132023-10-24T20:42:06.300Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=832475e8c6b10412 -C extra-filename=-832475e8c6b10412 --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-951633e8fd59a40d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17142023-10-24T20:42:06.346Z Compiling pest_meta v2.7.2
17152023-10-24T20:42:06.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c8b8319e74150075 -C extra-filename=-c8b8319e74150075 --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-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
17162023-10-24T20:42:06.423Z Compiling block-buffer v0.10.4
17172023-10-24T20:42:06.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=09a3fa0da8c3127f -C extra-filename=-09a3fa0da8c3127f --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
17182023-10-24T20:42:06.511Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=20277456fa976614 -C extra-filename=-20277456fa976614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
17192023-10-24T20:42:06.583Z Compiling object v0.32.1
17202023-10-24T20:42:06.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=016447daf50e197e -C extra-filename=-016447daf50e197e --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
17212023-10-24T20:42:06.691Z Compiling rustc-demangle v0.1.23
17222023-10-24T20:42:06.731Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4069d6958baa4f33 -C extra-filename=-4069d6958baa4f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17232023-10-24T20:42:06.789Z Compiling digest v0.10.7
17242023-10-24T20:42:06.872Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=e77795124486928d -C extra-filename=-e77795124486928d --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-09a3fa0da8c3127f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
17252023-10-24T20:42:06.899Z Compiling pest_generator v2.7.2
17262023-10-24T20:42:06.940Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=fac6609892be980c -C extra-filename=-fac6609892be980c --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-9aa5a03f5d78a745.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c8b8319e74150075.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
17272023-10-24T20:42:06.984Z Compiling dof v0.1.5
17282023-10-24T20:42:07.012Z Compiling thread-id v4.2.0
17292023-10-24T20:42:07.039Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=316868bb66436065 -C extra-filename=-316868bb66436065 --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-5da9f46e1a667f5e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9c9d9807eb46326b.rmeta --cap-lints allow -D warnings`
17302023-10-24T20:42:07.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8576bf9a9ca867b -C extra-filename=-b8576bf9a9ca867b --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17312023-10-24T20:42:07.102Z Compiling untrusted v0.7.1
17322023-10-24T20:42:07.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52284948578e7ef4 -C extra-filename=-52284948578e7ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17332023-10-24T20:42:07.222Z Running `/home/build/.rustup/toolchains/1.72.1-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=e5099f1082b7c4e8 -C extra-filename=-e5099f1082b7c4e8 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
17342023-10-24T20:42:07.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=72a8fc23c420a699 -C extra-filename=-72a8fc23c420a699 --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-dffc32915439d36d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
17352023-10-24T20:42:07.299Z Compiling cpufeatures v0.2.9
17362023-10-24T20:42:07.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9833e47a7666dcf6 -C extra-filename=-9833e47a7666dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17372023-10-24T20:42:07.367Z Compiling strum_macros v0.25.2
17382023-10-24T20:42:07.396Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bb4f8be853504c8f -C extra-filename=-bb4f8be853504c8f --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
17392023-10-24T20:42:07.447Z Compiling socket2 v0.4.9
17402023-10-24T20:42:07.507Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=24e984d97ec2f30f -C extra-filename=-24e984d97ec2f30f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17412023-10-24T20:42:07.543Z Compiling httpdate v1.0.3
17422023-10-24T20:42:07.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a461b76c14f00c -C extra-filename=-88a461b76c14f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17432023-10-24T20:42:07.623Z Compiling addr2line v0.21.0
17442023-10-24T20:42:07.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bfe5fd753e39208 -C extra-filename=-6bfe5fd753e39208 --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-8d144ba13270a568.rmeta --cap-lints allow -D warnings`
17452023-10-24T20:42:07.762Z Compiling try-lock v0.2.4
17462023-10-24T20:42:07.847Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0689cb3b8d3ef72 -C extra-filename=-a0689cb3b8d3ef72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17472023-10-24T20:42:07.864Z Compiling want v0.3.1
17482023-10-24T20:42:07.886Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b2eae4baf2de863 -C extra-filename=-6b2eae4baf2de863 --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-a0689cb3b8d3ef72.rmeta --cap-lints allow -D warnings`
17492023-10-24T20:42:07.903Z Compiling rustls-webpki v0.101.4
17502023-10-24T20:42:07.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b798d1d69622c1ae -C extra-filename=-b798d1d69622c1ae --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-72a8fc23c420a699.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
17512023-10-24T20:42:07.938Z Compiling sct v0.7.0
17522023-10-24T20:42:07.946Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d23c6a2c002c5c3 -C extra-filename=-3d23c6a2c002c5c3 --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-72a8fc23c420a699.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
17532023-10-24T20:42:07.958Z Compiling tower-service v0.3.2
17542023-10-24T20:42:07.969Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8ddbbf870aaffb5 -C extra-filename=-f8ddbbf870aaffb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17552023-10-24T20:42:07.984Z Compiling pest_derive v2.7.2
17562023-10-24T20:42:07.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=407ee505ea788947 -C extra-filename=-407ee505ea788947 --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-9aa5a03f5d78a745.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac6609892be980c.rlib --extern proc_macro --cap-lints allow -D warnings`
17572023-10-24T20:42:08.010Z Compiling openssl-probe v0.1.5
17582023-10-24T20:42:08.021Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41c6f4d0ac14140f -C extra-filename=-41c6f4d0ac14140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17592023-10-24T20:42:08.033Z Compiling foreign-types-shared v0.1.1
17602023-10-24T20:42:08.043Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e8221a6300258b6 -C extra-filename=-7e8221a6300258b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17612023-10-24T20:42:08.056Z Compiling foreign-types v0.3.2
17622023-10-24T20:42:08.064Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7361b1a016d3615a -C extra-filename=-7361b1a016d3615a --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-7e8221a6300258b6.rmeta --cap-lints allow -D warnings`
17632023-10-24T20:42:08.077Z Compiling rustls-pemfile v1.0.3
17642023-10-24T20:42:08.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00c5fdd0b096d370 -C extra-filename=-00c5fdd0b096d370 --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-7153363a1fac6343.rmeta --cap-lints allow -D warnings`
17652023-10-24T20:42:08.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=646fb759dadfad9e -C extra-filename=-646fb759dadfad9e --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-951633e8fd59a40d.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`
17662023-10-24T20:42:08.509Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=99d6d8cf38b64594 -C extra-filename=-99d6d8cf38b64594 --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-7d9cf9ba132625c1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b798d1d69622c1ae.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3d23c6a2c002c5c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
17672023-10-24T20:42:08.544Z Compiling dtrace-parser v0.1.14
17682023-10-24T20:42:08.584Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d1811b655a45751 -C extra-filename=-8d1811b655a45751 --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-9aa5a03f5d78a745.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
17692023-10-24T20:42:08.596Z Compiling mime v0.3.17
17702023-10-24T20:42:08.609Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00ced72cf6a670b3 -C extra-filename=-00ced72cf6a670b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17712023-10-24T20:42:08.630Z Compiling num_threads v0.1.6
17722023-10-24T20:42:08.638Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da6d32e9bc61a244 -C extra-filename=-da6d32e9bc61a244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17732023-10-24T20:42:08.654Z Compiling deranged v0.3.8
17742023-10-24T20:42:08.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=303fb4e3118eacb2 -C extra-filename=-303fb4e3118eacb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17752023-10-24T20:42:08.688Z Compiling ipnet v2.8.0
17762023-10-24T20:42:08.717Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35134d9c336f9f34 -C extra-filename=-35134d9c336f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17772023-10-24T20:42:08.750Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06803c57b379db04 -C extra-filename=-06803c57b379db04 --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-6bfe5fd753e39208.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-016447daf50e197e.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-4069d6958baa4f33.rmeta --cap-lints allow -D warnings`
17782023-10-24T20:42:08.819Z Compiling either v1.9.0
17792023-10-24T20:42:08.857Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=7299ccd4570522b5 -C extra-filename=-7299ccd4570522b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17802023-10-24T20:42:08.904Z Compiling encoding_rs v0.8.33
17812023-10-24T20:42:08.930Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=146e8c3028ef8e1d -C extra-filename=-146e8c3028ef8e1d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
17822023-10-24T20:42:08.945Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2bfe975986fcee0 -C extra-filename=-c2bfe975986fcee0 --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-06803c57b379db04.rmeta --cap-lints allow -D warnings`
17832023-10-24T20:42:08.964Z Compiling rustls-native-certs v0.6.3
17842023-10-24T20:42:09.034Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0add2a4e1b053e04 -C extra-filename=-0add2a4e1b053e04 --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-41c6f4d0ac14140f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --cap-lints allow -D warnings`
17852023-10-24T20:42:09.061Z Compiling webpki-roots v0.25.2
17862023-10-24T20:42:09.126Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf542e5ad3b008a -C extra-filename=-dcf542e5ad3b008a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17872023-10-24T20:42:09.164Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cb42a0ce36ac2cc8 -C extra-filename=-cb42a0ce36ac2cc8 --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
17882023-10-24T20:42:09.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=c980b89733709780 -C extra-filename=-c980b89733709780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17892023-10-24T20:42:09.187Z Compiling bytes v1.5.0
17902023-10-24T20:42:09.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=999a16c5ebd06ca3 -C extra-filename=-999a16c5ebd06ca3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17912023-10-24T20:42:09.237Z Compiling indexmap v2.0.0
17922023-10-24T20:42:09.268Z Compiling chrono v0.4.31
17932023-10-24T20:42:09.312Z Compiling uuid v1.4.1
17942023-10-24T20:42:09.339Z Compiling bitflags v2.4.0
17952023-10-24T20:42:09.378Z Compiling tokio v1.33.0
17962023-10-24T20:42:09.391Z Compiling http v0.2.9
17972023-10-24T20:42:09.402Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db744c94c8df920e -C extra-filename=-db744c94c8df920e --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-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17982023-10-24T20:42:09.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=65f0a5b9aa27f6b0 -C extra-filename=-65f0a5b9aa27f6b0 --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-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17992023-10-24T20:42:09.448Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=d93f9957b2560cc0 -C extra-filename=-d93f9957b2560cc0 --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-75d25cd6bbf5ada0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18002023-10-24T20:42:09.457Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/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=ef4b1abf2ed13f68 -C extra-filename=-ef4b1abf2ed13f68 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18012023-10-24T20:42:09.470Z Running `/home/build/.rustup/toolchains/1.72.1-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=718688c80c44a9e1 -C extra-filename=-718688c80c44a9e1 --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-999a16c5ebd06ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
18022023-10-24T20:42:09.481Z Running `/home/build/.rustup/toolchains/1.72.1-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=b5f2f8fd72808bca -C extra-filename=-b5f2f8fd72808bca --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings`
18032023-10-24T20:42:09.520Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=be38ad5d671379f5 -C extra-filename=-be38ad5d671379f5 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18042023-10-24T20:42:09.537Z Compiling toml_datetime v0.6.3
18052023-10-24T20:42:09.554Z Compiling serde_spanned v0.6.3
18062023-10-24T20:42:09.565Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=93b3f34f41f42e9b -C extra-filename=-93b3f34f41f42e9b --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18072023-10-24T20:42:09.591Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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="serde"' -C metadata=c4eb9ff68796655c -C extra-filename=-c4eb9ff68796655c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18082023-10-24T20:42:09.620Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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="serde"' -C metadata=3c82b7b6f5cfc630 -C extra-filename=-3c82b7b6f5cfc630 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18092023-10-24T20:42:09.642Z Running `/home/build/.rustup/toolchains/1.72.1-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=c42251dd345add73 -C extra-filename=-c42251dd345add73 --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-be38ad5d671379f5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18102023-10-24T20:42:09.647Z Running `/home/build/.rustup/toolchains/1.72.1-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=f07f0b63d82ebf51 -C extra-filename=-f07f0b63d82ebf51 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18112023-10-24T20:42:09.666Z Compiling toml_edit v0.19.15
18122023-10-24T20:42:09.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=7554649587e1441a -C extra-filename=-7554649587e1441a --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
18132023-10-24T20:42:09.725Z Compiling openapiv3 v1.0.3
18142023-10-24T20:42:09.749Z Running `/home/build/.rustup/toolchains/1.72.1-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=2e1867226842d6ec -C extra-filename=-2e1867226842d6ec --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --cap-lints allow -D warnings`
18152023-10-24T20:42:09.757Z Compiling rustc_version v0.4.0
18162023-10-24T20:42:09.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a8217c8e972a0c2f -C extra-filename=-a8217c8e972a0c2f --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-93b3f34f41f42e9b.rmeta --cap-lints allow -D warnings`
18172023-10-24T20:42:09.817Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=a0324636a974295a -C extra-filename=-a0324636a974295a --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-316868bb66436065.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
18182023-10-24T20:42:09.830Z Compiling serde_tokenstream v0.1.7
18192023-10-24T20:42:09.843Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2b2f9c376c916c6f -C extra-filename=-2b2f9c376c916c6f --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-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
18202023-10-24T20:42:09.901Z Compiling http-body v0.4.5
18212023-10-24T20:42:09.999Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=138567e5bd7d7a97 -C extra-filename=-138567e5bd7d7a97 --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-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
18222023-10-24T20:42:10.063Z Running `/home/build/.rustup/toolchains/1.72.1-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=deefcc0d6652aa7a -C extra-filename=-deefcc0d6652aa7a --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-be38ad5d671379f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
18232023-10-24T20:42:10.108Z Compiling time v0.3.27
18242023-10-24T20:42:10.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=0876d83c46113eb5 -C extra-filename=-0876d83c46113eb5 --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-303fb4e3118eacb2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-da6d32e9bc61a244.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-db894d590c93f55e.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
18252023-10-24T20:42:10.478Z Compiling usdt-attr-macro v0.3.5
18262023-10-24T20:42:10.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=60241c4a94b8d51c -C extra-filename=-60241c4a94b8d51c --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a0324636a974295a.rlib --extern proc_macro --cap-lints allow -D warnings`
18272023-10-24T20:42:11.227Z Compiling usdt-macro v0.3.5
18282023-10-24T20:42:11.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=5d23863d66711744 -C extra-filename=-5d23863d66711744 --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a0324636a974295a.rlib --extern proc_macro --cap-lints allow -D warnings`
18292023-10-24T20:42:12.635Z Compiling serde_urlencoded v0.7.1
18302023-10-24T20:42:12.649Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7604a1a33787a3 -C extra-filename=-fb7604a1a33787a3 --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-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18312023-10-24T20:42:12.971Z Compiling num-integer v0.1.45
18322023-10-24T20:42:12.975Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d9ca64d7c2f876f0 -C extra-filename=-d9ca64d7c2f876f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18332023-10-24T20:42:13.460Z Compiling crc32fast v1.3.2
18342023-10-24T20:42:13.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=199133b893487988 -C extra-filename=-199133b893487988 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18352023-10-24T20:42:13.500Z Compiling siphasher v0.3.11
18362023-10-24T20:42:13.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4468728d2f7b64b -C extra-filename=-c4468728d2f7b64b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18372023-10-24T20:42:13.539Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
18382023-10-24T20:42:13.559Z Compiling io-lifetimes v1.0.11
18392023-10-24T20:42:13.573Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=e9a5acc5d9972050 -C extra-filename=-e9a5acc5d9972050 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18402023-10-24T20:42:14.155Z Compiling futures-executor v0.3.28
18412023-10-24T20:42:14.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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="std"' -C metadata=1de0eeea65bb82bf -C extra-filename=-1de0eeea65bb82bf --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-26ddbb2f438a5030.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
18422023-10-24T20:42:14.194Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
18432023-10-24T20:42:14.293Z Compiling zerocopy-derive v0.6.4
18442023-10-24T20:42:14.300Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=29f999934b2539c8 -C extra-filename=-29f999934b2539c8 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18452023-10-24T20:42:14.474Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
18462023-10-24T20:42:14.827Z Compiling toml v0.7.8
18472023-10-24T20:42:14.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=712f4fe4409e1f22 -C extra-filename=-712f4fe4409e1f22 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
18482023-10-24T20:42:15.077Z Compiling rustix v0.37.23
18492023-10-24T20:42:15.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=64d69783e5e9489c -C extra-filename=-64d69783e5e9489c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18502023-10-24T20:42:15.477Z Compiling futures v0.3.28
18512023-10-24T20:42:15.488Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2294734652420427 -C extra-filename=-2294734652420427 --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-1de0eeea65bb82bf.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
18522023-10-24T20:42:15.654Z Compiling sha2 v0.10.7
18532023-10-24T20:42:15.677Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=31f38f3870498b5e -C extra-filename=-31f38f3870498b5e --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
18542023-10-24T20:42:16.066Z Compiling tokio-util v0.7.8
18552023-10-24T20:42:16.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=c166733e0cef88e6 -C extra-filename=-c166733e0cef88e6 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18562023-10-24T20:42:17.680Z Compiling tokio-rustls v0.24.1
18572023-10-24T20:42:17.695Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bedb6bca93f6fc6b -C extra-filename=-bedb6bca93f6fc6b --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-99d6d8cf38b64594.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
18582023-10-24T20:42:17.834Z Compiling h2 v0.3.21
18592023-10-24T20:42:17.840Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f617c362e9e96da3 -C extra-filename=-f617c362e9e96da3 --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18602023-10-24T20:42:18.314Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
18612023-10-24T20:42:18.468Z Compiling hmac v0.12.1
18622023-10-24T20:42:18.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8705e3995f03ef9c -C extra-filename=-8705e3995f03ef9c --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
18632023-10-24T20:42:18.547Z Compiling fallible-iterator v0.2.0
18642023-10-24T20:42:18.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9b2ba017a2617756 -C extra-filename=-9b2ba017a2617756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18652023-10-24T20:42:18.812Z Compiling spin v0.9.8
18662023-10-24T20:42:18.823Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=b00a5544072d924c -C extra-filename=-b00a5544072d924c --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-4e1c5de4b4146de7.rmeta --cap-lints allow -D warnings`
18672023-10-24T20:42:19.370Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd3d276a4d362763 -C extra-filename=-bd3d276a4d362763 --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-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18682023-10-24T20:42:19.409Z Compiling memoffset v0.9.0
18692023-10-24T20:42:19.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2c1a6f3fbb5f75fb -C extra-filename=-2c1a6f3fbb5f75fb --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18702023-10-24T20:42:19.724Z Compiling radium v0.7.0
18712023-10-24T20:42:19.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6c036c648e9e5156 -C extra-filename=-6c036c648e9e5156 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18722023-10-24T20:42:19.935Z Compiling tokio-native-tls v0.3.1
18732023-10-24T20:42:19.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25b4a7d7e66359d2 -C extra-filename=-25b4a7d7e66359d2 --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-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18742023-10-24T20:42:20.320Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
18752023-10-24T20:42:20.347Z Compiling hex v0.4.3
18762023-10-24T20:42:20.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fa48ed58b25dfdb3 -C extra-filename=-fa48ed58b25dfdb3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18772023-10-24T20:42:20.470Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
18782023-10-24T20:42:20.490Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d98ad8c6574b550d -C extra-filename=-d98ad8c6574b550d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
18792023-10-24T20:42:20.529Z Compiling serde_tokenstream v0.2.0
18802023-10-24T20:42:20.960Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8099370d93784b3 -C extra-filename=-c8099370d93784b3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18812023-10-24T20:42:20.973Z Compiling md-5 v0.10.5
18822023-10-24T20:42:20.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1bbd6a07cde273a1 -C extra-filename=-1bbd6a07cde273a1 --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
18832023-10-24T20:42:20.999Z Compiling stringprep v0.1.3
18842023-10-24T20:42:21.012Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4418b0a7ad445004 -C extra-filename=-4418b0a7ad445004 --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
18852023-10-24T20:42:21.039Z Compiling num-iter v0.1.43
18862023-10-24T20:42:21.457Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="i128"' -C metadata=5b17227da7a1cf80 -C extra-filename=-5b17227da7a1cf80 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18872023-10-24T20:42:21.478Z Compiling crossbeam-epoch v0.9.15
18882023-10-24T20:42:21.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f2f72c2b72c485 -C extra-filename=-b2f2f72c2b72c485 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18892023-10-24T20:42:21.931Z Compiling clap_derive v4.4.2
18902023-10-24T20:42:21.970Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=56a40df49fab5657 -C extra-filename=-56a40df49fab5657 --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18912023-10-24T20:42:21.980Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
18922023-10-24T20:42:21.990Z Compiling postgres-protocol v0.6.6
18932023-10-24T20:42:21.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9c7a79198962b731 -C extra-filename=-9c7a79198962b731 --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-7153363a1fac6343.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8705e3995f03ef9c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1bbd6a07cde273a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18942023-10-24T20:42:22.117Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
18952023-10-24T20:42:22.122Z Compiling utf8parse v0.2.1
18962023-10-24T20:42:22.127Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bc77fe51f95b120d -C extra-filename=-bc77fe51f95b120d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18972023-10-24T20:42:22.281Z Compiling phf_shared v0.11.2
18982023-10-24T20:42:22.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=979e60c7290187b1 -C extra-filename=-979e60c7290187b1 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
18992023-10-24T20:42:22.378Z Compiling itertools v0.10.5
19002023-10-24T20:42:22.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7530193c025b34c1 -C extra-filename=-7530193c025b34c1 --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
19012023-10-24T20:42:22.711Z Compiling unicode-segmentation v1.10.1
19022023-10-24T20:42:22.719Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95636952c6f45c1 -C extra-filename=-c95636952c6f45c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19032023-10-24T20:42:22.973Z Compiling phf v0.11.2
19042023-10-24T20:42:22.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=420474924d0bd90b -C extra-filename=-420474924d0bd90b --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-979e60c7290187b1.rmeta --cap-lints allow -D warnings`
19052023-10-24T20:42:23.454Z Compiling flate2 v1.0.27
19062023-10-24T20:42:23.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=ce48581fbc14b01d -C extra-filename=-ce48581fbc14b01d --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-d98ad8c6574b550d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --cap-lints allow -D warnings`
19072023-10-24T20:42:24.130Z Compiling block-padding v0.3.3
19082023-10-24T20:42:24.133Z Compiling enum-as-inner v0.5.1
19092023-10-24T20:42:24.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=201cd00becd1ac6a -C extra-filename=-201cd00becd1ac6a --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
19102023-10-24T20:42:24.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=97219a9e84668e1a -C extra-filename=-97219a9e84668e1a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
19112023-10-24T20:42:24.222Z Compiling static_assertions v1.1.0
19122023-10-24T20:42:24.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44ced2ee8af48a54 -C extra-filename=-44ced2ee8af48a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19132023-10-24T20:42:24.396Z Compiling anstyle v1.0.2
19142023-10-24T20:42:24.399Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0d512a45c2a75978 -C extra-filename=-0d512a45c2a75978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19152023-10-24T20:42:24.554Z Compiling whoami v1.4.1
19162023-10-24T20:42:24.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=64f1f626f1df7a0f -C extra-filename=-64f1f626f1df7a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19172023-10-24T20:42:25.063Z Compiling bit-vec v0.6.3
19182023-10-24T20:42:25.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e6e8d9c6d807e80 -C extra-filename=-3e6e8d9c6d807e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19192023-10-24T20:42:25.092Z Compiling inout v0.1.3
19202023-10-24T20:42:25.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=37cda74f035f52e6 -C extra-filename=-37cda74f035f52e6 --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-201cd00becd1ac6a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
19212023-10-24T20:42:25.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=19cbc7e223f2c410 -C extra-filename=-19cbc7e223f2c410 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
19222023-10-24T20:42:25.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bb0070c692d0fca2 -C extra-filename=-bb0070c692d0fca2 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128`
19232023-10-24T20:42:25.789Z Compiling bzip2-sys v0.1.11+1.0.8
19242023-10-24T20:42:25.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5ce62e44fce68ed2 -C extra-filename=-5ce62e44fce68ed2 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
19252023-10-24T20:42:25.822Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=2455240645256309 -C extra-filename=-2455240645256309 --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-237bfdbc957aefc2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-19cbc7e223f2c410.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
19262023-10-24T20:42:25.957Z Compiling cipher v0.4.4
19272023-10-24T20:42:25.961Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=96267f481ddbc204 -C extra-filename=-96267f481ddbc204 --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-ebb22ac2993ca735.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
19282023-10-24T20:42:26.586Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2/build-script-build`
19292023-10-24T20:42:26.757Z Compiling anstyle-parse v0.2.1
19302023-10-24T20:42:26.762Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c9e93be608a174b4 -C extra-filename=-c9e93be608a174b4 --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-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
19312023-10-24T20:42:26.914Z Compiling zerocopy v0.6.4
19322023-10-24T20:42:26.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3c40e9672d1ea5f -C extra-filename=-f3c40e9672d1ea5f --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
19332023-10-24T20:42:27.232Z Compiling colorchoice v1.0.0
19342023-10-24T20:42:27.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd78e9eba8c45b9 -C extra-filename=-dcd78e9eba8c45b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19352023-10-24T20:42:27.427Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19362023-10-24T20:42:27.436Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=78cd0adc5b726d52 -C extra-filename=-78cd0adc5b726d52 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19372023-10-24T20:42:27.446Z Compiling anstyle-query v1.0.0
19382023-10-24T20:42:27.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75ee3d5d160b304b -C extra-filename=-75ee3d5d160b304b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19392023-10-24T20:42:27.468Z Compiling data-encoding v2.4.0
19402023-10-24T20:42:28.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=365a12f94f76d134 -C extra-filename=-365a12f94f76d134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19412023-10-24T20:42:28.716Z Compiling anstream v0.5.0
19422023-10-24T20:42:28.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=ae0a384bf752a3c9 -C extra-filename=-ae0a384bf752a3c9 --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-0d512a45c2a75978.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c9e93be608a174b4.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-75ee3d5d160b304b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dcd78e9eba8c45b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
19432023-10-24T20:42:28.737Z Compiling terminal_size v0.2.6
19442023-10-24T20:42:28.741Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a230e2e76e5c0343 -C extra-filename=-a230e2e76e5c0343 --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-2455240645256309.rmeta --cap-lints allow -D warnings`
19452023-10-24T20:42:28.744Z Compiling bit-set v0.5.3
19462023-10-24T20:42:28.747Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3a44b29fad009a22 -C extra-filename=-3a44b29fad009a22 --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-3e6e8d9c6d807e80.rmeta --cap-lints allow -D warnings`
19472023-10-24T20:42:28.752Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
19482023-10-24T20:42:28.755Z Compiling phf_shared v0.10.0
19492023-10-24T20:42:28.758Z Compiling heapless v0.7.16
19502023-10-24T20:42:28.765Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35a1e6c53bd22367 -C extra-filename=-35a1e6c53bd22367 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
19512023-10-24T20:42:28.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=86c89c62710a1b59 -C extra-filename=-86c89c62710a1b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
19522023-10-24T20:42:28.775Z Compiling itertools v0.11.0
19532023-10-24T20:42:28.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3c99362b4aacff3c -C extra-filename=-3c99362b4aacff3c --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
19542023-10-24T20:42:28.782Z Compiling new_debug_unreachable v1.0.4
19552023-10-24T20:42:28.785Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be22740c95a4191c -C extra-filename=-be22740c95a4191c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19562023-10-24T20:42:28.826Z Compiling clap_lex v0.5.1
19572023-10-24T20:42:28.831Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3c3745d08dcb2 -C extra-filename=-69f3c3745d08dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19582023-10-24T20:42:28.878Z Compiling fixedbitset v0.4.2
19592023-10-24T20:42:28.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=334cf71e941e472f -C extra-filename=-334cf71e941e472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19602023-10-24T20:42:29.199Z Compiling precomputed-hash v0.1.1
19612023-10-24T20:42:29.205Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afcfa672a94f390c -C extra-filename=-afcfa672a94f390c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19622023-10-24T20:42:29.289Z Compiling hyper v0.14.27
19632023-10-24T20:42:29.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=311983ab0c4d3cd5 -C extra-filename=-311983ab0c4d3cd5 --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-999a16c5ebd06ca3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f617c362e9e96da3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
19642023-10-24T20:42:29.334Z Compiling string_cache v0.8.7
19652023-10-24T20:42:29.343Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=b588f94c7a2631d8 -C extra-filename=-b588f94c7a2631d8 --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-be22740c95a4191c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19662023-10-24T20:42:29.366Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59/build-script-build`
19672023-10-24T20:42:29.467Z Compiling petgraph v0.6.4
19682023-10-24T20:42:29.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=886f8d4dae3c1a25 -C extra-filename=-886f8d4dae3c1a25 --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-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
19692023-10-24T20:42:29.633Z Compiling clap_builder v4.4.2
19702023-10-24T20:42:29.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=c6be6dff7f7fce3e -C extra-filename=-c6be6dff7f7fce3e --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-ae0a384bf752a3c9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-69f3c3745d08dcb2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a230e2e76e5c0343.rmeta --cap-lints allow -D warnings`
19712023-10-24T20:42:29.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3446c48c45076573 -C extra-filename=-3446c48c45076573 --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`
19722023-10-24T20:42:29.792Z Compiling regress v0.7.1
19732023-10-24T20:42:29.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c688f5001495eed8 -C extra-filename=-c688f5001495eed8 --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-bb614e6fdd6f35be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
19742023-10-24T20:42:30.094Z Compiling diesel_table_macro_syntax v0.1.0
19752023-10-24T20:42:30.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=be1a32ba9ae536a9 -C extra-filename=-be1a32ba9ae536a9 --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-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
19762023-10-24T20:42:30.678Z Compiling managed v0.8.0
19772023-10-24T20:42:30.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=6cd4ef04d9bd039a -C extra-filename=-6cd4ef04d9bd039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19782023-10-24T20:42:31.384Z Compiling tap v1.0.1
19792023-10-24T20:42:31.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcd9c7fe6eb41e73 -C extra-filename=-bcd9c7fe6eb41e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19802023-10-24T20:42:31.565Z Compiling diesel_derives v2.1.1
19812023-10-24T20:42:31.573Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.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=e0ead9d61c4251ce -C extra-filename=-e0ead9d61c4251ce --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-be1a32ba9ae536a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
19822023-10-24T20:42:31.663Z Compiling wyz v0.5.1
19832023-10-24T20:42:31.668Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70e49b68f2896e2c -C extra-filename=-70e49b68f2896e2c --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-bcd9c7fe6eb41e73.rmeta --cap-lints allow -D warnings`
19842023-10-24T20:42:32.371Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de56a88f97067490 -C extra-filename=-de56a88f97067490 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3446c48c45076573.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings`
19852023-10-24T20:42:33.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8a321cfe1c894c4 -C extra-filename=-d8a321cfe1c894c4 --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`
19862023-10-24T20:42:33.814Z Compiling num-bigint v0.4.4
19872023-10-24T20:42:33.827Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=332afd651b0e2feb -C extra-filename=-332afd651b0e2feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
19882023-10-24T20:42:34.426Z Compiling lalrpop-util v0.19.12
19892023-10-24T20:42:34.448Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19902023-10-24T20:42:34.977Z Compiling funty v2.0.0
19912023-10-24T20:42:34.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b279bc09e4f477aa -C extra-filename=-b279bc09e4f477aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19922023-10-24T20:42:35.140Z Compiling matches v0.1.10
19932023-10-24T20:42:35.569Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=906d2fc56170fa2a -C extra-filename=-906d2fc56170fa2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19942023-10-24T20:42:35.580Z Compiling smoltcp v0.9.1
19952023-10-24T20:42:35.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="proto-ipv6"' -C metadata=d4972ee1f4270ef3 -C extra-filename=-d4972ee1f4270ef3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19962023-10-24T20:42:36.136Z Compiling clap v4.4.3
19972023-10-24T20:42:36.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=258f77005d15f95f -C extra-filename=-258f77005d15f95f --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-c6be6dff7f7fce3e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
19982023-10-24T20:42:36.275Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
19992023-10-24T20:42:36.303Z Running `/home/build/.rustup/toolchains/1.72.1-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=4fcc25115a548fc5 -C extra-filename=-4fcc25115a548fc5 --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20002023-10-24T20:42:36.306Z Compiling idna v0.2.3
20012023-10-24T20:42:36.316Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4a07e7d47860336 -C extra-filename=-e4a07e7d47860336 --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-906d2fc56170fa2a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
20022023-10-24T20:42:36.338Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
20032023-10-24T20:42:36.373Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
20042023-10-24T20:42:36.948Z Compiling bitvec v1.0.1
20052023-10-24T20:42:36.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40ca70e57e9b8103 -C extra-filename=-40ca70e57e9b8103 --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-b279bc09e4f477aa.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d8a321cfe1c894c4.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70e49b68f2896e2c.rmeta --cap-lints allow -D warnings`
20062023-10-24T20:42:38.343Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=ebfc153c90fbfd3e -C extra-filename=-ebfc153c90fbfd3e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
20072023-10-24T20:42:38.629Z Compiling hubpack_derive v0.1.1
20082023-10-24T20:42:38.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ecf3929afd1d063e -C extra-filename=-ecf3929afd1d063e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20092023-10-24T20:42:39.150Z Compiling trust-dns-proto v0.22.0
20102023-10-24T20:42:39.153Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=aa36bab4f3ad795c -C extra-filename=-aa36bab4f3ad795c --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-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
20112023-10-24T20:42:39.435Z Compiling scheduled-thread-pool v0.2.7
20122023-10-24T20:42:39.515Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb66374e6c29aa48 -C extra-filename=-fb66374e6c29aa48 --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-79070e5cf7ada956.rmeta --cap-lints allow -D warnings`
20132023-10-24T20:42:40.197Z Compiling regex-automata v0.1.10
20142023-10-24T20:42:40.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1bc0b279b308e60 -C extra-filename=-b1bc0b279b308e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20152023-10-24T20:42:40.414Z Compiling predicates-core v1.0.6
20162023-10-24T20:42:40.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3739f879860131f9 -C extra-filename=-3739f879860131f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20172023-10-24T20:42:40.986Z Compiling hyper-rustls v0.24.1
20182023-10-24T20:42:40.991Z Compiling hyper-tls v0.5.0
20192023-10-24T20:42:40.994Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-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=1292d6342f2ecab3 -C extra-filename=-1292d6342f2ecab3 --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-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-0add2a4e1b053e04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
20202023-10-24T20:42:40.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51f94b99434c4972 -C extra-filename=-51f94b99434c4972 --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-999a16c5ebd06ca3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20212023-10-24T20:42:41.528Z Compiling bstr v0.2.17
20222023-10-24T20:42:41.533Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1025f05eee8b8d3f -C extra-filename=-1025f05eee8b8d3f --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-31315c5ec54d9eb8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b1bc0b279b308e60.rmeta --cap-lints allow -D warnings`
20232023-10-24T20:42:42.199Z Compiling reqwest v0.11.20
20242023-10-24T20:42:42.203Z Running `/home/build/.rustup/toolchains/1.72.1-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=430029c114a09b58 -C extra-filename=-430029c114a09b58 --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f617c362e9e96da3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-51f94b99434c4972.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
20252023-10-24T20:42:44.087Z Compiling r2d2 v0.8.10
20262023-10-24T20:42:44.112Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7666a4054870a89 -C extra-filename=-d7666a4054870a89 --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-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fb66374e6c29aa48.rmeta --cap-lints allow -D warnings`
20272023-10-24T20:42:44.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36095fb9666f8367 -C extra-filename=-36095fb9666f8367 --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`
20282023-10-24T20:42:44.865Z Compiling signature v2.1.0
20292023-10-24T20:42:44.869Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=7a7e48972e0bd978 -C extra-filename=-7a7e48972e0bd978 --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-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
20302023-10-24T20:42:45.044Z Compiling serde_repr v0.1.16
20312023-10-24T20:42:45.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=65ecef9a90fe8152 -C extra-filename=-65ecef9a90fe8152 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20322023-10-24T20:42:45.086Z Compiling hash32 v0.2.1
20332023-10-24T20:42:45.089Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccbced1d09bcd884 -C extra-filename=-ccbced1d09bcd884 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
20342023-10-24T20:42:45.700Z Compiling float-cmp v0.9.0
20352023-10-24T20:42:45.740Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=b6779de596c50593 -C extra-filename=-b6779de596c50593 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
20362023-10-24T20:42:46.049Z Compiling smawk v0.3.1
20372023-10-24T20:42:46.072Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acb42fb44e18d6a3 -C extra-filename=-acb42fb44e18d6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20382023-10-24T20:42:46.301Z Compiling difflib v0.4.0
20392023-10-24T20:42:46.336Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2facd3e22eefa6a -C extra-filename=-f2facd3e22eefa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20402023-10-24T20:42:46.779Z Compiling unicode-linebreak v0.1.5
20412023-10-24T20:42:46.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be7062087950db72 -C extra-filename=-be7062087950db72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20422023-10-24T20:42:46.785Z Compiling stable_deref_trait v1.2.0
20432023-10-24T20:42:46.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc99c464b95940b7 -C extra-filename=-dc99c464b95940b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20442023-10-24T20:42:46.792Z Compiling normalize-line-endings v0.3.0
20452023-10-24T20:42:46.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2cbf78c48f1f452 -C extra-filename=-c2cbf78c48f1f452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20462023-10-24T20:42:46.805Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=82b05e8f9f8e3f80 -C extra-filename=-82b05e8f9f8e3f80 --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-ccbced1d09bcd884.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
20472023-10-24T20:42:46.964Z Compiling bstr v1.6.0
20482023-10-24T20:42:46.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b6de061fc524ff1e -C extra-filename=-b6de061fc524ff1e --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-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --cap-lints allow -D warnings`
20492023-10-24T20:42:47.243Z Compiling textwrap v0.16.0
20502023-10-24T20:42:47.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=8f8078b36750a27f -C extra-filename=-8f8078b36750a27f --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-acb42fb44e18d6a3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-be7062087950db72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
20512023-10-24T20:42:48.809Z Compiling console v0.15.7
20522023-10-24T20:42:48.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=f4b4bae22075616b -C extra-filename=-f4b4bae22075616b --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-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
20532023-10-24T20:42:49.078Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=018359e7be51ee96 -C extra-filename=-018359e7be51ee96 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-82b05e8f9f8e3f80.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
20542023-10-24T20:42:49.463Z Compiling similar v2.2.1
20552023-10-24T20:42:49.466Z Running `/home/build/.rustup/toolchains/1.72.1-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=3c63ccdf774b3e83 -C extra-filename=-3c63ccdf774b3e83 --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-1025f05eee8b8d3f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
20562023-10-24T20:42:50.097Z Compiling hubpack v0.1.2
20572023-10-24T20:42:50.101Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0685d639d431f21a -C extra-filename=-0685d639d431f21a --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20582023-10-24T20:42:50.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=301897f021cab42e -C extra-filename=-301897f021cab42e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20592023-10-24T20:42:51.446Z Compiling predicates v3.0.4
20602023-10-24T20:42:51.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=0350a2857e297eff -C extra-filename=-0350a2857e297eff --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-0d512a45c2a75978.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
20612023-10-24T20:42:52.929Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20622023-10-24T20:42:52.933Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=d6c7225317e88d92 -C extra-filename=-d6c7225317e88d92 --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-237bfdbc957aefc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-018359e7be51ee96.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
20632023-10-24T20:42:53.771Z Compiling postgres-types v0.2.6
20642023-10-24T20:42:53.781Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=e0c4428c001728b9 -C extra-filename=-e0c4428c001728b9 --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-9c7a79198962b731.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
20652023-10-24T20:42:53.793Z Compiling ipnetwork v0.20.0
20662023-10-24T20:42:53.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=06ef97ad941bb850 -C extra-filename=-06ef97ad941bb850 --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-f07f0b63d82ebf51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20672023-10-24T20:42:54.394Z Compiling getopts v0.2.21
20682023-10-24T20:42:54.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9029e194535053c -C extra-filename=-f9029e194535053c --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-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
20692023-10-24T20:42:55.279Z Compiling tokio-postgres v0.7.10
20702023-10-24T20:42:55.282Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=10a94f3e892f89e1 -C extra-filename=-10a94f3e892f89e1 --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-9c7a79198962b731.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c4428c001728b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20712023-10-24T20:42:55.975Z Compiling yasna v0.5.2
20722023-10-24T20:42:55.978Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=c6904b6ef60fe30d -C extra-filename=-c6904b6ef60fe30d --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-3e6e8d9c6d807e80.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
20732023-10-24T20:42:56.140Z Compiling diesel v2.1.1
20742023-10-24T20:42:56.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=29c495a751629df0 -C extra-filename=-29c495a751629df0 --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-06ef97ad941bb850.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20752023-10-24T20:42:56.336Z Compiling tokio-stream v0.1.14
20762023-10-24T20:42:56.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=411e3fc1d0db481f -C extra-filename=-411e3fc1d0db481f --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-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
20772023-10-24T20:42:57.961Z Compiling usdt v0.3.5
20782023-10-24T20:42:57.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=684c0eacd71ae316 -C extra-filename=-684c0eacd71ae316 --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-60241c4a94b8d51c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a0324636a974295a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5d23863d66711744.so --cap-lints allow -D warnings`
20792023-10-24T20:42:58.373Z Compiling unsafe-libyaml v0.2.9
20802023-10-24T20:42:58.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20812023-10-24T20:42:59.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9cc2d99f4c1c58f7 -C extra-filename=-9cc2d99f4c1c58f7 --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`
20822023-10-24T20:43:01.524Z Compiling serde_yaml v0.9.25
20832023-10-24T20:43:01.527Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a3915daf8998f56 -C extra-filename=-5a3915daf8998f56 --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-db744c94c8df920e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
20842023-10-24T20:43:01.905Z Compiling ident_case v1.0.1
20852023-10-24T20:43:01.908Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b929479011854e32 -C extra-filename=-b929479011854e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20862023-10-24T20:43:02.195Z Compiling slog-async v2.8.0
20872023-10-24T20:43:02.200Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20882023-10-24T20:43:03.003Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20892023-10-24T20:43:03.044Z Compiling paste v1.0.14
20902023-10-24T20:43:03.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20912023-10-24T20:43:03.104Z Compiling camino v1.1.6
20922023-10-24T20:43:03.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20932023-10-24T20:43:03.818Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20942023-10-24T20:43:03.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
20952023-10-24T20:43:04.063Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20962023-10-24T20:43:04.125Z Compiling darling_core v0.20.3
20972023-10-24T20:43:04.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b8cc0e9d5294b50f -C extra-filename=-b8cc0e9d5294b50f --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
20982023-10-24T20:43:04.159Z Compiling multer v2.1.0
20992023-10-24T20:43:04.167Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
21002023-10-24T20:43:04.681Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
21012023-10-24T20:43:04.788Z Compiling async-stream-impl v0.3.5
21022023-10-24T20:43:04.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ec366f050dc34d1e -C extra-filename=-ec366f050dc34d1e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21032023-10-24T20:43:05.748Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0e7eb12fc38c46 -C extra-filename=-3c0e7eb12fc38c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21042023-10-24T20:43:05.885Z Compiling regex-syntax v0.6.29
21052023-10-24T20:43:05.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=c7a0169767136a1f -C extra-filename=-c7a0169767136a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21062023-10-24T20:43:07.076Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21072023-10-24T20:43:07.079Z Running `/home/build/.rustup/toolchains/1.72.1-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=a793e6cb42da8594 -C extra-filename=-a793e6cb42da8594 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
21082023-10-24T20:43:07.413Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21092023-10-24T20:43:07.461Z Running `/home/build/.rustup/toolchains/1.72.1-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=3c4846fe07370e43 -C extra-filename=-3c4846fe07370e43 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4fcc25115a548fc5.rlib --extern proc_macro --cap-lints allow -D warnings`
21102023-10-24T20:43:07.598Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21112023-10-24T20:43:07.656Z Running `/home/build/.rustup/toolchains/1.72.1-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=f9b644842415243e -C extra-filename=-f9b644842415243e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21122023-10-24T20:43:07.661Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
21132023-10-24T20:43:07.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b40b5ef9a6f07db8 -C extra-filename=-b40b5ef9a6f07db8 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21142023-10-24T20:43:07.945Z Compiling structmeta-derive v0.1.6
21152023-10-24T20:43:07.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.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=f8acad1d9617dacd -C extra-filename=-f8acad1d9617dacd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21162023-10-24T20:43:08.935Z Running `/home/build/.rustup/toolchains/1.72.1-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=0a12ce2110a94ad2 -C extra-filename=-0a12ce2110a94ad2 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
21172023-10-24T20:43:11.225Z Running `/home/build/.rustup/toolchains/1.72.1-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=d8b567d0fbf7d9bf -C extra-filename=-d8b567d0fbf7d9bf --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21182023-10-24T20:43:12.581Z Compiling structmeta v0.1.6
21192023-10-24T20:43:12.587Z Running `/home/build/.rustup/toolchains/1.72.1-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=dadcaa67af4c7804 -C extra-filename=-dadcaa67af4c7804 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f8acad1d9617dacd.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
21202023-10-24T20:43:13.102Z Compiling fastrand v2.0.0
21212023-10-24T20:43:13.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4d068aa67514199 -C extra-filename=-f4d068aa67514199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21222023-10-24T20:43:13.228Z Compiling test-strategy v0.2.1
21232023-10-24T20:43:13.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.2.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=f94fa546cf161404 -C extra-filename=-f94fa546cf161404 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21242023-10-24T20:43:13.369Z Compiling darling_macro v0.20.3
21252023-10-24T20:43:13.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c506b2922ac7ae05 -C extra-filename=-c506b2922ac7ae05 --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-b8cc0e9d5294b50f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21262023-10-24T20:43:13.976Z Compiling tempfile v3.8.0
21272023-10-24T20:43:13.979Z Running `/home/build/.rustup/toolchains/1.72.1-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=b6d31a377a413cb1 -C extra-filename=-b6d31a377a413cb1 --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-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f4d068aa67514199.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings`
21282023-10-24T20:43:15.165Z Compiling darling v0.20.3
21292023-10-24T20:43:15.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=e1532148dc9211eb -C extra-filename=-e1532148dc9211eb --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-b8cc0e9d5294b50f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c506b2922ac7ae05.so --cap-lints allow -D warnings`
21302023-10-24T20:43:15.340Z Compiling serde_with_macros v2.3.3
21312023-10-24T20:43:15.344Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-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=46d91b9d71140d62 -C extra-filename=-46d91b9d71140d62 --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-e1532148dc9211eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21322023-10-24T20:43:15.390Z Running `/home/build/.rustup/toolchains/1.72.1-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=bed8244764901479 -C extra-filename=-bed8244764901479 --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --cap-lints allow -D warnings`
21332023-10-24T20:43:15.482Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21342023-10-24T20:43:15.507Z Running `/home/build/.rustup/toolchains/1.72.1-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=7424d356812a952a -C extra-filename=-7424d356812a952a --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-4fcc25115a548fc5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3c4846fe07370e43.so --cap-lints allow -D warnings`
21352023-10-24T20:43:15.644Z Compiling parse-display-derive v0.7.0
21362023-10-24T20:43:15.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=23c0fd998c3e81f0 -C extra-filename=-23c0fd998c3e81f0 --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-dffc32915439d36d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21372023-10-24T20:43:15.678Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21382023-10-24T20:43:15.683Z Running `/home/build/.rustup/toolchains/1.72.1-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=588028527e57b22b -C extra-filename=-588028527e57b22b --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-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2e1867226842d6ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-7424d356812a952a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21392023-10-24T20:43:17.802Z Running `/home/build/.rustup/toolchains/1.72.1-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=ce38a4ccdebd3046 -C extra-filename=-ce38a4ccdebd3046 --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f617c362e9e96da3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-51f94b99434c4972.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
21402023-10-24T20:43:18.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=19c45446869f716f -C extra-filename=-19c45446869f716f --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-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21412023-10-24T20:43:19.599Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e3f2903c3ad9f7bc -C extra-filename=-e3f2903c3ad9f7bc --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-316868bb66436065.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
21422023-10-24T20:43:19.721Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=35eecf5275bc8cf5 -C extra-filename=-35eecf5275bc8cf5 --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-9c7a79198962b731.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
21432023-10-24T20:43:20.090Z Compiling dirs-sys-next v0.1.2
21442023-10-24T20:43:20.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f189bed277ebd26e -C extra-filename=-f189bed277ebd26e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21452023-10-24T20:43:21.148Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=9283d6b0d6a3128d -C extra-filename=-9283d6b0d6a3128d --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-60241c4a94b8d51c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e3f2903c3ad9f7bc.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5d23863d66711744.so --cap-lints allow -D warnings`
21462023-10-24T20:43:21.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=c203cb303887ca1a -C extra-filename=-c203cb303887ca1a --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-9c7a79198962b731.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-35eecf5275bc8cf5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
21472023-10-24T20:43:22.283Z Compiling dirs-next v2.0.0
21482023-10-24T20:43:22.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d6ad50f6f1ebeb9 -C extra-filename=-9d6ad50f6f1ebeb9 --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-cb012b6dc451b338.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f189bed277ebd26e.rmeta --cap-lints allow -D warnings`
21492023-10-24T20:43:22.561Z Compiling term v0.7.0
21502023-10-24T20:43:22.564Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21512023-10-24T20:43:22.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7dc16e433b13a265 -C extra-filename=-7dc16e433b13a265 --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-9d6ad50f6f1ebeb9.rmeta --cap-lints allow -D warnings`
21522023-10-24T20:43:22.590Z Running `/home/build/.rustup/toolchains/1.72.1-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=d453db4357a36478 -C extra-filename=-d453db4357a36478 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
21532023-10-24T20:43:22.702Z Running `/home/build/.rustup/toolchains/1.72.1-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=b24ee76c28dcf25c -C extra-filename=-b24ee76c28dcf25c --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21542023-10-24T20:43:23.307Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=89b37abf10b1badf -C extra-filename=-89b37abf10b1badf --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21552023-10-24T20:43:23.577Z Compiling crossbeam-channel v0.5.8
21562023-10-24T20:43:23.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41e0aa6bbf5cc8a2 -C extra-filename=-41e0aa6bbf5cc8a2 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
21572023-10-24T20:43:25.301Z Compiling atty v0.2.14
21582023-10-24T20:43:25.307Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318a6ebbcda68aba -C extra-filename=-318a6ebbcda68aba --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21592023-10-24T20:43:25.481Z Compiling match_cfg v0.1.0
21602023-10-24T20:43:25.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=38e46414f05776ae -C extra-filename=-38e46414f05776ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21612023-10-24T20:43:25.504Z Compiling sha1 v0.10.5
21622023-10-24T20:43:25.507Z Running `/home/build/.rustup/toolchains/1.72.1-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=8efde83da752c28a -C extra-filename=-8efde83da752c28a --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
21632023-10-24T20:43:25.626Z Compiling hostname v0.3.1
21642023-10-24T20:43:25.644Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=825c89ee82a57d47 -C extra-filename=-825c89ee82a57d47 --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-951633e8fd59a40d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings`
21652023-10-24T20:43:26.010Z Compiling thread_local v1.1.7
21662023-10-24T20:43:26.014Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b57738c95f1291d -C extra-filename=-4b57738c95f1291d --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
21672023-10-24T20:43:26.187Z Compiling strum v0.25.0
21682023-10-24T20:43:26.190Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=17bd510c94228d39 -C extra-filename=-17bd510c94228d39 --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-bb4f8be853504c8f.so --cap-lints allow -D warnings`
21692023-10-24T20:43:26.449Z Compiling instant v0.1.12
21702023-10-24T20:43:26.451Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a878bd455251f7ad -C extra-filename=-a878bd455251f7ad --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
21712023-10-24T20:43:26.668Z Compiling take_mut v0.2.2
21722023-10-24T20:43:26.672Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=129894f923fac3f1 -C extra-filename=-129894f923fac3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21732023-10-24T20:43:26.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=92bfa0559792adb6 -C extra-filename=-92bfa0559792adb6 --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-41e0aa6bbf5cc8a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-129894f923fac3f1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --cap-lints allow -D warnings --cfg integer128`
21742023-10-24T20:43:26.978Z Compiling slog-term v2.9.0
21752023-10-24T20:43:26.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5836e2a5244b09b9 -C extra-filename=-5836e2a5244b09b9 --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-318a6ebbcda68aba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21762023-10-24T20:43:28.837Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21772023-10-24T20:43:28.843Z Running `/home/build/.rustup/toolchains/1.72.1-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=e23ce8582a0c041a -C extra-filename=-e23ce8582a0c041a --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-2e1867226842d6ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-588028527e57b22b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5a3915daf8998f56.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21782023-10-24T20:43:29.010Z Running `/home/build/.rustup/toolchains/1.72.1-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=f12c80c739db8e1d -C extra-filename=-f12c80c739db8e1d --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-b24ee76c28dcf25c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3c4846fe07370e43.so --cap-lints allow -D warnings`
21792023-10-24T20:43:29.111Z Compiling serde_with v2.3.3
21802023-10-24T20:43:29.114Z Running `/home/build/.rustup/toolchains/1.72.1-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=f37542964a946a64 -C extra-filename=-f37542964a946a64 --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-e5099f1082b7c4e8.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
21812023-10-24T20:43:29.207Z Running `/home/build/.rustup/toolchains/1.72.1-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=71f7d0418d435172 -C extra-filename=-71f7d0418d435172 --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-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f12c80c739db8e1d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21822023-10-24T20:43:30.506Z Compiling slog-json v2.6.1
21832023-10-24T20:43:30.510Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8e90631cd9b200f7 -C extra-filename=-8e90631cd9b200f7 --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21842023-10-24T20:43:31.146Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=de857346a4753d4e -C extra-filename=-de857346a4753d4e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21852023-10-24T20:43:32.818Z Compiling slog-bunyan v2.4.0
21862023-10-24T20:43:32.821Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=273d369680f451ba -C extra-filename=-273d369680f451ba --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-825c89ee82a57d47.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8e90631cd9b200f7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21872023-10-24T20:43:33.120Z Compiling atomic-waker v1.1.1
21882023-10-24T20:43:33.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4ffaad2f705c4d0 -C extra-filename=-f4ffaad2f705c4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21892023-10-24T20:43:33.409Z Compiling debug-ignore v1.0.5
21902023-10-24T20:43:33.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2abfcb6c70cf6ba -C extra-filename=-f2abfcb6c70cf6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21912023-10-24T20:43:33.630Z Compiling waitgroup v0.1.2
21922023-10-24T20:43:34.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50b942fef25a4b5f -C extra-filename=-50b942fef25a4b5f --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-f4ffaad2f705c4d0.rmeta --cap-lints allow -D warnings`
21932023-10-24T20:43:34.046Z Compiling async-stream v0.3.5
21942023-10-24T20:43:34.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2228cf75d8def642 -C extra-filename=-2228cf75d8def642 --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21952023-10-24T20:43:34.468Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=928b400922c8849b -C extra-filename=-928b400922c8849b --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-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
21962023-10-24T20:43:36.057Z Compiling serde_path_to_error v0.1.14
21972023-10-24T20:43:36.079Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a03d81885b79d46 -C extra-filename=-1a03d81885b79d46 --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-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21982023-10-24T20:43:36.288Z Compiling backoff v0.4.0
21992023-10-24T20:43:36.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=c9cb15a0952ec026 -C extra-filename=-c9cb15a0952ec026 --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-26ddbb2f438a5030.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
22002023-10-24T20:43:36.811Z Compiling quick-error v1.2.3
22012023-10-24T20:43:36.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=498dbea2568bdbaf -C extra-filename=-498dbea2568bdbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22022023-10-24T20:43:37.035Z Compiling parse-display v0.7.0
22032023-10-24T20:43:37.041Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=30b97849654b4975 -C extra-filename=-30b97849654b4975 --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-dffc32915439d36d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-23c0fd998c3e81f0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
22042023-10-24T20:43:37.334Z Running `/home/build/.rustup/toolchains/1.72.1-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=021262fcdc616c3c -C extra-filename=-021262fcdc616c3c --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-2228cf75d8def642.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-928b400922c8849b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-273d369680f451ba.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8e90631cd9b200f7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-50b942fef25a4b5f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
22052023-10-24T20:43:37.513Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22062023-10-24T20:43:37.519Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65ff712cdc192fd3 -C extra-filename=-65ff712cdc192fd3 --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-fa48ed58b25dfdb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
22072023-10-24T20:43:37.755Z Compiling macaddr v1.0.1
22082023-10-24T20:43:37.760Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ad0b7378139616a -C extra-filename=-1ad0b7378139616a --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
22092023-10-24T20:43:38.518Z Compiling wait-timeout v0.2.0
22102023-10-24T20:43:38.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cab423074342a3b -C extra-filename=-6cab423074342a3b --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22112023-10-24T20:43:39.404Z Compiling rusty-fork v0.3.0
22122023-10-24T20:43:39.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=73af1ac0bd339dea -C extra-filename=-73af1ac0bd339dea --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-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
22132023-10-24T20:43:40.737Z Compiling rand_xorshift v0.3.0
22142023-10-24T20:43:40.742Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=841aeb633a71b002 -C extra-filename=-841aeb633a71b002 --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-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
22152023-10-24T20:43:41.221Z Compiling unarray v0.1.4
22162023-10-24T20:43:41.233Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7df36f5ba855866 -C extra-filename=-a7df36f5ba855866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-10-24T20:43:41.703Z Compiling proptest v1.3.1
22182023-10-24T20:43:41.711Z Running `/home/build/.rustup/toolchains/1.72.1-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=4ebf3aa24377495c -C extra-filename=-4ebf3aa24377495c --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-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-841aeb633a71b002.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73af1ac0bd339dea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
22192023-10-24T20:43:42.383Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=feeda8e1a2c81b9a -C extra-filename=-feeda8e1a2c81b9a --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22202023-10-24T20:43:42.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aaf538cacb38ae69 -C extra-filename=-aaf538cacb38ae69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22212023-10-24T20:43:43.175Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c37760ceb6b7eb9 -C extra-filename=-0c37760ceb6b7eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22222023-10-24T20:43:43.546Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=195040b02b177146 -C extra-filename=-195040b02b177146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22232023-10-24T20:43:44.280Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e94dfb586ed909a -C extra-filename=-8e94dfb586ed909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22242023-10-24T20:43:44.442Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=55888b3cf4c7447b -C extra-filename=-55888b3cf4c7447b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22252023-10-24T20:43:46.193Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a82555b4114c13e -C extra-filename=-4a82555b4114c13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22262023-10-24T20:43:46.556Z Running `/home/build/.rustup/toolchains/1.72.1-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=ae111ecf99ff78ac -C extra-filename=-ae111ecf99ff78ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22272023-10-24T20:43:46.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=331e33b3e3eab9e4 -C extra-filename=-331e33b3e3eab9e4 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
22282023-10-24T20:43:47.250Z Compiling proc-macro-crate v1.3.1
22292023-10-24T20:43:47.253Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1fd3c9aa859e2a37 -C extra-filename=-1fd3c9aa859e2a37 --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-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
22302023-10-24T20:43:47.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=0f73e34081c966cd -C extra-filename=-0f73e34081c966cd --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-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
22312023-10-24T20:43:48.153Z Compiling crucible-workspace-hack v0.1.0
22322023-10-24T20:43:48.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5b0f29aaaad16d24 -C extra-filename=-5b0f29aaaad16d24 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22332023-10-24T20:43:48.656Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24/build-script-build`
22342023-10-24T20:43:48.695Z Running `/home/build/.rustup/toolchains/1.72.1-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=0ba4f66e2a3ffdcf -C extra-filename=-0ba4f66e2a3ffdcf --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-c8f54ebde8160f23.so --cap-lints allow -D warnings`
22352023-10-24T20:43:48.719Z Compiling proc-macro-error-attr v1.0.4
22362023-10-24T20:43:48.748Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4793a33fef0d79c3 -C extra-filename=-4793a33fef0d79c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22372023-10-24T20:43:49.285Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
22382023-10-24T20:43:49.291Z Compiling proc-macro-error v1.0.4
22392023-10-24T20:43:49.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c6eda2b9346f1316 -C extra-filename=-c6eda2b9346f1316 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22402023-10-24T20:43:49.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4413c936186ca977 -C extra-filename=-4413c936186ca977 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
22412023-10-24T20:43:49.825Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
22422023-10-24T20:43:50.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d2e140eae73b2ead -C extra-filename=-d2e140eae73b2ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22432023-10-24T20:43:50.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=45ca554d4d76a8fb -C extra-filename=-45ca554d4d76a8fb --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-4413c936186ca977.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22442023-10-24T20:43:50.774Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2b943ba7bdc80cb -C extra-filename=-a2b943ba7bdc80cb --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
22452023-10-24T20:43:51.726Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=bbe9fdba6b5a3076 -C extra-filename=-bbe9fdba6b5a3076 --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-d2e140eae73b2ead.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`
22462023-10-24T20:43:51.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=857464e7953ad886 -C extra-filename=-857464e7953ad886 --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-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a2b943ba7bdc80cb.rmeta --cap-lints allow -D warnings`
22472023-10-24T20:43:52.507Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b290f080638b941 -C extra-filename=-4b290f080638b941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22482023-10-24T20:43:52.749Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4eb40cefe3739e2 -C extra-filename=-e4eb40cefe3739e2 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22492023-10-24T20:43:53.364Z Running `/home/build/.rustup/toolchains/1.72.1-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=478723dc69368376 -C extra-filename=-478723dc69368376 --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-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
22502023-10-24T20:43:53.753Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=839335292a7245f2 -C extra-filename=-839335292a7245f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22512023-10-24T20:43:54.062Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d5c3309b3d36f70 -C extra-filename=-0d5c3309b3d36f70 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22522023-10-24T20:43:54.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a8c1a9f4cc401a -C extra-filename=-59a8c1a9f4cc401a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532023-10-24T20:43:54.253Z Compiling num_enum_derive v0.5.11
22542023-10-24T20:43:54.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=72c39f3150c51ec5 -C extra-filename=-72c39f3150c51ec5 --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22552023-10-24T20:43:55.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2666dc1e27be8b4d -C extra-filename=-2666dc1e27be8b4d --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-9da73fdce886a303.so --cap-lints allow -D warnings`
22562023-10-24T20:43:55.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=14057c32aaca57b1 -C extra-filename=-14057c32aaca57b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22572023-10-24T20:44:04.064Z Running `/home/build/.rustup/toolchains/1.72.1-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=4d864f5ef6f0cb90 -C extra-filename=-4d864f5ef6f0cb90 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22582023-10-24T20:44:04.308Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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="std"' -C metadata=d55331612fb42c01 -C extra-filename=-d55331612fb42c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22592023-10-24T20:44:04.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=5e540ad4941d14f0 -C extra-filename=-5e540ad4941d14f0 --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-59a8c1a9f4cc401a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
22602023-10-24T20:44:04.465Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22612023-10-24T20:44:04.583Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ddd769f882e45b6a -C extra-filename=-ddd769f882e45b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-10-24T20:44:04.618Z Running `/home/build/.rustup/toolchains/1.72.1-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=d9ce96cf778302ef -C extra-filename=-d9ce96cf778302ef --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-55888b3cf4c7447b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0d5c3309b3d36f70.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
22632023-10-24T20:44:04.657Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22642023-10-24T20:44:04.711Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=d3b97ee3b256b9db -C extra-filename=-d3b97ee3b256b9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22652023-10-24T20:44:04.768Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22662023-10-24T20:44:04.815Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9ec34ae820c9a363 -C extra-filename=-9ec34ae820c9a363 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22672023-10-24T20:44:04.855Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22682023-10-24T20:44:04.873Z Compiling foreign-types-macros v0.2.3
22692023-10-24T20:44:04.890Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d8079752ff45b0c7 -C extra-filename=-d8079752ff45b0c7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22702023-10-24T20:44:04.910Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f35cd01d19a331 -C extra-filename=-83f35cd01d19a331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22712023-10-24T20:44:04.933Z Compiling base64ct v1.6.0
22722023-10-24T20:44:04.976Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=782b309d60146739 -C extra-filename=-782b309d60146739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22732023-10-24T20:44:04.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=1f46b2dcc29359b1 -C extra-filename=-1f46b2dcc29359b1 --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings`
22742023-10-24T20:44:05.015Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1486aaee3f323cc1 -C extra-filename=-1486aaee3f323cc1 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22752023-10-24T20:44:05.044Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22762023-10-24T20:44:05.055Z Running `/home/build/.rustup/toolchains/1.72.1-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=111f7053cda88058 -C extra-filename=-111f7053cda88058 --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-d453db4357a36478.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-71f7d0418d435172.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e23ce8582a0c041a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
22772023-10-24T20:44:05.067Z Compiling is-terminal v0.4.9
22782023-10-24T20:44:05.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a149ebee13979ce -C extra-filename=-8a149ebee13979ce --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-c42251dd345add73.rmeta --cap-lints allow -D warnings`
22792023-10-24T20:44:05.095Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22802023-10-24T20:44:05.107Z Running `/home/build/.rustup/toolchains/1.72.1-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=e86f5de6f50d3ea8 -C extra-filename=-e86f5de6f50d3ea8 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22812023-10-24T20:44:05.113Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22822023-10-24T20:44:05.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22832023-10-24T20:44:05.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=244e6f9a29fd37db -C extra-filename=-244e6f9a29fd37db --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-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
22842023-10-24T20:44:05.152Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22852023-10-24T20:44:05.180Z Running `/home/build/.rustup/toolchains/1.72.1-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=54ed3404f246e1d0 -C extra-filename=-54ed3404f246e1d0 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22862023-10-24T20:44:05.190Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8/build-script-build`
22872023-10-24T20:44:05.203Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22882023-10-24T20:44:05.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22892023-10-24T20:44:05.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8f0ba65df9808a27 -C extra-filename=-8f0ba65df9808a27 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22902023-10-24T20:44:05.339Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22912023-10-24T20:44:05.351Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9594995f6893c70d -C extra-filename=-9594995f6893c70d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22922023-10-24T20:44:05.367Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22932023-10-24T20:44:05.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e0b6ca8eb0c8cf -C extra-filename=-b9e0b6ca8eb0c8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22942023-10-24T20:44:05.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a78d02f725c823af -C extra-filename=-a78d02f725c823af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22952023-10-24T20:44:05.423Z Compiling zone_cfg_derive v0.2.0
22962023-10-24T20:44:05.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.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=9ea68d5abd5fc36e -C extra-filename=-9ea68d5abd5fc36e --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22972023-10-24T20:44:05.475Z Compiling mockall_derive v0.11.4
22982023-10-24T20:44:05.480Z Running `/home/build/.rustup/toolchains/1.72.1-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=9dd23f9535a12e5d -C extra-filename=-9dd23f9535a12e5d --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-cb012b6dc451b338.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22992023-10-24T20:44:05.502Z Compiling num-derive v0.4.0
23002023-10-24T20:44:05.509Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=348bdbd4a67f8b15 -C extra-filename=-348bdbd4a67f8b15 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
23012023-10-24T20:44:05.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=c4da83d5a55438d5 -C extra-filename=-c4da83d5a55438d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23022023-10-24T20:44:05.534Z Compiling xattr v1.0.1
23032023-10-24T20:44:05.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=dc082b258e71080c -C extra-filename=-dc082b258e71080c --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
23042023-10-24T20:44:05.593Z Compiling filetime v0.2.22
23052023-10-24T20:44:05.623Z Running `/home/build/.rustup/toolchains/1.72.1-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=ed8d2a4807be5a28 -C extra-filename=-ed8d2a4807be5a28 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
23062023-10-24T20:44:05.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=952c4328c6f554fb -C extra-filename=-952c4328c6f554fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23072023-10-24T20:44:05.864Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=ba2c5ad6cc3819c4 -C extra-filename=-ba2c5ad6cc3819c4 --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-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23082023-10-24T20:44:06.118Z Compiling tar v0.4.40
23092023-10-24T20:44:06.128Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=8b8f69e5c87d2414 -C extra-filename=-8b8f69e5c87d2414 --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-ed8d2a4807be5a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-dc082b258e71080c.rmeta --cap-lints allow -D warnings`
23102023-10-24T20:44:06.381Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=44ec121a8974b079 -C extra-filename=-44ec121a8974b079 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --cap-lints allow -D warnings`
23112023-10-24T20:44:07.071Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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="alloc"' --cfg 'feature="std"' -C metadata=1a936b59517fbe6d -C extra-filename=-1a936b59517fbe6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23122023-10-24T20:44:07.507Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b6959ed5d9f01069 -C extra-filename=-b6959ed5d9f01069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23132023-10-24T20:44:07.522Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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="std"' -C metadata=2d8c9a0d23a6df66 -C extra-filename=-2d8c9a0d23a6df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23142023-10-24T20:44:08.001Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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="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=45c46b3316877300 -C extra-filename=-45c46b3316877300 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings`
23152023-10-24T20:44:08.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=a169f199810ce08f -C extra-filename=-a169f199810ce08f --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-feeda8e1a2c81b9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23162023-10-24T20:44:09.783Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=776cc17a9c34995e -C extra-filename=-776cc17a9c34995e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23172023-10-24T20:44:10.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2cab8e63723bf814 -C extra-filename=-2cab8e63723bf814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23182023-10-24T20:44:10.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d06ce94a40ddfe1 -C extra-filename=-8d06ce94a40ddfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23192023-10-24T20:44:10.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=91f0b1f081d73347 -C extra-filename=-91f0b1f081d73347 --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-8d06ce94a40ddfe1.rmeta --cap-lints allow -D warnings`
23202023-10-24T20:44:11.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2c416f3ca71bac21 -C extra-filename=-2c416f3ca71bac21 --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-776cc17a9c34995e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23212023-10-24T20:44:12.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ab91cbb0541516ac -C extra-filename=-ab91cbb0541516ac --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23222023-10-24T20:44:12.953Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=db8c7d8154906494 -C extra-filename=-db8c7d8154906494 --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-ab91cbb0541516ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
23232023-10-24T20:44:13.210Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=3ea74bcbc130599d -C extra-filename=-3ea74bcbc130599d --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-9cc2d99f4c1c58f7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23242023-10-24T20:44:13.734Z Running `/home/build/.rustup/toolchains/1.72.1-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=16deb6d7e68daa91 -C extra-filename=-16deb6d7e68daa91 --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
23252023-10-24T20:44:14.102Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86c5147d695ab8b0 -C extra-filename=-86c5147d695ab8b0 --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-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
23262023-10-24T20:44:14.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=5989520b66fa0dce -C extra-filename=-5989520b66fa0dce --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-839335292a7245f2.rmeta --cap-lints allow -D warnings`
23272023-10-24T20:44:14.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4bc10243c26e981 -C extra-filename=-b4bc10243c26e981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23282023-10-24T20:44:14.691Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=93d7d8ec84a79151 -C extra-filename=-93d7d8ec84a79151 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
23292023-10-24T20:44:14.747Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8fc004cf30cfd85 -C extra-filename=-a8fc004cf30cfd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23302023-10-24T20:44:15.072Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd3c6ac25a9b82e9 -C extra-filename=-dd3c6ac25a9b82e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23312023-10-24T20:44:16.025Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=538c134b846122d1 -C extra-filename=-538c134b846122d1 --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-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-93d7d8ec84a79151.rmeta --cap-lints allow -D warnings`
23322023-10-24T20:44:16.599Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=f517da13a8b686da -C extra-filename=-f517da13a8b686da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23332023-10-24T20:44:16.831Z Running `/home/build/.rustup/toolchains/1.72.1-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=a4308a338730f2ff -C extra-filename=-a4308a338730f2ff --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
23342023-10-24T20:44:17.028Z Running `/home/build/.rustup/toolchains/1.72.1-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=065c702e72289fd3 -C extra-filename=-065c702e72289fd3 --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings`
23352023-10-24T20:44:17.451Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.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=1a959748c4116a85 -C extra-filename=-1a959748c4116a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23362023-10-24T20:44:17.916Z Running `/home/build/.rustup/toolchains/1.72.1-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=a708795783266417 -C extra-filename=-a708795783266417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23372023-10-24T20:44:18.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.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=8d764ac0566c5587 -C extra-filename=-8d764ac0566c5587 --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-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
23382023-10-24T20:44:18.248Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ccb81907c4b78a17 -C extra-filename=-ccb81907c4b78a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23392023-10-24T20:44:18.400Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ac28cbadba7faa0 -C extra-filename=-2ac28cbadba7faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23402023-10-24T20:44:18.569Z Running `/home/build/.rustup/toolchains/1.72.1-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=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
23412023-10-24T20:44:18.718Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=4dbdfb813a4a048f -C extra-filename=-4dbdfb813a4a048f --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-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
23422023-10-24T20:44:19.224Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=6d6730805a801a5f -C extra-filename=-6d6730805a801a5f --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-16deb6d7e68daa91.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a708795783266417.rmeta --cap-lints allow -D warnings`
23432023-10-24T20:44:23.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d385be1db3fee74e -C extra-filename=-d385be1db3fee74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23442023-10-24T20:44:23.221Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=2d8269b93ec0e3ca -C extra-filename=-2d8269b93ec0e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-10-24T20:44:23.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e47da13ea8dfbb -C extra-filename=-d3e47da13ea8dfbb --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-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23462023-10-24T20:44:23.331Z Running `/home/build/.rustup/toolchains/1.72.1-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=3a3880947b45af1e -C extra-filename=-3a3880947b45af1e --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-8d764ac0566c5587.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-eb4a6eac9a61464f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
23472023-10-24T20:44:23.346Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9db298c3bfbb444c -C extra-filename=-9db298c3bfbb444c --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-4dbdfb813a4a048f.rmeta --cap-lints allow -D warnings`
23482023-10-24T20:44:23.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=a50ce7321bfdc712 -C extra-filename=-a50ce7321bfdc712 --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23492023-10-24T20:44:23.399Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64edcd8daed94a95 -C extra-filename=-64edcd8daed94a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
23502023-10-24T20:44:23.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 --cfg 'feature="default"' -C metadata=31511f69cb20a3b2 -C extra-filename=-31511f69cb20a3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23512023-10-24T20:44:23.440Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=45346198772e2c41 -C extra-filename=-45346198772e2c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23522023-10-24T20:44:23.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23532023-10-24T20:44:23.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9c6a39ea2649f02 -C extra-filename=-a9c6a39ea2649f02 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23542023-10-24T20:44:23.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=03c8990544e304c9 -C extra-filename=-03c8990544e304c9 --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-195040b02b177146.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
23552023-10-24T20:44:23.643Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aa334b770300df0 -C extra-filename=-8aa334b770300df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-10-24T20:44:23.972Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=6e30452003b40aeb -C extra-filename=-6e30452003b40aeb --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-8aa334b770300df0.rmeta --cap-lints allow -D warnings`
23572023-10-24T20:44:24.207Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=beb98d0dd00b9bb2 -C extra-filename=-beb98d0dd00b9bb2 --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23582023-10-24T20:44:24.423Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f2b2df9d67b5ff74 -C extra-filename=-f2b2df9d67b5ff74 --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-45346198772e2c41.rmeta --cap-lints allow -D warnings --cfg has_std`
23592023-10-24T20:44:25.865Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a5cef56c574a55 -C extra-filename=-46a5cef56c574a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23602023-10-24T20:44:26.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e6d0e2dd74e16531 -C extra-filename=-e6d0e2dd74e16531 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23612023-10-24T20:44:26.412Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=963e5de6824495e7 -C extra-filename=-963e5de6824495e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
23622023-10-24T20:44:26.533Z Compiling cfg-if v0.1.10
23632023-10-24T20:44:26.558Z Running `/home/build/.rustup/toolchains/1.72.1-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=44d785dcfe5432ab -C extra-filename=-44d785dcfe5432ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23642023-10-24T20:44:26.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2886ea81b15c6f -C extra-filename=-bc2886ea81b15c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23652023-10-24T20:44:26.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --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=c6976615d82077fd -C extra-filename=-c6976615d82077fd --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
23662023-10-24T20:44:27.502Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a8236926f2e08b3a -C extra-filename=-a8236926f2e08b3a --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-03c8990544e304c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
23672023-10-24T20:44:27.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=845df6b103dfb623 -C extra-filename=-845df6b103dfb623 --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-03c8990544e304c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
23682023-10-24T20:44:28.327Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d62e0e8a25aa97 -C extra-filename=-d5d62e0e8a25aa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23692023-10-24T20:44:28.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a453485417867f18 -C extra-filename=-a453485417867f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23702023-10-24T20:44:28.686Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9c066fd8aa13393 -C extra-filename=-f9c066fd8aa13393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23712023-10-24T20:44:29.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=2785ec9ce2c6569a -C extra-filename=-2785ec9ce2c6569a --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-aaf538cacb38ae69.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8236926f2e08b3a.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-845df6b103dfb623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
23722023-10-24T20:44:29.407Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcd6b4cdffc1bb22 -C extra-filename=-fcd6b4cdffc1bb22 --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-d5d62e0e8a25aa97.rmeta --cap-lints allow -D warnings`
23732023-10-24T20:44:29.483Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a048596724bee275 -C extra-filename=-a048596724bee275 --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-bc2886ea81b15c6f.rmeta --cap-lints allow -D warnings`
23742023-10-24T20:44:29.630Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0651170193402dd -C extra-filename=-f0651170193402dd --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23752023-10-24T20:44:29.848Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e9d1ad0d0031626 -C extra-filename=-6e9d1ad0d0031626 --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-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
23762023-10-24T20:44:30.491Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59c97ed400ba404a -C extra-filename=-59c97ed400ba404a --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-f517da13a8b686da.rmeta --cap-lints allow -D warnings`
23772023-10-24T20:44:30.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=ff9478a143bb4b59 -C extra-filename=-ff9478a143bb4b59 --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-9cc2d99f4c1c58f7.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`
23782023-10-24T20:44:30.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=456145d791e7aded -C extra-filename=-456145d791e7aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23792023-10-24T20:44:31.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f0617b36e2a5d -C extra-filename=-672f0617b36e2a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23802023-10-24T20:44:31.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cdb75033c22de3bd -C extra-filename=-cdb75033c22de3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23812023-10-24T20:44:31.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635924db43c48ac5 -C extra-filename=-635924db43c48ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23822023-10-24T20:44:31.878Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fddaf6cd5a758ca -C extra-filename=-6fddaf6cd5a758ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23832023-10-24T20:44:31.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=b1008f6b16506ac7 -C extra-filename=-b1008f6b16506ac7 --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-16deb6d7e68daa91.rmeta --cap-lints allow -D warnings`
23842023-10-24T20:44:32.053Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31596f1cfd69171c -C extra-filename=-31596f1cfd69171c --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
23852023-10-24T20:44:32.157Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=d20319421da82dff -C extra-filename=-d20319421da82dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23862023-10-24T20:44:33.154Z Running `/home/build/.rustup/toolchains/1.72.1-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=878eee0db71a2cfb -C extra-filename=-878eee0db71a2cfb --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-1486aaee3f323cc1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.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`
23872023-10-24T20:44:33.760Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8643221b7cc69ba7 -C extra-filename=-8643221b7cc69ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23882023-10-24T20:44:33.973Z Running `/home/build/.rustup/toolchains/1.72.1-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=b2cde58c87913f77 -C extra-filename=-b2cde58c87913f77 --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-1486aaee3f323cc1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
23892023-10-24T20:44:34.533Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=366993323cf4be7d -C extra-filename=-366993323cf4be7d --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-cdb75033c22de3bd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-672f0617b36e2a5d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-6fddaf6cd5a758ca.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
23902023-10-24T20:44:35.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=1d26a7cafea115dc -C extra-filename=-1d26a7cafea115dc --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
23912023-10-24T20:44:37.607Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=89c76b4793d0556a -C extra-filename=-89c76b4793d0556a --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-2785ec9ce2c6569a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
23922023-10-24T20:44:38.256Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=a93e56d4d374eb2f -C extra-filename=-a93e56d4d374eb2f --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23932023-10-24T20:44:38.843Z Compiling termtree v0.4.1
23942023-10-24T20:44:38.849Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21deb15913796002 -C extra-filename=-21deb15913796002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23952023-10-24T20:44:39.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68d529025d396605 -C extra-filename=-68d529025d396605 --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-d20319421da82dff.rmeta --cap-lints allow -D warnings`
23962023-10-24T20:44:40.238Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5860cb338547d550 -C extra-filename=-5860cb338547d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23972023-10-24T20:44:40.531Z Compiling predicates-tree v1.0.9
23982023-10-24T20:44:40.537Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55465b5f381609dd -C extra-filename=-55465b5f381609dd --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-3739f879860131f9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-21deb15913796002.rmeta --cap-lints allow -D warnings`
23992023-10-24T20:44:41.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7f63eab926003249 -C extra-filename=-7f63eab926003249 --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-55888b3cf4c7447b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f0651170193402dd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
24002023-10-24T20:44:41.872Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6a1860f3303f1bff -C extra-filename=-6a1860f3303f1bff --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
24012023-10-24T20:44:42.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=9161f70e0e78d07b -C extra-filename=-9161f70e0e78d07b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-10-24T20:44:43.631Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d179d580a01d946c -C extra-filename=-d179d580a01d946c --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-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
24032023-10-24T20:44:43.751Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d0786d661f585050 -C extra-filename=-d0786d661f585050 --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-2666dc1e27be8b4d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
24042023-10-24T20:44:43.926Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a24cd41365afbdb -C extra-filename=-6a24cd41365afbdb --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-a453485417867f18.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --cap-lints allow -D warnings`
24052023-10-24T20:44:44.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe26226a25f2fc59 -C extra-filename=-fe26226a25f2fc59 --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-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24062023-10-24T20:44:44.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2f0b2e51cda1c6f -C extra-filename=-f2f0b2e51cda1c6f --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-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24072023-10-24T20:44:44.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f9fe9513e82a620 -C extra-filename=-1f9fe9513e82a620 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
24082023-10-24T20:44:45.426Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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="serde"' -C metadata=2ba0b9ecd6c51a3f -C extra-filename=-2ba0b9ecd6c51a3f --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24092023-10-24T20:44:46.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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="serde"' -C metadata=38cace45970d66dc -C extra-filename=-38cace45970d66dc --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24102023-10-24T20:44:46.250Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=971cda85375d22df -C extra-filename=-971cda85375d22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24112023-10-24T20:44:46.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fe2c0ea3f927af9 -C extra-filename=-6fe2c0ea3f927af9 --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-2666dc1e27be8b4d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f9fe9513e82a620.rmeta --cap-lints allow -D warnings`
24122023-10-24T20:44:47.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7da73bc294f1e755 -C extra-filename=-7da73bc294f1e755 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24132023-10-24T20:44:47.211Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=99d6081e5b4e0d62 -C extra-filename=-99d6081e5b4e0d62 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
24142023-10-24T20:44:48.039Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82177fbc2fe42e73 -C extra-filename=-82177fbc2fe42e73 --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-d0786d661f585050.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
24152023-10-24T20:44:49.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ce3aaa1b0d599aa -C extra-filename=-2ce3aaa1b0d599aa --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-68d529025d396605.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a93e56d4d374eb2f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5860cb338547d550.rmeta --cap-lints allow -D warnings`
24162023-10-24T20:44:49.788Z Compiling num_enum v0.5.11
24172023-10-24T20:44:49.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=687b96da4e15d9f6 -C extra-filename=-687b96da4e15d9f6 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings`
24182023-10-24T20:44:50.031Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24192023-10-24T20:44:50.034Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85727a65f2ef0e54 -C extra-filename=-85727a65f2ef0e54 --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-2ce3aaa1b0d599aa.rmeta --cap-lints allow -D warnings`
24202023-10-24T20:44:50.055Z Running `/home/build/.rustup/toolchains/1.72.1-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=96e66a3044c565eb -C extra-filename=-96e66a3044c565eb --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-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24212023-10-24T20:44:50.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b8eb17b521a8c14 -C extra-filename=-6b8eb17b521a8c14 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24222023-10-24T20:44:50.975Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3910d49aa99207bd -C extra-filename=-3910d49aa99207bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24232023-10-24T20:44:51.017Z Compiling base64 v0.13.1
24242023-10-24T20:44:51.506Z Running `/home/build/.rustup/toolchains/1.72.1-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=ad8c311fcc61d255 -C extra-filename=-ad8c311fcc61d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24252023-10-24T20:44:51.510Z Compiling postcard-cobs v0.1.5-pre
24262023-10-24T20:44:51.513Z Running `/home/build/.rustup/toolchains/1.72.1-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=3bf3a2f460e40603 -C extra-filename=-3bf3a2f460e40603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24272023-10-24T20:44:51.643Z Compiling postcard v0.7.3
24282023-10-24T20:44:51.647Z Running `/home/build/.rustup/toolchains/1.72.1-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=b3898e15b57613ca -C extra-filename=-b3898e15b57613ca --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-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
24292023-10-24T20:44:51.673Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24302023-10-24T20:44:51.682Z Running `/home/build/.rustup/toolchains/1.72.1-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=fd0c3d07c4812ab5 -C extra-filename=-fd0c3d07c4812ab5 --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-96e66a3044c565eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24312023-10-24T20:44:52.018Z Running `/home/build/.rustup/toolchains/1.72.1-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=861ccd47939f81e4 -C extra-filename=-861ccd47939f81e4 --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --cap-lints allow -D warnings`
24322023-10-24T20:44:52.325Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=4f4014f58356c655 -C extra-filename=-4f4014f58356c655 --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-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24332023-10-24T20:44:52.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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="std"' -C metadata=87506709703347be -C extra-filename=-87506709703347be --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-14057c32aaca57b1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
24342023-10-24T20:44:52.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=27eafa27c290df09 -C extra-filename=-27eafa27c290df09 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24352023-10-24T20:44:53.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.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="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=2564bc4f879c5f73 -C extra-filename=-2564bc4f879c5f73 --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-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6a24cd41365afbdb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-89c76b4793d0556a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
24362023-10-24T20:44:53.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73df9ac2ef842b1d -C extra-filename=-73df9ac2ef842b1d --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-55888b3cf4c7447b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24372023-10-24T20:44:54.162Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --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-0f73e34081c966cd.rmeta --cap-lints allow -D warnings`
24382023-10-24T20:44:54.267Z Running `/home/build/.rustup/toolchains/1.72.1-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=669df936e06938ed -C extra-filename=-669df936e06938ed --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f0651170193402dd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2564bc4f879c5f73.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-73df9ac2ef842b1d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-89c76b4793d0556a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3910d49aa99207bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
24392023-10-24T20:44:54.495Z Compiling smoltcp v0.8.2
24402023-10-24T20:44:54.499Z Running `/home/build/.rustup/toolchains/1.72.1-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=0daa2164dc9cf3da -C extra-filename=-0daa2164dc9cf3da --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24412023-10-24T20:44:54.770Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24422023-10-24T20:44:54.790Z Running `/home/build/.rustup/toolchains/1.72.1-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=25e000188ea8fb1c -C extra-filename=-25e000188ea8fb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24432023-10-24T20:44:55.054Z Compiling foreign-types-shared v0.3.1
24442023-10-24T20:44:55.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5accb22857faf085 -C extra-filename=-5accb22857faf085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24452023-10-24T20:44:55.234Z Compiling foreign-types v0.5.0
24462023-10-24T20:44:55.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95278da0f0883af2 -C extra-filename=-95278da0f0883af2 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
24472023-10-24T20:44:55.405Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=595a8fb7a1c95869 -C extra-filename=-595a8fb7a1c95869 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24482023-10-24T20:44:55.783Z Compiling password-hash v0.5.0
24492023-10-24T20:44:55.786Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=742fb0a4a592bebb -C extra-filename=-742fb0a4a592bebb --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-782b309d60146739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
24502023-10-24T20:44:57.510Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ac94346fa60aec6 -C extra-filename=-6ac94346fa60aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
24512023-10-24T20:44:57.547Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1393588997e7b71f -C extra-filename=-1393588997e7b71f --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`
24522023-10-24T20:44:57.806Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=fd7a8b888af6f4b2 -C extra-filename=-fd7a8b888af6f4b2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24532023-10-24T20:44:57.885Z Compiling blake2 v0.10.6
24542023-10-24T20:44:57.889Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6854ed4e5f95c79f -C extra-filename=-6854ed4e5f95c79f --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-e77795124486928d.rmeta --cap-lints allow -D warnings`
24552023-10-24T20:44:58.817Z Compiling cstr-argument v0.1.2
24562023-10-24T20:44:58.822Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39135e009da5126f -C extra-filename=-39135e009da5126f --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-cb012b6dc451b338.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
24572023-10-24T20:44:59.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=1ec8a090201ebcf7 -C extra-filename=-1ec8a090201ebcf7 --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-d55331612fb42c01.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6fe2c0ea3f927af9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-6b8eb17b521a8c14.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
24582023-10-24T20:44:59.188Z Compiling pretty-hex v0.2.1
24592023-10-24T20:44:59.244Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9248b1a20cd2c87d -C extra-filename=-9248b1a20cd2c87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24602023-10-24T20:44:59.469Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d02e4f44237b5109 -C extra-filename=-d02e4f44237b5109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24612023-10-24T20:44:59.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24622023-10-24T20:44:59.880Z Running `/home/build/.rustup/toolchains/1.72.1-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=33cbc855f17fadec -C extra-filename=-33cbc855f17fadec --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --cap-lints allow -D warnings`
24632023-10-24T20:45:00.344Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=6a2b16c5f7c3a360 -C extra-filename=-6a2b16c5f7c3a360 --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-82177fbc2fe42e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-60241c4a94b8d51c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ec8a090201ebcf7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5d23863d66711744.so --cap-lints allow -D warnings`
24642023-10-24T20:45:00.672Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c6bfd074d875608 -C extra-filename=-7c6bfd074d875608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24652023-10-24T20:45:00.755Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24662023-10-24T20:45:00.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=229e4cf0e7605b05 -C extra-filename=-229e4cf0e7605b05 --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-951633e8fd59a40d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-6ac94346fa60aec6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
24672023-10-24T20:45:01.305Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24682023-10-24T20:45:01.764Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ae448c753b3ab8f -C extra-filename=-6ae448c753b3ab8f --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-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-95278da0f0883af2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
24692023-10-24T20:45:01.785Z Compiling argon2 v0.5.2
24702023-10-24T20:45:01.788Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=844cd977baa4a72a -C extra-filename=-844cd977baa4a72a --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-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6854ed4e5f95c79f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-742fb0a4a592bebb.rmeta --cap-lints allow -D warnings`
24712023-10-24T20:45:01.792Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=b6480b0797d0c153 -C extra-filename=-b6480b0797d0c153 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-87506709703347be.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
24722023-10-24T20:45:01.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebe19ba3b8a7e9d3 -C extra-filename=-ebe19ba3b8a7e9d3 --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-b1008f6b16506ac7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
24732023-10-24T20:45:02.240Z Running `/home/build/.rustup/toolchains/1.72.1-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=60a66601485b56f2 -C extra-filename=-60a66601485b56f2 --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-44d785dcfe5432ab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-33cbc855f17fadec.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24742023-10-24T20:45:02.578Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a1a2393433c3997 -C extra-filename=-0a1a2393433c3997 --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-951633e8fd59a40d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
24752023-10-24T20:45:02.867Z Compiling colored v2.0.4
24762023-10-24T20:45:02.870Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc6c274f08341bb -C extra-filename=-7dc6c274f08341bb --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-8a149ebee13979ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24772023-10-24T20:45:03.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c3c28f089340dd8e -C extra-filename=-c3c28f089340dd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24782023-10-24T20:45:03.953Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e04e721f6a74771a -C extra-filename=-e04e721f6a74771a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7dc6c274f08341bb.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-229e4cf0e7605b05.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ae448c753b3ab8f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0a1a2393433c3997.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings -l kstat`
24792023-10-24T20:45:04.029Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24802023-10-24T20:45:04.033Z Running `/home/build/.rustup/toolchains/1.72.1-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=c9ae1ca8c946755d -C extra-filename=-c9ae1ca8c946755d --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60a66601485b56f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
24812023-10-24T20:45:04.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=3e317e62e1aef1be -C extra-filename=-3e317e62e1aef1be --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
24822023-10-24T20:45:06.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c6ba2741a8fc15 -C extra-filename=-80c6ba2741a8fc15 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24832023-10-24T20:45:06.997Z Compiling predicates v2.1.5
24842023-10-24T20:45:07.002Z Running `/home/build/.rustup/toolchains/1.72.1-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=83e2e132cbbadb53 -C extra-filename=-83e2e132cbbadb53 --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-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
24852023-10-24T20:45:07.136Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e09bec773f40c56e -C extra-filename=-e09bec773f40c56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24862023-10-24T20:45:07.858Z Compiling downcast v0.11.0
24872023-10-24T20:45:07.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=30cd8cbd6ac21f60 -C extra-filename=-30cd8cbd6ac21f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-10-24T20:45:08.220Z Compiling fragile v2.0.0
24892023-10-24T20:45:08.223Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd5815f383f72aff -C extra-filename=-fd5815f383f72aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24902023-10-24T20:45:09.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=add7283db860befb -C extra-filename=-add7283db860befb --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --cap-lints allow -D warnings`
24912023-10-24T20:45:09.484Z Compiling mockall v0.11.4
24922023-10-24T20:45:09.489Z Running `/home/build/.rustup/toolchains/1.72.1-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=06dfca46eba4276e -C extra-filename=-06dfca46eba4276e --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-cb012b6dc451b338.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-30cd8cbd6ac21f60.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fd5815f383f72aff.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-83e2e132cbbadb53.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings`
24932023-10-24T20:45:09.627Z Running `/home/build/.rustup/toolchains/1.72.1-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=54160ccd9a11962a -C extra-filename=-54160ccd9a11962a --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-e09bec773f40c56e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24942023-10-24T20:45:09.671Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24952023-10-24T20:45:09.714Z Running `/home/build/.rustup/toolchains/1.72.1-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=85ad946c22af40a0 -C extra-filename=-85ad946c22af40a0 --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-951633e8fd59a40d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e04e721f6a74771a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60a66601485b56f2.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9ae1ca8c946755d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24962023-10-24T20:45:09.996Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
24972023-10-24T20:45:13.934Z Running `/home/build/.rustup/toolchains/1.72.1-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=0be241183258e54b -C extra-filename=-0be241183258e54b --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-46a5cef56c574a55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24982023-10-24T20:45:14.007Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f02dc85b70eccb -C extra-filename=-c2f02dc85b70eccb --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
24992023-10-24T20:45:14.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f982b87747ade17f -C extra-filename=-f982b87747ade17f --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
25002023-10-24T20:45:14.216Z Compiling zone v0.2.0
25012023-10-24T20:45:14.238Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' -C metadata=755e70298ed1b9bb -C extra-filename=-755e70298ed1b9bb --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-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
25022023-10-24T20:45:14.244Z Compiling smf v0.2.2
25032023-10-24T20:45:14.249Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1cb337141f0da16 -C extra-filename=-c1cb337141f0da16 --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-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
25042023-10-24T20:45:14.262Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=37cf39b71c4cf2a4 -C extra-filename=-37cf39b71c4cf2a4 --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-f517da13a8b686da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-595a8fb7a1c95869.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-f982b87747ade17f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
25052023-10-24T20:45:14.275Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=329c2d8829f295b4 -C extra-filename=-329c2d8829f295b4 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
25062023-10-24T20:45:14.295Z Running `/home/build/.rustup/toolchains/1.72.1-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=99ebb4e5e1bc6b55 -C extra-filename=-99ebb4e5e1bc6b55 --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
25072023-10-24T20:45:14.307Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37bce1a76b384cd2 -C extra-filename=-37bce1a76b384cd2 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
25082023-10-24T20:45:14.327Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43a101f42ff0f075 -C extra-filename=-43a101f42ff0f075 --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-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
25092023-10-24T20:45:14.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=ab783f3d51260a15 -C extra-filename=-ab783f3d51260a15 --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
25102023-10-24T20:45:14.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf018927a3737292 -C extra-filename=-cf018927a3737292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25112023-10-24T20:45:14.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8b8556d46f061241 -C extra-filename=-8b8556d46f061241 --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-ab783f3d51260a15.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
25122023-10-24T20:45:14.399Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=785f7870bd0e5c2d -C extra-filename=-785f7870bd0e5c2d --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-55888b3cf4c7447b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-37cf39b71c4cf2a4.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
25132023-10-24T20:45:14.406Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24fa5f2f08ec0b15 -C extra-filename=-24fa5f2f08ec0b15 --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-329c2d8829f295b4.rmeta --cap-lints allow -D warnings`
25142023-10-24T20:45:14.426Z Running `/home/build/.rustup/toolchains/1.72.1-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=75211160473867cb -C extra-filename=-75211160473867cb --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
25152023-10-24T20:45:14.437Z Running `/home/build/.rustup/toolchains/1.72.1-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=709f93d82faf6e12 -C extra-filename=-709f93d82faf6e12 --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-54160ccd9a11962a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3c4846fe07370e43.so --cap-lints allow -D warnings`
25162023-10-24T20:45:14.443Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=46b5a067a728fb98 -C extra-filename=-46b5a067a728fb98 --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128`
25172023-10-24T20:45:14.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8a523b578f015f0 -C extra-filename=-f8a523b578f015f0 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
25182023-10-24T20:45:14.517Z Running `/home/build/.rustup/toolchains/1.72.1-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=51afb92c8008cf03 -C extra-filename=-51afb92c8008cf03 --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-43a101f42ff0f075.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-861ccd47939f81e4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-709f93d82faf6e12.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
25192023-10-24T20:45:14.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=8adc0276e9b31203 -C extra-filename=-8adc0276e9b31203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25202023-10-24T20:45:14.689Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=42a3f92a98646623 -C extra-filename=-42a3f92a98646623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25212023-10-24T20:45:14.768Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5d6012c1e66f0dae -C extra-filename=-5d6012c1e66f0dae --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-9cc2d99f4c1c58f7.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings`
25222023-10-24T20:45:15.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=639c1ccfd93d6357 -C extra-filename=-639c1ccfd93d6357 --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-3c0e7eb12fc38c46.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f8a523b578f015f0.rmeta --cap-lints allow -D warnings`
25232023-10-24T20:45:15.418Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=f48e017ae060323b -C extra-filename=-f48e017ae060323b --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-24fa5f2f08ec0b15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-37cf39b71c4cf2a4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-785f7870bd0e5c2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
25242023-10-24T20:45:15.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=f30a0c26ba49672c -C extra-filename=-f30a0c26ba49672c --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-1f46b2dcc29359b1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
25252023-10-24T20:45:15.681Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4255dd5eb035d188 -C extra-filename=-4255dd5eb035d188 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
25262023-10-24T20:45:15.709Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e96518f20aad03dd -C extra-filename=-e96518f20aad03dd --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
25272023-10-24T20:45:15.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cac88240aa85082d -C extra-filename=-cac88240aa85082d --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25282023-10-24T20:45:16.236Z Compiling slog-dtrace v0.2.3
25292023-10-24T20:45:16.239Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b50647bca677c0bc -C extra-filename=-b50647bca677c0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
25302023-10-24T20:45:16.300Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44fc1f1b664a737c -C extra-filename=-44fc1f1b664a737c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25312023-10-24T20:45:16.622Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f8355ec4ced16b28 -C extra-filename=-f8355ec4ced16b28 --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-639c1ccfd93d6357.rmeta --cap-lints allow -D warnings`
25322023-10-24T20:45:16.804Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
25332023-10-24T20:45:16.886Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dae9922e1d159d5a -C extra-filename=-dae9922e1d159d5a --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
25342023-10-24T20:45:17.025Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=339dffc7931754af -C extra-filename=-339dffc7931754af --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
25352023-10-24T20:45:17.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce3fa7d3348b524 -C extra-filename=-cce3fa7d3348b524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25362023-10-24T20:45:17.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec03181a96ec9d00 -C extra-filename=-ec03181a96ec9d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25372023-10-24T20:45:17.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4a3d8e573f97e8a -C extra-filename=-f4a3d8e573f97e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25382023-10-24T20:45:17.347Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceb79fdff76abd9e -C extra-filename=-ceb79fdff76abd9e --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-37bce1a76b384cd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ec03181a96ec9d00.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --cap-lints allow -D warnings --cfg integer128`
25392023-10-24T20:45:17.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=9ee4a968ff361346 -C extra-filename=-9ee4a968ff361346 --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-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
25402023-10-24T20:45:17.813Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ebd621134d8acbe -C extra-filename=-1ebd621134d8acbe --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-80c6ba2741a8fc15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f8355ec4ced16b28.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25412023-10-24T20:45:18.093Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=c4df40cfa9b9ecb1 -C extra-filename=-c4df40cfa9b9ecb1 --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-ccb81907c4b78a17.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-339dffc7931754af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
25422023-10-24T20:45:18.981Z Running `/home/build/.rustup/toolchains/1.72.1-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=a30d0c7de0f87f74 -C extra-filename=-a30d0c7de0f87f74 --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-99ebb4e5e1bc6b55.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-51afb92c8008cf03.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e23ce8582a0c041a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
25432023-10-24T20:45:19.229Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3f89cd07508cd947 -C extra-filename=-3f89cd07508cd947 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
25442023-10-24T20:45:19.308Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=29cd5f441cd06f69 -C extra-filename=-29cd5f441cd06f69 --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25452023-10-24T20:45:19.659Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fe8c1482d70819b -C extra-filename=-4fe8c1482d70819b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25462023-10-24T20:45:19.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7532f2a07ea2c21b -C extra-filename=-7532f2a07ea2c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25472023-10-24T20:45:19.944Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f09ed5b1d719f1b -C extra-filename=-0f09ed5b1d719f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25482023-10-24T20:45:20.123Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=111f14b607062773 -C extra-filename=-111f14b607062773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25492023-10-24T20:45:20.190Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d81063b8fe5c0a3a -C extra-filename=-d81063b8fe5c0a3a --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-cce3fa7d3348b524.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9ee4a968ff361346.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7532f2a07ea2c21b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0f09ed5b1d719f1b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
25502023-10-24T20:45:20.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=999be47414310b46 -C extra-filename=-999be47414310b46 --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-c4df40cfa9b9ecb1.rmeta --cap-lints allow -D warnings`
25512023-10-24T20:45:20.529Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43f4e6202c9ec737 -C extra-filename=-43f4e6202c9ec737 --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-4fe8c1482d70819b.rmeta --cap-lints allow -D warnings`
25522023-10-24T20:45:20.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bbb40d693d74e23 -C extra-filename=-3bbb40d693d74e23 --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-5d6012c1e66f0dae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-29cd5f441cd06f69.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25532023-10-24T20:45:20.866Z Compiling camino-tempfile v1.0.2
25542023-10-24T20:45:20.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=bf1f7eae8e3a98e9 -C extra-filename=-bf1f7eae8e3a98e9 --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-de857346a4753d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
25552023-10-24T20:45:20.971Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a291790a3ed91561 -C extra-filename=-a291790a3ed91561 --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
25562023-10-24T20:45:21.210Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c762373b81d0cfb2 -C extra-filename=-c762373b81d0cfb2 --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`
25572023-10-24T20:45:21.290Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7923b4bfefb1ac88 -C extra-filename=-7923b4bfefb1ac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25582023-10-24T20:45:21.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d58a262fc7773a5 -C extra-filename=-3d58a262fc7773a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25592023-10-24T20:45:21.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a9e4732edbdaa4 -C extra-filename=-88a9e4732edbdaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25602023-10-24T20:45:21.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a0e4542fe6c5f9 -C extra-filename=-66a0e4542fe6c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25612023-10-24T20:45:21.978Z Compiling same-file v1.0.6
25622023-10-24T20:45:21.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c7e7ef09a6abc64 -C extra-filename=-1c7e7ef09a6abc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25632023-10-24T20:45:22.246Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf407bbd00dba7f9 -C extra-filename=-bf407bbd00dba7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25642023-10-24T20:45:22.340Z Compiling walkdir v2.4.0
25652023-10-24T20:45:22.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f644c1b249bcae -C extra-filename=-c5f644c1b249bcae --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-1c7e7ef09a6abc64.rmeta --cap-lints allow -D warnings`
25662023-10-24T20:45:22.794Z Running `/home/build/.rustup/toolchains/1.72.1-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=5f64dc6819ef678e -C extra-filename=-5f64dc6819ef678e --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-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bf407bbd00dba7f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
25672023-10-24T20:45:23.147Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=a7ba8aa03b86266b -C extra-filename=-a7ba8aa03b86266b --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-d81063b8fe5c0a3a.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d58a262fc7773a5.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-66a0e4542fe6c5f9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-999be47414310b46.rmeta --cap-lints allow -D warnings`
25682023-10-24T20:45:23.377Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c177e433b33898b6 -C extra-filename=-c177e433b33898b6 --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-7923b4bfefb1ac88.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
25692023-10-24T20:45:23.746Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=6d24d4dfec88b70d -C extra-filename=-6d24d4dfec88b70d --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-88a9e4732edbdaa4.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c762373b81d0cfb2.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-43f4e6202c9ec737.rmeta --cap-lints allow -D warnings`
25702023-10-24T20:45:24.084Z Compiling pem v1.1.1
25712023-10-24T20:45:24.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=620f8a0880f8aaa7 -C extra-filename=-620f8a0880f8aaa7 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
25722023-10-24T20:45:24.090Z Running `/home/build/.rustup/toolchains/1.72.1-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=f696754fa8dc0fb4 -C extra-filename=-f696754fa8dc0fb4 --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-ad8c311fcc61d255.rmeta --cap-lints allow -D warnings`
25732023-10-24T20:45:24.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=bc6d8ba924edd9c6 -C extra-filename=-bc6d8ba924edd9c6 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
25742023-10-24T20:45:24.928Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c1734b397a334f2d -C extra-filename=-c1734b397a334f2d --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`
25752023-10-24T20:45:25.015Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e1d16e1b4fcec6f -C extra-filename=-2e1d16e1b4fcec6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25762023-10-24T20:45:25.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=024b8926bc31d0c0 -C extra-filename=-024b8926bc31d0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772023-10-24T20:45:25.206Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf404384f32d9ee0 -C extra-filename=-cf404384f32d9ee0 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c1734b397a334f2d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings`
25782023-10-24T20:45:25.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=022a2e7fd6d66709 -C extra-filename=-022a2e7fd6d66709 --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-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
25792023-10-24T20:45:25.367Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8ce1e8f8421d516 -C extra-filename=-c8ce1e8f8421d516 --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-024b8926bc31d0c0.rmeta --cap-lints allow -D warnings`
25802023-10-24T20:45:25.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0534f90f33648f82 -C extra-filename=-0534f90f33648f82 --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-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
25812023-10-24T20:45:26.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb9cec79b031a1c -C extra-filename=-0eb9cec79b031a1c --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
25822023-10-24T20:45:26.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4080cdfd12d50d60 -C extra-filename=-4080cdfd12d50d60 --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-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25832023-10-24T20:45:26.451Z Compiling cancel-safe-futures v0.1.2
25842023-10-24T20:45:26.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=e7f8e639f8a31ba0 -C extra-filename=-e7f8e639f8a31ba0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25852023-10-24T20:45:26.477Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=1ab7ff61e7c67f66 -C extra-filename=-1ab7ff61e7c67f66 --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-a291790a3ed91561.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --cap-lints allow -D warnings`
25862023-10-24T20:45:27.033Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0/build-script-build`
25872023-10-24T20:45:27.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=5a3e2c7c6363a38c -C extra-filename=-5a3e2c7c6363a38c --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-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
25882023-10-24T20:45:27.389Z Running `/home/build/.rustup/toolchains/1.72.1-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=119aa25e88d7b00b -C extra-filename=-119aa25e88d7b00b --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-0eb9cec79b031a1c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0534f90f33648f82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-861ccd47939f81e4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3bbb40d693d74e23.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-29cd5f441cd06f69.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-89c76b4793d0556a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c8ce1e8f8421d516.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
25892023-10-24T20:45:27.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bd884bd06106a6a -C extra-filename=-5bd884bd06106a6a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
25902023-10-24T20:45:27.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=302c5d78f6495461 -C extra-filename=-302c5d78f6495461 --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-857464e7953ad886.rmeta --cap-lints allow -D warnings`
25912023-10-24T20:45:28.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21ec75a685fdc4d7 -C extra-filename=-21ec75a685fdc4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25922023-10-24T20:45:28.138Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5b4f755c0de68a9 -C extra-filename=-f5b4f755c0de68a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25932023-10-24T20:45:28.266Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03a1466e1f5e93e4 -C extra-filename=-03a1466e1f5e93e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25942023-10-24T20:45:28.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c9ac4977756b6cdc -C extra-filename=-c9ac4977756b6cdc --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-5bd884bd06106a6a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
25952023-10-24T20:45:28.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0535d6c1bd1d30a -C extra-filename=-a0535d6c1bd1d30a --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-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-302c5d78f6495461.rmeta --cap-lints allow -D warnings`
25962023-10-24T20:45:28.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=8e044772089bbb07 -C extra-filename=-8e044772089bbb07 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
25972023-10-24T20:45:29.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=28e012a9a5d1528a -C extra-filename=-28e012a9a5d1528a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
25982023-10-24T20:45:29.658Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=4fa0de64df2759dc -C extra-filename=-4fa0de64df2759dc --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-a7ba8aa03b86266b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
25992023-10-24T20:45:29.839Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888510a1dffd1cc6 -C extra-filename=-888510a1dffd1cc6 --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`
26002023-10-24T20:45:30.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=481036e0ceb810d1 -C extra-filename=-481036e0ceb810d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26012023-10-24T20:45:30.468Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258c6c3c80c925b3 -C extra-filename=-258c6c3c80c925b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26022023-10-24T20:45:30.597Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88eefee67aa2ca73 -C extra-filename=-88eefee67aa2ca73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26032023-10-24T20:45:31.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=7a03baaad2385066 -C extra-filename=-7a03baaad2385066 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c9ac4977756b6cdc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
26042023-10-24T20:45:32.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=cc07baa52a7c4359 -C extra-filename=-cc07baa52a7c4359 --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-1486aaee3f323cc1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a0535d6c1bd1d30a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
26052023-10-24T20:45:32.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=a7949414a045b912 -C extra-filename=-a7949414a045b912 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
26062023-10-24T20:45:33.639Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b932e1a727800e8 -C extra-filename=-0b932e1a727800e8 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
26072023-10-24T20:45:34.295Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7076bed75ea0c074 -C extra-filename=-7076bed75ea0c074 --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-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --cap-lints allow -D warnings`
26082023-10-24T20:45:34.564Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b8f2d0fe5768a51 -C extra-filename=-8b8f2d0fe5768a51 --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26092023-10-24T20:45:34.903Z Compiling headers-core v0.2.0
26102023-10-24T20:45:34.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52f12acfd6f2db20 -C extra-filename=-52f12acfd6f2db20 --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-b5f2f8fd72808bca.rmeta --cap-lints allow -D warnings`
26112023-10-24T20:45:35.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26122023-10-24T20:45:35.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db29cd89a6581661 -C extra-filename=-db29cd89a6581661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26132023-10-24T20:45:35.729Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d0743063766c5f -C extra-filename=-28d0743063766c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26142023-10-24T20:45:36.150Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=597a87249761323b -C extra-filename=-597a87249761323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26152023-10-24T20:45:36.333Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7cec53620c7ef69 -C extra-filename=-a7cec53620c7ef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26162023-10-24T20:45:36.439Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=8a46cebc3dfd1f31 -C extra-filename=-8a46cebc3dfd1f31 --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-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
26172023-10-24T20:45:36.480Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=15bd9290a6d70f2c -C extra-filename=-15bd9290a6d70f2c --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-a7cec53620c7ef69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26182023-10-24T20:45:37.218Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=90494af026d44ec1 -C extra-filename=-90494af026d44ec1 --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-5989520b66fa0dce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-db29cd89a6581661.rmeta --cap-lints allow -D warnings`
26192023-10-24T20:45:37.779Z Compiling headers v0.3.9
26202023-10-24T20:45:37.793Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a1f2f93304a3aa -C extra-filename=-89a1f2f93304a3aa --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-52f12acfd6f2db20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --cap-lints allow -D warnings`
26212023-10-24T20:45:37.842Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=4bb0cf1e95664d04 -C extra-filename=-4bb0cf1e95664d04 --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-03a1466e1f5e93e4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
26222023-10-24T20:45:38.595Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=bafdc3eadf910537 -C extra-filename=-bafdc3eadf910537 --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-ccb81907c4b78a17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7a03baaad2385066.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
26232023-10-24T20:45:39.664Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=282eeb4c5573d511 -C extra-filename=-282eeb4c5573d511 --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-03a1466e1f5e93e4.rmeta --cap-lints allow -D warnings`
26242023-10-24T20:45:39.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=79aa4ee7526f4e96 -C extra-filename=-79aa4ee7526f4e96 --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-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
26252023-10-24T20:45:40.113Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=bf8ee3426d2f6eed -C extra-filename=-bf8ee3426d2f6eed --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-bb4f8be853504c8f.so --cap-lints allow -D warnings`
26262023-10-24T20:45:40.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52aa3280b80b056c -C extra-filename=-52aa3280b80b056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26272023-10-24T20:45:40.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5e6635a7a320513 -C extra-filename=-d5e6635a7a320513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26282023-10-24T20:45:40.955Z Running `/home/build/.rustup/toolchains/1.72.1-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=fecf14f1af0d3564 -C extra-filename=-fecf14f1af0d3564 --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-90494af026d44ec1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --cap-lints allow -D warnings`
26292023-10-24T20:45:41.245Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=4cbafaba7eb8653e -C extra-filename=-4cbafaba7eb8653e --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-d5e6635a7a320513.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
26302023-10-24T20:45:41.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7b33fa9b0aca3cfd -C extra-filename=-7b33fa9b0aca3cfd --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-cce3fa7d3348b524.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
26312023-10-24T20:45:42.152Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=fde7aefb21f79a2a -C extra-filename=-fde7aefb21f79a2a --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-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26322023-10-24T20:45:43.624Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a131e608b4de3222 -C extra-filename=-a131e608b4de3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26332023-10-24T20:45:43.629Z Compiling rcgen v0.10.0
26342023-10-24T20:45:43.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' -C metadata=f3c0baa0b8d5c207 -C extra-filename=-f3c0baa0b8d5c207 --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-f696754fa8dc0fb4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
26352023-10-24T20:45:43.643Z Running `/home/build/.rustup/toolchains/1.72.1-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=5e1d835b81178bae -C extra-filename=-5e1d835b81178bae --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-0a12ce2110a94ad2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
26362023-10-24T20:45:43.805Z Compiling atomicwrites v0.4.2
26372023-10-24T20:45:43.808Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=130c542f575ee06a -C extra-filename=-130c542f575ee06a --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-c42251dd345add73.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
26382023-10-24T20:45:43.826Z Compiling subprocess v0.2.9
26392023-10-24T20:45:43.829Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a450447ae64a739 -C extra-filename=-0a450447ae64a739 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
26402023-10-24T20:45:44.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=5c98b74e923e738b -C extra-filename=-5c98b74e923e738b --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-14057c32aaca57b1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26412023-10-24T20:45:44.883Z Compiling toml v0.5.11
26422023-10-24T20:45:44.887Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b773202069bd6b7d -C extra-filename=-b773202069bd6b7d --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
26432023-10-24T20:45:44.935Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6285dc69fecfe350 -C extra-filename=-6285dc69fecfe350 --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-fd7a8b888af6f4b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26442023-10-24T20:45:45.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=161d78a76d5599e8 -C extra-filename=-161d78a76d5599e8 --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-195040b02b177146.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-23c0fd998c3e81f0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
26452023-10-24T20:45:45.490Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=ba1bb0cfb667bb3b -C extra-filename=-ba1bb0cfb667bb3b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26462023-10-24T20:45:46.259Z Compiling heck v0.3.3
26472023-10-24T20:45:46.266Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=76d857cc6d62b4f4 -C extra-filename=-76d857cc6d62b4f4 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
26482023-10-24T20:45:46.827Z Compiling libefi-sys v0.1.0
26492023-10-24T20:45:46.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1158a15115eed9ac -C extra-filename=-1158a15115eed9ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26502023-10-24T20:45:47.077Z Compiling structopt-derive v0.4.18
26512023-10-24T20:45:47.121Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8c8d87e8293428df -C extra-filename=-8c8d87e8293428df --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-76d857cc6d62b4f4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26522023-10-24T20:45:47.342Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
26532023-10-24T20:45:47.376Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26542023-10-24T20:45:47.380Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=bd3f580810e433ac -C extra-filename=-bd3f580810e433ac --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
26552023-10-24T20:45:47.402Z Compiling der_derive v0.7.2
26562023-10-24T20:45:47.818Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=6cd7ba7c65b5986e -C extra-filename=-6cd7ba7c65b5986e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
26572023-10-24T20:45:48.094Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac/build-script-build`
26582023-10-24T20:45:48.292Z Compiling memoffset v0.7.1
26592023-10-24T20:45:48.323Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=706e9a1f01d73e8d -C extra-filename=-706e9a1f01d73e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
26602023-10-24T20:45:48.331Z Compiling termcolor v1.2.0
26612023-10-24T20:45:48.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=efca1109d3d0dddb -C extra-filename=-efca1109d3d0dddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26622023-10-24T20:45:48.842Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
26632023-10-24T20:45:49.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c121f307f61587f -C extra-filename=-6c121f307f61587f --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
26642023-10-24T20:45:49.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b05c14ecce3e035f -C extra-filename=-b05c14ecce3e035f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26652023-10-24T20:45:49.915Z Compiling linked-hash-map v0.5.6
26662023-10-24T20:45:49.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37a31e2cf77b50e7 -C extra-filename=-37a31e2cf77b50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26672023-10-24T20:45:50.241Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=bafab24e5bc1bade -C extra-filename=-bafab24e5bc1bade --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-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c121f307f61587f.rmeta --cap-lints allow -D warnings`
26682023-10-24T20:45:50.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=69aa9e5b537d08e0 -C extra-filename=-69aa9e5b537d08e0 --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-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
26692023-10-24T20:45:50.861Z Compiling lru-cache v0.1.2
26702023-10-24T20:45:50.873Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd28c09b5feb1ada -C extra-filename=-dd28c09b5feb1ada --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-37a31e2cf77b50e7.rmeta --cap-lints allow -D warnings`
26712023-10-24T20:45:50.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb0dda453c8a681 -C extra-filename=-1bb0dda453c8a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26722023-10-24T20:45:50.884Z Compiling maybe-uninit v2.0.0
26732023-10-24T20:45:50.886Z Compiling semver-parser v0.10.2
26742023-10-24T20:45:50.889Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c54beb0e4cae16b8 -C extra-filename=-c54beb0e4cae16b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26752023-10-24T20:45:50.892Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c3b167bfdd493917 -C extra-filename=-c3b167bfdd493917 --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-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
26762023-10-24T20:45:51.050Z Running `/home/build/.rustup/toolchains/1.72.1-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=d0a44d511eaa248b -C extra-filename=-d0a44d511eaa248b --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-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-69aa9e5b537d08e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bafab24e5bc1bade.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
26772023-10-24T20:45:51.368Z Compiling num-rational v0.4.1
26782023-10-24T20:45:51.377Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=99162a4e56925e75 -C extra-filename=-99162a4e56925e75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
26792023-10-24T20:45:51.439Z Compiling half v1.8.2
26802023-10-24T20:45:51.442Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd0aa1a25ac3b19f -C extra-filename=-cd0aa1a25ac3b19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26812023-10-24T20:45:51.550Z Compiling packed_struct v0.10.1
26822023-10-24T20:45:51.554Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=988272fc4dbc344d -C extra-filename=-988272fc4dbc344d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26832023-10-24T20:45:51.580Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26842023-10-24T20:45:51.689Z Compiling ciborium-io v0.2.1
26852023-10-24T20:45:52.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=49ddd11f1d07ad2c -C extra-filename=-49ddd11f1d07ad2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26862023-10-24T20:45:52.142Z Compiling num-bigint-dig v0.8.4
26872023-10-24T20:45:52.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=6a664c1333148890 -C extra-filename=-6a664c1333148890 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26882023-10-24T20:45:52.148Z Compiling home v0.5.5
26892023-10-24T20:45:52.154Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4ce862bb6a436aa0 -C extra-filename=-4ce862bb6a436aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26902023-10-24T20:45:52.157Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
26912023-10-24T20:45:52.222Z Compiling semver v0.11.0
26922023-10-24T20:45:52.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1a616475a466995f -C extra-filename=-1a616475a466995f --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-c3b167bfdd493917.rmeta --cap-lints allow -D warnings`
26932023-10-24T20:45:52.248Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26942023-10-24T20:45:52.295Z Compiling ciborium-ll v0.2.1
26952023-10-24T20:45:52.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62611a479637c341 -C extra-filename=-62611a479637c341 --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-49ddd11f1d07ad2c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-cd0aa1a25ac3b19f.rmeta --cap-lints allow -D warnings`
26962023-10-24T20:45:52.321Z Compiling packed_struct_codegen v0.10.1
26972023-10-24T20:45:52.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8e29798ba6ba74c -C extra-filename=-b8e29798ba6ba74c --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26982023-10-24T20:45:52.425Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26992023-10-24T20:45:52.463Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=087972a50fc15d8f -C extra-filename=-087972a50fc15d8f --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
27002023-10-24T20:45:52.489Z Running `/home/build/.rustup/toolchains/1.72.1-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=66b7c650cbc33767 -C extra-filename=-66b7c650cbc33767 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-430029c114a09b58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
27012023-10-24T20:45:53.118Z Compiling toolchain_find v0.2.0
27022023-10-24T20:45:53.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9bd99833632c3fa4 -C extra-filename=-9bd99833632c3fa4 --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-4ce862bb6a436aa0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1a616475a466995f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
27032023-10-24T20:45:53.174Z Compiling ciborium v0.2.1
27042023-10-24T20:45:53.185Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=021505f18bc0cefc -C extra-filename=-021505f18bc0cefc --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-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27052023-10-24T20:45:53.204Z Running `/home/build/.rustup/toolchains/1.72.1-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=0517bf91f524fbe3 -C extra-filename=-0517bf91f524fbe3 --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-66b7c650cbc33767.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-588028527e57b22b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e23ce8582a0c041a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
27062023-10-24T20:45:53.410Z Compiling omicron-zone-package v0.8.3
27072023-10-24T20:45:53.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=da6f62e5801f5c47 -C extra-filename=-da6f62e5801f5c47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-430029c114a09b58.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
27082023-10-24T20:45:53.537Z Compiling rustfmt-wrapper v0.2.0
27092023-10-24T20:45:53.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a394a2ac4890de06 -C extra-filename=-a394a2ac4890de06 --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-e5099f1082b7c4e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-9bd99833632c3fa4.rmeta --cap-lints allow -D warnings`
27102023-10-24T20:45:53.962Z Compiling newline-converter v0.3.0
27112023-10-24T20:45:54.004Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3143150467f16572 -C extra-filename=-3143150467f16572 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
27122023-10-24T20:45:54.607Z Compiling arc-swap v1.6.0
27132023-10-24T20:45:54.610Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22c2441a54e7708d -C extra-filename=-22c2441a54e7708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27142023-10-24T20:45:54.614Z Compiling doc-comment v0.3.3
27152023-10-24T20:45:54.617Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27162023-10-24T20:45:54.623Z Compiling signal-hook v0.3.17
27172023-10-24T20:45:54.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=459b558acf2c7476 -C extra-filename=-459b558acf2c7476 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27182023-10-24T20:45:55.119Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
27192023-10-24T20:45:55.142Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
27202023-10-24T20:45:55.169Z Compiling slog-scope v4.4.0
27212023-10-24T20:45:55.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de0d690d6d568fe4 -C extra-filename=-de0d690d6d568fe4 --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-22c2441a54e7708d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --cap-lints allow -D warnings`
27222023-10-24T20:45:55.277Z Compiling expectorate v1.1.0
27232023-10-24T20:45:55.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36a0b1dae633c352 -C extra-filename=-36a0b1dae633c352 --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-f4b4bae22075616b.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-3143150467f16572.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
27242023-10-24T20:45:55.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0af3121a421fe652 -C extra-filename=-0af3121a421fe652 --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-65f0a5b9aa27f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --cap-lints allow -D warnings`
27252023-10-24T20:45:55.536Z Compiling slog-stdlog v4.1.1
27262023-10-24T20:45:55.545Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89c316f37a1eb799 -C extra-filename=-89c316f37a1eb799 --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-7d9cf9ba132625c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --cap-lints allow -D warnings`
27272023-10-24T20:45:55.780Z Compiling hkdf v0.12.3
27282023-10-24T20:45:55.784Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e3a527b596ec5093 -C extra-filename=-e3a527b596ec5093 --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-8705e3995f03ef9c.rmeta --cap-lints allow -D warnings`
27292023-10-24T20:45:56.039Z Compiling slog-envlogger v2.2.0
27302023-10-24T20:45:56.046Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=03a2264e1970ccaf -C extra-filename=-03a2264e1970ccaf --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-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-89c316f37a1eb799.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --cap-lints allow -D warnings`
27312023-10-24T20:45:56.118Z Compiling keccak v0.1.4
27322023-10-24T20:45:56.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=92f50817b0eeb6f1 -C extra-filename=-92f50817b0eeb6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27332023-10-24T20:45:56.180Z Compiling secrecy v0.8.0
27342023-10-24T20:45:56.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=67af7ec5eec9fdb2 -C extra-filename=-67af7ec5eec9fdb2 --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-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27352023-10-24T20:45:56.261Z Compiling textwrap v0.11.0
27362023-10-24T20:45:56.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18942d0b9e6533df -C extra-filename=-18942d0b9e6533df --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-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
27372023-10-24T20:45:56.608Z Compiling sha3 v0.10.8
27382023-10-24T20:45:56.611Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b7323d080b792bf5 -C extra-filename=-b7323d080b792bf5 --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-e77795124486928d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
27392023-10-24T20:45:57.104Z Compiling vec_map v0.8.2
27402023-10-24T20:45:57.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d886a52cb93a87d2 -C extra-filename=-d886a52cb93a87d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27412023-10-24T20:45:57.148Z Compiling convert_case v0.4.0
27422023-10-24T20:45:57.185Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a4b7e1716d59e482 -C extra-filename=-a4b7e1716d59e482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27432023-10-24T20:45:57.255Z Compiling ansi_term v0.12.1
27442023-10-24T20:45:57.259Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29cca4599192134f -C extra-filename=-29cca4599192134f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27452023-10-24T20:45:57.563Z Compiling strsim v0.8.0
27462023-10-24T20:45:57.572Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d730e96297d9b6 -C extra-filename=-11d730e96297d9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27472023-10-24T20:45:57.727Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc0a96c7beebf993 -C extra-filename=-dc0a96c7beebf993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
27482023-10-24T20:45:58.180Z Compiling clap v2.34.0
27492023-10-24T20:45:58.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=5746464453244503 -C extra-filename=-5746464453244503 --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-29cca4599192134f.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-11d730e96297d9b6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-18942d0b9e6533df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
27502023-10-24T20:45:58.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27512023-10-24T20:45:58.282Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2b5196bde17faa0 -C extra-filename=-e2b5196bde17faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
27522023-10-24T20:45:58.489Z Compiling derive_more v0.99.17
27532023-10-24T20:45:58.492Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --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=e6b4ea7ed68fff08 -C extra-filename=-e6b4ea7ed68fff08 --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-a4b7e1716d59e482.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
27542023-10-24T20:45:58.638Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27552023-10-24T20:45:58.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a15987d1f2ba80 -C extra-filename=-94a15987d1f2ba80 --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-951633e8fd59a40d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
27562023-10-24T20:45:58.661Z Compiling resolv-conf v0.7.0
27572023-10-24T20:45:58.664Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=0e6181258b538188 -C extra-filename=-0e6181258b538188 --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-825c89ee82a57d47.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings`
27582023-10-24T20:45:59.186Z Compiling snafu-derive v0.7.5
27592023-10-24T20:45:59.189Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=9c012307bcb8167a -C extra-filename=-9c012307bcb8167a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
27602023-10-24T20:45:59.387Z Compiling trust-dns-resolver v0.22.0
27612023-10-24T20:45:59.390Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=d80d79de565b0aa7 -C extra-filename=-d80d79de565b0aa7 --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-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-0e6181258b538188.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --cap-lints allow -D warnings`
27622023-10-24T20:46:00.103Z Compiling derive-where v1.2.5
27632023-10-24T20:46:00.108Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=afee5f4e0d082cdb -C extra-filename=-afee5f4e0d082cdb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27642023-10-24T20:46:00.161Z Compiling pem-rfc7468 v0.7.0
27652023-10-24T20:46:00.195Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1c510a5ccd5dd270 -C extra-filename=-1c510a5ccd5dd270 --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-782b309d60146739.rmeta --cap-lints allow -D warnings`
27662023-10-24T20:46:01.441Z Compiling fxhash v0.2.1
27672023-10-24T20:46:01.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04c51646d090d228 -C extra-filename=-04c51646d090d228 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
27682023-10-24T20:46:01.766Z Compiling flagset v0.4.3
27692023-10-24T20:46:01.769Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ee4b59674ba91f2 -C extra-filename=-6ee4b59674ba91f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27702023-10-24T20:46:02.099Z Compiling parking_lot_core v0.8.6
27712023-10-24T20:46:02.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0e0fd8b046761d0f -C extra-filename=-0e0fd8b046761d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27722023-10-24T20:46:02.816Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
27732023-10-24T20:46:02.853Z Compiling der v0.7.8
27742023-10-24T20:46:02.857Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=3a31948fe77ef9a9 -C extra-filename=-3a31948fe77ef9a9 --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-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6ee4b59674ba91f2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27752023-10-24T20:46:05.835Z Compiling structopt v0.3.26
27762023-10-24T20:46:05.839Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a76c4a9ad402b3a6 -C extra-filename=-a76c4a9ad402b3a6 --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-5746464453244503.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
27772023-10-24T20:46:06.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc6c41aba8ca1d8f -C extra-filename=-bc6c41aba8ca1d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-a76c4a9ad402b3a6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
27782023-10-24T20:46:06.914Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a9ecdadd4d026f5 -C extra-filename=-7a9ecdadd4d026f5 --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-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
27792023-10-24T20:46:07.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81839d72bbae0dab -C extra-filename=-81839d72bbae0dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27802023-10-24T20:46:07.280Z Running `/home/build/.rustup/toolchains/1.72.1-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=034322322be9b506 -C extra-filename=-034322322be9b506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27812023-10-24T20:46:07.413Z Compiling spki v0.7.2
27822023-10-24T20:46:07.416Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=47c592f0fe50e622 -C extra-filename=-47c592f0fe50e622 --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-3a31948fe77ef9a9.rmeta --cap-lints allow -D warnings`
27832023-10-24T20:46:07.796Z Compiling libz-sys v1.1.12
27842023-10-24T20:46:07.819Z Running `/home/build/.rustup/toolchains/1.72.1-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=bf8ac658aed3a66b -C extra-filename=-bf8ac658aed3a66b --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
27852023-10-24T20:46:08.077Z Compiling crc-catalog v2.2.0
27862023-10-24T20:46:08.080Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27872023-10-24T20:46:08.306Z Compiling crc v3.0.1
27882023-10-24T20:46:08.309Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c30b11e334d30cbb -C extra-filename=-c30b11e334d30cbb --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-92a61a3f45d34b2a.rmeta --cap-lints allow -D warnings`
27892023-10-24T20:46:08.716Z Compiling pkcs8 v0.10.2
27902023-10-24T20:46:08.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=bfa32c241a9984a3 -C extra-filename=-bfa32c241a9984a3 --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-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27912023-10-24T20:46:08.759Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b/build-script-build`
27922023-10-24T20:46:08.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6d5ae009ddb3c22 -C extra-filename=-f6d5ae009ddb3c22 --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`
27932023-10-24T20:46:08.843Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5960b803b9e1c8c7 -C extra-filename=-5960b803b9e1c8c7 --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`
27942023-10-24T20:46:08.965Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
27952023-10-24T20:46:08.971Z Running `/home/build/.rustup/toolchains/1.72.1-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=2e176290cca0c6aa -C extra-filename=-2e176290cca0c6aa --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27962023-10-24T20:46:09.010Z Compiling libgit2-sys v0.15.2+1.6.4
27972023-10-24T20:46:09.056Z Running `/home/build/.rustup/toolchains/1.72.1-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=68dfb6bf16688b79 -C extra-filename=-68dfb6bf16688b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
27982023-10-24T20:46:09.649Z Compiling humantime v2.1.0
27992023-10-24T20:46:09.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2067ebe1995322f -C extra-filename=-f2067ebe1995322f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28002023-10-24T20:46:10.234Z Compiling nodrop v0.1.14
28012023-10-24T20:46:10.241Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ba8e5a289006243 -C extra-filename=-1ba8e5a289006243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28022023-10-24T20:46:10.261Z Compiling semver v0.1.20
28032023-10-24T20:46:10.266Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=014fbddaf6574435 -C extra-filename=-014fbddaf6574435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28042023-10-24T20:46:10.360Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79/build-script-build`
28052023-10-24T20:46:10.419Z Compiling array-init v0.0.4
28062023-10-24T20:46:10.422Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e2e8ac6595d46c -C extra-filename=-b9e2e8ac6595d46c --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-1ba8e5a289006243.rmeta --cap-lints allow -D warnings`
28072023-10-24T20:46:10.521Z Compiling pkcs1 v0.7.5
28082023-10-24T20:46:10.546Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ceb07c98e02c8eca -C extra-filename=-ceb07c98e02c8eca --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-3a31948fe77ef9a9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
28092023-10-24T20:46:11.120Z Compiling rustc_version v0.1.7
28102023-10-24T20:46:11.123Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3c68cd52b234a94f -C extra-filename=-3c68cd52b234a94f --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-014fbddaf6574435.rmeta --cap-lints allow -D warnings`
28112023-10-24T20:46:11.179Z Compiling smallvec v0.6.14
28122023-10-24T20:46:11.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bea6718cfa7ebd7c -C extra-filename=-bea6718cfa7ebd7c --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-f6d5ae009ddb3c22.rmeta --cap-lints allow -D warnings`
28132023-10-24T20:46:11.761Z Running `/home/build/.rustup/toolchains/1.72.1-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=efc8aa8cbc70d1df -C extra-filename=-efc8aa8cbc70d1df --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
28142023-10-24T20:46:11.765Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e58cd96713663390 -C extra-filename=-e58cd96713663390 --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-40ca70e57e9b8103.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
28152023-10-24T20:46:12.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=58e1c2edac706f6d -C extra-filename=-58e1c2edac706f6d --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-d0b5a9931f42a80a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg has_i128`
28162023-10-24T20:46:12.076Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=d385259b62e559e8 -C extra-filename=-d385259b62e559e8 --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-b05c14ecce3e035f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
28172023-10-24T20:46:12.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=65ade815b1e74578 -C extra-filename=-65ade815b1e74578 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
28182023-10-24T20:46:13.855Z Compiling libsqlite3-sys v0.26.0
28192023-10-24T20:46:13.858Z Compiling bitfield v0.14.0
28202023-10-24T20:46:13.861Z Running `/home/build/.rustup/toolchains/1.72.1-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=c723b1409432947a -C extra-filename=-c723b1409432947a --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
28212023-10-24T20:46:13.881Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb03a71ebc1664a4 -C extra-filename=-cb03a71ebc1664a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28222023-10-24T20:46:14.004Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=f977b920649865d3 -C extra-filename=-f977b920649865d3 --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-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-65ade815b1e74578.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-d385259b62e559e8.rmeta --cap-lints allow -D warnings`
28232023-10-24T20:46:14.349Z Compiling serde-hex v0.1.0
28242023-10-24T20:46:14.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d085a83248d8c62e -C extra-filename=-d085a83248d8c62e --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-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
28252023-10-24T20:46:14.641Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
28262023-10-24T20:46:14.698Z Compiling newtype_derive v0.1.6
28272023-10-24T20:46:14.731Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48068054ac0ebfe -C extra-filename=-d48068054ac0ebfe --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c68cd52b234a94f.rlib --cap-lints allow -D warnings`
28282023-10-24T20:46:14.954Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28292023-10-24T20:46:14.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=36f4f7dfd4f40a4e -C extra-filename=-36f4f7dfd4f40a4e --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
28302023-10-24T20:46:15.243Z Compiling x509-cert v0.2.4
28312023-10-24T20:46:15.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6cb9e5a8e37385f -C extra-filename=-e6cb9e5a8e37385f --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-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
28322023-10-24T20:46:15.483Z Compiling env_logger v0.10.0
28332023-10-24T20:46:15.488Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=87fbac868d61a6bf -C extra-filename=-87fbac868d61a6bf --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-8a149ebee13979ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
28342023-10-24T20:46:18.776Z Compiling rsa v0.9.2
28352023-10-24T20:46:18.779Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=f70eba251ecb1fe2 -C extra-filename=-f70eba251ecb1fe2 --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-58e1c2edac706f6d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ceb07c98e02c8eca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
28362023-10-24T20:46:18.954Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28372023-10-24T20:46:18.957Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbbc002088f82525 -C extra-filename=-fbbc002088f82525 --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-cb03a71ebc1664a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
28382023-10-24T20:46:19.344Z Compiling ron v0.8.1
28392023-10-24T20:46:19.356Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bb87d96285a96492 -C extra-filename=-bb87d96285a96492 --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-7153363a1fac6343.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
28402023-10-24T20:46:22.828Z Compiling vergen v8.2.4
28412023-10-24T20:46:22.864Z Running `/home/build/.rustup/toolchains/1.72.1-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=54d05458c93ea298 -C extra-filename=-54d05458c93ea298 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --cap-lints allow -D warnings`
28422023-10-24T20:46:23.398Z Compiling utf-8 v0.7.6
28432023-10-24T20:46:23.402Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cba8d6e68e086e -C extra-filename=-12cba8d6e68e086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28442023-10-24T20:46:23.671Z Compiling crc-any v2.4.3
28452023-10-24T20:46:23.674Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06f93630ae438be3 -C extra-filename=-06f93630ae438be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28462023-10-24T20:46:23.886Z Compiling glob v0.3.1
28472023-10-24T20:46:23.916Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65b5fb261a2fbbb3 -C extra-filename=-65b5fb261a2fbbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28482023-10-24T20:46:24.090Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
28492023-10-24T20:46:24.116Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28502023-10-24T20:46:24.119Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0564a53d12f02dfc -C extra-filename=-0564a53d12f02dfc --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-bb87d96285a96492.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-36f4f7dfd4f40a4e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
28512023-10-24T20:46:24.549Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
28522023-10-24T20:46:24.658Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b0e2eb2850d8a32b -C extra-filename=-b0e2eb2850d8a32b --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-951633e8fd59a40d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --cap-lints allow -D warnings`
28532023-10-24T20:46:25.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4894ecebe3443985 -C extra-filename=-4894ecebe3443985 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
28542023-10-24T20:46:25.678Z Compiling object v0.30.4
28552023-10-24T20:46:25.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=251725e0226df094 -C extra-filename=-251725e0226df094 --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-d98ad8c6574b550d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
28562023-10-24T20:46:26.365Z Compiling num-complex v0.4.4
28572023-10-24T20:46:26.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b8d91e2cd7856583 -C extra-filename=-b8d91e2cd7856583 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
28582023-10-24T20:46:28.200Z Compiling path-slash v0.1.5
28592023-10-24T20:46:28.206Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79dea6c74fb7cd7e -C extra-filename=-79dea6c74fb7cd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28602023-10-24T20:46:28.511Z Compiling num v0.4.1
28612023-10-24T20:46:28.514Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=89fbc6e9413c9530 -C extra-filename=-89fbc6e9413c9530 --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-b8d91e2cd7856583.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-4894ecebe3443985.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
28622023-10-24T20:46:28.649Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28632023-10-24T20:46:28.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0a3baaad2c992551 -C extra-filename=-0a3baaad2c992551 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-0a3baaad2c992551 -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-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-da6f62e5801f5c47.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0517bf91f524fbe3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a394a2ac4890de06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
28642023-10-24T20:46:28.674Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28652023-10-24T20:46:28.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2a5b06c96f4d5e47 -C extra-filename=-2a5b06c96f4d5e47 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-2a5b06c96f4d5e47 -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-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-da6f62e5801f5c47.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0517bf91f524fbe3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a394a2ac4890de06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
28662023-10-24T20:46:28.907Z Running `/home/build/.rustup/toolchains/1.72.1-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=64cda330218a1d3c -C extra-filename=-64cda330218a1d3c --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-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28672023-10-24T20:46:29.569Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f02a604adadca59 -C extra-filename=-5f02a604adadca59 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings`
28682023-10-24T20:46:29.809Z Running `/home/build/.rustup/toolchains/1.72.1-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=3b71573e35c95f5c -C extra-filename=-3b71573e35c95f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28692023-10-24T20:46:30.265Z Compiling buf-list v1.0.3
28702023-10-24T20:46:30.269Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=dfc526e4e73cd794 -C extra-filename=-dfc526e4e73cd794 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28712023-10-24T20:46:31.213Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
28722023-10-24T20:46:31.319Z Running `/home/build/.rustup/toolchains/1.72.1-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=a90a9cc1275a2758 -C extra-filename=-a90a9cc1275a2758 --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-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
28732023-10-24T20:46:32.139Z Running `/home/build/.rustup/toolchains/1.72.1-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=63dfa64be61f09ae -C extra-filename=-63dfa64be61f09ae --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-64cda330218a1d3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28742023-10-24T20:46:32.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4971ee1235841292 -C extra-filename=-4971ee1235841292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28752023-10-24T20:46:32.952Z Running `/home/build/.rustup/toolchains/1.72.1-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=1b315857fc530fc1 -C extra-filename=-1b315857fc530fc1 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
28762023-10-24T20:46:33.715Z Running `/home/build/.rustup/toolchains/1.72.1-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=b45e307c7e01fb87 -C extra-filename=-b45e307c7e01fb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28772023-10-24T20:46:34.028Z Compiling linear-map v1.2.0
28782023-10-24T20:46:34.036Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb5e9b7e5ea9c91 -C extra-filename=-0eb5e9b7e5ea9c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28792023-10-24T20:46:34.645Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa610dca3d04d1cf -C extra-filename=-fa610dca3d04d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28802023-10-24T20:46:35.171Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2145d7c9e38b93d9 -C extra-filename=-2145d7c9e38b93d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28812023-10-24T20:46:35.351Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72b1f8c39094f687 -C extra-filename=-72b1f8c39094f687 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
28822023-10-24T20:46:35.526Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c79f8d0e42fe6d03 -C extra-filename=-c79f8d0e42fe6d03 --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-fa610dca3d04d1cf.rmeta --cap-lints allow -D warnings`
28832023-10-24T20:46:35.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a3b4dce867a01c -C extra-filename=-59a3b4dce867a01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
28842023-10-24T20:46:35.845Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b77d6c5659903f -C extra-filename=-28b77d6c5659903f --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`
28852023-10-24T20:46:36.010Z Compiling num_enum_derive v0.7.0
28862023-10-24T20:46:36.048Z Running `/home/build/.rustup/toolchains/1.72.1-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=5ddafdfd999bec0a -C extra-filename=-5ddafdfd999bec0a --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28872023-10-24T20:46:36.463Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f28acc4b5045a03a -C extra-filename=-f28acc4b5045a03a --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-3c0e7eb12fc38c46.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
28882023-10-24T20:46:36.534Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28892023-10-24T20:46:36.537Z Running `/home/build/.rustup/toolchains/1.72.1-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=fc36a7f490410689 -C extra-filename=-fc36a7f490410689 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28902023-10-24T20:46:38.487Z Running `/home/build/.rustup/toolchains/1.72.1-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=740b8ff29d9c7b00 -C extra-filename=-740b8ff29d9c7b00 --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --cap-lints allow -D warnings`
28912023-10-24T20:46:40.434Z Compiling platforms v3.0.2
28922023-10-24T20:46:40.447Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=243a3ebd6f4bb29d -C extra-filename=-243a3ebd6f4bb29d --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28932023-10-24T20:46:40.565Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=15b79a90ebc63eb0 -C extra-filename=-15b79a90ebc63eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28942023-10-24T20:46:40.859Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28952023-10-24T20:46:40.862Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=01f05fe666991955 -C extra-filename=-01f05fe666991955 --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-87fbac868d61a6bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-fbbc002088f82525.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f70eba251ecb1fe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d085a83248d8c62e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
28962023-10-24T20:46:41.006Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
28972023-10-24T20:46:41.051Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c84c9c06d06d0504 -C extra-filename=-c84c9c06d06d0504 --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-9cc2d99f4c1c58f7.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-59a3b4dce867a01c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
28982023-10-24T20:46:41.557Z Running `/home/build/.rustup/toolchains/1.72.1-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=c26c4466257a995e -C extra-filename=-c26c4466257a995e --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-034322322be9b506.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-740b8ff29d9c7b00.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
28992023-10-24T20:46:41.645Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26b7ae1743aa5e57 -C extra-filename=-26b7ae1743aa5e57 --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-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-72b1f8c39094f687.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
29002023-10-24T20:46:41.815Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=012adfc0ea7a0183 -C extra-filename=-012adfc0ea7a0183 --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-7a9ecdadd4d026f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
29012023-10-24T20:46:41.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d6785dfb436f286 -C extra-filename=-9d6785dfb436f286 --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-9cc2d99f4c1c58f7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
29022023-10-24T20:46:42.112Z Compiling unicase v2.7.0
29032023-10-24T20:46:42.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5660e863eee03aea -C extra-filename=-5660e863eee03aea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29042023-10-24T20:46:42.165Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db1a36910de1acc -C extra-filename=-4db1a36910de1acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29052023-10-24T20:46:42.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe43b8fb552642f2 -C extra-filename=-fe43b8fb552642f2 --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-f5b4f755c0de68a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4db1a36910de1acc.rmeta --cap-lints allow -D warnings`
29062023-10-24T20:46:42.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab9da83b89a4395f -C extra-filename=-ab9da83b89a4395f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-012adfc0ea7a0183.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c84c9c06d06d0504.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-26b7ae1743aa5e57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9d6785dfb436f286.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings -l kstat`
29072023-10-24T20:46:42.677Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
29082023-10-24T20:46:42.974Z Running `/home/build/.rustup/toolchains/1.72.1-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=4bd5fccf42533b5e -C extra-filename=-4bd5fccf42533b5e --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c26c4466257a995e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
29092023-10-24T20:46:43.045Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d61d69e171e8bb3d -C extra-filename=-d61d69e171e8bb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29102023-10-24T20:46:43.382Z Compiling tungstenite v0.18.0
29112023-10-24T20:46:43.389Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac0112af2ac1246b -C extra-filename=-ac0112af2ac1246b --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-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
29122023-10-24T20:46:43.903Z Running `/home/build/.rustup/toolchains/1.72.1-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=02afab29c3d253fd -C extra-filename=-02afab29c3d253fd --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-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
29132023-10-24T20:46:45.903Z Compiling rand v0.4.6
29142023-10-24T20:46:45.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41ca1d14ff3619fd -C extra-filename=-41ca1d14ff3619fd --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
29152023-10-24T20:46:46.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db1f23b519a2269f -C extra-filename=-db1f23b519a2269f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29162023-10-24T20:46:47.089Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=907440c06a81dc34 -C extra-filename=-907440c06a81dc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29172023-10-24T20:46:47.441Z Running `/home/build/.rustup/toolchains/1.72.1-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=d86e0fbc1ae8bb87 -C extra-filename=-d86e0fbc1ae8bb87 --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-3c0e7eb12fc38c46.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-907440c06a81dc34.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db1f23b519a2269f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02afab29c3d253fd.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings`
29182023-10-24T20:46:47.454Z Running `/home/build/.rustup/toolchains/1.72.1-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=2a22665fcc453c4d -C extra-filename=-2a22665fcc453c4d --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-9cc2d99f4c1c58f7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ab9da83b89a4395f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c26c4466257a995e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4bd5fccf42533b5e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29192023-10-24T20:46:48.015Z Compiling tokio-tungstenite v0.18.0
29202023-10-24T20:46:48.031Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=b15e1b64c7472b48 -C extra-filename=-b15e1b64c7472b48 --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-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ac0112af2ac1246b.rmeta --cap-lints allow -D warnings`
29212023-10-24T20:46:48.487Z Compiling curve25519-dalek v4.1.0
29222023-10-24T20:46:48.498Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=ebb1b168ca6fac8c -C extra-filename=-ebb1b168ca6fac8c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-d61d69e171e8bb3d.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
29232023-10-24T20:46:48.789Z Running `/home/build/.rustup/toolchains/1.72.1-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=1262f596ffaf7b55 -C extra-filename=-1262f596ffaf7b55 --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-81839d72bbae0dab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29242023-10-24T20:46:48.824Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' -C metadata=4f79f9f9d4624323 -C extra-filename=-4f79f9f9d4624323 --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-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
29252023-10-24T20:46:49.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c2788b0ba3be2ad -C extra-filename=-8c2788b0ba3be2ad --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-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29262023-10-24T20:46:49.526Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29272023-10-24T20:46:49.558Z Running `/home/build/.rustup/toolchains/1.72.1-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=0b21452431ba8d99 -C extra-filename=-0b21452431ba8d99 --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-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
29282023-10-24T20:46:50.365Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
29292023-10-24T20:46:50.368Z Running `/home/build/.rustup/toolchains/1.72.1-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=29b9819a43c954ef -C extra-filename=-29b9819a43c954ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29302023-10-24T20:46:50.921Z Compiling erased-serde v0.3.30
29312023-10-24T20:46:51.393Z Running `/home/build/.rustup/toolchains/1.72.1-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=756664f0c03d3cdf -C extra-filename=-756664f0c03d3cdf --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29322023-10-24T20:46:51.399Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef/build-script-build`
29332023-10-24T20:46:52.007Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c/build-script-build`
29342023-10-24T20:46:52.025Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e401af0c6cf682f8 -C extra-filename=-e401af0c6cf682f8 --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`
29352023-10-24T20:46:52.033Z Compiling thiserror-impl-no-std v2.0.2
29362023-10-24T20:46:52.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d14d8d3bb8f6e0dd -C extra-filename=-d14d8d3bb8f6e0dd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29372023-10-24T20:46:52.500Z Compiling bitstruct_derive v0.1.0
29382023-10-24T20:46:52.510Z Running `/home/build/.rustup/toolchains/1.72.1-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=22247aae87f3dc94 -C extra-filename=-22247aae87f3dc94 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29392023-10-24T20:46:52.516Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
29402023-10-24T20:46:52.524Z Compiling async-recursion v1.0.5
29412023-10-24T20:46:52.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8a8229ee5ddbd344 -C extra-filename=-8a8229ee5ddbd344 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29422023-10-24T20:46:52.539Z Compiling curve25519-dalek-derive v0.1.0
29432023-10-24T20:46:52.545Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bca008ad4ed5c094 -C extra-filename=-bca008ad4ed5c094 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29442023-10-24T20:46:52.591Z Compiling diff v0.1.13
29452023-10-24T20:46:52.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35284c3a0f9039eb -C extra-filename=-35284c3a0f9039eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29462023-10-24T20:46:53.337Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-0a3baaad2c992551/build-script-build`
29472023-10-24T20:46:53.437Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-2a5b06c96f4d5e47/build-script-build`
29482023-10-24T20:46:53.535Z Compiling rayon-core v1.11.0
29492023-10-24T20:46:53.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=fcb4eda107d72842 -C extra-filename=-fcb4eda107d72842 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29502023-10-24T20:46:53.611Z Running `/home/build/.rustup/toolchains/1.72.1-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=f3e95c4670a50523 -C extra-filename=-f3e95c4670a50523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29512023-10-24T20:46:53.806Z Compiling salty v0.2.0
29522023-10-24T20:46:53.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=9ae382556f3636d3 -C extra-filename=-9ae382556f3636d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29532023-10-24T20:46:53.842Z Compiling mime_guess v2.0.4
29542023-10-24T20:46:54.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=53198ae6adcf68cc -C extra-filename=-53198ae6adcf68cc --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rlib --cap-lints allow -D warnings`
29552023-10-24T20:46:54.931Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842/build-script-build`
29562023-10-24T20:46:54.948Z Compiling snafu v0.7.5
29572023-10-24T20:46:54.957Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=d8a2d906efefc81b -C extra-filename=-d8a2d906efefc81b --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-4971ee1235841292.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
29582023-10-24T20:46:54.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f022eeac50639e12 -C extra-filename=-f022eeac50639e12 --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-ba2c5ad6cc3819c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --cap-lints allow -D warnings`
29592023-10-24T20:46:55.001Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29602023-10-24T20:46:55.005Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=618bd4cd81967613 -C extra-filename=-618bd4cd81967613 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29612023-10-24T20:46:55.008Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
29622023-10-24T20:46:55.011Z Compiling nibble_vec v0.1.0
29632023-10-24T20:46:55.014Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=161bda984f3f2680 -C extra-filename=-161bda984f3f2680 --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-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
29642023-10-24T20:46:55.018Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29652023-10-24T20:46:55.021Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=dce3652116b3f2af -C extra-filename=-dce3652116b3f2af --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29662023-10-24T20:46:55.024Z Compiling endian-type v0.1.2
29672023-10-24T20:46:55.027Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b0a6da5367b4964 -C extra-filename=-5b0a6da5367b4964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29682023-10-24T20:46:55.166Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6083e93d7133e772 -C extra-filename=-6083e93d7133e772 --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-cb012b6dc451b338.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
29692023-10-24T20:46:55.192Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=dfa6010dca091989 -C extra-filename=-dfa6010dca091989 --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-5d6012c1e66f0dae.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings`
29702023-10-24T20:46:55.242Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af/build-script-build`
29712023-10-24T20:46:55.258Z Compiling radix_trie v0.2.1
29722023-10-24T20:46:55.263Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41050860800a3b0c -C extra-filename=-41050860800a3b0c --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-5b0a6da5367b4964.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-161bda984f3f2680.rmeta --cap-lints allow -D warnings`
29732023-10-24T20:46:55.322Z Compiling universal-hash v0.5.1
29742023-10-24T20:46:55.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205c0e7732ee3d30 -C extra-filename=-205c0e7732ee3d30 --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-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29752023-10-24T20:46:55.645Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2eab053f8a115a9f -C extra-filename=-2eab053f8a115a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29762023-10-24T20:46:56.106Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
29772023-10-24T20:46:56.115Z Compiling opaque-debug v0.3.0
29782023-10-24T20:46:56.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08d04c054cbb43c5 -C extra-filename=-08d04c054cbb43c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29792023-10-24T20:46:56.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=e7667cd0fad94d68 -C extra-filename=-e7667cd0fad94d68 --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-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfa6010dca091989.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --cap-lints allow -D warnings`
29802023-10-24T20:46:56.127Z Compiling trust-dns-client v0.22.0
29812023-10-24T20:46:56.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75a7f63c7b4da73c -C extra-filename=-75a7f63c7b4da73c --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-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41050860800a3b0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --cap-lints allow -D warnings`
29822023-10-24T20:46:56.224Z Compiling parking_lot v0.11.2
29832023-10-24T20:46:56.227Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=655c81af2d61b6d8 -C extra-filename=-655c81af2d61b6d8 --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-a878bd455251f7ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6083e93d7133e772.rmeta --cap-lints allow -D warnings`
29842023-10-24T20:46:56.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8e8fb50c11f76811 -C extra-filename=-8e8fb50c11f76811 --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-999a16c5ebd06ca3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
29852023-10-24T20:46:56.384Z Compiling aead v0.5.2
29862023-10-24T20:46:56.394Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=d3707516895c0a4f -C extra-filename=-d3707516895c0a4f --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-ebb22ac2993ca735.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
29872023-10-24T20:46:56.832Z Compiling crunchy v0.2.2
29882023-10-24T20:46:56.840Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29892023-10-24T20:46:56.908Z Compiling sled v0.34.7
29902023-10-24T20:46:56.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=00746a40f35c8f6c -C extra-filename=-00746a40f35c8f6c --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-d98ad8c6574b550d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-655c81af2d61b6d8.rmeta --cap-lints allow -D warnings`
29912023-10-24T20:46:57.065Z Compiling pretty-hex v0.3.0
29922023-10-24T20:46:57.069Z Running `/home/build/.rustup/toolchains/1.72.1-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=5774af50a8e48f6f -C extra-filename=-5774af50a8e48f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29932023-10-24T20:46:57.252Z Compiling crossbeam-deque v0.8.3
29942023-10-24T20:46:57.293Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=182535058f6f1764 -C extra-filename=-182535058f6f1764 --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-cb012b6dc451b338.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
29952023-10-24T20:46:57.305Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
29962023-10-24T20:46:57.348Z Compiling path-dedot v3.1.0
29972023-10-24T20:46:57.355Z Running `/home/build/.rustup/toolchains/1.72.1-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=5e49cd9031193b58 -C extra-filename=-5e49cd9031193b58 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
29982023-10-24T20:46:57.376Z Compiling tiny-keccak v2.0.2
29992023-10-24T20:46:57.391Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e6ceac7b0a8950e7 -C extra-filename=-e6ceac7b0a8950e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30002023-10-24T20:46:58.350Z Compiling path-absolutize v3.1.0
30012023-10-24T20:46:58.354Z Running `/home/build/.rustup/toolchains/1.72.1-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=3fb2f87d8093ad1d -C extra-filename=-3fb2f87d8093ad1d --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-5e49cd9031193b58.rmeta --cap-lints allow -D warnings`
30022023-10-24T20:46:58.362Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30032023-10-24T20:46:58.366Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
30042023-10-24T20:46:58.370Z Compiling clang-sys v1.6.1
30052023-10-24T20:46:58.373Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=480d13ab3875bfb4 -C extra-filename=-480d13ab3875bfb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --cap-lints allow -D warnings`
30062023-10-24T20:46:58.376Z Compiling olpc-cjson v0.1.3
30072023-10-24T20:46:58.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6963ca3b103d2d5d -C extra-filename=-6963ca3b103d2d5d --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
30082023-10-24T20:46:58.384Z Compiling darling_core v0.14.4
30092023-10-24T20:46:58.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=16dba1245cf01adf -C extra-filename=-16dba1245cf01adf --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
30102023-10-24T20:46:58.390Z Compiling globset v0.4.13
30112023-10-24T20:46:58.394Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=b83f6c004a1a2411 -C extra-filename=-b83f6c004a1a2411 --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-626d69baada25e63.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
30122023-10-24T20:46:58.686Z Compiling trust-dns-server v0.22.1
30132023-10-24T20:46:58.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd3657037714606c -C extra-filename=-bd3657037714606c --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-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-1de0eeea65bb82bf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --cap-lints allow -D warnings`
30142023-10-24T20:46:59.266Z Compiling toml_edit v0.20.0
30152023-10-24T20:46:59.270Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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="serde"' -C metadata=f0732f66c54e26cf -C extra-filename=-f0732f66c54e26cf --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
30162023-10-24T20:47:01.472Z Compiling serde_plain v1.0.2
30172023-10-24T20:47:01.495Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1085f22688e3556 -C extra-filename=-f1085f22688e3556 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30182023-10-24T20:47:01.507Z Compiling const_format_proc_macros v0.2.31
30192023-10-24T20:47:01.510Z Running `/home/build/.rustup/toolchains/1.72.1-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=deea3516802ae4d1 -C extra-filename=-deea3516802ae4d1 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern proc_macro --cap-lints allow -D warnings`
30202023-10-24T20:47:02.161Z Compiling display-error-chain v0.1.1
30212023-10-24T20:47:02.165Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.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=0cd7c1614351d401 -C extra-filename=-0cd7c1614351d401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30222023-10-24T20:47:02.391Z Compiling prettyplease v0.2.12
30232023-10-24T20:47:02.396Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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=edd62c5b61d7a904 -C extra-filename=-edd62c5b61d7a904 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30242023-10-24T20:47:02.960Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
30252023-10-24T20:47:03.000Z Compiling tough v0.12.5
30262023-10-24T20:47:03.004Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=1f66fceacea69e5f -C extra-filename=-1f66fceacea69e5f --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-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b83f6c004a1a2411.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-6963ca3b103d2d5d.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-3fb2f87d8093ad1d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f1085f22688e3556.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
30272023-10-24T20:47:05.026Z Compiling toml v0.8.0
30282023-10-24T20:47:05.030Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=58dc6fbc49c86966 -C extra-filename=-58dc6fbc49c86966 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f0732f66c54e26cf.rmeta --cap-lints allow -D warnings`
30292023-10-24T20:47:05.101Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
30302023-10-24T20:47:05.188Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=24fc0c13d8ea062a -C extra-filename=-24fc0c13d8ea062a --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-e5573dc88bf3cfb2.rmeta --cap-lints allow -D warnings`
30312023-10-24T20:47:06.171Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.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=ac3d3c2253d71690 -C extra-filename=-ac3d3c2253d71690 --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-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --cap-lints allow -D warnings`
30322023-10-24T20:47:07.150Z Compiling darling_macro v0.14.4
30332023-10-24T20:47:07.154Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2c2a2bfd23d31414 -C extra-filename=-2c2a2bfd23d31414 --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-16dba1245cf01adf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30342023-10-24T20:47:07.972Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30352023-10-24T20:47:07.977Z Running `/home/build/.rustup/toolchains/1.72.1-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=d560a941cdf9e0e3 -C extra-filename=-d560a941cdf9e0e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
30362023-10-24T20:47:09.025Z Compiling ascii-canvas v3.0.0
30372023-10-24T20:47:09.029Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=adcd1153b79fff89 -C extra-filename=-adcd1153b79fff89 --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-7dc16e433b13a265.rmeta --cap-lints allow -D warnings`
30382023-10-24T20:47:09.825Z Compiling ena v0.14.2
30392023-10-24T20:47:09.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c005b6dd4a038b72 -C extra-filename=-c005b6dd4a038b72 --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-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
30402023-10-24T20:47:10.504Z Compiling signature v1.6.4
30412023-10-24T20:47:10.507Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=743d5c04f7c47f30 -C extra-filename=-743d5c04f7c47f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30422023-10-24T20:47:10.756Z Compiling minimal-lexical v0.2.1
30432023-10-24T20:47:10.761Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=c72a17640cf2b285 -C extra-filename=-c72a17640cf2b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30442023-10-24T20:47:10.899Z Compiling ref-cast v1.0.20
30452023-10-24T20:47:10.942Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1314aa3041c7f6f0 -C extra-filename=-1314aa3041c7f6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30462023-10-24T20:47:11.179Z Compiling ed25519 v1.5.3
30472023-10-24T20:47:11.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c84c632d2b22eb2c -C extra-filename=-c84c632d2b22eb2c --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-743d5c04f7c47f30.rmeta --cap-lints allow -D warnings`
30482023-10-24T20:47:11.642Z Compiling nom v7.1.3
30492023-10-24T20:47:11.646Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4cb85d8dca904c1f -C extra-filename=-4cb85d8dca904c1f --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-2b9cc4e8f0305d0f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c72a17640cf2b285.rmeta --cap-lints allow -D warnings`
30502023-10-24T20:47:11.668Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
30512023-10-24T20:47:11.695Z Compiling lalrpop v0.19.12
30522023-10-24T20:47:11.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=b5661e3622d3f6b6 -C extra-filename=-b5661e3622d3f6b6 --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-adcd1153b79fff89.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-24fc0c13d8ea062a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
30532023-10-24T20:47:11.769Z Compiling darling v0.14.4
30542023-10-24T20:47:11.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=c4fbf278c07c2fbd -C extra-filename=-c4fbf278c07c2fbd --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-16dba1245cf01adf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2c2a2bfd23d31414.so --cap-lints allow -D warnings`
30552023-10-24T20:47:11.955Z Compiling rayon v1.7.0
30562023-10-24T20:47:11.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f4d4b8ff2c80c11 -C extra-filename=-6f4d4b8ff2c80c11 --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-7299ccd4570522b5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac3d3c2253d71690.rmeta --cap-lints allow -D warnings`
30572023-10-24T20:47:13.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b22b6623aaea9916 -C extra-filename=-b22b6623aaea9916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
30582023-10-24T20:47:13.387Z Running `/home/build/.rustup/toolchains/1.72.1-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=996595cb5b1ab112 -C extra-filename=-996595cb5b1ab112 --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`
30592023-10-24T20:47:14.729Z Compiling ref-cast-impl v1.0.20
30602023-10-24T20:47:14.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77b357fb476e9a92 -C extra-filename=-77b357fb476e9a92 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
30612023-10-24T20:47:16.825Z Compiling ff v0.13.0
30622023-10-24T20:47:16.839Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fab083578f7825f -C extra-filename=-7fab083578f7825f --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-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30632023-10-24T20:47:17.173Z Compiling hashlink v0.8.3
30642023-10-24T20:47:17.176Z Running `/home/build/.rustup/toolchains/1.72.1-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=9e0da533b2963197 -C extra-filename=-9e0da533b2963197 --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-2c1bab4f653c68c5.rmeta --cap-lints allow -D warnings`
30652023-10-24T20:47:17.231Z Compiling libloading v0.7.4
30662023-10-24T20:47:17.234Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9742a3963a0bf92a -C extra-filename=-9742a3963a0bf92a --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
30672023-10-24T20:47:17.796Z Compiling fallible-streaming-iterator v0.1.9
30682023-10-24T20:47:17.800Z Running `/home/build/.rustup/toolchains/1.72.1-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=95753947b29da90c -C extra-filename=-95753947b29da90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30692023-10-24T20:47:17.821Z Compiling bindgen v0.65.1
30702023-10-24T20:47:17.824Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=8e9a9d91025a79f6 -C extra-filename=-8e9a9d91025a79f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30712023-10-24T20:47:18.529Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=c19978dda7be8b57 -C extra-filename=-c19978dda7be8b57 --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-65b5fb261a2fbbb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings`
30722023-10-24T20:47:18.533Z Compiling rusqlite v0.29.0
30732023-10-24T20:47:18.536Z Running `/home/build/.rustup/toolchains/1.72.1-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=4261ab6c3ca24398 -C extra-filename=-4261ab6c3ca24398 --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-be38ad5d671379f5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e0da533b2963197.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
30742023-10-24T20:47:18.540Z Compiling cexpr v0.6.0
30752023-10-24T20:47:18.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=79f41717ff4f74ed -C extra-filename=-79f41717ff4f74ed --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-4cb85d8dca904c1f.rmeta --cap-lints allow -D warnings`
30762023-10-24T20:47:18.947Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
30772023-10-24T20:47:18.961Z Compiling group v0.13.0
30782023-10-24T20:47:18.964Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51531d13880b0a50 -C extra-filename=-51531d13880b0a50 --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-7fab083578f7825f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30792023-10-24T20:47:19.237Z Compiling steno v0.4.0
30802023-10-24T20:47:19.245Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbc316009df834e3 -C extra-filename=-bbc316009df834e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30812023-10-24T20:47:19.922Z Compiling derive_builder_core v0.12.0
30822023-10-24T20:47:19.931Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=767e84ac7dff46ef -C extra-filename=-767e84ac7dff46ef --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-c4fbf278c07c2fbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
30832023-10-24T20:47:20.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9c2d598689e639cb -C extra-filename=-9c2d598689e639cb --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-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
30842023-10-24T20:47:22.834Z Running `/home/build/.rustup/toolchains/1.72.1-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=0ce058812d36bd5f -C extra-filename=-0ce058812d36bd5f --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-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
30852023-10-24T20:47:23.680Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30862023-10-24T20:47:23.683Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0cf72f3d8ed10a6 -C extra-filename=-a0cf72f3d8ed10a6 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30872023-10-24T20:47:24.447Z Compiling twox-hash v1.6.3
30882023-10-24T20:47:24.450Z Running `/home/build/.rustup/toolchains/1.72.1-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=7235d37cc23c5aea -C extra-filename=-7235d37cc23c5aea --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-44d785dcfe5432ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41ca1d14ff3619fd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30892023-10-24T20:47:25.126Z Compiling nix v0.26.2
30902023-10-24T20:47:25.130Z Running `/home/build/.rustup/toolchains/1.72.1-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=45003a76cfc2b032 -C extra-filename=-45003a76cfc2b032 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30912023-10-24T20:47:25.596Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30922023-10-24T20:47:25.599Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=5b7a4b0b63897147 -C extra-filename=-5b7a4b0b63897147 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30932023-10-24T20:47:25.636Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30942023-10-24T20:47:25.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=20ceee32dc7cbc11 -C extra-filename=-20ceee32dc7cbc11 --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --cap-lints allow -D warnings`
30952023-10-24T20:47:25.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5865b6cb774c6986 -C extra-filename=-5865b6cb774c6986 --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-b05c14ecce3e035f.rmeta --cap-lints allow -D warnings`
30962023-10-24T20:47:26.152Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30972023-10-24T20:47:26.156Z Running `/home/build/.rustup/toolchains/1.72.1-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=5cd825e2ee9c77ad -C extra-filename=-5cd825e2ee9c77ad --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-844cd977baa4a72a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
30982023-10-24T20:47:26.800Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30992023-10-24T20:47:26.806Z Running `/home/build/.rustup/toolchains/1.72.1-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=54536807ac3ed285 -C extra-filename=-54536807ac3ed285 --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-7153363a1fac6343.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
31002023-10-24T20:47:27.017Z Compiling serde-big-array v0.4.1
31012023-10-24T20:47:27.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b56d544f832800c -C extra-filename=-8b56d544f832800c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31022023-10-24T20:47:27.283Z Compiling serde-big-array v0.5.1
31032023-10-24T20:47:27.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccfc6ca4b2c21f8e -C extra-filename=-ccfc6ca4b2c21f8e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31042023-10-24T20:47:27.677Z Compiling which v4.4.0
31052023-10-24T20:47:27.701Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b8045d4d00486d0e -C extra-filename=-b8045d4d00486d0e --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-7299ccd4570522b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
31062023-10-24T20:47:28.503Z Compiling crypto-bigint v0.5.2
31072023-10-24T20:47:28.506Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d886109ceb24fd6a -C extra-filename=-d886109ceb24fd6a --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31082023-10-24T20:47:28.552Z Compiling libxml v0.3.3
31092023-10-24T20:47:28.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c8f1cad937b0fb79 -C extra-filename=-c8f1cad937b0fb79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
31102023-10-24T20:47:29.168Z Compiling rustc-hash v1.1.0
31112023-10-24T20:47:29.171Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bf74e04dbe24b22 -C extra-filename=-0bf74e04dbe24b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31122023-10-24T20:47:29.359Z Compiling lazycell v1.3.0
31132023-10-24T20:47:29.383Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8a36ca3f3b829c0 -C extra-filename=-c8a36ca3f3b829c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142023-10-24T20:47:29.398Z Compiling shlex v1.1.0
31152023-10-24T20:47:29.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8e3de65cd240eea -C extra-filename=-f8e3de65cd240eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31162023-10-24T20:47:29.615Z Compiling peeking_take_while v0.1.2
31172023-10-24T20:47:29.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=889799dbe0f97a5e -C extra-filename=-889799dbe0f97a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31182023-10-24T20:47:29.803Z Compiling base16ct v0.2.0
31192023-10-24T20:47:29.806Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d38e95769eacbc -C extra-filename=-a3d38e95769eacbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31202023-10-24T20:47:29.838Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf44a99034eeb15 -C extra-filename=-6bf44a99034eeb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31212023-10-24T20:47:30.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bc34c0e4622925f -C extra-filename=-5bc34c0e4622925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31222023-10-24T20:47:30.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a586b9d58994d74 -C extra-filename=-2a586b9d58994d74 --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-6bf44a99034eeb15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --cap-lints allow -D warnings`
31232023-10-24T20:47:30.903Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=b6be15072b128065 -C extra-filename=-b6be15072b128065 --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-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5bc34c0e4622925f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
31242023-10-24T20:47:31.406Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=b9f686079d9c15b7 -C extra-filename=-b9f686079d9c15b7 --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-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c19978dda7be8b57.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0ce058812d36bd5f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-f8e3de65cd240eea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-b8045d4d00486d0e.rmeta --cap-lints allow -D warnings`
31252023-10-24T20:47:33.888Z Compiling elliptic-curve v0.13.5
31262023-10-24T20:47:33.892Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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=77199af8fcc73ae0 -C extra-filename=-77199af8fcc73ae0 --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-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d886109ceb24fd6a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7fab083578f7825f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-51531d13880b0a50.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31272023-10-24T20:47:34.480Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
31282023-10-24T20:47:34.539Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31292023-10-24T20:47:34.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=7ca22ee69850df1e -C extra-filename=-7ca22ee69850df1e --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8b56d544f832800c.rmeta --cap-lints allow -D warnings`
31302023-10-24T20:47:34.815Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31312023-10-24T20:47:34.818Z Running `/home/build/.rustup/toolchains/1.72.1-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=93472bdfc8e917d3 -C extra-filename=-93472bdfc8e917d3 --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5cd825e2ee9c77ad.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
31322023-10-24T20:47:35.169Z Compiling derive_builder_macro v0.12.0
31332023-10-24T20:47:35.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=1bdc7893cd75a7f2 -C extra-filename=-1bdc7893cd75a7f2 --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-767e84ac7dff46ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31342023-10-24T20:47:35.360Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31352023-10-24T20:47:35.363Z Running `/home/build/.rustup/toolchains/1.72.1-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=15c6b57d12faf175 -C extra-filename=-15c6b57d12faf175 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
31362023-10-24T20:47:36.619Z Compiling thiserror-no-std v2.0.2
31372023-10-24T20:47:36.623Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243dd2b9592a411f -C extra-filename=-243dd2b9592a411f --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
31382023-10-24T20:47:36.707Z Compiling polyval v0.6.1
31392023-10-24T20:47:36.710Z Running `/home/build/.rustup/toolchains/1.72.1-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=79df717f35c2481f -C extra-filename=-79df717f35c2481f --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31402023-10-24T20:47:36.765Z Compiling poly1305 v0.8.0
31412023-10-24T20:47:36.768Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3795598711fe8fc0 -C extra-filename=-3795598711fe8fc0 --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-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31422023-10-24T20:47:36.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=b27fb5e4fff7a2a8 -C extra-filename=-b27fb5e4fff7a2a8 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31432023-10-24T20:47:37.406Z Compiling num_enum v0.7.0
31442023-10-24T20:47:37.425Z Running `/home/build/.rustup/toolchains/1.72.1-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=a3badb27cc5ccab4 -C extra-filename=-a3badb27cc5ccab4 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
31452023-10-24T20:47:37.710Z Compiling signal-hook-tokio v0.3.1
31462023-10-24T20:47:37.715Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=d1813917a0686de0 -C extra-filename=-d1813917a0686de0 --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-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
31472023-10-24T20:47:38.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1632f88a70563dfe -C extra-filename=-1632f88a70563dfe --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`
31482023-10-24T20:47:38.056Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.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="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=cfab00d69b300be9 -C extra-filename=-cfab00d69b300be9 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
31492023-10-24T20:47:38.196Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c38534593b8ad92a -C extra-filename=-c38534593b8ad92a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
31502023-10-24T20:47:38.518Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31512023-10-24T20:47:38.522Z Running `/home/build/.rustup/toolchains/1.72.1-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=35c9a86b073d3ea0 -C extra-filename=-35c9a86b073d3ea0 --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-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31522023-10-24T20:47:38.685Z Compiling aes v0.8.3
31532023-10-24T20:47:38.693Z Running `/home/build/.rustup/toolchains/1.72.1-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=9684f4a49305eaa4 -C extra-filename=-9684f4a49305eaa4 --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31542023-10-24T20:47:39.533Z Compiling ctr v0.9.2
31552023-10-24T20:47:39.538Z Running `/home/build/.rustup/toolchains/1.72.1-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=e9935c5493083a33 -C extra-filename=-e9935c5493083a33 --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-96267f481ddbc204.rmeta --cap-lints allow -D warnings`
31562023-10-24T20:47:39.682Z Compiling chacha20 v0.9.1
31572023-10-24T20:47:39.686Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=2b6c8347c6eba81d -C extra-filename=-2b6c8347c6eba81d --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31582023-10-24T20:47:39.731Z Compiling bincode v1.3.3
31592023-10-24T20:47:39.772Z Running `/home/build/.rustup/toolchains/1.72.1-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=3a3a8afe028596ac -C extra-filename=-3a3a8afe028596ac --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31602023-10-24T20:47:40.410Z Compiling strum_macros v0.24.3
31612023-10-24T20:47:40.428Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=aca75bfbc73798bb -C extra-filename=-aca75bfbc73798bb --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31622023-10-24T20:47:41.409Z Compiling indoc v1.0.9
31632023-10-24T20:47:41.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e5f78bf05c67c191 -C extra-filename=-e5f78bf05c67c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
31642023-10-24T20:47:43.044Z Compiling corncobs v0.1.3
31652023-10-24T20:47:43.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=310abc95d0d61536 -C extra-filename=-310abc95d0d61536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31662023-10-24T20:47:43.164Z Compiling portable-atomic v1.4.3
31672023-10-24T20:47:43.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31682023-10-24T20:47:43.560Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31692023-10-24T20:47:43.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea056c3aa76d4a5 -C extra-filename=-5ea056c3aa76d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31702023-10-24T20:47:43.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=33bfc34e2feab3da -C extra-filename=-33bfc34e2feab3da --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-310abc95d0d61536.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-7ca22ee69850df1e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
31712023-10-24T20:47:44.081Z Compiling chacha20poly1305 v0.10.1
31722023-10-24T20:47:44.086Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c9cba8be14d9ea19 -C extra-filename=-c9cba8be14d9ea19 --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-d3707516895c0a4f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2b6c8347c6eba81d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3795598711fe8fc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31732023-10-24T20:47:44.356Z Compiling aes-gcm-siv v0.11.1
31742023-10-24T20:47:44.369Z Running `/home/build/.rustup/toolchains/1.72.1-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=6e8b3614361ee1b9 -C extra-filename=-6e8b3614361ee1b9 --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-d3707516895c0a4f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9684f4a49305eaa4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e9935c5493083a33.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-79df717f35c2481f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31752023-10-24T20:47:44.427Z Compiling vsss-rs v3.3.1
31762023-10-24T20:47:44.431Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=bec7e2935256cd9f -C extra-filename=-bec7e2935256cd9f --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-b27fb5e4fff7a2a8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-77199af8fcc73ae0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-243dd2b9592a411f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31772023-10-24T20:47:44.628Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
31782023-10-24T20:47:44.733Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=26fb0bbab8bb10c9 -C extra-filename=-26fb0bbab8bb10c9 --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-b6be15072b128065.rmeta --cap-lints allow -D warnings`
31792023-10-24T20:47:44.799Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40730eb2051ebcd9 -C extra-filename=-40730eb2051ebcd9 --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-aaf538cacb38ae69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --cap-lints allow -D warnings`
31802023-10-24T20:47:45.332Z Compiling env_logger v0.9.3
31812023-10-24T20:47:45.746Z Running `/home/build/.rustup/toolchains/1.72.1-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=e107b7e595620f44 -C extra-filename=-e107b7e595620f44 --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-318a6ebbcda68aba.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
31822023-10-24T20:47:45.756Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31832023-10-24T20:47:45.759Z Running `/home/build/.rustup/toolchains/1.72.1-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=7ca502ce3c5bd1f2 -C extra-filename=-7ca502ce3c5bd1f2 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
31842023-10-24T20:47:45.762Z Compiling cookie v0.16.2
31852023-10-24T20:47:45.765Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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=d273d01d10104002 -C extra-filename=-d273d01d10104002 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31862023-10-24T20:47:46.135Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31872023-10-24T20:47:46.140Z Running `/home/build/.rustup/toolchains/1.72.1-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=432373ba147136b3 -C extra-filename=-432373ba147136b3 --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-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-93472bdfc8e917d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-15c6b57d12faf175.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
31882023-10-24T20:47:46.522Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31892023-10-24T20:47:46.546Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=469ce7f48e43fe8f -C extra-filename=-469ce7f48e43fe8f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31902023-10-24T20:47:47.075Z Compiling ascii v1.1.0
31912023-10-24T20:47:47.078Z Running `/home/build/.rustup/toolchains/1.72.1-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=33de564c997ac6dd -C extra-filename=-33de564c997ac6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31922023-10-24T20:47:47.495Z Compiling ringbuffer v0.15.0
31932023-10-24T20:47:47.498Z Running `/home/build/.rustup/toolchains/1.72.1-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=12adbac498b5722e -C extra-filename=-12adbac498b5722e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31942023-10-24T20:47:48.169Z Compiling assert_matches v1.5.0
31952023-10-24T20:47:48.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de9d8e932b97828e -C extra-filename=-de9d8e932b97828e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31962023-10-24T20:47:48.323Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31972023-10-24T20:47:48.326Z Running `/home/build/.rustup/toolchains/1.72.1-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=1258b11e8414c505 -C extra-filename=-1258b11e8414c505 --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-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e107b7e595620f44.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
31982023-10-24T20:47:48.483Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
31992023-10-24T20:47:48.597Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
32002023-10-24T20:47:48.698Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32012023-10-24T20:47:48.702Z Running `/home/build/.rustup/toolchains/1.72.1-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=7d16738dcf693ae8 -C extra-filename=-7d16738dcf693ae8 --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-951633e8fd59a40d.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-7ca502ce3c5bd1f2.rmeta --cap-lints allow -D warnings`
32022023-10-24T20:47:49.077Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=51c4a52cd12ccfc4 -C extra-filename=-51c4a52cd12ccfc4 --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-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-40730eb2051ebcd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --cap-lints allow -D warnings`
32032023-10-24T20:47:50.215Z Compiling bitstruct v0.1.1
32042023-10-24T20:47:50.218Z Running `/home/build/.rustup/toolchains/1.72.1-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=b6d8f5240dbd67ce -C extra-filename=-b6d8f5240dbd67ce --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-22247aae87f3dc94.so --cap-lints allow -D warnings`
32052023-10-24T20:47:50.419Z Running `/home/build/.rustup/toolchains/1.72.1-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=5030ec565d15b283 -C extra-filename=-5030ec565d15b283 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32062023-10-24T20:47:50.959Z Compiling tungstenite v0.20.1
32072023-10-24T20:47:50.963Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=079a2bbbf8c352d9 -C extra-filename=-079a2bbbf8c352d9 --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-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
32082023-10-24T20:47:51.283Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcb96a3c72f7f21f -C extra-filename=-bcb96a3c72f7f21f --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
32092023-10-24T20:47:51.698Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=635a40907a48adea -C extra-filename=-635a40907a48adea --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-595a8fb7a1c95869.rmeta --cap-lints allow -D warnings`
32102023-10-24T20:47:52.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9f6d8bf67de81da -C extra-filename=-a9f6d8bf67de81da --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-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
32112023-10-24T20:47:52.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b339ba617a1f505a -C extra-filename=-b339ba617a1f505a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
32122023-10-24T20:47:52.956Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32132023-10-24T20:47:52.959Z Running `/home/build/.rustup/toolchains/1.72.1-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=034a68bbd7338261 -C extra-filename=-034a68bbd7338261 --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-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
32142023-10-24T20:47:52.982Z Compiling serde_arrays v0.1.0
32152023-10-24T20:47:52.985Z Running `/home/build/.rustup/toolchains/1.72.1-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=a8b552d56cedba39 -C extra-filename=-a8b552d56cedba39 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32162023-10-24T20:47:53.228Z Compiling oso-derive v0.26.4
32172023-10-24T20:47:53.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=10cf31dc273ef924 -C extra-filename=-10cf31dc273ef924 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
32182023-10-24T20:47:53.847Z Compiling impl-trait-for-tuples v0.2.2
32192023-10-24T20:47:53.851Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f771e6df21d51c33 -C extra-filename=-f771e6df21d51c33 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
32202023-10-24T20:47:54.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0296cd2fae0ad0b4 -C extra-filename=-0296cd2fae0ad0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32212023-10-24T20:47:54.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25ff51be749310b5 -C extra-filename=-25ff51be749310b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32222023-10-24T20:47:54.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c272a97674c5a297 -C extra-filename=-c272a97674c5a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32232023-10-24T20:47:55.046Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83befede202ef0c2 -C extra-filename=-83befede202ef0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32242023-10-24T20:47:55.070Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f097453d2a412ae3 -C extra-filename=-f097453d2a412ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32252023-10-24T20:47:55.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=da6f485cf295e7f0 -C extra-filename=-da6f485cf295e7f0 --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-b339ba617a1f505a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-bcb96a3c72f7f21f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
32262023-10-24T20:47:55.333Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4648eea5d7821deb -C extra-filename=-4648eea5d7821deb --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-83befede202ef0c2.rmeta --cap-lints allow -D warnings`
32272023-10-24T20:47:55.337Z Compiling tokio-tungstenite v0.20.1
32282023-10-24T20:47:55.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=a0aab09c3f0dc33e -C extra-filename=-a0aab09c3f0dc33e --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-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-079a2bbbf8c352d9.rmeta --cap-lints allow -D warnings`
32292023-10-24T20:47:55.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ebeb2b4731027f20 -C extra-filename=-ebeb2b4731027f20 --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-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32302023-10-24T20:47:55.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d31030bb383ffa08 -C extra-filename=-d31030bb383ffa08 --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`
32312023-10-24T20:47:55.558Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=1ba4a5c604cca3e0 -C extra-filename=-1ba4a5c604cca3e0 --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-0296cd2fae0ad0b4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f097453d2a412ae3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9f6d8bf67de81da.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
32322023-10-24T20:47:55.806Z Compiling bcs v0.1.5
32332023-10-24T20:47:55.810Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-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=a8543e654b3d2cab -C extra-filename=-a8543e654b3d2cab --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-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
32342023-10-24T20:47:56.056Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=fa9898c45566403b -C extra-filename=-fa9898c45566403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32352023-10-24T20:47:56.176Z Compiling highway v1.1.0
32362023-10-24T20:47:56.180Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d11b806d9919b2bb -C extra-filename=-d11b806d9919b2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32372023-10-24T20:47:56.261Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629ad6c3c790c5ec -C extra-filename=-629ad6c3c790c5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32382023-10-24T20:47:56.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6489927f48f1fbad -C extra-filename=-6489927f48f1fbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32392023-10-24T20:47:56.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=860207ec66e217de -C extra-filename=-860207ec66e217de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32402023-10-24T20:47:56.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085ba021a890856b -C extra-filename=-085ba021a890856b --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-629ad6c3c790c5ec.rmeta --cap-lints allow -D warnings`
32412023-10-24T20:47:57.305Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0888038ecf7f11cd -C extra-filename=-0888038ecf7f11cd --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-fa9898c45566403b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-6489927f48f1fbad.rmeta --cap-lints allow -D warnings`
32422023-10-24T20:47:57.447Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d82f5393582eb26 -C extra-filename=-2d82f5393582eb26 --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-db8c7d8154906494.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
32432023-10-24T20:47:58.009Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
32442023-10-24T20:47:58.013Z Running `/home/build/.rustup/toolchains/1.72.1-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=1c4c9b3d97934df6 -C extra-filename=-1c4c9b3d97934df6 --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-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-35c9a86b073d3ea0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a0aab09c3f0dc33e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
32452023-10-24T20:47:58.043Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=7352dea8c952daae -C extra-filename=-7352dea8c952daae --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-b6be15072b128065.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32462023-10-24T20:47:58.954Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f026e4154934830 -C extra-filename=-7f026e4154934830 --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-d31030bb383ffa08.rmeta --cap-lints allow -D warnings`
32472023-10-24T20:47:59.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=3dcd79f611d2156d -C extra-filename=-3dcd79f611d2156d --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-00ced72cf6a670b3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rmeta --cap-lints allow -D warnings`
32482023-10-24T20:47:59.662Z Running `/home/build/.rustup/toolchains/1.72.1-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=0f7168c1b51f6d6d -C extra-filename=-0f7168c1b51f6d6d --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-f3e95c4670a50523.rmeta --cap-lints allow -D warnings`
32492023-10-24T20:47:59.666Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4cb72337d2665fb -C extra-filename=-c4cb72337d2665fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
32502023-10-24T20:48:00.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f2e6ae445675155 -C extra-filename=-6f2e6ae445675155 --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-6d24d4dfec88b70d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32512023-10-24T20:48:00.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b19b01470f452a -C extra-filename=-20b19b01470f452a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32522023-10-24T20:48:00.751Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=e41bb5929c4f69d0 -C extra-filename=-e41bb5929c4f69d0 --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-d55331612fb42c01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg has_i128`
32532023-10-24T20:48:00.800Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c79134007c27d1e -C extra-filename=-4c79134007c27d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
32542023-10-24T20:48:01.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6ddeb8ae97b22e63 -C extra-filename=-6ddeb8ae97b22e63 --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-1ba4a5c604cca3e0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
32552023-10-24T20:48:02.030Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
32562023-10-24T20:48:02.035Z Running `/home/build/.rustup/toolchains/1.72.1-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=6e1f73685f15645e -C extra-filename=-6e1f73685f15645e --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-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
32572023-10-24T20:48:04.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7c9235f547ae9641 -C extra-filename=-7c9235f547ae9641 --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-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32582023-10-24T20:48:04.890Z Running `/home/build/.rustup/toolchains/1.72.1-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=469cbe4f254c4942 -C extra-filename=-469cbe4f254c4942 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32592023-10-24T20:48:05.397Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=2b8c0e2c04e3d8a8 -C extra-filename=-2b8c0e2c04e3d8a8 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32602023-10-24T20:48:05.850Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4148e46d4812e207 -C extra-filename=-4148e46d4812e207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32612023-10-24T20:48:06.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=c79c2fd55f4220f8 -C extra-filename=-c79c2fd55f4220f8 --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-469cbe4f254c4942.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2b8c0e2c04e3d8a8.rmeta --cap-lints allow -D warnings`
32622023-10-24T20:48:07.726Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1098ed5d63713655 -C extra-filename=-1098ed5d63713655 --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-4148e46d4812e207.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32632023-10-24T20:48:09.438Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=3a91771b605646da -C extra-filename=-3a91771b605646da --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e41bb5929c4f69d0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7352dea8c952daae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32642023-10-24T20:48:10.157Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
32652023-10-24T20:48:10.163Z Running `/home/build/.rustup/toolchains/1.72.1-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=111cd48bac5bf539 -C extra-filename=-111cd48bac5bf539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6e1f73685f15645e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
32662023-10-24T20:48:10.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9e1a9ef192b5bde -C extra-filename=-f9e1a9ef192b5bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-6ddeb8ae97b22e63.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
32672023-10-24T20:48:12.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85e2b735f756f5c8 -C extra-filename=-85e2b735f756f5c8 --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-9cc2d99f4c1c58f7.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32682023-10-24T20:48:12.371Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=12b87fb20abdd900 -C extra-filename=-12b87fb20abdd900 --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-20b19b01470f452a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
32692023-10-24T20:48:17.090Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=201e3d8032bf814d -C extra-filename=-201e3d8032bf814d --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-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
32702023-10-24T20:48:17.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=232a3860334462ef -C extra-filename=-232a3860334462ef --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-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32712023-10-24T20:48:17.562Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cb98551b68118875 -C extra-filename=-cb98551b68118875 --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
32722023-10-24T20:48:18.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e05dca8dd4827f7d -C extra-filename=-e05dca8dd4827f7d --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-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32732023-10-24T20:48:18.260Z Compiling const_format v0.2.31
32742023-10-24T20:48:18.673Z Running `/home/build/.rustup/toolchains/1.72.1-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=23286d2a23822630 -C extra-filename=-23286d2a23822630 --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-deea3516802ae4d1.so --cap-lints allow -D warnings`
32752023-10-24T20:48:19.298Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4cb10a4d83419aab -C extra-filename=-4cb10a4d83419aab --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-7a9ecdadd4d026f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
32762023-10-24T20:48:19.928Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=03a5ab950ca73182 -C extra-filename=-03a5ab950ca73182 --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-bc6d8ba924edd9c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
32772023-10-24T20:48:20.624Z Compiling ron v0.7.1
32782023-10-24T20:48:20.631Z Running `/home/build/.rustup/toolchains/1.72.1-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=118ac254ebefcc62 -C extra-filename=-118ac254ebefcc62 --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-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32792023-10-24T20:48:21.438Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
32802023-10-24T20:48:21.446Z Running `/home/build/.rustup/toolchains/1.72.1-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=16583cfe526e8f52 -C extra-filename=-16583cfe526e8f52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
32812023-10-24T20:48:21.737Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=be174a0ba930fa42 -C extra-filename=-be174a0ba930fa42 --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-f517da13a8b686da.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
32822023-10-24T20:48:23.450Z Compiling http-range v0.1.5
32832023-10-24T20:48:23.453Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4033984b397087d -C extra-filename=-b4033984b397087d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32842023-10-24T20:48:24.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47fdc8f0fb957603 -C extra-filename=-47fdc8f0fb957603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32852023-10-24T20:48:24.103Z Compiling bit_field v0.10.2
32862023-10-24T20:48:24.131Z Running `/home/build/.rustup/toolchains/1.72.1-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=e951acd70516eeb8 -C extra-filename=-e951acd70516eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32872023-10-24T20:48:24.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0e2a4a5b6cbd62f -C extra-filename=-e0e2a4a5b6cbd62f --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-be174a0ba930fa42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cb98551b68118875.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
32882023-10-24T20:48:24.903Z Compiling hyper-staticfile v0.9.5
32892023-10-24T20:48:24.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75997fb72de40cc0 -C extra-filename=-75997fb72de40cc0 --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-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
32902023-10-24T20:48:24.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=2013f0869bd43665 -C extra-filename=-2013f0869bd43665 --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`
32912023-10-24T20:48:25.658Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
32922023-10-24T20:48:25.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=12eb7a973de18391 -C extra-filename=-12eb7a973de18391 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-12eb7a973de18391 -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-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-da6f62e5801f5c47.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0517bf91f524fbe3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a394a2ac4890de06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
32932023-10-24T20:48:26.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=d3a9aa076020a553 -C extra-filename=-d3a9aa076020a553 --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-a291790a3ed91561.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
32942023-10-24T20:48:26.288Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8bcca35f33998a5 -C extra-filename=-d8bcca35f33998a5 --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-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
32952023-10-24T20:48:26.508Z Compiling number_prefix v0.4.0
32962023-10-24T20:48:26.511Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dab6b6d0bbf65977 -C extra-filename=-dab6b6d0bbf65977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32972023-10-24T20:48:26.581Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2d4a35d2b10c304 -C extra-filename=-a2d4a35d2b10c304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32982023-10-24T20:48:26.879Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e817dd5db488c99 -C extra-filename=-2e817dd5db488c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32992023-10-24T20:48:26.925Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=429516902662dad4 -C extra-filename=-429516902662dad4 --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-a2d4a35d2b10c304.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-d8bcca35f33998a5.rmeta --cap-lints allow -D warnings`
33002023-10-24T20:48:27.202Z Compiling indicatif v0.17.7
33012023-10-24T20:48:27.206Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=a110ef87021a577f -C extra-filename=-a110ef87021a577f --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-f4b4bae22075616b.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-dab6b6d0bbf65977.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-2013f0869bd43665.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
33022023-10-24T20:48:27.335Z Running `/home/build/.rustup/toolchains/1.72.1-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=928d5e425e9e52b5 -C extra-filename=-928d5e425e9e52b5 --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-f517da13a8b686da.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
33032023-10-24T20:48:28.048Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a0c26fcf9de43f1 -C extra-filename=-8a0c26fcf9de43f1 --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-3c0e7eb12fc38c46.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
33042023-10-24T20:48:28.737Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2eccb2d3eed244a -C extra-filename=-a2eccb2d3eed244a --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-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33052023-10-24T20:48:29.053Z Compiling bytesize v1.3.0
33062023-10-24T20:48:29.056Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2f523a89f6109928 -C extra-filename=-2f523a89f6109928 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
33072023-10-24T20:48:29.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2981edbf10f3b51 -C extra-filename=-f2981edbf10f3b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33082023-10-24T20:48:29.311Z Compiling fs-err v2.9.0
33092023-10-24T20:48:29.315Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.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=08b016a9188ac00e -C extra-filename=-08b016a9188ac00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33102023-10-24T20:48:29.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6a4f077ea88c4378 -C extra-filename=-6a4f077ea88c4378 --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4cb10a4d83419aab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1098ed5d63713655.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3a91771b605646da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-201e3d8032bf814d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
33112023-10-24T20:48:30.262Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8c689b929b87d6a5 -C extra-filename=-8c689b929b87d6a5 --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-dae9922e1d159d5a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8a0c26fcf9de43f1.rmeta --cap-lints allow -D warnings`
33122023-10-24T20:48:31.006Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1f10fed2e1230a0 -C extra-filename=-f1f10fed2e1230a0 --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-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-429516902662dad4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --cap-lints allow -D warnings`
33132023-10-24T20:48:31.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7b40e82f63f4ae7 -C extra-filename=-c7b40e82f63f4ae7 --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-77b357fb476e9a92.so --cap-lints allow -D warnings`
33142023-10-24T20:48:31.998Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e0b9f7bf94a5b1d -C extra-filename=-6e0b9f7bf94a5b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
33152023-10-24T20:48:32.591Z Running `/home/build/.rustup/toolchains/1.72.1-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=c83aa845d543b5bd -C extra-filename=-c83aa845d543b5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5c98b74e923e738b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33162023-10-24T20:48:35.578Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=5aaa5f4569b36052 -C extra-filename=-5aaa5f4569b36052 --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-9cc2d99f4c1c58f7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --cap-lints allow -D warnings`
33172023-10-24T20:48:36.432Z Running `/home/build/.rustup/toolchains/1.72.1-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=2552f160df132d38 -C extra-filename=-2552f160df132d38 --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-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33182023-10-24T20:48:37.017Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=353a8d86b72c529d -C extra-filename=-353a8d86b72c529d --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33192023-10-24T20:48:37.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a4c37bf7327b182 -C extra-filename=-3a4c37bf7327b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
33202023-10-24T20:48:41.658Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fc51486fa0f553f -C extra-filename=-2fc51486fa0f553f --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-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-87506709703347be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-353a8d86b72c529d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --cap-lints allow -D warnings`
33212023-10-24T20:48:43.007Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=f779c56c1634240d -C extra-filename=-f779c56c1634240d --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-a291790a3ed91561.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8c689b929b87d6a5.rmeta --cap-lints allow -D warnings`
33222023-10-24T20:48:49.754Z Running `/home/build/.rustup/toolchains/1.72.1-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=bbf9db85dff8849d -C extra-filename=-bbf9db85dff8849d --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-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
33232023-10-24T20:48:50.270Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-12eb7a973de18391/build-script-build`
33242023-10-24T20:48:50.587Z Running `/home/build/.rustup/toolchains/1.72.1-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=0becf946976ec01a -C extra-filename=-0becf946976ec01a --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`
33252023-10-24T20:48:50.693Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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="serde"' -C metadata=f2cbb1d88a1b00a7 -C extra-filename=-f2cbb1d88a1b00a7 --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
33262023-10-24T20:48:51.946Z Running `/home/build/.rustup/toolchains/1.72.1-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=9e063f120b964bc6 -C extra-filename=-9e063f120b964bc6 --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-6d6730805a801a5f.rmeta --cap-lints allow -D warnings`
33272023-10-24T20:48:52.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=2530f9c9097bed88 -C extra-filename=-2530f9c9097bed88 --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-1f46b2dcc29359b1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
33282023-10-24T20:48:52.643Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c10051ded0b99a8 -C extra-filename=-9c10051ded0b99a8 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
33292023-10-24T20:48:53.093Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=155e38b216c6e898 -C extra-filename=-155e38b216c6e898 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
33302023-10-24T20:48:55.581Z Compiling indoc v2.0.3
33312023-10-24T20:48:55.612Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9d669547cbb4bc59 -C extra-filename=-9d669547cbb4bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
33322023-10-24T20:48:55.666Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d69b3eff17dd817 -C extra-filename=-1d69b3eff17dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33332023-10-24T20:48:55.703Z Running `/home/build/.rustup/toolchains/1.72.1-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=c408cf99aead0c10 -C extra-filename=-c408cf99aead0c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33342023-10-24T20:48:55.731Z Running `/home/build/.rustup/toolchains/1.72.1-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=afead1a050d43242 -C extra-filename=-afead1a050d43242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33352023-10-24T20:48:55.744Z Running `/home/build/.rustup/toolchains/1.72.1-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=88b92fb0d37ef97a -C extra-filename=-88b92fb0d37ef97a --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-1486aaee3f323cc1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e063f120b964bc6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
33362023-10-24T20:48:55.794Z Running `/home/build/.rustup/toolchains/1.72.1-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=2ea949fc1a3445ad -C extra-filename=-2ea949fc1a3445ad --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-034322322be9b506.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-155e38b216c6e898.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33372023-10-24T20:48:56.028Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5bd6b937bf77c27f -C extra-filename=-5bd6b937bf77c27f --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f2cbb1d88a1b00a7.rmeta --cap-lints allow -D warnings`
33382023-10-24T20:48:57.983Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e461df278a866dbe -C extra-filename=-e461df278a866dbe --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-1d69b3eff17dd817.rmeta --cap-lints allow -D warnings`
33392023-10-24T20:48:58.679Z Running `/home/build/.rustup/toolchains/1.72.1-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=253d564943998a84 -C extra-filename=-253d564943998a84 --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-9c10051ded0b99a8.rmeta --cap-lints allow -D warnings`
33402023-10-24T20:48:58.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=56fecd4fb0961352 -C extra-filename=-56fecd4fb0961352 --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-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-bbf9db85dff8849d.rmeta --cap-lints allow -D warnings`
33412023-10-24T20:48:58.957Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=e9dd463e1d5479bb -C extra-filename=-e9dd463e1d5479bb --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-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
33422023-10-24T20:48:59.182Z Running `/home/build/.rustup/toolchains/1.72.1-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=dd8804495b048268 -C extra-filename=-dd8804495b048268 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33432023-10-24T20:48:59.755Z Compiling derive_builder v0.12.0
33442023-10-24T20:48:59.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a86bb21bef4e2893 -C extra-filename=-a86bb21bef4e2893 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
33452023-10-24T20:49:00.031Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=037e14aae176bcf5 -C extra-filename=-037e14aae176bcf5 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33462023-10-24T20:49:00.214Z Compiling signal-hook-mio v0.2.3
33472023-10-24T20:49:00.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=bd337f8aab207f03 -C extra-filename=-bd337f8aab207f03 --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-951633e8fd59a40d.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --cap-lints allow -D warnings`
33482023-10-24T20:49:00.486Z Running `/home/build/.rustup/toolchains/1.72.1-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=173749f371b66a9b -C extra-filename=-173749f371b66a9b --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-f977b920649865d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
33492023-10-24T20:49:01.101Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=e52cb116214d53c1 -C extra-filename=-e52cb116214d53c1 --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-a50ce7321bfdc712.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7076bed75ea0c074.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
33502023-10-24T20:49:02.474Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=516592e95662aab7 -C extra-filename=-516592e95662aab7 --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
33512023-10-24T20:49:02.503Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5475becae0c580 -C extra-filename=-ea5475becae0c580 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33522023-10-24T20:49:03.089Z Compiling bb8 v0.8.1
33532023-10-24T20:49:03.093Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=7b4ca79b79fada9f -C extra-filename=-7b4ca79b79fada9f --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-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
33542023-10-24T20:49:03.191Z Compiling quick-xml v0.23.1
33552023-10-24T20:49:03.195Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=44ec87ca34713b1f -C extra-filename=-44ec87ca34713b1f --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-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
33562023-10-24T20:49:03.336Z Compiling maplit v1.0.2
33572023-10-24T20:49:03.339Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8a186bb5dc45b01 -C extra-filename=-f8a186bb5dc45b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33582023-10-24T20:49:03.523Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.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=dbe076e154597cdc -C extra-filename=-dbe076e154597cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33592023-10-24T20:49:03.752Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=4408413865aa5455 -C extra-filename=-4408413865aa5455 --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-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e52cb116214d53c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-516592e95662aab7.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-253d564943998a84.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ea5475becae0c580.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33602023-10-24T20:49:03.917Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
33612023-10-24T20:49:03.930Z Running `/home/build/.rustup/toolchains/1.72.1-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=3de6b518106ca824 -C extra-filename=-3de6b518106ca824 --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-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33622023-10-24T20:49:04.084Z Running `/home/build/.rustup/toolchains/1.72.1-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=f076e67d2b4b4ebc -C extra-filename=-f076e67d2b4b4ebc --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-173749f371b66a9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33632023-10-24T20:49:05.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=63c29002aab843db -C extra-filename=-63c29002aab843db --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-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e9dd463e1d5479bb.rmeta --cap-lints allow -D warnings`
33642023-10-24T20:49:06.321Z Running `/home/build/.rustup/toolchains/1.72.1-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=82de5ae2d646ecf9 -C extra-filename=-82de5ae2d646ecf9 --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33652023-10-24T20:49:07.537Z Running `/home/build/.rustup/toolchains/1.72.1-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=6cd295f68df0a210 -C extra-filename=-6cd295f68df0a210 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
33662023-10-24T20:49:09.533Z Running `/home/build/.rustup/toolchains/1.72.1-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=393079a73f8b3c53 -C extra-filename=-393079a73f8b3c53 --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-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
33672023-10-24T20:49:11.756Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee3534c9d9b53006 -C extra-filename=-ee3534c9d9b53006 --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-89b37abf10b1badf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33682023-10-24T20:49:33.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dceb58c874d39a40 -C extra-filename=-dceb58c874d39a40 --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`
33692023-10-24T20:49:33.763Z Running `/home/build/.rustup/toolchains/1.72.1-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=3601e16433f2ad36 -C extra-filename=-3601e16433f2ad36 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
33702023-10-24T20:49:34.241Z Running `/home/build/.rustup/toolchains/1.72.1-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=798465d34a8a3dd4 -C extra-filename=-798465d34a8a3dd4 --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-f30a0c26ba49672c.rmeta --cap-lints allow -D warnings`
33712023-10-24T20:49:34.308Z Running `/home/build/.rustup/toolchains/1.72.1-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=1229d3e022f0a4a0 -C extra-filename=-1229d3e022f0a4a0 --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33722023-10-24T20:49:34.592Z Running `/home/build/.rustup/toolchains/1.72.1-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=80e950208a1c11dd -C extra-filename=-80e950208a1c11dd --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33732023-10-24T20:49:34.643Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=84f920f39e21a911 -C extra-filename=-84f920f39e21a911 --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-456145d791e7aded.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-dceb58c874d39a40.rmeta --cap-lints allow -D warnings`
33742023-10-24T20:49:34.694Z Running `/home/build/.rustup/toolchains/1.72.1-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=42861dbc0a9d741b -C extra-filename=-42861dbc0a9d741b --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-2530f9c9097bed88.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1229d3e022f0a4a0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-798465d34a8a3dd4.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6cd295f68df0a210.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33752023-10-24T20:49:34.818Z Running `/home/build/.rustup/toolchains/1.72.1-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=0bc79a2a0a20e214 -C extra-filename=-0bc79a2a0a20e214 --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-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2552f160df132d38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-63c29002aab843db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33762023-10-24T20:49:35.002Z Running `/home/build/.rustup/toolchains/1.72.1-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=e2ce7515de1597a7 -C extra-filename=-e2ce7515de1597a7 --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-80c6ba2741a8fc15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
33772023-10-24T20:49:35.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4de9434733180e27 -C extra-filename=-4de9434733180e27 --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-065c702e72289fd3.rmeta --cap-lints allow -D warnings`
33782023-10-24T20:49:35.263Z Running `/home/build/.rustup/toolchains/1.72.1-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=9711c68301b49949 -C extra-filename=-9711c68301b49949 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
33792023-10-24T20:49:35.292Z Running `/home/build/.rustup/toolchains/1.72.1-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=506308780fdbe2f1 -C extra-filename=-506308780fdbe2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33802023-10-24T20:49:35.360Z Compiling owo-colors v3.5.0
33812023-10-24T20:49:35.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7925e2f5a7b97d4e -C extra-filename=-7925e2f5a7b97d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33822023-10-24T20:49:35.508Z Running `/home/build/.rustup/toolchains/1.72.1-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=c25b98141567a59f -C extra-filename=-c25b98141567a59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33832023-10-24T20:49:35.622Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7665d458dd6e37 -C extra-filename=-ee7665d458dd6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33842023-10-24T20:49:35.682Z Running `/home/build/.rustup/toolchains/1.72.1-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=c44859783007fd3e -C extra-filename=-c44859783007fd3e --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-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e2ce7515de1597a7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33852023-10-24T20:49:35.741Z Running `/home/build/.rustup/toolchains/1.72.1-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=588b8227574195be -C extra-filename=-588b8227574195be --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-9cc2d99f4c1c58f7.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-9711c68301b49949.rmeta --cap-lints allow -D warnings`
33862023-10-24T20:49:35.842Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5e1eea8e3e02ca6 -C extra-filename=-e5e1eea8e3e02ca6 --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4de9434733180e27.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --cap-lints allow -D warnings`
33872023-10-24T20:49:35.941Z Running `/home/build/.rustup/toolchains/1.72.1-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=b52d6ffbe16f89f5 -C extra-filename=-b52d6ffbe16f89f5 --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-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f076e67d2b4b4ebc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82de5ae2d646ecf9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33882023-10-24T20:49:36.027Z Compiling crossterm v0.27.0
33892023-10-24T20:49:36.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=de31fd9b1cc0b674 -C extra-filename=-de31fd9b1cc0b674 --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-be38ad5d671379f5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
33902023-10-24T20:49:36.647Z Running `/home/build/.rustup/toolchains/1.72.1-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=a06a5efbe71c3fa2 -C extra-filename=-a06a5efbe71c3fa2 --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-22247aae87f3dc94.so --cap-lints allow -D warnings`
33912023-10-24T20:49:36.683Z Running `/home/build/.rustup/toolchains/1.72.1-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=9d2e0359d709204c -C extra-filename=-9d2e0359d709204c --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33922023-10-24T20:49:36.725Z Running `/home/build/.rustup/toolchains/1.72.1-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=6a36fb3016cbed3d -C extra-filename=-6a36fb3016cbed3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
33932023-10-24T20:49:36.752Z Running `/home/build/.rustup/toolchains/1.72.1-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=3da2617207199aec -C extra-filename=-3da2617207199aec --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-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
33942023-10-24T20:49:36.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b9907668a6fe141 -C extra-filename=-1b9907668a6fe141 --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-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33952023-10-24T20:49:36.805Z Running `/home/build/.rustup/toolchains/1.72.1-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=47be508dcfcfa82e -C extra-filename=-47be508dcfcfa82e --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33962023-10-24T20:49:36.882Z Compiling cassowary v0.3.0
33972023-10-24T20:49:36.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a0002b5d6cfe6d9 -C extra-filename=-0a0002b5d6cfe6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33982023-10-24T20:49:37.114Z Compiling yansi v0.5.1
33992023-10-24T20:49:37.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c23cf56f768e2020 -C extra-filename=-c23cf56f768e2020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34002023-10-24T20:49:37.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f078e594d10e74 -C extra-filename=-81f078e594d10e74 --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-1b9907668a6fe141.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
34012023-10-24T20:49:37.312Z Compiling ratatui v0.23.0
34022023-10-24T20:49:37.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=269ce0ffb77e466a -C extra-filename=-269ce0ffb77e466a --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-be38ad5d671379f5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
34032023-10-24T20:49:37.512Z Compiling pretty_assertions v1.4.0
34042023-10-24T20:49:37.604Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=707e7169a1568639 -C extra-filename=-707e7169a1568639 --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-35284c3a0f9039eb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c23cf56f768e2020.rmeta --cap-lints allow -D warnings`
34052023-10-24T20:49:37.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c1a3c91ec8ce985 -C extra-filename=-4c1a3c91ec8ce985 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
34062023-10-24T20:49:37.655Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57db7baa340f5f88 -C extra-filename=-57db7baa340f5f88 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
34072023-10-24T20:49:37.680Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157337a24dcb7f3 -C extra-filename=-a157337a24dcb7f3 --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-77b357fb476e9a92.so --cap-lints allow -D warnings`
34082023-10-24T20:49:37.698Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=96a357733ff3263a -C extra-filename=-96a357733ff3263a --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-55888b3cf4c7447b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
34092023-10-24T20:49:37.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=5e336da35ff36a5a -C extra-filename=-5e336da35ff36a5a --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-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
34102023-10-24T20:49:37.798Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=0b1fe84c897a597e -C extra-filename=-0b1fe84c897a597e --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
34112023-10-24T20:49:37.853Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-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=967bf13bb43d9847 -C extra-filename=-967bf13bb43d9847 --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-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
34122023-10-24T20:49:37.919Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=d8c0734948a4c9ea -C extra-filename=-d8c0734948a4c9ea --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-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34132023-10-24T20:49:37.955Z Compiling rtoolbox v0.0.1
34142023-10-24T20:49:37.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=963ede6b9824d536 -C extra-filename=-963ede6b9824d536 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
34152023-10-24T20:49:38.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=208aa0cb3b50b315 -C extra-filename=-208aa0cb3b50b315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34162023-10-24T20:49:38.164Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4058fc57a76491e -C extra-filename=-a4058fc57a76491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34172023-10-24T20:49:38.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=817a6c1181774b8a -C extra-filename=-817a6c1181774b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34182023-10-24T20:49:38.289Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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=236ab3d6ec837c0a -C extra-filename=-236ab3d6ec837c0a --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-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0b1fe84c897a597e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1b9907668a6fe141.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-81f078e594d10e74.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
34192023-10-24T20:49:38.330Z Compiling tui-tree-widget v0.13.0
34202023-10-24T20:49:38.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beea75271f9723a1 -C extra-filename=-beea75271f9723a1 --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-269ce0ffb77e466a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
34212023-10-24T20:49:38.487Z Compiling rpassword v7.2.0
34222023-10-24T20:49:38.511Z Running `/home/build/.rustup/toolchains/1.72.1-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=45237e3bc34c8af6 -C extra-filename=-45237e3bc34c8af6 --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-951633e8fd59a40d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-963ede6b9824d536.rmeta --cap-lints allow -D warnings`
34232023-10-24T20:49:38.590Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c41f578280acb04 -C extra-filename=-9c41f578280acb04 --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-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-5e336da35ff36a5a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cc07baa52a7c4359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34242023-10-24T20:49:38.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ac1bcd5149d5dd64 -C extra-filename=-ac1bcd5149d5dd64 --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-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
34252023-10-24T20:49:38.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c9d8db4e3a42f49c -C extra-filename=-c9d8db4e3a42f49c --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --cap-lints allow -D warnings`
34262023-10-24T20:49:38.868Z Running `/home/build/.rustup/toolchains/1.72.1-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=12dae31d0c990ec6 -C extra-filename=-12dae31d0c990ec6 --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-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
34272023-10-24T20:49:38.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd38153df5d2ae73 -C extra-filename=-dd38153df5d2ae73 --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-cc07baa52a7c4359.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34282023-10-24T20:49:38.947Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=b3359f439b6b3cec -C extra-filename=-b3359f439b6b3cec --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
34292023-10-24T20:49:38.962Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b19f184d6cb312bc -C extra-filename=-b19f184d6cb312bc --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
34302023-10-24T20:49:39.015Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=e33c13f8624728c1 -C extra-filename=-e33c13f8624728c1 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
34312023-10-24T20:49:39.042Z Running `/home/build/.rustup/toolchains/1.72.1-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=903f77166738e7ab -C extra-filename=-903f77166738e7ab --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-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
34322023-10-24T20:49:39.074Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=a22429a614318932 -C extra-filename=-a22429a614318932 --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
34332023-10-24T20:49:39.103Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
34342023-10-24T20:49:39.112Z Running `/home/build/.rustup/toolchains/1.72.1-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=abdc32e78b0d8290 -C extra-filename=-abdc32e78b0d8290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
34352023-10-24T20:49:39.123Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cdc7610c6773be9 -C extra-filename=-4cdc7610c6773be9 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34362023-10-24T20:49:39.129Z Compiling fatfs v0.3.6
34372023-10-24T20:49:39.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aa6a11cde66cd576 -C extra-filename=-aa6a11cde66cd576 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
34382023-10-24T20:49:39.144Z Compiling plotters-backend v0.3.5
34392023-10-24T20:49:39.151Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bfbe0e88581e03f -C extra-filename=-2bfbe0e88581e03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34402023-10-24T20:49:39.163Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=290744af26d14171 -C extra-filename=-290744af26d14171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34412023-10-24T20:49:39.167Z Compiling shell-words v1.1.0
34422023-10-24T20:49:39.174Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1f7b310295782f5 -C extra-filename=-d1f7b310295782f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34432023-10-24T20:49:39.207Z Compiling remove_dir_all v0.5.3
34442023-10-24T20:49:39.213Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9c0a3784f5453c5 -C extra-filename=-b9c0a3784f5453c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34452023-10-24T20:49:39.222Z Compiling tempdir v0.3.7
34462023-10-24T20:49:39.226Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9be29461d58e3318 -C extra-filename=-9be29461d58e3318 --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-41ca1d14ff3619fd.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings`
34472023-10-24T20:49:39.309Z Compiling plotters-svg v0.3.5
34482023-10-24T20:49:39.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3b49f7a528dafa4 -C extra-filename=-e3b49f7a528dafa4 --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-2bfbe0e88581e03f.rmeta --cap-lints allow -D warnings`
34492023-10-24T20:49:39.786Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=308fa5b1ca4a16e8 -C extra-filename=-308fa5b1ca4a16e8 --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-e33c13f8624728c1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-236ab3d6ec837c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-b19f184d6cb312bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
34502023-10-24T20:49:39.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=213992525ccee0bb -C extra-filename=-213992525ccee0bb --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-290744af26d14171.rmeta --cap-lints allow -D warnings`
34512023-10-24T20:49:39.817Z Running `/home/build/.rustup/toolchains/1.72.1-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=8b36144b6145a905 -C extra-filename=-8b36144b6145a905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-903f77166738e7ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
34522023-10-24T20:49:39.827Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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=8fcf8e4df4be0e37 -C extra-filename=-8fcf8e4df4be0e37 --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-2530f9c9097bed88.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a22429a614318932.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ac1bcd5149d5dd64.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
34532023-10-24T20:49:39.835Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=bc1f1d48dc2db56f -C extra-filename=-bc1f1d48dc2db56f --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-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
34542023-10-24T20:49:39.840Z Running `/home/build/.rustup/toolchains/1.72.1-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=d61a7d73c89ead88 -C extra-filename=-d61a7d73c89ead88 --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-deea3516802ae4d1.so --cap-lints allow -D warnings`
34552023-10-24T20:49:39.856Z Running `/home/build/.rustup/toolchains/1.72.1-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=d33fa3901706b9ff -C extra-filename=-d33fa3901706b9ff --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-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34562023-10-24T20:49:39.859Z Compiling assert_cmd v2.0.12
34572023-10-24T20:49:39.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b9be5482b63c611 -C extra-filename=-0b9be5482b63c611 --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-0d512a45c2a75978.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
34582023-10-24T20:49:39.868Z Compiling serial_test_derive v0.10.0
34592023-10-24T20:49:39.872Z Running `/home/build/.rustup/toolchains/1.72.1-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=207f8c6a6e7536b7 -C extra-filename=-207f8c6a6e7536b7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
34602023-10-24T20:49:39.884Z Compiling dashmap v5.5.1
34612023-10-24T20:49:39.889Z Running `/home/build/.rustup/toolchains/1.72.1-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=e5a0800ef168f5c4 -C extra-filename=-e5a0800ef168f5c4 --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-cb012b6dc451b338.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
34622023-10-24T20:49:39.922Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1184999ebe9f7735 -C extra-filename=-1184999ebe9f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34632023-10-24T20:49:39.927Z Running `/home/build/.rustup/toolchains/1.72.1-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=37facc953fec2bbb -C extra-filename=-37facc953fec2bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34642023-10-24T20:49:39.931Z Compiling os_str_bytes v6.5.1
34652023-10-24T20:49:39.953Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name os_str_bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.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="raw_os_str"' -C metadata=273e459f35b2453a -C extra-filename=-273e459f35b2453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34662023-10-24T20:49:39.972Z Compiling cast v0.3.0
34672023-10-24T20:49:39.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0aa8666d9b98ea4b -C extra-filename=-0aa8666d9b98ea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34682023-10-24T20:49:40.233Z Compiling clap_lex v0.2.4
34692023-10-24T20:49:40.246Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=5524e70fc7a8829e -C extra-filename=-5524e70fc7a8829e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern os_str_bytes=/work/oxidecomputer/omicron/target/debug/deps/libos_str_bytes-273e459f35b2453a.rmeta --cap-lints allow -D warnings`
34702023-10-24T20:49:40.411Z Compiling criterion-plot v0.5.0
34712023-10-24T20:49:40.418Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25d7400b23901a8 -C extra-filename=-c25d7400b23901a8 --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-0aa8666d9b98ea4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --cap-lints allow -D warnings`
34722023-10-24T20:49:40.422Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=360c29aa1345c5d7 -C extra-filename=-360c29aa1345c5d7 --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-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
34732023-10-24T20:49:40.709Z Compiling serial_test v0.10.0
34742023-10-24T20:49:40.719Z Running `/home/build/.rustup/toolchains/1.72.1-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=4473e03c7faf6595 -C extra-filename=-4473e03c7faf6595 --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-e5a0800ef168f5c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-207f8c6a6e7536b7.so --cap-lints allow -D warnings`
34752023-10-24T20:49:41.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=28268b30f2f7089c -C extra-filename=-28268b30f2f7089c --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-213992525ccee0bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
34762023-10-24T20:49:41.890Z Compiling plotters v0.3.5
34772023-10-24T20:49:41.896Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=5eefb25297fa42d3 -C extra-filename=-5eefb25297fa42d3 --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-50180e8112bf05bb.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e3b49f7a528dafa4.rmeta --cap-lints allow -D warnings`
34782023-10-24T20:49:41.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86315dd94fbec1b4 -C extra-filename=-86315dd94fbec1b4 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34792023-10-24T20:49:42.048Z Compiling clap_derive v3.2.25
34802023-10-24T20:49:42.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.2.25/src/lib.rs --error-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=00ae455ec087f736 -C extra-filename=-00ae455ec087f736 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
34812023-10-24T20:49:42.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2b8c4ebcdfb543e2 -C extra-filename=-2b8c4ebcdfb543e2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34822023-10-24T20:49:42.727Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b335b3ce59aca036 -C extra-filename=-b335b3ce59aca036 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34832023-10-24T20:49:42.933Z Compiling tinytemplate v1.2.1
34842023-10-24T20:49:42.936Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35c7d46c0ef03714 -C extra-filename=-35c7d46c0ef03714 --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --cap-lints allow -D warnings`
34852023-10-24T20:49:43.000Z Compiling vte_generate_state_changes v0.1.1
34862023-10-24T20:49:43.004Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=72bac1b0bd13aac4 -C extra-filename=-72bac1b0bd13aac4 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
34872023-10-24T20:49:43.644Z Compiling oorandom v11.1.3
34882023-10-24T20:49:43.655Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8d29dcb852799e1 -C extra-filename=-c8d29dcb852799e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34892023-10-24T20:49:44.005Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fadeb72e52d23892 -C extra-filename=-fadeb72e52d23892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34902023-10-24T20:49:44.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.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=41e3a14352e8a3ae -C extra-filename=-41e3a14352e8a3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34912023-10-24T20:49:44.820Z Compiling anes v0.1.6
34922023-10-24T20:49:44.823Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5d729d8995cc01cf -C extra-filename=-5d729d8995cc01cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34932023-10-24T20:49:44.998Z Compiling vte v0.11.1
34942023-10-24T20:49:45.052Z Running `/home/build/.rustup/toolchains/1.72.1-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=3091ab040793ac49 -C extra-filename=-3091ab040793ac49 --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-bc77fe51f95b120d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-72bac1b0bd13aac4.so --cap-lints allow -D warnings`
34952023-10-24T20:49:45.551Z Compiling criterion v0.5.1
34962023-10-24T20:49:45.562Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=bbafe407f044fbe0 -C extra-filename=-bbafe407f044fbe0 --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-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-35c7d46c0ef03714.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34972023-10-24T20:49:45.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=5b4386251651bdaa -C extra-filename=-5b4386251651bdaa --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b335b3ce59aca036.rmeta --cap-lints allow -D warnings`
34982023-10-24T20:49:45.939Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
34992023-10-24T20:49:45.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=173e0d79a08cdf9d -C extra-filename=-173e0d79a08cdf9d --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-173e0d79a08cdf9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-b9f686079d9c15b7.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
35002023-10-24T20:49:46.166Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' -C metadata=272760a486792eae -C extra-filename=-272760a486792eae --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-0f7168c1b51f6d6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35012023-10-24T20:49:46.174Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84f235069490dac -C extra-filename=-d84f235069490dac --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-b2cde58c87913f77.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
35022023-10-24T20:49:46.681Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18f2756b78a7ea38 -C extra-filename=-18f2756b78a7ea38 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
35032023-10-24T20:49:47.781Z Compiling threadpool v1.8.1
35042023-10-24T20:49:47.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c7feb017b392e1a -C extra-filename=-9c7feb017b392e1a --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-5352e39305fe0a4c.rmeta --cap-lints allow -D warnings`
35052023-10-24T20:49:47.807Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27a769f31e6973b2 -C extra-filename=-27a769f31e6973b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35062023-10-24T20:49:48.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=008380a2e50ac4e0 -C extra-filename=-008380a2e50ac4e0 --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-27a769f31e6973b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-5b4386251651bdaa.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
35072023-10-24T20:49:48.943Z Compiling strip-ansi-escapes v0.2.0
35082023-10-24T20:49:48.946Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.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=5c088b81944ae184 -C extra-filename=-5c088b81944ae184 --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-3091ab040793ac49.rmeta --cap-lints allow -D warnings`
35092023-10-24T20:49:49.111Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-173e0d79a08cdf9d/build-script-bindings`
35102023-10-24T20:49:49.178Z Compiling crossterm v0.26.1
35112023-10-24T20:49:49.182Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=6487f90e79231618 -C extra-filename=-6487f90e79231618 --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
35122023-10-24T20:49:49.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=63b568f30ca888be -C extra-filename=-63b568f30ca888be --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-9cc2d99f4c1c58f7.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --cap-lints allow -D warnings`
35132023-10-24T20:49:49.548Z Running `/home/build/.rustup/toolchains/1.72.1-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=5cbf9c5ab34b25e2 -C extra-filename=-5cbf9c5ab34b25e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
35142023-10-24T20:49:49.602Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=0541d4f2b7110ecc -C extra-filename=-0541d4f2b7110ecc --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
35152023-10-24T20:49:49.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=fec6e3b780c2401a -C extra-filename=-fec6e3b780c2401a --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
35162023-10-24T20:49:50.063Z Compiling clap v3.2.25
35172023-10-24T20:49:50.072Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=fbdeb02aa58c7b4f -C extra-filename=-fbdeb02aa58c7b4f --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-318a6ebbcda68aba.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-00ae455ec087f736.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5524e70fc7a8829e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --cap-lints allow -D warnings`
35182023-10-24T20:49:50.085Z Compiling fd-lock v3.0.13
35192023-10-24T20:49:50.088Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f40788c4fa4585ab -C extra-filename=-f40788c4fa4585ab --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-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings`
35202023-10-24T20:49:50.405Z Compiling rstest_macros v0.18.2
35212023-10-24T20:49:50.430Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=b0fb8a780da21871 -C extra-filename=-b0fb8a780da21871 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
35222023-10-24T20:49:51.181Z Compiling nanorand v0.7.0
35232023-10-24T20:49:51.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=ab4e82a83485c248 -C extra-filename=-ab4e82a83485c248 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
35242023-10-24T20:49:52.167Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2888d1226a49068 -C extra-filename=-d2888d1226a49068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35252023-10-24T20:49:52.292Z Compiling nu-ansi-term v0.49.0
35262023-10-24T20:49:52.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943ffaf447238679 -C extra-filename=-943ffaf447238679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35272023-10-24T20:49:52.468Z Compiling flume v0.11.0
35282023-10-24T20:49:52.514Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=21aea39204c30d47 -C extra-filename=-21aea39204c30d47 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ab4e82a83485c248.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
35292023-10-24T20:49:52.961Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871/build-script-build`
35302023-10-24T20:49:53.129Z Compiling reedline v0.23.0
35312023-10-24T20:49:53.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=7284e12ab6a7786c -C extra-filename=-7284e12ab6a7786c --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-65f0a5b9aa27f6b0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6487f90e79231618.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f40788c4fa4585ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
35322023-10-24T20:49:53.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.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=fad82797755e06bd -C extra-filename=-fad82797755e06bd --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-37bce1a76b384cd2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0d5c3309b3d36f70.rmeta --cap-lints allow -D warnings`
35332023-10-24T20:49:53.646Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=8267c6389db51ce0 -C extra-filename=-8267c6389db51ce0 --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-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a86bb21bef4e2893.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-037e14aae176bcf5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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`
35342023-10-24T20:49:53.780Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C 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=ce729cc04219220e -C extra-filename=-ce729cc04219220e --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-f517da13a8b686da.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4c1a3c91ec8ce985.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-57db7baa340f5f88.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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`
35352023-10-24T20:49:54.276Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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="windows"' -C metadata=d6284bad7afdb69d -C extra-filename=-d6284bad7afdb69d --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-1486aaee3f323cc1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-63b568f30ca888be.rmeta --cap-lints allow -D warnings`
35362023-10-24T20:49:58.006Z Compiling libtest-mimic v0.5.2
35372023-10-24T20:49:58.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=ca504b4d327b0d9e -C extra-filename=-ca504b4d327b0d9e --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-fbdeb02aa58c7b4f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9c7feb017b392e1a.rmeta --cap-lints allow -D warnings`
35382023-10-24T20:49:59.452Z Compiling datatest-stable v0.1.3
35392023-10-24T20:49:59.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.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=786b10bd0d619c1f -C extra-filename=-786b10bd0d619c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-ca504b4d327b0d9e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
35402023-10-24T20:50:00.414Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=7efbce91240aefd6 -C extra-filename=-7efbce91240aefd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
35412023-10-24T20:50:01.348Z Compiling tabled_derive v0.6.0
35422023-10-24T20:50:01.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=74bad78102441b32 -C extra-filename=-74bad78102441b32 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
35432023-10-24T20:50:03.473Z Compiling httptest v0.15.4
35442023-10-24T20:50:03.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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=c08f000befae25ec -C extra-filename=-c08f000befae25ec --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-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
35452023-10-24T20:50:05.358Z Compiling similar-asserts v1.5.0
35462023-10-24T20:50:05.361Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=98759a452d3f06ac -C extra-filename=-98759a452d3f06ac --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-f4b4bae22075616b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
35472023-10-24T20:50:07.183Z Compiling pin-project-internal v1.1.3
35482023-10-24T20:50:07.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3e36103cc2bc9a77 -C extra-filename=-3e36103cc2bc9a77 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
35492023-10-24T20:50:07.307Z Compiling topological-sort v0.2.2
35502023-10-24T20:50:07.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e08aeceaa1b02ae6 -C extra-filename=-e08aeceaa1b02ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35512023-10-24T20:50:07.701Z Compiling relative-path v1.9.0
35522023-10-24T20:50:07.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1be47cff0f678725 -C extra-filename=-1be47cff0f678725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35532023-10-24T20:50:08.798Z Compiling trybuild v1.0.85
35542023-10-24T20:50:08.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e77aeb76380e11ca -C extra-filename=-e77aeb76380e11ca --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35552023-10-24T20:50:09.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7949f6123a5cbe -C extra-filename=-5e7949f6123a5cbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35562023-10-24T20:50:09.480Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
35572023-10-24T20:50:09.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=b5dbfce0cc7b7f95 -C extra-filename=-b5dbfce0cc7b7f95 --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-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
35582023-10-24T20:50:09.766Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3850b384a17694fa -C extra-filename=-3850b384a17694fa --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-c3c28f089340dd8e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-fad82797755e06bd.rmeta --cap-lints allow -D warnings`
35592023-10-24T20:50:11.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=63995d272deccbd2 -C extra-filename=-63995d272deccbd2 --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-1486aaee3f323cc1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d6284bad7afdb69d.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35602023-10-24T20:50:12.122Z Compiling pin-project v1.1.3
35612023-10-24T20:50:12.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b2d2859635b69dc -C extra-filename=-4b2d2859635b69dc --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-3e36103cc2bc9a77.so --cap-lints allow -D warnings`
35622023-10-24T20:50:12.330Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7c77ef2ed3be1237 -C extra-filename=-7c77ef2ed3be1237 --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`
35632023-10-24T20:50:14.723Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=6b4a745a28e172d6 -C extra-filename=-6b4a745a28e172d6 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
35642023-10-24T20:50:14.935Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82997b65ee5c5f86 -C extra-filename=-82997b65ee5c5f86 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
35652023-10-24T20:50:15.317Z Compiling basic-toml v0.1.4
35662023-10-24T20:50:15.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99515663ed541b23 -C extra-filename=-99515663ed541b23 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
35672023-10-24T20:50:15.602Z Compiling arrayref v0.3.7
35682023-10-24T20:50:15.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caebc7ce1092465c -C extra-filename=-caebc7ce1092465c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35692023-10-24T20:50:15.642Z Compiling constant_time_eq v0.2.6
35702023-10-24T20:50:15.646Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e7a64daff896d6c7 -C extra-filename=-e7a64daff896d6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35712023-10-24T20:50:15.757Z Compiling crossbeam-queue v0.3.8
35722023-10-24T20:50:15.760Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70887a1b9fd3893e -C extra-filename=-70887a1b9fd3893e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35732023-10-24T20:50:15.931Z Compiling arrayvec v0.7.4
35742023-10-24T20:50:15.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea85dd53b2025760 -C extra-filename=-ea85dd53b2025760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35752023-10-24T20:50:16.548Z Compiling bytecount v0.6.3
35762023-10-24T20:50:16.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b58b271104b853 -C extra-filename=-75b58b271104b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35772023-10-24T20:50:16.611Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f24138187704c45 -C extra-filename=-3f24138187704c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35782023-10-24T20:50:16.897Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aedebd05f35610f3 -C extra-filename=-aedebd05f35610f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35792023-10-24T20:50:16.948Z Compiling futures-timer v3.0.2
35802023-10-24T20:50:16.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=097f41d678ee69d6 -C extra-filename=-097f41d678ee69d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35812023-10-24T20:50:17.262Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=dc4bcf66e079b19e -C extra-filename=-dc4bcf66e079b19e --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-79aa4ee7526f4e96.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aedebd05f35610f3.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7c77ef2ed3be1237.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3850b384a17694fa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35822023-10-24T20:50:17.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94b76127c1a5f138 -C extra-filename=-94b76127c1a5f138 --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-99515663ed541b23.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
35832023-10-24T20:50:18.517Z Compiling papergrid v0.10.0
35842023-10-24T20:50:18.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aeaaf88010634300 -C extra-filename=-aeaaf88010634300 --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-3f24138187704c45.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35852023-10-24T20:50:18.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=82c11ace985b78af -C extra-filename=-82c11ace985b78af --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-75b58b271104b853.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
35862023-10-24T20:50:19.129Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
35872023-10-24T20:50:19.170Z Compiling blake2b_simd v1.0.1
35882023-10-24T20:50:19.173Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64f17577c4cfd599 -C extra-filename=-64f17577c4cfd599 --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-caebc7ce1092465c.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ea85dd53b2025760.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-e7a64daff896d6c7.rmeta --cap-lints allow -D warnings`
35892023-10-24T20:50:20.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36008563be77278c -C extra-filename=-36008563be77278c --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-63995d272deccbd2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35902023-10-24T20:50:20.777Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=8f741fce3eeb8d61 -C extra-filename=-8f741fce3eeb8d61 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6b4a745a28e172d6.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
35912023-10-24T20:50:20.987Z Running `/home/build/.rustup/toolchains/1.72.1-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=35faf7145bb9417c -C extra-filename=-35faf7145bb9417c --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-9cc2d99f4c1c58f7.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-82997b65ee5c5f86.rmeta --cap-lints allow -D warnings`
35922023-10-24T20:50:21.453Z Compiling partial-io v0.5.4
35932023-10-24T20:50:21.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=b04fec2973add557 -C extra-filename=-b04fec2973add557 --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-2294734652420427.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
35942023-10-24T20:50:21.902Z Compiling approx v0.5.1
35952023-10-24T20:50:21.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e34ace3cae01a413 -C extra-filename=-e34ace3cae01a413 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
35962023-10-24T20:50:22.260Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21661c039cf92114 -C extra-filename=-21661c039cf92114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35972023-10-24T20:50:22.306Z Compiling hex-literal v0.4.1
35982023-10-24T20:50:22.310Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d5b0c521a1c8140 -C extra-filename=-7d5b0c521a1c8140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35992023-10-24T20:50:22.545Z Compiling constant_time_eq v0.3.0
36002023-10-24T20:50:22.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d45c0155e6eb61ff -C extra-filename=-d45c0155e6eb61ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36012023-10-24T20:50:22.873Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47edb859bf961370 -C extra-filename=-47edb859bf961370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36022023-10-24T20:50:23.379Z Compiling rust-argon2 v1.0.1
36032023-10-24T20:50:23.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=4968267b13c43711 -C extra-filename=-4968267b13c43711 --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-7153363a1fac6343.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-64f17577c4cfd599.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
36042023-10-24T20:50:23.513Z Compiling rstest v0.18.2
36052023-10-24T20:50:23.516Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=787d2e87b02d2b18 -C extra-filename=-787d2e87b02d2b18 --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-2294734652420427.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b5dbfce0cc7b7f95.so --cap-lints allow -D warnings`
36062023-10-24T20:50:23.901Z Compiling tabled v0.14.0
36072023-10-24T20:50:23.914Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=379c4f8c8e58662f -C extra-filename=-379c4f8c8e58662f --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-82c11ace985b78af.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
36082023-10-24T20:50:25.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=091bfcc9fc1cfea5 -C extra-filename=-091bfcc9fc1cfea5 --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-aeaaf88010634300.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
36092023-10-24T20:50:26.014Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cbb052bec35e9d6d -C extra-filename=-cbb052bec35e9d6d --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
36102023-10-24T20:50:26.438Z Compiling cargo-platform v0.1.3
36112023-10-24T20:50:26.443Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=769acf7e05beaf92 -C extra-filename=-769acf7e05beaf92 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
36122023-10-24T20:50:26.578Z Compiling crossbeam v0.8.2
36132023-10-24T20:50:26.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ef760d58fdfdcb12 -C extra-filename=-ef760d58fdfdcb12 --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-cb012b6dc451b338.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-cbb052bec35e9d6d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
36142023-10-24T20:50:26.751Z Compiling cargo_toml v0.16.3
36152023-10-24T20:50:26.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.16.3/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=f969b62eba45db5d -C extra-filename=-f969b62eba45db5d --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-e5099f1082b7c4e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --cap-lints allow -D warnings`
36162023-10-24T20:50:27.431Z Compiling cargo_metadata v0.18.0
36172023-10-24T20:50:27.444Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=17247f153b44f2f8 -C extra-filename=-17247f153b44f2f8 --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-de857346a4753d4e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-769acf7e05beaf92.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
36182023-10-24T20:50:28.907Z Compiling termios v0.3.3
36192023-10-24T20:50:28.932Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdc62c05801c4a0e -C extra-filename=-fdc62c05801c4a0e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
36202023-10-24T20:50:35.438Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36614a4a156f942e -C extra-filename=-36614a4a156f942e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
36212023-10-24T20:50:35.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17017a5779801a73 -C extra-filename=-17017a5779801a73 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
36222023-10-24T20:50:35.677Z Compiling bzip2 v0.4.4
36232023-10-24T20:50:35.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d45e6406d56195 -C extra-filename=-06d45e6406d56195 --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-36614a4a156f942e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36242023-10-24T20:50:35.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95ea3de0e6dc0fd7 -C extra-filename=-95ea3de0e6dc0fd7 --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-17017a5779801a73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36252023-10-24T20:50:36.196Z Compiling zip v0.6.6
36262023-10-24T20:50:36.222Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=d207649e3bd99305 -C extra-filename=-d207649e3bd99305 --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-d0b5a9931f42a80a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-06d45e6406d56195.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36272023-10-24T20:50:36.235Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=86ffc602882a9ac8 -C extra-filename=-86ffc602882a9ac8 --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-d55331612fb42c01.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-95ea3de0e6dc0fd7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36282023-10-24T20:50:37.399Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
36292023-10-24T20:50:37.407Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a005dbd2b87cdd2 -C extra-filename=-3a005dbd2b87cdd2 --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-fbbc002088f82525.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-01f05fe666991955.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251725e0226df094.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f70eba251ecb1fe2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-36f4f7dfd4f40a4e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-0564a53d12f02dfc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f3c40e9672d1ea5f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36302023-10-24T20:50:37.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd21a807423cfd79 -C extra-filename=-dd21a807423cfd79 --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-1098ed5d63713655.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-6a4f077ea88c4378.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d3a9aa076020a553.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3a91771b605646da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cb98551b68118875.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-e0e2a4a5b6cbd62f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4255dd5eb035d188.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-86ffc602882a9ac8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36312023-10-24T20:50:38.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36322023-10-24T20:50:38.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d16d49382f6a216b -C extra-filename=-d16d49382f6a216b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d16d49382f6a216b -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-c2bfe975986fcee0.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-29c495a751629df0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-06ef97ad941bb850.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2e1867226842d6ec.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c4428c001728b9.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-430029c114a09b58.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10a94f3e892f89e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-684c0eacd71ae316.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36332023-10-24T20:50:38.604Z Compiling polar-core v0.26.4
36342023-10-24T20:50:38.609Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.26.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"' -C metadata=1d3d6407ca847852 -C extra-filename=-1d3d6407ca847852 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1d3d6407ca847852 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-b5661e3622d3f6b6.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
36352023-10-24T20:50:38.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23d933e2ac0f5de8 -C extra-filename=-23d933e2ac0f5de8 --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-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5b7a4b0b63897147.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ccfc6ca4b2c21f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-20ceee32dc7cbc11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36362023-10-24T20:50:38.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93e7807b59c730d8 -C extra-filename=-93e7807b59c730d8 --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-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5c98b74e923e738b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dd21a807423cfd79.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b3359f439b6b3cec.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cdc7610c6773be9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c9d8db4e3a42f49c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-86ffc602882a9ac8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36372023-10-24T20:50:38.797Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36382023-10-24T20:50:38.821Z Running `/home/build/.rustup/toolchains/1.72.1-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=6370d7b08e7c3d1c -C extra-filename=-6370d7b08e7c3d1c --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-17247f153b44f2f8.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f969b62eba45db5d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib -D warnings`
36392023-10-24T20:50:38.895Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d16d49382f6a216b/build-script-build`
36402023-10-24T20:50:38.936Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6607acb5e0b11d40 -C extra-filename=-6607acb5e0b11d40 --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-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-29c495a751629df0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-06ef97ad941bb850.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2e1867226842d6ec.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c4428c001728b9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-430029c114a09b58.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f07f0b63d82ebf51.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ef4b1abf2ed13f68.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10a94f3e892f89e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-684c0eacd71ae316.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36412023-10-24T20:50:39.111Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36422023-10-24T20:50:39.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=add3d18ea6240b8e -C extra-filename=-add3d18ea6240b8e --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-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36432023-10-24T20:50:39.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c62751f94fa4ae21 -C extra-filename=-c62751f94fa4ae21 --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-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-35eecf5275bc8cf5.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36442023-10-24T20:50:39.487Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36452023-10-24T20:50:39.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f030f727257ef11d -C extra-filename=-f030f727257ef11d --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-844cd977baa4a72a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36462023-10-24T20:50:39.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1bf8dcae8004fae -C extra-filename=-c1bf8dcae8004fae --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-85727a65f2ef0e54.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7076bed75ea0c074.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a7ba8aa03b86266b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-79aa4ee7526f4e96.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cc07baa52a7c4359.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2564bc4f879c5f73.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-861ccd47939f81e4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-785f7870bd0e5c2d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7b33fa9b0aca3cfd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fde7aefb21f79a2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-86ffc602882a9ac8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36472023-10-24T20:50:40.131Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36482023-10-24T20:50:40.136Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=70b8a96d90589c51 -C extra-filename=-70b8a96d90589c51 --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-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36492023-10-24T20:50:40.297Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36502023-10-24T20:50:40.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fbf0690e336baee -C extra-filename=-2fbf0690e336baee --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-6607acb5e0b11d40.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36512023-10-24T20:50:40.672Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36522023-10-24T20:50:40.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6773d2f88e2fd02 -C extra-filename=-c6773d2f88e2fd02 --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-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36532023-10-24T20:50:40.716Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36542023-10-24T20:50:40.740Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=7bb068c693c818a1 -C extra-filename=-7bb068c693c818a1 --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-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36552023-10-24T20:50:41.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=05a0317dfae8fb77 -C extra-filename=-05a0317dfae8fb77 --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-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5c98b74e923e738b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d0a44d511eaa248b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36562023-10-24T20:50:42.229Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36572023-10-24T20:50:42.235Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7b1f51e3bfac1a -C extra-filename=-ea7b1f51e3bfac1a --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-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36582023-10-24T20:50:42.346Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36592023-10-24T20:50:42.400Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c813b16bfa23867d -C extra-filename=-c813b16bfa23867d --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-c2bfe975986fcee0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36602023-10-24T20:50:42.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16c44bc27ba2885a -C extra-filename=-16c44bc27ba2885a --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-f977b920649865d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36612023-10-24T20:50:43.546Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=415468b55c785983 -C extra-filename=-415468b55c785983 --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-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36622023-10-24T20:50:43.660Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36632023-10-24T20:50:43.689Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=617f9778961150f1 -C extra-filename=-617f9778961150f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-617f9778961150f1 -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36642023-10-24T20:50:44.267Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-617f9778961150f1/build-script-build`
36652023-10-24T20:50:44.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36662023-10-24T20:50:44.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a67ede0f4b965b8 -C extra-filename=-3a67ede0f4b965b8 --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-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36672023-10-24T20:50:46.139Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36682023-10-24T20:50:46.150Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0d5c40acae7505de -C extra-filename=-0d5c40acae7505de --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0d5c40acae7505de -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36692023-10-24T20:50:46.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f9873840af49702 -C extra-filename=-6f9873840af49702 --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36702023-10-24T20:50:48.432Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36712023-10-24T20:50:48.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=15b6462818216789 -C extra-filename=-15b6462818216789 --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-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36722023-10-24T20:50:50.051Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0d5c40acae7505de/build-script-build`
36732023-10-24T20:50:50.091Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1d3d6407ca847852/build-script-build`
36742023-10-24T20:50:50.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36752023-10-24T20:50:50.114Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3b6bec310ce4759e -C extra-filename=-3b6bec310ce4759e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3b6bec310ce4759e -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36762023-10-24T20:50:50.676Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ea860992a7eeef2 -C extra-filename=-8ea860992a7eeef2 --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-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36772023-10-24T20:50:53.653Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36782023-10-24T20:50:53.663Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e5cde1bc2e267367 -C extra-filename=-e5cde1bc2e267367 --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-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36792023-10-24T20:50:54.411Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3b6bec310ce4759e/build-script-build`
36802023-10-24T20:50:54.459Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.26.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"' -C metadata=5944f08459d73592 -C extra-filename=-5944f08459d73592 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
36812023-10-24T20:50:55.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ff8bce5d92a3a05 -C extra-filename=-2ff8bce5d92a3a05 --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-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f779c56c1634240d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-2fc51486fa0f553f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36822023-10-24T20:50:56.506Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36832023-10-24T20:50:56.536Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9a2f0c173c2be7ce -C extra-filename=-9a2f0c173c2be7ce --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9a2f0c173c2be7ce -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36842023-10-24T20:50:57.073Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8d2d1aaf52b3ba6 -C extra-filename=-f8d2d1aaf52b3ba6 --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36852023-10-24T20:50:57.577Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9a2f0c173c2be7ce/build-script-build`
36862023-10-24T20:50:57.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e82eaf549082671 -C extra-filename=-6e82eaf549082671 --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-85727a65f2ef0e54.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36872023-10-24T20:51:00.941Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36882023-10-24T20:51:00.976Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=957ed1757bdf1e11 -C extra-filename=-957ed1757bdf1e11 --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9ae1ca8c946755d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36892023-10-24T20:51:04.797Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36902023-10-24T20:51:04.806Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=0bf9bb1b462e4fff -C extra-filename=-0bf9bb1b462e4fff --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-c2bfe975986fcee0.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36912023-10-24T20:51:05.238Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36922023-10-24T20:51:05.242Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cc58e24568e6075 -C extra-filename=-5cc58e24568e6075 --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36932023-10-24T20:51:05.793Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36942023-10-24T20:51:05.798Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c20c5cd20dbcf45a -C extra-filename=-c20c5cd20dbcf45a --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-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36952023-10-24T20:51:07.418Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36962023-10-24T20:51:07.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=523fb456273a4fb7 -C extra-filename=-523fb456273a4fb7 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36972023-10-24T20:51:08.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=6e570a7eee4e3d82 -C extra-filename=-6e570a7eee4e3d82 --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1262f596ffaf7b55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d86e0fbc1ae8bb87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a22665fcc453c4d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4bd5fccf42533b5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36982023-10-24T20:51:09.652Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
36992023-10-24T20:51:09.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aef78c3ea9abf2a -C extra-filename=-8aef78c3ea9abf2a --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-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37002023-10-24T20:51:16.404Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
37012023-10-24T20:51:16.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb106c4080d51d5d -C extra-filename=-eb106c4080d51d5d --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-021505f18bc0cefc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37022023-10-24T20:51:19.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a91f93e1fd5e0e6 -C extra-filename=-3a91f93e1fd5e0e6 --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37032023-10-24T20:51:28.175Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37042023-10-24T20:51:28.189Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd0602899b7ae37a -C extra-filename=-cd0602899b7ae37a --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37052023-10-24T20:51:28.281Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37062023-10-24T20:51:28.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48742be1cd39bb9d -C extra-filename=-48742be1cd39bb9d --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-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37072023-10-24T20:51:32.058Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37082023-10-24T20:51:32.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c1c7533973d77dc -C extra-filename=-6c1c7533973d77dc --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-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37092023-10-24T20:51:33.774Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82948da44fcc4844 -C extra-filename=-82948da44fcc4844 --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-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37102023-10-24T20:51:36.176Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37112023-10-24T20:51:36.180Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c40397276d4123ef -C extra-filename=-c40397276d4123ef --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37122023-10-24T20:51:36.427Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37132023-10-24T20:51:36.439Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d5acbcf6d1a0c5e -C extra-filename=-0d5acbcf6d1a0c5e --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-23d933e2ac0f5de8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37142023-10-24T20:51:38.299Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37152023-10-24T20:51:38.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fb2dc8c4edd90c2 -C extra-filename=-1fb2dc8c4edd90c2 --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-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37162023-10-24T20:51:38.782Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37172023-10-24T20:51:38.786Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0deae380fbd11f2 -C extra-filename=-a0deae380fbd11f2 --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-0cd7c1614351d401.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37182023-10-24T20:51:40.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=43e5fdf75e94ccf1 -C extra-filename=-43e5fdf75e94ccf1 --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-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-bec7e2935256cd9f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37192023-10-24T20:51:44.238Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37202023-10-24T20:51:44.258Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dabe526715fc1315 -C extra-filename=-dabe526715fc1315 --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-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37212023-10-24T20:51:45.994Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bdfaedbb05e264a -C extra-filename=-3bdfaedbb05e264a --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37222023-10-24T20:51:52.536Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37232023-10-24T20:51:52.653Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcf640395160f9f4 -C extra-filename=-bcf640395160f9f4 --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37242023-10-24T20:51:54.663Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2da164928c7cfa2 -C extra-filename=-c2da164928c7cfa2 --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-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37252023-10-24T20:51:56.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37262023-10-24T20:51:56.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a53ada20c1101bf6 -C extra-filename=-a53ada20c1101bf6 --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a8543e654b3d2cab.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37272023-10-24T20:52:00.256Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73b6295c2efee470 -C extra-filename=-73b6295c2efee470 --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-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37282023-10-24T20:52:00.393Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37292023-10-24T20:52:00.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34cfb7ad06ec5edc -C extra-filename=-34cfb7ad06ec5edc --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-c2bfe975986fcee0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37302023-10-24T20:52:02.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34ccbf12b7f20cf3 -C extra-filename=-34ccbf12b7f20cf3 --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-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-73b6295c2efee470.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-85e2b735f756f5c8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9e1a9ef192b5bde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37312023-10-24T20:52:04.013Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37322023-10-24T20:52:04.021Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ca6acf2ddad2979 -C extra-filename=-4ca6acf2ddad2979 --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37332023-10-24T20:52:05.048Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37342023-10-24T20:52:05.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8537ae457f419fea -C extra-filename=-8537ae457f419fea --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-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37352023-10-24T20:52:08.163Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37362023-10-24T20:52:08.173Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c58f97e8607fccc3 -C extra-filename=-c58f97e8607fccc3 --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-19c45446869f716f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37372023-10-24T20:52:08.851Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5fae02a7e3c2d77 -C extra-filename=-f5fae02a7e3c2d77 --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37382023-10-24T20:52:10.178Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37392023-10-24T20:52:10.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cc0e05d807ab75f -C extra-filename=-1cc0e05d807ab75f --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-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37402023-10-24T20:52:11.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=695758de509082f0 -C extra-filename=-695758de509082f0 --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-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37412023-10-24T20:52:13.130Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37422023-10-24T20:52:13.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37fee5ed357749c1 -C extra-filename=-37fee5ed357749c1 --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-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37432023-10-24T20:52:20.502Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37442023-10-24T20:52:20.506Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b51b09b015b2abfc -C extra-filename=-b51b09b015b2abfc --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-65f0a5b9aa27f6b0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37452023-10-24T20:52:21.959Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=781a9694f8db891f -C extra-filename=-781a9694f8db891f --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-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37462023-10-24T20:52:24.062Z Compiling oso v0.26.4
37472023-10-24T20:52:24.065Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=9d7a0626bd205555 -C extra-filename=-9d7a0626bd205555 --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8a186bb5dc45b01.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-5944f08459d73592.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
37482023-10-24T20:52:29.404Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=872a3b397986e13f -C extra-filename=-872a3b397986e13f --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-dbe076e154597cdc.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37492023-10-24T20:52:30.912Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37502023-10-24T20:52:30.915Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f003afe12160cb7 -C extra-filename=-6f003afe12160cb7 --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-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37512023-10-24T20:52:31.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6ddd68644c71c12 -C extra-filename=-e6ddd68644c71c12 --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-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37522023-10-24T20:52:31.857Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d077bcfb9b5f71 -C extra-filename=-a0d077bcfb9b5f71 --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37532023-10-24T20:52:35.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79a0e80772f7baa3 -C extra-filename=-79a0e80772f7baa3 --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-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37542023-10-24T20:52:35.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fc0c6be95718d27 -C extra-filename=-2fc0c6be95718d27 --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37552023-10-24T20:52:39.686Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6a9846b7831a6b3 -C extra-filename=-b6a9846b7831a6b3 --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-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37562023-10-24T20:52:42.687Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37572023-10-24T20:52:42.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=314bb37706032818 -C extra-filename=-314bb37706032818 --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-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37582023-10-24T20:52:44.325Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7633c63a1cd7236 -C extra-filename=-a7633c63a1cd7236 --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-4f4014f58356c655.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37592023-10-24T20:52:45.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.26.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"' -C metadata=0422101b0d7fece1 -C extra-filename=-0422101b0d7fece1 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
37602023-10-24T20:52:47.492Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6556039bc981f4f -C extra-filename=-b6556039bc981f4f --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-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cc07baa52a7c4359.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a7633c63a1cd7236.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-872a3b397986e13f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37612023-10-24T20:52:47.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be81c35b2fed5f8e -C extra-filename=-be81c35b2fed5f8e --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-967bf13bb43d9847.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-208aa0cb3b50b315.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37622023-10-24T20:52:48.587Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ead95ccd6333dc84 -C extra-filename=-ead95ccd6333dc84 --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-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37632023-10-24T20:52:48.785Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
37642023-10-24T20:52:48.820Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c5ccc87e3da0717 -C extra-filename=-5c5ccc87e3da0717 --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-6c1c7533973d77dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37652023-10-24T20:52:52.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15c8cb82b723d31c -C extra-filename=-15c8cb82b723d31c --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-232a3860334462ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37662023-10-24T20:52:54.966Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee4aff1e7d0c3600 -C extra-filename=-ee4aff1e7d0c3600 --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-93e7807b59c730d8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-15c8cb82b723d31c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-bc1f1d48dc2db56f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fde7aefb21f79a2a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37672023-10-24T20:52:56.557Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682023-10-24T20:52:56.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0979e5aebd035 -C extra-filename=-84d0979e5aebd035 --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-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-beea75271f9723a1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37692023-10-24T20:53:01.368Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=5a99c4bb049371b8 -C extra-filename=-5a99c4bb049371b8 --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-817a6c1181774b8a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-0422101b0d7fece1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
37702023-10-24T20:53:08.655Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
37712023-10-24T20:53:08.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b36001290bfc4c -C extra-filename=-63b36001290bfc4c --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-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37722023-10-24T20:53:11.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9a7fa563e3c3390 -C extra-filename=-a9a7fa563e3c3390 --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-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8fcf8e4df4be0e37.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-308fa5b1ca4a16e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37732023-10-24T20:53:13.049Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
37742023-10-24T20:53:13.054Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9909303013a5612c -C extra-filename=-9909303013a5612c --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37752023-10-24T20:53:39.674Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37762023-10-24T20:53:39.680Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=315e23b93470ba80 -C extra-filename=-315e23b93470ba80 --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-c2bfe975986fcee0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37772023-10-24T20:53:47.968Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e6b60fd5d3500f -C extra-filename=-94e6b60fd5d3500f --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-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37782023-10-24T20:53:48.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3350d6ce01d6ba18 -C extra-filename=-3350d6ce01d6ba18 --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-85727a65f2ef0e54.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37792023-10-24T20:53:51.643Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82bdd3337a1ee1a0 -C extra-filename=-82bdd3337a1ee1a0 --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-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2b8c4ebcdfb543e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dd21a807423cfd79.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-86ffc602882a9ac8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37802023-10-24T20:53:51.966Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
37812023-10-24T20:53:51.969Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=486cc28f9a1a8771 -C extra-filename=-486cc28f9a1a8771 --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-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37822023-10-24T20:53:54.764Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37832023-10-24T20:53:54.769Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94538dc299e43fbf -C extra-filename=-94538dc299e43fbf --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37842023-10-24T20:53:58.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2104781e65f4341 -C extra-filename=-b2104781e65f4341 --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-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37852023-10-24T20:54:01.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=410fa8dc8894244e -C extra-filename=-410fa8dc8894244e --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-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37862023-10-24T20:54:03.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=9a331a763ca554e5 -C extra-filename=-9a331a763ca554e5 --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-85727a65f2ef0e54.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d84f235069490dac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-272760a486792eae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-18f2756b78a7ea38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37872023-10-24T20:54:04.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db46b1eaa48d6da3 -C extra-filename=-db46b1eaa48d6da3 --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-c2bfe975986fcee0.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5cde1bc2e267367.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ee3534c9d9b53006.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37882023-10-24T20:54:07.934Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aebfbc7d06bdad1e -C extra-filename=-aebfbc7d06bdad1e --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4aff1e7d0c3600.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-008380a2e50ac4e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37892023-10-24T20:54:08.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68c3b131751ab9f3 -C extra-filename=-68c3b131751ab9f3 --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-85727a65f2ef0e54.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be81c35b2fed5f8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37902023-10-24T20:54:10.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd65950338efc661 -C extra-filename=-fd65950338efc661 --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ead95ccd6333dc84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37912023-10-24T20:54:14.607Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=786c15021726abc6 -C extra-filename=-786c15021726abc6 --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-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4aff1e7d0c3600.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a331a763ca554e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-aebfbc7d06bdad1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37922023-10-24T20:54:20.792Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37932023-10-24T20:54:20.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=39c3090a48a1247d -C extra-filename=-39c3090a48a1247d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-39c3090a48a1247d -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37942023-10-24T20:54:21.382Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37952023-10-24T20:54:21.386Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d2d9f4968a7922ef -C extra-filename=-d2d9f4968a7922ef --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d2d9f4968a7922ef -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-2fbf0690e336baee.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37962023-10-24T20:54:22.004Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d2d9f4968a7922ef/build-script-build`
37972023-10-24T20:54:22.009Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-39c3090a48a1247d/build-script-build`
37982023-10-24T20:54:22.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ceeedb77866e986 -C extra-filename=-3ceeedb77866e986 --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-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-79aa4ee7526f4e96.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-82bdd3337a1ee1a0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37992023-10-24T20:54:25.998Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5390a01845be13b9 -C extra-filename=-5390a01845be13b9 --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-ba2c5ad6cc3819c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ead95ccd6333dc84.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3350d6ce01d6ba18.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38002023-10-24T20:54:35.617Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38012023-10-24T20:54:35.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ce17b9d4ccff6bf -C extra-filename=-3ce17b9d4ccff6bf --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21aea39204c30d47.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38022023-10-24T20:54:39.459Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888e3ba59efa9e5a -C extra-filename=-888e3ba59efa9e5a --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-85727a65f2ef0e54.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9c41f578280acb04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5cde1bc2e267367.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-5e336da35ff36a5a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cc07baa52a7c4359.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-dd38153df5d2ae73.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b6556039bc981f4f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a7633c63a1cd7236.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a99c4bb049371b8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ce729cc04219220e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38032023-10-24T20:54:39.886Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38042023-10-24T20:54:39.889Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eaa2218c6ce21145 -C extra-filename=-eaa2218c6ce21145 --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-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7284e12ab6a7786c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38052023-10-24T20:54:47.616Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38062023-10-24T20:54:47.619Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e2b66619afc9c31 -C extra-filename=-7e2b66619afc9c31 --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-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7efbce91240aefd6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38072023-10-24T20:54:53.034Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50386b54943ae2b4 -C extra-filename=-50386b54943ae2b4 --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-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d6284bad7afdb69d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc4bcf66e079b19e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-63995d272deccbd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-36008563be77278c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3350d6ce01d6ba18.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5390a01845be13b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38082023-10-24T20:55:03.909Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7297e50e9f588102 -C extra-filename=-7297e50e9f588102 --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-c2bfe975986fcee0.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38092023-10-24T20:55:05.295Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82f1c0f06da35675 -C extra-filename=-82f1c0f06da35675 --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8f741fce3eeb8d61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dd21a807423cfd79.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-fd65950338efc661.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ead95ccd6333dc84.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-872a3b397986e13f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fde7aefb21f79a2a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-82bdd3337a1ee1a0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3350d6ce01d6ba18.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38102023-10-24T20:55:23.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14e7a419af2f8c6a -C extra-filename=-14e7a419af2f8c6a --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-c62751f94fa4ae21.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38112023-10-24T20:55:24.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0fdf6550d9168935 -C extra-filename=-0fdf6550d9168935 --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-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7284e12ab6a7786c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-eaa2218c6ce21145.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38122023-10-24T20:55:27.504Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cfbab12622ffd49e -C extra-filename=-cfbab12622ffd49e --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-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7284e12ab6a7786c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-eaa2218c6ce21145.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38132023-10-24T20:55:28.625Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
38142023-10-24T20:55:28.630Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c1c8ecedf5803c57 -C extra-filename=-c1c8ecedf5803c57 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7e2b66619afc9c31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38152023-10-24T20:55:29.735Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f7e3a3b79ee335a1 -C extra-filename=-f7e3a3b79ee335a1 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7e2b66619afc9c31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7efbce91240aefd6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38162023-10-24T20:55:30.635Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d165d6afcd87533 -C extra-filename=-4d165d6afcd87533 --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-85727a65f2ef0e54.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68c3b131751ab9f3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be81c35b2fed5f8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38172023-10-24T20:55:30.975Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=619d2d9afd5ed6c4 -C extra-filename=-619d2d9afd5ed6c4 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-37fee5ed357749c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38182023-10-24T20:55:34.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7315ce725195146c -C extra-filename=-7315ce725195146c --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-85727a65f2ef0e54.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-5e336da35ff36a5a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5cbf9c5ab34b25e2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2104781e65f4341.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b6556039bc981f4f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-888e3ba59efa9e5a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a7633c63a1cd7236.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-94e6b60fd5d3500f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a99c4bb049371b8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be81c35b2fed5f8e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-410fa8dc8894244e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ce729cc04219220e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38192023-10-24T20:55:43.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=414d63793d97d453 -C extra-filename=-414d63793d97d453 --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-85727a65f2ef0e54.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d6284bad7afdb69d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc4bcf66e079b19e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-63995d272deccbd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-36008563be77278c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-50386b54943ae2b4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3350d6ce01d6ba18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5390a01845be13b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38202023-10-24T20:55:55.351Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5a19966e6b5643f1 -C extra-filename=-5a19966e6b5643f1 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-beea75271f9723a1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38212023-10-24T20:55:57.467Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ebba476aee1e0ee -C extra-filename=-6ebba476aee1e0ee --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-fd65950338efc661.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ead95ccd6333dc84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38222023-10-24T20:55:57.959Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=083845bedc461cbe -C extra-filename=-083845bedc461cbe --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-85727a65f2ef0e54.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9c41f578280acb04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cc07baa52a7c4359.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-786c15021726abc6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b6556039bc981f4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-888e3ba59efa9e5a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-091bfcc9fc1cfea5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38232023-10-24T20:55:59.822Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19e8470bebf2c262 -C extra-filename=-19e8470bebf2c262 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38242023-10-24T20:56:01.282Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69bc168d37d4c3ec -C extra-filename=-69bc168d37d4c3ec --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-79aa4ee7526f4e96.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3ceeedb77866e986.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-82bdd3337a1ee1a0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38252023-10-24T20:56:10.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=52598b643b62cf90 -C extra-filename=-52598b643b62cf90 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-786b10bd0d619c1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38262023-10-24T20:56:10.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67e2733aa519ca6c -C extra-filename=-67e2733aa519ca6c --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21aea39204c30d47.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ce17b9d4ccff6bf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38272023-10-24T20:56:14.033Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f53d180e6af8d8a8 -C extra-filename=-f53d180e6af8d8a8 --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8f741fce3eeb8d61.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dd21a807423cfd79.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-fd65950338efc661.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-ead95ccd6333dc84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-872a3b397986e13f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-27eafa27c290df09.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fde7aefb21f79a2a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-82bdd3337a1ee1a0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6e82eaf549082671.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3350d6ce01d6ba18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-82f1c0f06da35675.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38282023-10-24T20:56:14.102Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e7fcfc7c214d21e7 -C extra-filename=-e7fcfc7c214d21e7 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21aea39204c30d47.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ce17b9d4ccff6bf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38292023-10-24T20:56:14.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=fa0b693edd7b6bcb -C extra-filename=-fa0b693edd7b6bcb --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-786b10bd0d619c1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38302023-10-24T20:56:30.436Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e00d38b5c3643583 -C extra-filename=-e00d38b5c3643583 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21aea39204c30d47.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38312023-10-24T20:56:31.792Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15224a182b6f197c -C extra-filename=-15224a182b6f197c --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b04fec2973add557.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38322023-10-24T20:56:34.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6efa67b10c7cfc45 -C extra-filename=-6efa67b10c7cfc45 --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-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7284e12ab6a7786c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38332023-10-24T20:56:35.259Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=12abd3fdaae49dc6 -C extra-filename=-12abd3fdaae49dc6 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-beea75271f9723a1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38342023-10-24T20:56:38.037Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1932a9b8948f7ce8 -C extra-filename=-1932a9b8948f7ce8 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38352023-10-24T20:56:38.930Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d16434daa7b4b67c -C extra-filename=-d16434daa7b4b67c --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-93e7807b59c730d8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-15c8cb82b723d31c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4aff1e7d0c3600.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-bc1f1d48dc2db56f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fde7aefb21f79a2a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38362023-10-24T20:56:41.315Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8867edf2240b55a0 -C extra-filename=-8867edf2240b55a0 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-23d933e2ac0f5de8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38372023-10-24T20:56:45.862Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=25ebcce233d92391 -C extra-filename=-25ebcce233d92391 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-786b10bd0d619c1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38382023-10-24T20:56:47.842Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3743e534ebde7415 -C extra-filename=-3743e534ebde7415 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b04fec2973add557.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38392023-10-24T20:56:52.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bb6a31e9881aa037 -C extra-filename=-bb6a31e9881aa037 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-37fee5ed357749c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38402023-10-24T20:56:56.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c6cede2f64a424e4 -C extra-filename=-c6cede2f64a424e4 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-beea75271f9723a1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38412023-10-24T20:57:04.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=921a318b7c217197 -C extra-filename=-921a318b7c217197 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38422023-10-24T20:57:10.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=886092e1abaf866a -C extra-filename=-886092e1abaf866a --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-23d933e2ac0f5de8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38432023-10-24T20:57:41.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b74b2b1a25b08c57 -C extra-filename=-b74b2b1a25b08c57 --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-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38442023-10-24T20:57:41.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ec708ef7f39b8c57 -C extra-filename=-ec708ef7f39b8c57 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38452023-10-24T20:57:41.722Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ecfa50e8c78fa0b1 -C extra-filename=-ecfa50e8c78fa0b1 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-23d933e2ac0f5de8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38462023-10-24T20:57:41.740Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d72ee93d35691ad2 -C extra-filename=-d72ee93d35691ad2 --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-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-786b10bd0d619c1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38472023-10-24T20:57:41.868Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=60eceae25a8c4205 -C extra-filename=-60eceae25a8c4205 --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-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-bec7e2935256cd9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38482023-10-24T20:57:41.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=282da4ea7f10b93e -C extra-filename=-282da4ea7f10b93e --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-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-bec7e2935256cd9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38492023-10-24T20:57:42.203Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99151f9ac6901de4 -C extra-filename=-99151f9ac6901de4 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38502023-10-24T20:57:44.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b999d84738865bf4 -C extra-filename=-b999d84738865bf4 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a8543e654b3d2cab.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38512023-10-24T20:57:48.426Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c74c9cf76bd9693 -C extra-filename=-8c74c9cf76bd9693 --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-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38522023-10-24T20:57:50.613Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f28e6d0b1ab83cc -C extra-filename=-6f28e6d0b1ab83cc --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-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38532023-10-24T20:57:53.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dbc916a3c80b277c -C extra-filename=-dbc916a3c80b277c --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-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38542023-10-24T20:58:10.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ce490ebdf903f5ab -C extra-filename=-ce490ebdf903f5ab --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38552023-10-24T20:58:11.164Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=90b2047a1fbefe15 -C extra-filename=-90b2047a1fbefe15 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38562023-10-24T20:58:16.491Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c2162824caac3e9e -C extra-filename=-c2162824caac3e9e --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-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38572023-10-24T20:58:18.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f52cd27f1cfd27e8 -C extra-filename=-f52cd27f1cfd27e8 --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-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38582023-10-24T20:58:20.966Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=433c85c8bddd2fbd -C extra-filename=-433c85c8bddd2fbd --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7efbce91240aefd6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38592023-10-24T20:58:21.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f1279036508825b -C extra-filename=-2f1279036508825b --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38602023-10-24T20:58:24.182Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=505aea0d6a194468 -C extra-filename=-505aea0d6a194468 --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-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-bec7e2935256cd9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38612023-10-24T20:58:24.790Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=481b017decf296d5 -C extra-filename=-481b017decf296d5 --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-6c1c7533973d77dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38622023-10-24T20:58:25.037Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2d65fd742ecb7c4 -C extra-filename=-f2d65fd742ecb7c4 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38632023-10-24T20:58:29.636Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=62f528b4d9a64db6 -C extra-filename=-62f528b4d9a64db6 --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-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38642023-10-24T20:58:30.101Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1992a405c1a052f -C extra-filename=-b1992a405c1a052f --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a8543e654b3d2cab.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38652023-10-24T20:58:33.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=0ec673dbc2c3e4d1 -C extra-filename=-0ec673dbc2c3e4d1 --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-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38662023-10-24T20:58:33.262Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63b84459f323cea4 -C extra-filename=-63b84459f323cea4 --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-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-94b76127c1a5f138.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38672023-10-24T20:58:33.821Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38682023-10-24T20:58:33.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=23055ed601b8abb0 -C extra-filename=-23055ed601b8abb0 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38692023-10-24T20:58:34.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a664cd629a21e8fd -C extra-filename=-a664cd629a21e8fd --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-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38702023-10-24T20:58:36.812Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=edd84e7f78386d9a -C extra-filename=-edd84e7f78386d9a --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38712023-10-24T20:58:39.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=df0612d72c820cd0 -C extra-filename=-df0612d72c820cd0 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38722023-10-24T20:58:40.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=47203e08a5ebc3eb -C extra-filename=-47203e08a5ebc3eb --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-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38732023-10-24T20:58:48.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e5ab7cc54b1618e -C extra-filename=-3e5ab7cc54b1618e --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-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38742023-10-24T20:58:59.336Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7f8554bdae0759fd -C extra-filename=-7f8554bdae0759fd --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38752023-10-24T20:59:07.536Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=657d23f501413e14 -C extra-filename=-657d23f501413e14 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38762023-10-24T20:59:23.666Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e58d3a4cedf80eb -C extra-filename=-3e58d3a4cedf80eb --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38772023-10-24T20:59:33.182Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0832f7f823f0d7e -C extra-filename=-a0832f7f823f0d7e --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-0cd7c1614351d401.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38782023-10-24T20:59:33.207Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6cd2ac423a699e46 -C extra-filename=-6cd2ac423a699e46 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38792023-10-24T20:59:33.962Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38802023-10-24T20:59:33.970Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f6182c0a2a917f51 -C extra-filename=-f6182c0a2a917f51 --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-c2bfe975986fcee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38812023-10-24T20:59:36.644Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4baf07188dafc364 -C extra-filename=-4baf07188dafc364 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38822023-10-24T20:59:39.308Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a77ded85afb23c1d -C extra-filename=-a77ded85afb23c1d --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38832023-10-24T20:59:41.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e3147fc7c8d803e -C extra-filename=-8e3147fc7c8d803e --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38842023-10-24T20:59:42.691Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e479741f5e1341f -C extra-filename=-8e479741f5e1341f --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-19c45446869f716f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38852023-10-24T20:59:44.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=310903b3f8185615 -C extra-filename=-310903b3f8185615 --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-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38862023-10-24T20:59:54.927Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=70a78e67eaa00939 -C extra-filename=-70a78e67eaa00939 --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-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38872023-10-24T20:59:57.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=ff35f9eead111b31 -C extra-filename=-ff35f9eead111b31 --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-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9ae1ca8c946755d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38882023-10-24T21:00:08.726Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=38a252e2e6a14faf -C extra-filename=-38a252e2e6a14faf --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-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38892023-10-24T21:00:15.077Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=349a1a63ed03e04a -C extra-filename=-349a1a63ed03e04a --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-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-94b76127c1a5f138.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38902023-10-24T21:00:15.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0f892fa54e1e20c -C extra-filename=-d0f892fa54e1e20c --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-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38912023-10-24T21:00:19.163Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8800014ba4fe139 -C extra-filename=-b8800014ba4fe139 --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-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38922023-10-24T21:00:20.856Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38932023-10-24T21:00:20.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7bd9f1214823ffc6 -C extra-filename=-7bd9f1214823ffc6 --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-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-fdc62c05801c4a0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38942023-10-24T21:00:28.890Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9475a100246d1310 -C extra-filename=-9475a100246d1310 --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-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38952023-10-24T21:00:32.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cd6d927f2f732bf7 -C extra-filename=-cd6d927f2f732bf7 --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-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38962023-10-24T21:00:32.564Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00f726ac2ea87598 -C extra-filename=-00f726ac2ea87598 --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-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38972023-10-24T21:00:36.980Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a7984417d2cb025 -C extra-filename=-7a7984417d2cb025 --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-021505f18bc0cefc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38982023-10-24T21:00:40.712Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1742171bc9cb8fc9 -C extra-filename=-1742171bc9cb8fc9 --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f779c56c1634240d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-2fc51486fa0f553f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38992023-10-24T21:00:43.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6ba4e52af27649c -C extra-filename=-b6ba4e52af27649c --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f779c56c1634240d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-2fc51486fa0f553f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39002023-10-24T21:00:48.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdaa2437133048c7 -C extra-filename=-bdaa2437133048c7 --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f779c56c1634240d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-2fc51486fa0f553f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39012023-10-24T21:00:51.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4f49d345835c830 -C extra-filename=-f4f49d345835c830 --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f779c56c1634240d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-51c4a52cd12ccfc4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-f1f10fed2e1230a0.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-2fc51486fa0f553f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39022023-10-24T21:00:53.290Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
39032023-10-24T21:00:53.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=79c53094967239ec -C extra-filename=-79c53094967239ec --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-c2bfe975986fcee0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39042023-10-24T21:00:54.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=1e8b78c20aaeaa91 -C extra-filename=-1e8b78c20aaeaa91 --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-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39052023-10-24T21:00:59.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=428a2d1daf473e1e -C extra-filename=-428a2d1daf473e1e --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-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39062023-10-24T21:01:00.346Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7e45eaf8b7c966aa -C extra-filename=-7e45eaf8b7c966aa --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-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39072023-10-24T21:01:01.360Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0a3d046684c30bdf -C extra-filename=-0a3d046684c30bdf --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-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39082023-10-24T21:01:01.955Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0417963d277fd0dc -C extra-filename=-0417963d277fd0dc --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-65f0a5b9aa27f6b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39092023-10-24T21:01:04.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a12e59b130f84bac -C extra-filename=-a12e59b130f84bac --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-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39102023-10-24T21:01:10.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d30768d1baad7ec3 -C extra-filename=-d30768d1baad7ec3 --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-c62751f94fa4ae21.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39112023-10-24T21:01:12.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=37d10678a9c92963 -C extra-filename=-37d10678a9c92963 --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-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a394a2ac4890de06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39122023-10-24T21:01:20.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c861bbcb62eaded1 -C extra-filename=-c861bbcb62eaded1 --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-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39132023-10-24T21:01:20.456Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5be3c3d32c80e395 -C extra-filename=-5be3c3d32c80e395 --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-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39142023-10-24T21:01:46.325Z Running `/home/build/.rustup/toolchains/1.72.1-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=cf190df5c5a767f6 -C extra-filename=-cf190df5c5a767f6 --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-951633e8fd59a40d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-efc8aa8cbc70d1df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39152023-10-24T21:01:47.172Z Compiling git2 v0.17.2
39162023-10-24T21:01:47.176Z Running `/home/build/.rustup/toolchains/1.72.1-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=a74210296b8089c3 -C extra-filename=-a74210296b8089c3 --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-cf190df5c5a767f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39172023-10-24T21:01:52.369Z Running `/home/build/.rustup/toolchains/1.72.1-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=476ff4d3582064e0 -C extra-filename=-476ff4d3582064e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a74210296b8089c3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
39182023-10-24T21:01:57.602Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39192023-10-24T21:01:57.613Z Running `/home/build/.rustup/toolchains/1.72.1-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=e997b4547a9af3ab -C extra-filename=-e997b4547a9af3ab --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-e997b4547a9af3ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-476ff4d3582064e0.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39202023-10-24T21:01:57.628Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-e997b4547a9af3ab/build-script-build`
39212023-10-24T21:01:57.639Z Running `/home/build/.rustup/toolchains/1.72.1-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=fc90245ad50d24c6 -C extra-filename=-fc90245ad50d24c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-45003a76cfc2b032.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-273d369680f451ba.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7235d37cc23c5aea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39222023-10-24T21:01:57.646Z Running `/home/build/.rustup/toolchains/1.72.1-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=88ff5be473b82a10 -C extra-filename=-88ff5be473b82a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-dd8804495b048268.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3bbb40d693d74e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-89c76b4793d0556a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-2ea949fc1a3445ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39232023-10-24T21:01:57.657Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39242023-10-24T21:01:57.661Z Running `/home/build/.rustup/toolchains/1.72.1-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=90aeba92b17732cc -C extra-filename=-90aeba92b17732cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-fc90245ad50d24c6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a3badb27cc5ccab4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39252023-10-24T21:01:58.471Z Running `/home/build/.rustup/toolchains/1.72.1-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=805321d701501dce -C extra-filename=-805321d701501dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-88ff5be473b82a10.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-3601e16433f2ad36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39262023-10-24T21:02:05.953Z Running `/home/build/.rustup/toolchains/1.72.1-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=f3ba2b67038eda67 -C extra-filename=-f3ba2b67038eda67 --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-6e8b3614361ee1b9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-fc90245ad50d24c6.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-90aeba92b17732cc.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-15c6b57d12faf175.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-432373ba147136b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bedb6bca93f6fc6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39272023-10-24T21:02:06.159Z Running `/home/build/.rustup/toolchains/1.72.1-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=f08c5686a3c21526 -C extra-filename=-f08c5686a3c21526 --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-42861dbc0a9d741b.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-88ff5be473b82a10.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-805321d701501dce.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82de5ae2d646ecf9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b52d6ffbe16f89f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-89c76b4793d0556a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39282023-10-24T21:02:21.307Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39292023-10-24T21:02:21.311Z Running `/home/build/.rustup/toolchains/1.72.1-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=4497fd1aa7f95093 -C extra-filename=-4497fd1aa7f95093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b6d8f5240dbd67ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-f3ba2b67038eda67.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-034a68bbd7338261.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-93472bdfc8e917d3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-15c6b57d12faf175.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-35c9a86b073d3ea0.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-1258b11e8414c505.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a8b552d56cedba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7d16738dcf693ae8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39302023-10-24T21:02:24.867Z Running `/home/build/.rustup/toolchains/1.72.1-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=c776d182683b8ecb -C extra-filename=-c776d182683b8ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-a06a5efbe71c3fa2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-f08c5686a3c21526.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-3da2617207199aec.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f076e67d2b4b4ebc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82de5ae2d646ecf9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2552f160df132d38.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-c44859783007fd3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-47be508dcfcfa82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-588b8227574195be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39312023-10-24T21:02:42.721Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39322023-10-24T21:02:42.725Z Running `/home/build/.rustup/toolchains/1.72.1-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=7546892aa4a93127 -C extra-filename=-7546892aa4a93127 --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-4497fd1aa7f95093.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39332023-10-24T21:02:43.461Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39342023-10-24T21:02:43.464Z Running `/home/build/.rustup/toolchains/1.72.1-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=8af0fb0fc9f826cf -C extra-filename=-8af0fb0fc9f826cf --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-7546892aa4a93127.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39352023-10-24T21:02:44.776Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39362023-10-24T21:02:44.795Z Running `/home/build/.rustup/toolchains/1.72.1-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=a8344831b9004d97 -C extra-filename=-a8344831b9004d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-23286d2a23822630.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-111cd48bac5bf539.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-93472bdfc8e917d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d560a941cdf9e0e3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-15c6b57d12faf175.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-432373ba147136b3.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-4497fd1aa7f95093.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-8af0fb0fc9f826cf.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-1258b11e8414c505.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-273d369680f451ba.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a0aab09c3f0dc33e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39372023-10-24T21:02:45.988Z Running `/home/build/.rustup/toolchains/1.72.1-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=a39281f7a63a4851 -C extra-filename=-a39281f7a63a4851 --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-c776d182683b8ecb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39382023-10-24T21:02:46.684Z Running `/home/build/.rustup/toolchains/1.72.1-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=88e6adc11708cb53 -C extra-filename=-88e6adc11708cb53 --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-a39281f7a63a4851.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39392023-10-24T21:02:48.042Z Running `/home/build/.rustup/toolchains/1.72.1-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=1a7e0225746dcbf7 -C extra-filename=-1a7e0225746dcbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d61a7d73c89ead88.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8b36144b6145a905.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f076e67d2b4b4ebc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c83aa845d543b5bd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82de5ae2d646ecf9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b52d6ffbe16f89f5.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-c776d182683b8ecb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-88e6adc11708cb53.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-c44859783007fd3e.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3bbb40d693d74e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-63c29002aab843db.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-beb98d0dd00b9bb2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39402023-10-24T21:02:53.638Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412023-10-24T21:02:53.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a9577c91c732c46 -C extra-filename=-8a9577c91c732c46 --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-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39422023-10-24T21:02:57.103Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf551abe01b7ee4f -C extra-filename=-bf551abe01b7ee4f --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-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a9a7fa563e3c3390.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-360c29aa1345c5d7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-73b6295c2efee470.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a22665fcc453c4d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-1a7e0225746dcbf7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9e1a9ef192b5bde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39432023-10-24T21:03:18.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8ddaefcb43b8c300 -C extra-filename=-8ddaefcb43b8c300 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39442023-10-24T21:03:44.279Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39452023-10-24T21:03:44.298Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=063488686fa665a6 -C extra-filename=-063488686fa665a6 --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-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-37fee5ed357749c1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39462023-10-24T21:03:52.024Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=52a5cc08458462b5 -C extra-filename=-52a5cc08458462b5 --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-85727a65f2ef0e54.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-888e3ba59efa9e5a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-94e6b60fd5d3500f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bf551abe01b7ee4f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a331a763ca554e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68c3b131751ab9f3.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-022a2e7fd6d66709.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39472023-10-24T21:04:56.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18f90d2f95ffb60a -C extra-filename=-18f90d2f95ffb60a --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a9a7fa563e3c3390.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-360c29aa1345c5d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-73b6295c2efee470.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bf551abe01b7ee4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a22665fcc453c4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-1a7e0225746dcbf7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9e1a9ef192b5bde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39482023-10-24T21:04:56.475Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4f26679e60ce075 -C extra-filename=-c4f26679e60ce075 --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a9a7fa563e3c3390.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-360c29aa1345c5d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-73b6295c2efee470.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bf551abe01b7ee4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a22665fcc453c4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-1a7e0225746dcbf7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9e1a9ef192b5bde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39492023-10-24T21:04:57.005Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5672c909f2ec11ef -C extra-filename=-5672c909f2ec11ef --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-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a9a7fa563e3c3390.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2fc0c6be95718d27.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-928d5e425e9e52b5.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-79a0e80772f7baa3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2ff8bce5d92a3a05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-360c29aa1345c5d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6e570a7eee4e3d82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-73b6295c2efee470.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3a91f93e1fd5e0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bf551abe01b7ee4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a22665fcc453c4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a30d0c7de0f87f74.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-1a7e0225746dcbf7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-34ccbf12b7f20cf3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9e1a9ef192b5bde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-56fecd4fb0961352.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39502023-10-24T21:05:15.772Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63f65b749b881bb4 -C extra-filename=-63f65b749b881bb4 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c08f000befae25ec.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-98759a452d3f06ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39512023-10-24T21:05:15.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0908adca5e1ac130 -C extra-filename=-0908adca5e1ac130 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39522023-10-24T21:05:16.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0402b5ddf1955725 -C extra-filename=-0402b5ddf1955725 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39532023-10-24T21:05:21.031Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5bbac5ce63d5cd2f -C extra-filename=-5bbac5ce63d5cd2f --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5cde1bc2e267367.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ee3534c9d9b53006.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39542023-10-24T21:05:21.279Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd9a690461524797 -C extra-filename=-bd9a690461524797 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39552023-10-24T21:05:26.751Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1cff66893e8e9225 -C extra-filename=-1cff66893e8e9225 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39562023-10-24T21:05:27.646Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29eb4146637c0af3 -C extra-filename=-29eb4146637c0af3 --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-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-5e336da35ff36a5a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5cbf9c5ab34b25e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2104781e65f4341.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b6556039bc981f4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-888e3ba59efa9e5a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a7633c63a1cd7236.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-94e6b60fd5d3500f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7315ce725195146c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a99c4bb049371b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be81c35b2fed5f8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-410fa8dc8894244e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ce729cc04219220e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39572023-10-24T21:05:41.188Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f573a5fe5d19d2c -C extra-filename=-7f573a5fe5d19d2c --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-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-5e336da35ff36a5a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cfab00d69b300be9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6a36fb3016cbed3d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5cbf9c5ab34b25e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-415468b55c785983.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f8d2d1aaf52b3ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8ea860992a7eeef2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5e1eea8e3e02ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f63eab926003249.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c2da164928c7cfa2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f4014f58356c655.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2104781e65f4341.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b6556039bc981f4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-888e3ba59efa9e5a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a7633c63a1cd7236.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-94e6b60fd5d3500f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-781a9694f8db891f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7315ce725195146c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-16c44bc27ba2885a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a99c4bb049371b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bdfaedbb05e264a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0d077bcfb9b5f71.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-be81c35b2fed5f8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-410fa8dc8894244e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e6ddd68644c71c12.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-161d78a76d5599e8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-99ebb4e5e1bc6b55.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0bc79a2a0a20e214.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-669df936e06938ed.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2785ec9ce2c6569a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ce729cc04219220e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a4308a338730f2ff.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-244e6f9a29fd37db.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-f5fae02a7e3c2d77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f022eeac50639e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3a4c37bf7327b182.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4408413865aa5455.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e7667cd0fad94d68.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a2b16c5f7c3a360.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39582023-10-24T21:05:44.057Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd17e3914a6f57d4 -C extra-filename=-bd17e3914a6f57d4 --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-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-119aa25e88d7b00b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b6480b0797d0c153.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bafdc3eadf910537.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-786c15021726abc6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-94e6b60fd5d3500f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52a5cc08458462b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-05a0317dfae8fb77.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7315ce725195146c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bf551abe01b7ee4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a331a763ca554e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c1bf8dcae8004fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-272760a486792eae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-bc1f1d48dc2db56f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f48e017ae060323b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/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-07050b6a5db31350/out -L native=/usr/lib/amd64`
39592023-10-24T21:06:09.764Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=24325958b35a3d08 -C extra-filename=-24325958b35a3d08 --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-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-379c4f8c8e58662f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39602023-10-24T21:06:09.770Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d5931f756dbb80ad -C extra-filename=-d5931f756dbb80ad --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c08f000befae25ec.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-98759a452d3f06ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39612023-10-24T21:06:09.821Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d765388156d4ff6 -C extra-filename=-1d765388156d4ff6 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c08f000befae25ec.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-98759a452d3f06ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39622023-10-24T21:06:09.892Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=17ab277bb84515a9 -C extra-filename=-17ab277bb84515a9 --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-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-379c4f8c8e58662f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39632023-10-24T21:06:13.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6027e3ec7dd26078 -C extra-filename=-6027e3ec7dd26078 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/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-07050b6a5db31350/out -L native=/usr/lib/amd64`
39642023-10-24T21:06:18.810Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=10a25fa481e11c20 -C extra-filename=-10a25fa481e11c20 --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-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/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-07050b6a5db31350/out -L native=/usr/lib/amd64`
39652023-10-24T21:06:21.739Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35f1f5a338298f98 -C extra-filename=-35f1f5a338298f98 --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-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c08f000befae25ec.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-98759a452d3f06ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39662023-10-24T21:18:21.999Z Finished test [unoptimized + debuginfo] target(s) in 37m 52s
39672023-10-24T21:18:22.546Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-5be3c3d32c80e395`
39682023-10-24T21:18:22.549Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-505aea0d6a194468`
39692023-10-24T21:18:22.552Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-60eceae25a8c4205`
39702023-10-24T21:18:22.555Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-282da4ea7f10b93e`
39712023-10-24T21:18:22.558Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-ce490ebdf903f5ab`
39722023-10-24T21:18:22.561Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-79c53094967239ec`
39732023-10-24T21:18:22.564Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-f6182c0a2a917f51`
39742023-10-24T21:18:22.566Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-37d10678a9c92963`
39752023-10-24T21:18:22.569Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-c2162824caac3e9e`
39762023-10-24T21:18:22.572Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-6cd2ac423a699e46`
39772023-10-24T21:18:22.575Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-8e3147fc7c8d803e`
39782023-10-24T21:18:22.578Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-df0612d72c820cd0`
39792023-10-24T21:18:22.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-3e58d3a4cedf80eb`
39802023-10-24T21:18:22.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-edd84e7f78386d9a`
39812023-10-24T21:18:22.587Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-7f8554bdae0759fd`
39822023-10-24T21:18:22.590Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-4baf07188dafc364`
39832023-10-24T21:18:22.593Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-657d23f501413e14`
39842023-10-24T21:18:22.595Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-0417963d277fd0dc`
39852023-10-24T21:18:22.598Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-a12e59b130f84bac`
39862023-10-24T21:18:22.600Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-7bd9f1214823ffc6`
39872023-10-24T21:18:22.603Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-0a3d046684c30bdf`
39882023-10-24T21:18:22.606Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-b74b2b1a25b08c57`
39892023-10-24T21:18:22.608Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-ff35f9eead111b31`
39902023-10-24T21:18:22.611Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-3743e534ebde7415`
39912023-10-24T21:18:22.614Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-15224a182b6f197c`
39922023-10-24T21:18:22.617Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-481b017decf296d5`
39932023-10-24T21:18:22.619Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2f1279036508825b`
39942023-10-24T21:18:22.622Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-1932a9b8948f7ce8`
39952023-10-24T21:18:22.625Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-19e8470bebf2c262`
39962023-10-24T21:18:22.654Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-f2d65fd742ecb7c4`
39972023-10-24T21:18:22.657Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-a77ded85afb23c1d`
39982023-10-24T21:18:22.660Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-23055ed601b8abb0`
39992023-10-24T21:18:22.663Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-7a7984417d2cb025`
40002023-10-24T21:18:22.665Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-b8800014ba4fe139`
40012023-10-24T21:18:22.668Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-f52cd27f1cfd27e8`
40022023-10-24T21:18:22.671Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-00f726ac2ea87598`
40032023-10-24T21:18:22.673Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-8c74c9cf76bd9693`
40042023-10-24T21:18:22.676Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-5bbac5ce63d5cd2f`
40052023-10-24T21:18:22.679Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-8e479741f5e1341f`
40062023-10-24T21:18:22.681Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-cd6d927f2f732bf7`
40072023-10-24T21:18:22.684Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-a0832f7f823f0d7e`
40082023-10-24T21:18:22.687Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-1e8b78c20aaeaa91`
40092023-10-24T21:18:22.690Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-c1c8ecedf5803c57`
40102023-10-24T21:18:22.692Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-6027e3ec7dd26078`
40112023-10-24T21:18:22.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-10a25fa481e11c20`
40122023-10-24T21:18:22.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-886092e1abaf866a`
40132023-10-24T21:18:22.701Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-ecfa50e8c78fa0b1`
40142023-10-24T21:18:22.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-8867edf2240b55a0`
40152023-10-24T21:18:22.706Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-63f65b749b881bb4`
40162023-10-24T21:18:22.709Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-35f1f5a338298f98`
40172023-10-24T21:18:22.711Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-1d765388156d4ff6`
40182023-10-24T21:18:22.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-d5931f756dbb80ad`
40192023-10-24T21:18:22.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-17ab277bb84515a9`
40202023-10-24T21:18:22.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-24325958b35a3d08`
40212023-10-24T21:18:22.722Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-433c85c8bddd2fbd`
40222023-10-24T21:18:22.725Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-f7e3a3b79ee335a1`
40232023-10-24T21:18:22.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-428a2d1daf473e1e`
40242023-10-24T21:18:22.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-d30768d1baad7ec3`
40252023-10-24T21:18:22.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8ddaefcb43b8c300`
40262023-10-24T21:18:22.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-bd9a690461524797`
40272023-10-24T21:18:22.738Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-0402b5ddf1955725`
40282023-10-24T21:18:22.740Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-0908adca5e1ac130`
40292023-10-24T21:18:22.743Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-1cff66893e8e9225`
40302023-10-24T21:18:22.746Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-310903b3f8185615`
40312023-10-24T21:18:22.749Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-7e45eaf8b7c966aa`
40322023-10-24T21:18:22.752Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-349a1a63ed03e04a`
40332023-10-24T21:18:22.754Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-63b84459f323cea4`
40342023-10-24T21:18:22.757Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-9475a100246d1310`
40352023-10-24T21:18:22.760Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-99151f9ac6901de4`
40362023-10-24T21:18:22.763Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-bb6a31e9881aa037`
40372023-10-24T21:18:22.766Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-619d2d9afd5ed6c4`
40382023-10-24T21:18:22.775Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-b1992a405c1a052f`
40392023-10-24T21:18:22.778Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-b999d84738865bf4`
40402023-10-24T21:18:22.781Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-0ec673dbc2c3e4d1`
40412023-10-24T21:18:22.784Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-c861bbcb62eaded1`
40422023-10-24T21:18:22.787Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-62f528b4d9a64db6`
40432023-10-24T21:18:22.790Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-70a78e67eaa00939`
40442023-10-24T21:18:22.793Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-90b2047a1fbefe15`
40452023-10-24T21:18:22.796Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-921a318b7c217197`
40462023-10-24T21:18:22.799Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-ec708ef7f39b8c57`
40472023-10-24T21:18:22.801Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-d72ee93d35691ad2`
40482023-10-24T21:18:22.804Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-25ebcce233d92391`
40492023-10-24T21:18:22.807Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-52598b643b62cf90`
40502023-10-24T21:18:22.809Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-fa0b693edd7b6bcb`
40512023-10-24T21:18:22.812Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-47203e08a5ebc3eb`
40522023-10-24T21:18:22.815Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-3e5ab7cc54b1618e`
40532023-10-24T21:18:22.817Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-c6cede2f64a424e4`
40542023-10-24T21:18:22.820Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-12abd3fdaae49dc6`
40552023-10-24T21:18:22.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-5a19966e6b5643f1`
40562023-10-24T21:18:22.826Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-d0f892fa54e1e20c`
40572023-10-24T21:18:22.829Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-6efa67b10c7cfc45`
40582023-10-24T21:18:22.831Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-cfbab12622ffd49e`
40592023-10-24T21:18:22.834Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-0fdf6550d9168935`
40602023-10-24T21:18:22.837Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-e00d38b5c3643583`
40612023-10-24T21:18:22.840Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-67e2733aa519ca6c`
40622023-10-24T21:18:22.842Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-e7fcfc7c214d21e7`
40632023-10-24T21:18:22.846Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-dbc916a3c80b277c`
40642023-10-24T21:18:22.848Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-6370d7b08e7c3d1c`
40652023-10-24T21:18:23.003Z
40662023-10-24T21:18:23.006Zreal 37:53.599876429
40672023-10-24T21:18:23.011Zuser 3:37:16.435894240
40682023-10-24T21:18:23.014Zsys 25:45.708772059
40692023-10-24T21:18:23.020Ztrap 10.927893621
40702023-10-24T21:18:23.025Ztflt 4.322240008
40712023-10-24T21:18:23.028Zdflt 57.140734578
40722023-10-24T21:18:23.031Zkflt 0.022219914
40732023-10-24T21:18:23.034Zlock 7:07:46.150086073
40742023-10-24T21:18:23.038Zslp 12:58:47.509264542
40752023-10-24T21:18:23.041Zlat 7:10.991951654
40762023-10-24T21:18:23.045Zstop 9:24.346362784
40772023-10-24T21:18:24.999Z
40782023-10-24T21:18:25.003Z ##### ###### #### #####
40792023-10-24T21:18:25.006Z # # # #
40802023-10-24T21:18:25.009Z # ##### #### #
40812023-10-24T21:18:25.011Z # # # #
40822023-10-24T21:18:25.014Z # # # # #
40832023-10-24T21:18:25.017Z # ###### #### #
40842023-10-24T21:18:25.021Z
40852023-10-24T21:18:25.968Z Downloading crates ...
40862023-10-24T21:18:26.885Z Downloaded option-ext v0.2.0
40872023-10-24T21:18:26.889Z Downloaded rand_hc v0.2.0
40882023-10-24T21:18:26.909Z Downloaded android_system_properties v0.1.5
40892023-10-24T21:18:26.918Z Downloaded iana-time-zone-haiku v0.1.2
40902023-10-24T21:18:26.925Z Downloaded fuchsia-cprng v0.1.1
40912023-10-24T21:18:26.927Z Downloaded errno-dragonfly v0.1.2
40922023-10-24T21:18:26.931Z Downloaded md5 v0.7.0
40932023-10-24T21:18:26.934Z Downloaded rdrand v0.4.0
40942023-10-24T21:18:26.937Z Downloaded wasm-bindgen-shared v0.2.87
40952023-10-24T21:18:26.940Z Downloaded redox_users v0.4.3
40962023-10-24T21:18:26.943Z Downloaded hermit-abi v0.3.2
40972023-10-24T21:18:26.947Z Downloaded redox_syscall v0.3.5
40982023-10-24T21:18:26.950Z Downloaded hermit-abi v0.1.19
40992023-10-24T21:18:26.953Z Downloaded critical-section v1.1.2
41002023-10-24T21:18:26.956Z Downloaded android-tzdata v0.1.1
41012023-10-24T21:18:26.960Z Downloaded bcrypt-pbkdf v0.10.0
41022023-10-24T21:18:26.963Z Downloaded windows-targets v0.42.2
41032023-10-24T21:18:26.966Z Downloaded core-foundation-sys v0.8.4
41042023-10-24T21:18:26.969Z Downloaded ipconfig v0.3.2
41052023-10-24T21:18:26.972Z Downloaded dirs v5.0.1
41062023-10-24T21:18:26.975Z Downloaded cbc v0.1.2
41072023-10-24T21:18:26.978Z Downloaded wasm-bindgen-futures v0.4.37
41082023-10-24T21:18:26.982Z Downloaded ghash v0.5.0
41092023-10-24T21:18:26.985Z Downloaded atomic-polyfill v0.1.11
41102023-10-24T21:18:26.988Z Downloaded ed25519 v2.2.2
41112023-10-24T21:18:26.992Z Downloaded core-foundation v0.9.3
41122023-10-24T21:18:26.994Z Downloaded crossterm_winapi v0.9.1
41132023-10-24T21:18:26.997Z Downloaded winapi-util v0.1.5
41142023-10-24T21:18:27.000Z Downloaded wasm-bindgen-backend v0.2.87
41152023-10-24T21:18:27.003Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
41162023-10-24T21:18:27.009Z Downloaded dirs-sys v0.4.1
41172023-10-24T21:18:27.013Z Downloaded windows-targets v0.48.5
41182023-10-24T21:18:27.016Z Downloaded russh-cryptovec v0.7.0
41192023-10-24T21:18:27.020Z Downloaded russh-keys v0.38.0
41202023-10-24T21:18:27.023Z Downloaded redox_syscall v0.2.16
41212023-10-24T21:18:27.043Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
41222023-10-24T21:18:27.045Z Downloaded password-hash v0.4.2
41232023-10-24T21:18:27.049Z Downloaded anstyle-wincon v2.1.0
41242023-10-24T21:18:27.051Z Downloaded wasm-bindgen-macro-support v0.2.87
41252023-10-24T21:18:27.057Z Downloaded rand_core v0.3.1
41262023-10-24T21:18:27.061Z Downloaded getrandom v0.1.16
41272023-10-24T21:18:27.064Z Downloaded wasm-bindgen-macro v0.2.87
41282023-10-24T21:18:27.066Z Downloaded wasm-streams v0.3.0
41292023-10-24T21:18:27.070Z Downloaded encode_unicode v0.3.6
41302023-10-24T21:18:27.072Z Downloaded rand_chacha v0.2.2
41312023-10-24T21:18:27.076Z Downloaded blowfish v0.9.1
41322023-10-24T21:18:27.078Z Downloaded security-framework-sys v2.9.1
41332023-10-24T21:18:27.081Z Downloaded pbkdf2 v0.12.2
41342023-10-24T21:18:27.084Z Downloaded rand_core v0.5.1
41352023-10-24T21:18:27.087Z Downloaded rand_core v0.4.2
41362023-10-24T21:18:27.091Z Downloaded pbkdf2 v0.11.0
41372023-10-24T21:18:27.094Z Downloaded fs2 v0.4.3
41382023-10-24T21:18:27.097Z Downloaded js-sys v0.3.64
41392023-10-24T21:18:27.102Z Downloaded ed25519-dalek v2.0.0
41402023-10-24T21:18:27.105Z Downloaded winreg v0.50.0
41412023-10-24T21:18:27.108Z Downloaded schannel v0.1.22
41422023-10-24T21:18:27.111Z Downloaded bumpalo v3.13.0
41432023-10-24T21:18:27.123Z Downloaded widestring v1.0.2
41442023-10-24T21:18:27.130Z Downloaded rand v0.7.3
41452023-10-24T21:18:27.139Z Downloaded russh v0.38.0
41462023-10-24T21:18:27.147Z Downloaded security-framework v2.9.2
41472023-10-24T21:18:27.193Z Downloaded aes-gcm v0.10.2
41482023-10-24T21:18:27.231Z Downloaded wasm-bindgen v0.2.87
41492023-10-24T21:18:27.584Z Downloaded windows_x86_64_gnullvm v0.42.2
41502023-10-24T21:18:27.605Z Downloaded windows_aarch64_gnullvm v0.42.2
41512023-10-24T21:18:27.642Z Downloaded windows_aarch64_gnullvm v0.48.5
41522023-10-24T21:18:27.674Z Downloaded windows_x86_64_gnullvm v0.48.5
41532023-10-24T21:18:27.731Z Downloaded fiat-crypto v0.2.1
41542023-10-24T21:18:27.951Z Downloaded windows_x86_64_msvc v0.42.2
41552023-10-24T21:18:27.973Z Downloaded windows_aarch64_msvc v0.42.2
41562023-10-24T21:18:28.011Z Downloaded windows_x86_64_gnu v0.42.2
41572023-10-24T21:18:28.058Z Downloaded windows_i686_msvc v0.42.2
41582023-10-24T21:18:28.103Z Downloaded windows_i686_gnu v0.42.2
41592023-10-24T21:18:28.136Z Downloaded web-sys v0.3.64
41602023-10-24T21:18:28.375Z Downloaded windows_aarch64_msvc v0.48.5
41612023-10-24T21:18:28.402Z Downloaded windows_x86_64_gnu v0.48.5
41622023-10-24T21:18:28.441Z Downloaded windows_x86_64_msvc v0.48.5
41632023-10-24T21:18:28.468Z Downloaded windows_i686_gnu v0.48.5
41642023-10-24T21:18:28.517Z Downloaded windows_i686_msvc v0.48.5
41652023-10-24T21:18:28.548Z Downloaded linux-raw-sys v0.3.8
41662023-10-24T21:18:28.617Z Downloaded linux-raw-sys v0.4.5
41672023-10-24T21:18:28.705Z Downloaded winapi v0.3.9
41682023-10-24T21:18:29.177Z Downloaded windows-sys v0.45.0
41692023-10-24T21:18:29.345Z Downloaded windows-sys v0.48.0
41702023-10-24T21:18:29.538Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
41712023-10-24T21:18:29.831Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
41722023-10-24T21:18:30.634Z Downloaded windows v0.48.0
41732023-10-24T21:18:31.732Zinfo: experimental features enabled: setup-scripts
41742023-10-24T21:18:33.484Z Finished test [unoptimized + debuginfo] target(s) in 1.73s
41752023-10-24T21:18:35.064Z Starting 939 tests across 98 binaries (4 skipped)
41762023-10-24T21:18:35.071Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
41772023-10-24T21:18:36.167Z Compiling unicode-ident v1.0.12
41782023-10-24T21:18:36.170Z Compiling cfg-if v1.0.0
41792023-10-24T21:18:36.173Z Compiling once_cell v1.18.0
41802023-10-24T21:18:36.202Z Compiling libc v0.2.149
41812023-10-24T21:18:36.205Z Compiling serde_json v1.0.107
41822023-10-24T21:18:36.209Z Compiling memchr v2.6.3
41832023-10-24T21:18:36.216Z Compiling generic-array v0.14.7
41842023-10-24T21:18:36.228Z Compiling itoa v1.0.9
41852023-10-24T21:18:36.245Z Compiling getrandom v0.2.10
41862023-10-24T21:18:36.887Z Compiling proc-macro2 v1.0.67
41872023-10-24T21:18:36.914Z Compiling log v0.4.20
41882023-10-24T21:18:37.013Z Compiling ryu v1.0.15
41892023-10-24T21:18:37.258Z Compiling scopeguard v1.2.0
41902023-10-24T21:18:37.278Z Compiling libm v0.2.7
41912023-10-24T21:18:37.317Z Compiling smallvec v1.11.0
41922023-10-24T21:18:37.462Z Compiling lock_api v0.4.10
41932023-10-24T21:18:37.543Z Compiling heck v0.4.1
41942023-10-24T21:18:37.657Z Compiling byteorder v1.4.3
41952023-10-24T21:18:37.993Z Compiling ahash v0.8.3
41962023-10-24T21:18:38.200Z Compiling quote v1.0.33
41972023-10-24T21:18:38.226Z Compiling pin-project-lite v0.2.13
41982023-10-24T21:18:38.443Z Compiling rand_core v0.6.4
41992023-10-24T21:18:38.471Z Compiling fnv v1.0.7
42002023-10-24T21:18:38.679Z Compiling jobserver v0.1.26
42012023-10-24T21:18:39.152Z Compiling syn v2.0.32
42022023-10-24T21:18:39.197Z Compiling cc v1.0.83
42032023-10-24T21:18:39.292Z Compiling syn v1.0.109
42042023-10-24T21:18:39.303Z Compiling num-traits v0.2.16
42052023-10-24T21:18:39.333Z Compiling parking_lot_core v0.9.8
42062023-10-24T21:18:39.598Z Compiling typenum v1.16.0
42072023-10-24T21:18:39.808Z Compiling iana-time-zone v0.1.57
42082023-10-24T21:18:40.082Z Compiling parking_lot v0.12.1
42092023-10-24T21:18:40.333Z Compiling futures-core v0.3.28
42102023-10-24T21:18:40.381Z Compiling ucd-trie v0.1.6
42112023-10-24T21:18:40.711Z Compiling signal-hook-registry v1.4.1
42122023-10-24T21:18:41.219Z Compiling socket2 v0.5.4
42132023-10-24T21:18:41.598Z Compiling mio v0.8.8
42142023-10-24T21:18:41.816Z Compiling num_cpus v1.16.0
42152023-10-24T21:18:42.005Z Compiling spin v0.5.2
42162023-10-24T21:18:42.027Z Compiling futures-sink v0.3.28
42172023-10-24T21:18:42.270Z Compiling dyn-clone v1.0.13
42182023-10-24T21:18:42.368Z Compiling tinyvec_macros v0.1.1
42192023-10-24T21:18:42.506Z Compiling tinyvec v1.6.0
42202023-10-24T21:18:42.561Z Compiling futures-channel v0.3.28
42212023-10-24T21:18:42.629Z Compiling slab v0.4.9
42222023-10-24T21:18:42.802Z Compiling futures-task v0.3.28
42232023-10-24T21:18:43.087Z Compiling futures-io v0.3.28
42242023-10-24T21:18:43.230Z Compiling allocator-api2 v0.2.16
42252023-10-24T21:18:43.285Z Compiling pin-utils v0.1.0
42262023-10-24T21:18:43.451Z Compiling time-core v0.1.1
42272023-10-24T21:18:43.543Z Compiling hashbrown v0.13.2
42282023-10-24T21:18:43.546Z Compiling aho-corasick v1.0.4
42292023-10-24T21:18:43.725Z Compiling time-macros v0.2.13
42302023-10-24T21:18:44.001Z Compiling ring v0.16.20
42312023-10-24T21:18:44.558Z Compiling openssl-sys v0.9.93
42322023-10-24T21:18:45.210Z Compiling unicode-normalization v0.1.22
42332023-10-24T21:18:45.444Z Compiling hashbrown v0.14.0
42342023-10-24T21:18:46.272Z Compiling openssl v0.10.57
42352023-10-24T21:18:46.304Z Compiling native-tls v0.2.11
42362023-10-24T21:18:46.335Z Compiling tracing-core v0.1.31
42372023-10-24T21:18:47.043Z Compiling unicode-bidi v0.3.13
42382023-10-24T21:18:47.433Z Compiling regex-syntax v0.7.5
42392023-10-24T21:18:48.620Z Compiling equivalent v1.0.1
42402023-10-24T21:18:48.797Z Compiling const-oid v0.9.5
42412023-10-24T21:18:48.976Z Compiling subtle v2.5.0
42422023-10-24T21:18:49.236Z Compiling ppv-lite86 v0.2.17
42432023-10-24T21:18:49.337Z Compiling rustls v0.21.7
42442023-10-24T21:18:49.381Z Compiling bzip2-sys v0.1.11+1.0.8
42452023-10-24T21:18:49.459Z Compiling base64 v0.21.4
42462023-10-24T21:18:50.183Z Compiling strsim v0.10.0
42472023-10-24T21:18:50.529Z Compiling rand_chacha v0.3.1
42482023-10-24T21:18:50.617Z Compiling untrusted v0.7.1
42492023-10-24T21:18:51.254Z Compiling serde_derive_internals v0.26.0
42502023-10-24T21:18:52.121Z Compiling synstructure v0.12.6
42512023-10-24T21:18:52.124Z Compiling rand v0.8.5
42522023-10-24T21:18:54.387Z Compiling regex-automata v0.3.8
42532023-10-24T21:18:55.323Z Compiling thread-id v4.2.0
42542023-10-24T21:18:55.368Z Compiling num-bigint v0.4.4
42552023-10-24T21:18:55.494Z Compiling hashbrown v0.12.3
42562023-10-24T21:18:56.169Z Compiling foreign-types-shared v0.1.1
42572023-10-24T21:18:56.340Z Compiling percent-encoding v2.3.0
42582023-10-24T21:18:56.712Z Compiling unicode-width v0.1.10
42592023-10-24T21:18:56.763Z Compiling bitflags v1.3.2
42602023-10-24T21:18:56.862Z Compiling openssl-probe v0.1.5
42612023-10-24T21:18:56.941Z Compiling foreign-types v0.3.2
42622023-10-24T21:18:57.320Z Compiling indexmap v1.9.3
42632023-10-24T21:18:57.454Z Compiling backtrace v0.3.69
42642023-10-24T21:18:57.668Z Compiling errno v0.3.2
42652023-10-24T21:18:57.957Z Compiling siphasher v0.3.11
42662023-10-24T21:18:58.193Z Compiling try-lock v0.2.4
42672023-10-24T21:18:58.441Z Compiling adler v1.0.2
42682023-10-24T21:18:58.600Z Compiling want v0.3.1
42692023-10-24T21:18:58.675Z Compiling miniz_oxide v0.7.1
42702023-10-24T21:18:58.839Z Compiling form_urlencoded v1.2.0
42712023-10-24T21:18:59.027Z Compiling rustls-webpki v0.101.4
42722023-10-24T21:18:59.320Z Compiling sct v0.7.0
42732023-10-24T21:18:59.784Z Compiling io-lifetimes v1.0.11
42742023-10-24T21:18:59.798Z Compiling lazy_static v1.4.0
42752023-10-24T21:18:59.972Z Compiling httparse v1.8.0
42762023-10-24T21:19:00.107Z Compiling socket2 v0.4.9
42772023-10-24T21:19:01.081Z Compiling tower-service v0.3.2
42782023-10-24T21:19:01.085Z Compiling anstyle v1.0.2
42792023-10-24T21:19:01.105Z Compiling utf8parse v0.2.1
42802023-10-24T21:19:01.286Z Compiling cpufeatures v0.2.9
42812023-10-24T21:19:01.366Z Compiling httpdate v1.0.3
42822023-10-24T21:19:01.447Z Compiling anstyle-parse v0.2.1
42832023-10-24T21:19:01.756Z Compiling serde_derive v1.0.188
42842023-10-24T21:19:01.824Z Compiling zeroize_derive v1.4.2
42852023-10-24T21:19:01.965Z Compiling thiserror-impl v1.0.49
42862023-10-24T21:19:01.975Z Compiling tokio-macros v2.1.0
42872023-10-24T21:19:01.994Z Compiling futures-macro v0.3.28
42882023-10-24T21:19:02.054Z Compiling tracing-attributes v0.1.26
42892023-10-24T21:19:04.461Z Compiling schemars_derive v0.8.13
42902023-10-24T21:19:04.727Z Compiling zeroize v1.6.0
42912023-10-24T21:19:06.906Z Compiling thiserror v1.0.49
42922023-10-24T21:19:07.105Z Compiling pest v2.7.2
42932023-10-24T21:19:07.703Z Compiling openssl-macros v0.1.1
42942023-10-24T21:19:07.832Z Compiling zerocopy-derive v0.2.0
42952023-10-24T21:19:08.523Z Compiling crypto-common v0.1.6
42962023-10-24T21:19:08.847Z Compiling futures-util v0.3.28
42972023-10-24T21:19:10.424Z Compiling tracing v0.1.37
42982023-10-24T21:19:10.732Z Compiling block-buffer v0.10.4
42992023-10-24T21:19:10.942Z Compiling zerocopy v0.3.0
43002023-10-24T21:19:11.116Z Compiling digest v0.10.7
43012023-10-24T21:19:11.814Z Compiling pest_meta v2.7.2
43022023-10-24T21:19:12.224Z Compiling dof v0.1.5
43032023-10-24T21:19:12.263Z Compiling regex v1.9.5
43042023-10-24T21:19:12.767Z Compiling async-trait v0.1.73
43052023-10-24T21:19:13.646Z Compiling hubpack_derive v0.1.1
43062023-10-24T21:19:14.121Z Compiling pest_generator v2.7.2
43072023-10-24T21:19:15.011Z Compiling zerocopy-derive v0.6.4
43082023-10-24T21:19:15.193Z Compiling hmac v0.12.1
43092023-10-24T21:19:15.199Z Compiling serde v1.0.188
43102023-10-24T21:19:17.076Z Compiling md-5 v0.10.5
43112023-10-24T21:19:17.120Z Compiling sha2 v0.10.7
43122023-10-24T21:19:17.446Z Compiling strum_macros v0.25.2
43132023-10-24T21:19:18.419Z Compiling rustix v0.37.23
43142023-10-24T21:19:19.286Z Compiling pest_derive v2.7.2
43152023-10-24T21:19:19.439Z Compiling diesel_table_macro_syntax v0.1.0
43162023-10-24T21:19:19.824Z Compiling rustls-pemfile v1.0.3
43172023-10-24T21:19:20.062Z Compiling idna v0.4.0
43182023-10-24T21:19:20.364Z Compiling stringprep v0.1.3
43192023-10-24T21:19:20.649Z Compiling dtrace-parser v0.1.14
43202023-10-24T21:19:21.711Z Compiling regress v0.7.1
43212023-10-24T21:19:21.811Z Compiling num-integer v0.1.45
43222023-10-24T21:19:22.500Z Compiling hash32 v0.2.1
43232023-10-24T21:19:23.090Z Compiling spin v0.9.8
43242023-10-24T21:19:23.123Z Compiling gimli v0.28.0
43252023-10-24T21:19:23.168Z Compiling stable_deref_trait v1.2.0
43262023-10-24T21:19:23.519Z Compiling anstyle-query v1.0.0
43272023-10-24T21:19:23.624Z Compiling either v1.9.0
43282023-10-24T21:19:23.725Z Compiling colorchoice v1.0.0
43292023-10-24T21:19:23.739Z Compiling fallible-iterator v0.2.0
43302023-10-24T21:19:23.969Z Compiling anstream v0.5.0
43312023-10-24T21:19:23.975Z Compiling time v0.3.27
43322023-10-24T21:19:24.182Z Compiling url v2.4.1
43332023-10-24T21:19:24.963Z Compiling terminal_size v0.2.6
43342023-10-24T21:19:24.975Z Compiling rustls-native-certs v0.6.3
43352023-10-24T21:19:25.251Z Compiling diesel_derives v2.1.1
43362023-10-24T21:19:25.539Z Compiling bytes v1.5.0
43372023-10-24T21:19:27.096Z Compiling uuid v1.4.1
43382023-10-24T21:19:27.925Z Compiling chrono v0.4.31
43392023-10-24T21:19:28.249Z Compiling tokio v1.33.0
43402023-10-24T21:19:31.089Z Compiling http v0.2.9
43412023-10-24T21:19:32.504Z Compiling schemars v0.8.13
43422023-10-24T21:19:33.218Z Compiling semver v1.0.18
43432023-10-24T21:19:34.234Z Compiling rustc_version v0.4.0
43442023-10-24T21:19:34.431Z Compiling bitflags v2.4.0
43452023-10-24T21:19:35.162Z Compiling indexmap v2.0.0
43462023-10-24T21:19:35.271Z Compiling heapless v0.7.16
43472023-10-24T21:19:36.060Z Compiling usdt-impl v0.3.5
43482023-10-24T21:19:36.479Z Compiling serde_tokenstream v0.1.7
43492023-10-24T21:19:37.283Z Compiling http-body v0.4.5
43502023-10-24T21:19:37.951Z Compiling serde_tokenstream v0.2.0
43512023-10-24T21:19:37.995Z Compiling openapiv3 v1.0.3
43522023-10-24T21:19:38.661Z Compiling usdt-macro v0.3.5
43532023-10-24T21:19:38.827Z Compiling usdt-attr-macro v0.3.5
43542023-10-24T21:19:41.969Z Compiling tokio-util v0.7.8
43552023-10-24T21:19:44.930Z Compiling h2 v0.3.21
43562023-10-24T21:19:45.833Z Compiling tokio-rustls v0.24.1
43572023-10-24T21:19:46.687Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43582023-10-24T21:19:49.398Z Compiling tokio-native-tls v0.3.1
43592023-10-24T21:19:49.927Z Compiling addr2line v0.21.0
43602023-10-24T21:19:50.966Z Compiling postgres-protocol v0.6.6
43612023-10-24T21:19:51.302Z Compiling serde_spanned v0.6.3
43622023-10-24T21:19:51.690Z Compiling toml_datetime v0.6.3
43632023-10-24T21:19:52.379Z Compiling block-padding v0.3.3
43642023-10-24T21:19:52.755Z Compiling enum-as-inner v0.5.1
43652023-10-24T21:19:53.040Z Compiling serde_repr v0.1.16
43662023-10-24T21:19:53.595Z Compiling clap_derive v4.4.2
43672023-10-24T21:19:54.585Z Compiling phf_shared v0.11.2
43682023-10-24T21:19:54.993Z Compiling crc32fast v1.3.2
43692023-10-24T21:19:55.179Z Compiling scheduled-thread-pool v0.2.7
43702023-10-24T21:19:55.510Z Compiling object v0.32.1
43712023-10-24T21:19:55.993Z Compiling managed v0.8.0
43722023-10-24T21:19:56.759Z Compiling hyper v0.14.27
43732023-10-24T21:20:02.456Z Compiling clap_lex v0.5.1
43742023-10-24T21:20:03.197Z Compiling matches v0.1.10
43752023-10-24T21:20:03.375Z Compiling winnow v0.5.15
43762023-10-24T21:20:03.671Z Compiling rustc-demangle v0.1.23
43772023-10-24T21:20:04.092Z Compiling tap v1.0.1
43782023-10-24T21:20:04.375Z Compiling regex-automata v0.1.10
43792023-10-24T21:20:05.218Z Compiling deranged v0.3.8
43802023-10-24T21:20:05.226Z Compiling num_threads v0.1.6
43812023-10-24T21:20:05.415Z Compiling ipnet v2.8.0
43822023-10-24T21:20:05.681Z Compiling bit-vec v0.6.3
43832023-10-24T21:20:07.251Z Compiling bstr v0.2.17
43842023-10-24T21:20:07.283Z Compiling wyz v0.5.1
43852023-10-24T21:20:08.038Z Compiling idna v0.2.3
43862023-10-24T21:20:09.614Z Compiling toml_edit v0.19.15
43872023-10-24T21:20:09.646Z Compiling clap_builder v4.4.2
43882023-10-24T21:20:10.562Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43892023-10-24T21:20:11.519Z Compiling smoltcp v0.9.1
43902023-10-24T21:20:12.157Z Compiling r2d2 v0.8.10
43912023-10-24T21:20:12.741Z Compiling flate2 v1.0.27
43922023-10-24T21:20:13.182Z Compiling phf v0.11.2
43932023-10-24T21:20:13.717Z Compiling hyper-rustls v0.24.1
43942023-10-24T21:20:14.375Z Compiling hyper-tls v0.5.0
43952023-10-24T21:20:14.834Z Compiling inout v0.1.3
43962023-10-24T21:20:14.961Z Compiling postgres-types v0.2.6
43972023-10-24T21:20:15.111Z Compiling ipnetwork v0.20.0
43982023-10-24T21:20:15.253Z Compiling hubpack v0.1.2
43992023-10-24T21:20:15.976Z Compiling serde_urlencoded v0.7.1
44002023-10-24T21:20:16.424Z Compiling itertools v0.11.0
44012023-10-24T21:20:16.986Z Compiling futures-executor v0.3.28
44022023-10-24T21:20:17.338Z Compiling zerocopy v0.6.4
44032023-10-24T21:20:17.817Z Compiling memoffset v0.9.0
44042023-10-24T21:20:17.995Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
44052023-10-24T21:20:18.069Z Compiling radium v0.7.0
44062023-10-24T21:20:18.441Z Compiling phf_shared v0.10.0
44072023-10-24T21:20:18.666Z Compiling crossbeam-utils v0.8.16
44082023-10-24T21:20:18.849Z Compiling float-cmp v0.9.0
44092023-10-24T21:20:18.877Z Compiling encoding_rs v0.8.33
44102023-10-24T21:20:19.079Z Compiling normalize-line-endings v0.3.0
44112023-10-24T21:20:19.213Z Compiling smawk v0.3.1
44122023-10-24T21:20:19.273Z Compiling static_assertions v1.1.0
44132023-10-24T21:20:19.436Z Compiling predicates-core v1.0.6
44142023-10-24T21:20:19.530Z Compiling webpki-roots v0.25.2
44152023-10-24T21:20:19.802Z Compiling new_debug_unreachable v1.0.4
44162023-10-24T21:20:19.941Z Compiling unicode-linebreak v0.1.5
44172023-10-24T21:20:19.953Z Compiling data-encoding v2.4.0
44182023-10-24T21:20:20.387Z Compiling funty v2.0.0
44192023-10-24T21:20:20.796Z Compiling fixedbitset v0.4.2
44202023-10-24T21:20:21.446Z Compiling mime v0.3.17
44212023-10-24T21:20:21.480Z Compiling unicode-segmentation v1.10.1
44222023-10-24T21:20:21.496Z Compiling difflib v0.4.0
44232023-10-24T21:20:22.348Z Compiling precomputed-hash v0.1.1
44242023-10-24T21:20:22.539Z Compiling whoami v1.4.1
44252023-10-24T21:20:22.812Z Compiling similar v2.2.1
44262023-10-24T21:20:22.923Z Compiling string_cache v0.8.7
44272023-10-24T21:20:23.289Z Compiling reqwest v0.11.20
44282023-10-24T21:20:23.499Z Compiling tokio-postgres v0.7.10
44292023-10-24T21:20:23.945Z Compiling bitvec v1.0.1
44302023-10-24T21:20:23.967Z Compiling predicates v3.0.4
44312023-10-24T21:20:24.728Z Compiling yasna v0.5.2
44322023-10-24T21:20:24.732Z Compiling petgraph v0.6.4
44332023-10-24T21:20:26.109Z Compiling trust-dns-proto v0.22.0
44342023-10-24T21:20:26.268Z Compiling textwrap v0.16.0
44352023-10-24T21:20:26.555Z Compiling crossbeam-epoch v0.9.15
44362023-10-24T21:20:27.723Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
44372023-10-24T21:20:28.099Z Compiling diesel v2.1.1
44382023-10-24T21:20:30.672Z Compiling futures v0.3.28
44392023-10-24T21:20:30.859Z Compiling clap v4.4.3
44402023-10-24T21:20:32.340Z Compiling cipher v0.4.4
44412023-10-24T21:20:32.755Z Compiling toml v0.7.8
44422023-10-24T21:20:32.763Z Compiling anyhow v1.0.75
44432023-10-24T21:20:32.767Z Compiling bit-set v0.5.3
44442023-10-24T21:20:32.770Z Compiling tokio-stream v0.1.14
44452023-10-24T21:20:32.773Z Compiling usdt v0.3.5
44462023-10-24T21:20:32.775Z Compiling rustix v0.38.9
44472023-10-24T21:20:33.540Z Compiling hex v0.4.3
44482023-10-24T21:20:33.716Z Compiling num-iter v0.1.43
44492023-10-24T21:20:33.961Z Compiling itertools v0.10.5
44502023-10-24T21:20:34.024Z Compiling signature v2.1.0
44512023-10-24T21:20:34.590Z Compiling bstr v1.6.0
44522023-10-24T21:20:35.735Z Compiling console v0.15.7
44532023-10-24T21:20:37.471Z Compiling slog v2.7.0
44542023-10-24T21:20:37.476Z Compiling lalrpop-util v0.19.12
44552023-10-24T21:20:37.682Z Compiling darling_core v0.20.3
44562023-10-24T21:20:46.982Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44572023-10-24T21:20:47.140Z Compiling darling_macro v0.20.3
44582023-10-24T21:20:47.586Z Compiling structmeta-derive v0.1.6
44592023-10-24T21:20:48.091Z Compiling getopts v0.2.21
44602023-10-24T21:20:48.945Z Compiling serde_yaml v0.9.25
44612023-10-24T21:20:52.324Z Compiling structmeta v0.1.6
44622023-10-24T21:20:52.989Z Compiling darling v0.20.3
44632023-10-24T21:20:53.445Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44642023-10-24T21:20:55.478Z Compiling camino v1.1.6
44652023-10-24T21:20:56.639Z Compiling slog-json v2.6.1
44662023-10-24T21:20:58.149Z Compiling sha1 v0.10.5
44672023-10-24T21:20:58.619Z Compiling async-stream-impl v0.3.5
44682023-10-24T21:20:58.895Z Compiling parse-display-derive v0.7.0
44692023-10-24T21:21:00.875Z Compiling async-stream v0.3.5
44702023-10-24T21:21:01.388Z Compiling tempfile v3.8.0
44712023-10-24T21:21:04.605Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44722023-10-24T21:21:05.786Z Compiling slog-term v2.9.0
44732023-10-24T21:21:07.681Z Compiling slog-bunyan v2.4.0
44742023-10-24T21:21:09.651Z Compiling serde_with_macros v2.3.3
44752023-10-24T21:21:09.709Z Compiling multer v2.1.0
44762023-10-24T21:21:11.122Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44772023-10-24T21:21:11.818Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44782023-10-24T21:21:13.001Z Compiling serde_path_to_error v0.1.14
44792023-10-24T21:21:14.907Z Compiling backoff v0.4.0
44802023-10-24T21:21:15.080Z Compiling serde_with v2.3.3
44812023-10-24T21:21:15.337Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44822023-10-24T21:21:15.477Z Compiling parse-display v0.7.0
44832023-10-24T21:21:15.815Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
44842023-10-24T21:21:16.004Z Compiling headers-core v0.2.0
44852023-10-24T21:21:16.081Z Compiling macaddr v1.0.1
44862023-10-24T21:21:16.272Z Compiling strum v0.25.0
44872023-10-24T21:21:16.550Z Compiling headers v0.3.9
44882023-10-24T21:21:16.841Z Compiling rcgen v0.10.0
44892023-10-24T21:21:18.790Z Compiling camino-tempfile v1.0.2
44902023-10-24T21:21:19.471Z Compiling atomicwrites v0.4.2
44912023-10-24T21:21:21.369Z Compiling bzip2 v0.4.4
44922023-10-24T21:21:21.940Z Compiling zip v0.6.6
44932023-10-24T21:21:27.686Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44942023-10-24T21:21:31.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44952023-10-24T21:21:31.780Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44962023-10-24T21:21:52.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44972023-10-24T21:22:03.399Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44982023-10-24T21:22:06.045Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44992023-10-24T21:22:15.138Z Finished dev [unoptimized + debuginfo] target(s) in 3m 39s
45002023-10-24T21:22:15.187Z Running `target/debug/crdb-seed`
45012023-10-24T21:22:15.224ZOct 24 21:22:15.226 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpM7blPQ
45022023-10-24T21:22:15.230ZOct 24 21:22:15.226 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpPnjpWZ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpM7blPQ/listen-url
45032023-10-24T21:22:15.233ZOct 24 21:22:15.228 INFO cockroach environment: BUILDOMAT_JOB_ID=01HDHPD9ETT1BKJSGHZPEC4DY0 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-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=improve-oximeter-error-reporting GITHUB_REF=refs/heads/improve-oximeter-error-reporting GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c1b28752080cab696126f1d104ce379ec0a0cf78 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-73f44f7f2703292f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-d5da8041c384a28b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envRRVr7d NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=b266fa57-f2db-473b-9bee-941db1f1f1ef 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.72.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
45042023-10-24T21:22:16.614ZOct 24 21:22:16.616 INFO cockroach pid: 5729
45052023-10-24T21:22:16.617ZOct 24 21:22:16.616 INFO cockroach listen URL: postgresql://root@[::1]:33797/omicron?sslmode=disable
45062023-10-24T21:22:16.620ZOct 24 21:22:16.616 INFO cockroach: populating
45072023-10-24T21:22:18.683ZOct 24 21:22:18.685 INFO cockroach: populated
45082023-10-24T21:22:21.299ZOct 24 21:22:21.302 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/735a0302a1d88dec4b3612ee547dbee011bbf2c4fdaca89ea77959adecc64495.tar`
45092023-10-24T21:22:21.309Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
45102023-10-24T21:22:21.386Z PASS [ 0.046s] authz-macros::proc-macro/authz-macros test_authz_dump
45112023-10-24T21:22:21.389Z PASS [ 0.040s] bootstore schemes::tests::hello_roundtrip
45122023-10-24T21:22:21.392Z PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages
45132023-10-24T21:22:21.397Z PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
45142023-10-24T21:22:21.400Z PASS [ 0.039s] bootstore trust_quorum::rack_secret::tests::create_and_verify
45152023-10-24T21:22:21.403Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
45162023-10-24T21:22:21.414Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
45172023-10-24T21:22:21.417Z PASS [ 0.036s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
45182023-10-24T21:22:21.420Z PASS [ 0.036s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
45192023-10-24T21:22:21.431Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
45202023-10-24T21:22:21.450Z PASS [ 0.121s] bootstore schemes::v0::peer::tests::network_config
45212023-10-24T21:22:21.684Z PASS [ 0.265s] dns-server storage::test::test_update_basic
45222023-10-24T21:22:21.691Z PASS [ 0.258s] dns-server storage::test::test_update_in_progress
45232023-10-24T21:22:21.694Z PASS [ 0.267s] dns-server storage::test::test_update_interrupted
45242023-10-24T21:22:21.965Z PASS [ 0.521s] dns-server::basic_test a_crud
45252023-10-24T21:22:21.973Z PASS [ 0.523s] dns-server::basic_test aaaa_crud
45262023-10-24T21:22:22.058Z PASS [ 0.384s] dns-server::basic_test empty_record
45272023-10-24T21:22:22.108Z PASS [ 0.404s] dns-server::basic_test name_contains_zone
45282023-10-24T21:22:22.145Z PASS [ 0.458s] dns-server::basic_test multi_record_crud
45292023-10-24T21:22:22.365Z PASS [ 0.216s] dns-server::openapi_test test_dns_server_openapi
45302023-10-24T21:22:22.384Z PASS [ 0.405s] dns-server::basic_test servfail
45312023-10-24T21:22:22.395Z PASS [ 0.032s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
45322023-10-24T21:22:22.413Z PASS [ 0.025s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
45332023-10-24T21:22:22.426Z PASS [ 0.472s] dns-server::basic_test nxdomain
45342023-10-24T21:22:22.474Z PASS [ 0.073s] illumos-utils destructor::test::test_delayed_delete
45352023-10-24T21:22:22.480Z PASS [ 0.036s] illumos-utils destructor::test::test_destructor_bad_close
45362023-10-24T21:22:22.492Z PASS [ 0.417s] dns-server::basic_test srv_crud
45372023-10-24T21:22:22.501Z PASS [ 0.032s] illumos-utils link::test::test_allocate
45382023-10-24T21:22:22.509Z PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes
45392023-10-24T21:22:22.524Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
45402023-10-24T21:22:22.535Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
45412023-10-24T21:22:22.560Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
45422023-10-24T21:22:22.571Z PASS [ 1.212s] bootstore schemes::v0::peer::tests::basic_3_nodes
45432023-10-24T21:22:22.587Z PASS [ 0.037s] illumos-utils zpool::test::test_parse_bad_zpool_names
45442023-10-24T21:22:22.601Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_external_zpool_name
45452023-10-24T21:22:22.616Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_internal_zpool_name
45462023-10-24T21:22:22.632Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
45472023-10-24T21:22:22.652Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_missing_column
45482023-10-24T21:22:22.666Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_name_json
45492023-10-24T21:22:22.677Z PASS [ 0.035s] illumos-utils zpool::test::test_zpool_name_regex
45502023-10-24T21:22:22.776Z PASS [ 0.207s] installinator block_size_writer::tests::proptest_block_writer
45512023-10-24T21:22:22.815Z PASS [ 0.040s] internal-dns config::test::display_hosts
45522023-10-24T21:22:22.844Z PASS [ 0.031s] internal-dns config::test::display_srv_service
45532023-10-24T21:22:22.888Z PASS [ 0.042s] internal-dns config::test::test_builder_errors
45542023-10-24T21:22:22.915Z PASS [ 0.322s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
45552023-10-24T21:22:22.931Z PASS [ 0.045s] internal-dns config::test::test_builder_output
45562023-10-24T21:22:23.141Z PASS [ 0.735s] illumos-utils destructor::test::test_delayed_delete_with_error
45572023-10-24T21:22:23.445Z PASS [ 0.507s] internal-dns resolver::test::insert_and_lookup_one_record
45582023-10-24T21:22:23.564Z PASS [ 0.647s] internal-dns resolver::test::insert_and_lookup_multiple_records
45592023-10-24T21:22:23.570Z PASS [ 0.432s] internal-dns resolver::test::lookup_nonexistent_record_fails
45602023-10-24T21:22:24.161Z PASS [ 0.598s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
45612023-10-24T21:22:24.181Z PASS [ 0.731s] internal-dns resolver::test::resolver_can_access_backup_dns_server
45622023-10-24T21:22:24.205Z PASS [ 0.036s] ipcc-key-value tests::deserialize_fixed_value
45632023-10-24T21:22:24.248Z PASS [ 0.671s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
45642023-10-24T21:22:24.269Z PASS [ 0.056s] ipcc-key-value tests::installinator_image_id_round_trip
45652023-10-24T21:22:24.290Z PASS [ 0.050s] ipcc-key-value tests::serialized_size
45662023-10-24T21:22:24.317Z PASS [ 0.056s] key-manager tests::different_disks_produce_different_keys
45672023-10-24T21:22:24.327Z PASS [ 0.033s] key-manager tests::different_ikm_produces_different_keys
45682023-10-24T21:22:24.348Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
45692023-10-24T21:22:24.365Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
45702023-10-24T21:22:24.380Z PASS [ 0.033s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
45712023-10-24T21:22:24.392Z PASS [ 0.038s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
45722023-10-24T21:22:24.425Z PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
45732023-10-24T21:22:24.457Z PASS [ 0.076s] nexus-db-model device_auth::test::test_generate_user_code
45742023-10-24T21:22:24.464Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
45752023-10-24T21:22:24.488Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
45762023-10-24T21:22:24.501Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
45772023-10-24T21:22:24.529Z PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings
45782023-10-24T21:22:24.556Z PASS [ 0.043s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
45792023-10-24T21:22:24.585Z PASS [ 0.055s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
45802023-10-24T21:22:24.605Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
45812023-10-24T21:22:24.629Z PASS [ 0.050s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
45822023-10-24T21:22:24.638Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
45832023-10-24T21:22:24.670Z PASS [ 0.501s] internal-dns resolver::test::update_record
45842023-10-24T21:22:24.677Z PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
45852023-10-24T21:22:24.692Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
45862023-10-24T21:22:24.746Z PASS [ 0.060s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
45872023-10-24T21:22:24.761Z PASS [ 0.086s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
45882023-10-24T21:22:24.785Z PASS [ 0.107s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
45892023-10-24T21:22:24.800Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_get_token
45902023-10-24T21:22:24.811Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
45912023-10-24T21:22:24.815Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
45922023-10-24T21:22:24.845Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
45932023-10-24T21:22:24.853Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
45942023-10-24T21:22:24.860Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
45952023-10-24T21:22:24.885Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
45962023-10-24T21:22:24.907Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_make_header_value
45972023-10-24T21:22:24.920Z PASS [ 0.065s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
45982023-10-24T21:22:24.935Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
45992023-10-24T21:22:24.957Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
46002023-10-24T21:22:24.966Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
46012023-10-24T21:22:24.975Z PASS [ 0.036s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
46022023-10-24T21:22:25.011Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
46032023-10-24T21:22:25.062Z PASS [ 0.052s] nexus-db-queries authn::external::test::test_authn_sequence
46042023-10-24T21:22:25.073Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_make_header_value
46052023-10-24T21:22:25.085Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
46062023-10-24T21:22:25.500Z PASS [ 0.046s] nexus-db-queries authn::external::token::test::test_token_header_missing
46072023-10-24T21:22:25.505Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid
46082023-10-24T21:22:25.510Z PASS [ 0.048s] nexus-db-queries authn::test::test_internal_users
46092023-10-24T21:22:25.515Z PASS [ 0.060s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
46102023-10-24T21:22:26.457Z PASS [ 4.363s] dns-server::commands_test test_dnsadm
46112023-10-24T21:22:32.201Z PASS [ 9.618s] installinator write::tests::proptest_write_artifact
46122023-10-24T21:22:32.896Z PASS [ 7.834s] nexus-db-queries authz::context::test::test_unregistered_resource
46132023-10-24T21:22:34.013Z PASS [ 7.554s] nexus-db-queries context::test::test_background_context
46142023-10-24T21:22:38.669Z PASS [ 13.704s] installinator mock_peers::tests::proptest_fetch_artifact
46152023-10-24T21:22:41.566Z PASS [ 7.554s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
46162023-10-24T21:22:42.227Z PASS [ 10.023s] nexus-db-queries context::test::test_child_context
46172023-10-24T21:22:42.402Z PASS [ 9.504s] nexus-db-queries context::test::test_test_context
46182023-10-24T21:22:42.878Z PASS [ 17.779s] nexus-db-queries authz::policy_test::test_conferred_roles
46192023-10-24T21:22:43.921Z PASS [ 7.638s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
46202023-10-24T21:22:49.494Z PASS [ 7.929s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
46212023-10-24T21:22:49.666Z PASS [ 7.429s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
46222023-10-24T21:22:50.731Z PASS [ 7.855s] nexus-db-queries db::collection_attach::test::test_attach_once
46232023-10-24T21:22:50.878Z PASS [ 8.479s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
46242023-10-24T21:22:50.931Z PASS [ 0.053s] nexus-db-queries db::collection_attach::test::test_verify_query
46252023-10-24T21:22:51.592Z PASS [ 7.676s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
46262023-10-24T21:22:57.457Z PASS [ 7.804s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
46272023-10-24T21:22:57.675Z PASS [ 8.182s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
46282023-10-24T21:22:58.631Z PASS [ 7.695s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
46292023-10-24T21:22:58.818Z PASS [ 8.079s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
46302023-10-24T21:22:59.220Z PASS [ 7.629s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
46312023-10-24T21:22:59.279Z PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query
46322023-10-24T21:23:04.918Z PASS [ 7.463s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
46332023-10-24T21:23:05.654Z PASS [ 7.979s] nexus-db-queries db::collection_detach::test::test_detach_once
46342023-10-24T21:23:06.723Z PASS [ 8.097s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
46352023-10-24T21:23:06.732Z PASS [ 7.923s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
46362023-10-24T21:23:07.895Z PASS [ 8.620s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
46372023-10-24T21:23:12.475Z PASS [ 7.558s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
46382023-10-24T21:23:12.964Z PASS [ 7.312s] nexus-db-queries db::collection_detach_many::test::test_detach_many
46392023-10-24T21:23:14.334Z PASS [ 7.611s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
46402023-10-24T21:23:14.368Z PASS [ 7.637s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
46412023-10-24T21:23:14.394Z PASS [ 0.061s] nexus-db-queries db::collection_detach_many::test::test_verify_query
46422023-10-24T21:23:14.811Z PASS [ 49.679s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
46432023-10-24T21:23:14.896Z PASS [ 0.053s] nexus-db-queries db::collection_insert::test::test_verify_query
46442023-10-24T21:23:14.902Z PASS [ 6.991s] nexus-db-queries db::collection_detach_many::test::test_detach_once
46452023-10-24T21:23:17.869Z PASS [ 5.395s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
46462023-10-24T21:23:17.919Z PASS [ 0.045s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
46472023-10-24T21:23:18.521Z PASS [ 5.554s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
46482023-10-24T21:23:19.505Z PASS [ 5.112s] nexus-db-queries db::collection_insert::test::test_collection_present
46492023-10-24T21:23:19.512Z PASS [ 5.145s] nexus-db-queries db::collection_insert::test::test_collection_not_present
46502023-10-24T21:23:20.006Z PASS [ 5.120s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
46512023-10-24T21:23:20.376Z PASS [ 5.515s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
46522023-10-24T21:23:21.351Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
46532023-10-24T21:23:21.356Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
46542023-10-24T21:23:25.053Z PASS [ 7.140s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
46552023-10-24T21:23:27.633Z PASS [ 8.127s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
46562023-10-24T21:23:27.741Z PASS [ 7.736s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
46572023-10-24T21:23:27.820Z PASS [ 8.305s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
46582023-10-24T21:23:27.879Z PASS [ 7.505s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
46592023-10-24T21:23:28.116Z PASS [ 9.598s] nexus-db-queries db::datastore::dns::test::test_dns_update
46602023-10-24T21:23:28.384Z PASS [ 67.033s] bootstore::v0-fsm-proptest-learner run
46612023-10-24T21:23:32.496Z PASS [ 7.432s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
46622023-10-24T21:23:35.895Z PASS [ 8.155s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
46632023-10-24T21:23:35.918Z PASS [ 8.100s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
46642023-10-24T21:23:35.937Z PASS [ 8.305s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
46652023-10-24T21:23:36.054Z PASS [ 8.175s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
46662023-10-24T21:23:36.096Z PASS [ 7.980s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
46672023-10-24T21:23:36.105Z PASS [ 0.051s] nexus-db-queries db::datastore::region::test::test_extent_count
46682023-10-24T21:23:37.013Z PASS [ 8.629s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
46692023-10-24T21:23:37.098Z PASS [ 75.743s] bootstore::v0-fsm-proptest-rack-coordinator run
46702023-10-24T21:23:39.968Z PASS [ 7.482s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
46712023-10-24T21:23:43.615Z PASS [ 7.519s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
46722023-10-24T21:23:43.933Z PASS [ 7.825s] nexus-db-queries db::datastore::test::test_component_update_conflict
46732023-10-24T21:23:44.375Z PASS [ 8.471s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
46742023-10-24T21:23:44.694Z PASS [ 7.683s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
46752023-10-24T21:23:44.726Z PASS [ 7.628s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
46762023-10-24T21:23:44.994Z PASS [ 9.071s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
46772023-10-24T21:23:44.998Z PASS [ 9.053s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
46782023-10-24T21:23:46.634Z PASS [ 6.666s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
46792023-10-24T21:23:49.062Z PASS [ 5.133s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
46802023-10-24T21:23:51.254Z PASS [ 7.640s] nexus-db-queries db::datastore::test::test_project_creation
46812023-10-24T21:23:52.327Z PASS [ 7.963s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
46822023-10-24T21:23:52.622Z PASS [ 7.896s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
46832023-10-24T21:23:54.732Z PASS [ 10.037s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
46842023-10-24T21:23:55.001Z PASS [ 10.012s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
46852023-10-24T21:23:55.362Z PASS [ 10.367s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
46862023-10-24T21:23:56.768Z PASS [ 10.135s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
46872023-10-24T21:23:57.709Z PASS [ 5.085s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
46882023-10-24T21:23:58.054Z PASS [ 8.980s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
46892023-10-24T21:23:58.602Z PASS [ 7.348s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
46902023-10-24T21:23:59.247Z PASS [ 6.920s] nexus-db-queries db::datastore::test::test_session_methods
46912023-10-24T21:23:59.287Z PASS [ 0.041s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
46922023-10-24T21:23:59.331Z PASS [ 0.043s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
46932023-10-24T21:23:59.392Z PASS [ 0.059s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
46942023-10-24T21:23:59.448Z PASS [ 0.058s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
46952023-10-24T21:24:01.814Z PASS [ 7.082s] nexus-db-queries db::datastore::test::test_ssh_keys
46962023-10-24T21:24:01.908Z PASS [ 6.909s] nexus-db-queries db::datastore::test::test_system_update_conflict
46972023-10-24T21:24:01.986Z PASS [ 6.623s] nexus-db-queries db::datastore::test::test_table_scan
46982023-10-24T21:24:02.639Z PASS [ 4.598s] nexus-db-queries db::explain::test::test_explain_async
46992023-10-24T21:24:03.560Z PASS [ 4.958s] nexus-db-queries db::explain::test::test_explain_full_table_scan
47002023-10-24T21:24:03.880Z PASS [ 7.113s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
47012023-10-24T21:24:05.071Z PASS [ 7.364s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
47022023-10-24T21:24:05.878Z PASS [ 6.429s] nexus-db-queries db::lookup::test::test_lookup
47032023-10-24T21:24:07.418Z PASS [ 5.604s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
47042023-10-24T21:24:07.605Z PASS [ 5.618s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
47052023-10-24T21:24:07.685Z PASS [ 5.753s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
47062023-10-24T21:24:08.220Z PASS [ 5.578s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
47072023-10-24T21:24:10.957Z PASS [ 7.397s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
47082023-10-24T21:24:11.271Z PASS [ 7.391s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
47092023-10-24T21:24:12.606Z PASS [ 7.536s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
47102023-10-24T21:24:12.795Z PASS [ 6.918s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
47112023-10-24T21:24:14.932Z PASS [ 7.249s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
47122023-10-24T21:24:15.213Z PASS [ 7.611s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
47132023-10-24T21:24:15.263Z PASS [ 0.050s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
47142023-10-24T21:24:15.329Z PASS [ 7.909s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
47152023-10-24T21:24:15.470Z PASS [ 7.254s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
47162023-10-24T21:24:18.486Z PASS [ 7.529s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
47172023-10-24T21:24:18.507Z PASS [ 7.233s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
47182023-10-24T21:24:19.791Z PASS [ 6.996s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
47192023-10-24T21:24:19.841Z PASS [ 7.235s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
47202023-10-24T21:24:22.718Z PASS [ 7.455s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
47212023-10-24T21:24:22.790Z PASS [ 7.321s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
47222023-10-24T21:24:22.909Z PASS [ 7.584s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
47232023-10-24T21:24:23.299Z PASS [ 8.391s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
47242023-10-24T21:24:25.580Z PASS [ 7.077s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
47252023-10-24T21:24:25.858Z PASS [ 7.373s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
47262023-10-24T21:24:25.910Z PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
47272023-10-24T21:24:26.979Z PASS [ 7.131s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
47282023-10-24T21:24:27.166Z PASS [ 7.374s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
47292023-10-24T21:24:27.303Z PASS [ 0.137s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
47302023-10-24T21:24:27.351Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
47312023-10-24T21:24:27.408Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
47322023-10-24T21:24:27.459Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
47332023-10-24T21:24:27.505Z PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
47342023-10-24T21:24:29.992Z PASS [ 7.274s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
47352023-10-24T21:24:30.227Z PASS [ 7.438s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
47362023-10-24T21:24:30.362Z PASS [ 7.454s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
47372023-10-24T21:24:30.397Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
47382023-10-24T21:24:30.432Z PASS [ 0.036s] nexus-types external_api::shared::test::test_policy_parsing
47392023-10-24T21:24:30.497Z PASS [ 7.198s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
47402023-10-24T21:24:30.555Z PASS [ 0.122s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
47412023-10-24T21:24:30.562Z PASS [ 0.066s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
47422023-10-24T21:24:30.620Z PASS [ 0.065s] omicron-certificates tests::test_cert_extended_key_usage
47432023-10-24T21:24:30.633Z PASS [ 0.067s] omicron-certificates tests::test_common_name_is_validated
47442023-10-24T21:24:30.671Z PASS [ 0.039s] omicron-common address::test::test_dns_subnets
47452023-10-24T21:24:30.691Z PASS [ 0.072s] omicron-certificates tests::test_subject_alternate_names_are_validated
47462023-10-24T21:24:30.699Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
47472023-10-24T21:24:30.721Z PASS [ 0.031s] omicron-common address::test::test_ip_range_enum_deserialization
47482023-10-24T21:24:30.727Z PASS [ 0.028s] omicron-common address::test::test_ip_range_iter
47492023-10-24T21:24:30.747Z PASS [ 0.026s] omicron-common address::test::test_ip_range_try_from
47502023-10-24T21:24:30.754Z PASS [ 0.027s] omicron-common address::test::test_ipv6_subnet_deserialize
47512023-10-24T21:24:30.770Z PASS [ 0.024s] omicron-common address::test::test_sled_address
47522023-10-24T21:24:30.781Z PASS [ 0.026s] omicron-common api::external::error::test::test_bail_unless
47532023-10-24T21:24:30.796Z PASS [ 0.024s] omicron-common api::external::error::test::test_context
47542023-10-24T21:24:30.812Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_pagination_examples
47552023-10-24T21:24:30.828Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_pagination_schemas
47562023-10-24T21:24:30.857Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_id
47572023-10-24T21:24:30.870Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_name
47582023-10-24T21:24:30.880Z PASS [ 0.024s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
47592023-10-24T21:24:30.898Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
47602023-10-24T21:24:31.771Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
47612023-10-24T21:24:31.782Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount
47622023-10-24T21:24:31.787Z PASS [ 0.023s] omicron-common api::external::test::test_bytecount_display
47632023-10-24T21:24:31.790Z PASS [ 0.029s] omicron-common api::external::test::test_digest
47642023-10-24T21:24:31.793Z PASS [ 0.024s] omicron-common api::external::test::test_firewall_deserialization
47652023-10-24T21:24:31.796Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
47662023-10-24T21:24:31.801Z PASS [ 0.031s] omicron-common api::external::test::test_firewall_rule_target_parse
47672023-10-24T21:24:31.804Z PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_from_str
47682023-10-24T21:24:31.808Z PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_into_str
47692023-10-24T21:24:31.812Z PASS [ 0.022s] omicron-common api::external::test::test_ipnet_first_last_address
47702023-10-24T21:24:31.815Z PASS [ 0.022s] omicron-common api::external::test::test_ipnet_serde
47712023-10-24T21:24:31.818Z PASS [ 0.021s] omicron-common api::external::test::test_ipv4_net_operations
47722023-10-24T21:24:31.822Z PASS [ 0.020s] omicron-common api::external::test::test_ipv6_net_operations
47732023-10-24T21:24:31.825Z PASS [ 0.028s] omicron-common api::external::test::test_mac_system_iterator
47742023-10-24T21:24:31.837Z PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions
47752023-10-24T21:24:31.841Z PASS [ 0.021s] omicron-common api::external::test::test_macaddr
47762023-10-24T21:24:31.844Z PASS [ 0.022s] omicron-common api::external::test::test_name_parse
47772023-10-24T21:24:31.847Z PASS [ 0.021s] omicron-common api::external::test::test_name_parse_from_param
47782023-10-24T21:24:31.854Z PASS [ 0.021s] omicron-common api::external::test::test_resource_name_parse
47792023-10-24T21:24:31.859Z PASS [ 0.024s] omicron-common api::external::test::test_role_name_parse
47802023-10-24T21:24:31.869Z PASS [ 0.028s] omicron-common api::external::test::test_route_destination_parse
47812023-10-24T21:24:31.878Z PASS [ 0.031s] omicron-common api::external::test::test_route_target_parse
47822023-10-24T21:24:31.897Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
47832023-10-24T21:24:31.904Z PASS [ 0.030s] omicron-common api::external::test::test_semver_validation
47842023-10-24T21:24:31.911Z PASS [ 0.032s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
47852023-10-24T21:24:31.930Z PASS [ 0.032s] omicron-common ledger::test::test_create_default_ledger
47862023-10-24T21:24:31.964Z PASS [ 0.046s] omicron-common ledger::test::test_commit_handles_write_failures
47872023-10-24T21:24:31.989Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_from_storage
47882023-10-24T21:24:31.998Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
47892023-10-24T21:24:32.003Z PASS [ 0.039s] omicron-common nexus_config::test::test_bad_authn_schemes
47902023-10-24T21:24:32.009Z PASS [ 0.039s] omicron-common nexus_config::test::test_config_bad_toml
47912023-10-24T21:24:32.012Z PASS [ 0.037s] omicron-common nexus_config::test::test_config_empty
47922023-10-24T21:24:32.017Z PASS [ 0.038s] omicron-common nexus_config::test::test_config_nonexistent
47932023-10-24T21:24:32.022Z PASS [ 0.032s] omicron-common nexus_config::test::test_deployment_config_schema
47942023-10-24T21:24:32.025Z PASS [ 0.033s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
47952023-10-24T21:24:32.034Z PASS [ 0.042s] omicron-common nexus_config::test::test_valid
47962023-10-24T21:24:32.046Z PASS [ 0.061s] omicron-common nexus_config::test::test_repo_configs_are_valid
47972023-10-24T21:24:32.052Z PASS [ 0.031s] omicron-common postgres_config::test::test_bad_url
47982023-10-24T21:24:32.056Z PASS [ 0.031s] omicron-common postgres_config::test::test_example_url
47992023-10-24T21:24:32.059Z PASS [ 0.030s] omicron-common update::tests::serde_artifact_kind
48002023-10-24T21:24:32.066Z PASS [ 0.455s] omicron-dev::test_omicron_dev test_cert_create
48012023-10-24T21:24:32.180Z PASS [ 5.207s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
48022023-10-24T21:24:32.290Z PASS [ 0.111s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
48032023-10-24T21:24:32.352Z PASS [ 4.845s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
48042023-10-24T21:24:32.457Z PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
48052023-10-24T21:24:32.464Z PASS [ 0.175s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
48062023-10-24T21:24:32.562Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
48072023-10-24T21:24:32.626Z PASS [ 0.064s] omicron-gateway management_switch::location_map::tests::test_config_validation
48082023-10-24T21:24:32.668Z PASS [ 0.043s] omicron-gateway management_switch::location_map::tests::test_resolve_location
48092023-10-24T21:24:32.796Z PASS [ 7.215s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
48102023-10-24T21:24:33.004Z PASS [ 0.334s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
48112023-10-24T21:24:33.127Z PASS [ 0.321s] omicron-gateway::test_all integration_tests::component_list::component_list
48122023-10-24T21:24:33.229Z PASS [ 7.310s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
48132023-10-24T21:24:33.384Z PASS [ 0.269s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
48142023-10-24T21:24:33.465Z PASS [ 0.460s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
48152023-10-24T21:24:33.564Z PASS [ 0.344s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
48162023-10-24T21:24:35.019Z PASS [ 5.026s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
48172023-10-24T21:24:35.501Z PASS [ 5.272s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
48182023-10-24T21:24:36.013Z PASS [ 4.499s] omicron-dev::test_omicron_dev test_db_killed
48192023-10-24T21:24:51.185Z PASS [ 19.238s] omicron-dev::test_omicron_dev test_db_run
48202023-10-24T21:24:56.588Z PASS [ 24.123s] omicron-dev::test_omicron_dev test_run_all
48212023-10-24T21:24:57.307Z PASS [ 23.845s] omicron-nexus app::background::common::test::test_driver_basic
48222023-10-24T21:24:57.435Z PASS [ 0.130s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
48232023-10-24T21:24:57.804Z PASS [ 22.305s] omicron-nexus app::background::dns_servers::test::test_basic
48242023-10-24T21:24:57.911Z PASS [ 0.107s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
48252023-10-24T21:24:57.983Z PASS [ 0.069s] omicron-nexus app::external_endpoints::test::test_no_endpoint
48262023-10-24T21:24:58.041Z PASS [ 1.454s] omicron-nexus app::external_endpoints::test::test_authority
48272023-10-24T21:24:58.061Z PASS [ 0.080s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
48282023-10-24T21:24:58.275Z PASS [ 24.714s] omicron-nexus app::background::dns_config::test::test_basic
48292023-10-24T21:24:58.797Z PASS [ 25.412s] omicron-nexus app::background::common::test::test_activation_in_progress
48302023-10-24T21:24:58.953Z PASS [ 22.941s] omicron-nexus app::background::external_endpoints::test::test_basic
48312023-10-24T21:24:59.210Z PASS [ 24.194s] omicron-nexus app::background::dns_propagation::test::test_basic
48322023-10-24T21:25:07.569Z PASS [ 10.133s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
48332023-10-24T21:25:14.237Z PASS [ 23.053s] omicron-nexus app::background::init::test::test_dns_propagation_basic
48342023-10-24T21:25:23.845Z PASS [ 25.050s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
48352023-10-24T21:25:24.670Z PASS [ 25.459s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
48362023-10-24T21:25:24.848Z PASS [ 25.896s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
48372023-10-24T21:25:25.340Z PASS [ 27.063s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
48382023-10-24T21:25:29.010Z PASS [ 30.969s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
48392023-10-24T21:25:29.541Z PASS [ 31.482s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
48402023-10-24T21:25:55.481Z PASS [ 28.131s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
48412023-10-24T21:25:55.523Z PASS [ 28.464s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
48422023-10-24T21:25:55.536Z PASS [ 29.365s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
48432023-10-24T21:25:55.557Z PASS [ 31.128s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
48442023-10-24T21:25:59.613Z PASS [ 30.073s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
48452023-10-24T21:26:07.567Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48462023-10-24T21:26:14.639Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48472023-10-24T21:26:21.601Z PASS [ 21.980s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
48482023-10-24T21:26:22.314Z PASS [ 28.103s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
48492023-10-24T21:26:22.876Z PASS [ 29.076s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
48502023-10-24T21:26:22.946Z PASS [ 0.065s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
48512023-10-24T21:26:26.296Z PASS [ 31.316s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
48522023-10-24T21:26:29.008Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48532023-10-24T21:26:29.558Z PASS [ 36.762s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
48542023-10-24T21:26:37.694Z PASS [ 68.688s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48552023-10-24T21:26:43.387Z PASS [ 95.824s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48562023-10-24T21:26:51.059Z PASS [ 96.826s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48572023-10-24T21:26:51.296Z PASS [ 28.357s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
48582023-10-24T21:26:57.813Z PASS [ 31.525s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
48592023-10-24T21:26:58.425Z PASS [ 20.669s] omicron-nexus app::sagas::test_saga::test_saga_stuck
48602023-10-24T21:27:08.083Z PASS [ 38.526s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
48612023-10-24T21:27:11.502Z PASS [ 20.205s] omicron-nexus app::update::tests::test_populate_mock_system_updates
48622023-10-24T21:27:12.558Z PASS [ 29.172s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48632023-10-24T21:27:14.594Z PASS [ 23.536s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
48642023-10-24T21:27:14.654Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
48652023-10-24T21:27:14.717Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
48662023-10-24T21:27:14.867Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
48672023-10-24T21:27:14.875Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
48682023-10-24T21:27:14.902Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
48692023-10-24T21:27:14.966Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
48702023-10-24T21:27:15.111Z PASS [ 0.099s] omicron-nexus external_api::console_api::test::test_relative_uri
48712023-10-24T21:27:15.263Z PASS [ 0.198s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
48722023-10-24T21:27:17.865Z PASS [ 20.053s] omicron-nexus app::update::tests::test_semver_max
48732023-10-24T21:27:18.289Z PASS [ 19.927s] omicron-nexus app::update::tests::test_system_updates
48742023-10-24T21:27:20.398Z PASS [ 7.839s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
48752023-10-24T21:27:21.590Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48762023-10-24T21:27:22.311Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48772023-10-24T21:27:28.876Z PASS [ 20.728s] omicron-nexus app::update::tests::test_update_deployments
48782023-10-24T21:27:31.100Z PASS [ 10.701s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
48792023-10-24T21:27:31.269Z PASS [ 0.170s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
48802023-10-24T21:27:32.183Z PASS [ 20.618s] omicron-nexus app::update::tests::test_updateable_components
48812023-10-24T21:27:38.243Z PASS [ 19.955s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
48822023-10-24T21:27:38.986Z PASS [ 10.175s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
48832023-10-24T21:27:39.194Z PASS [ 21.331s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
48842023-10-24T21:27:52.381Z PASS [ 21.111s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
48852023-10-24T21:27:53.045Z PASS [ 20.916s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
48862023-10-24T21:27:59.926Z PASS [ 20.943s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
48872023-10-24T21:28:00.045Z PASS [ 21.803s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
48882023-10-24T21:28:00.830Z PASS [ 21.635s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
48892023-10-24T21:28:11.857Z PASS [ 19.478s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
48902023-10-24T21:28:12.778Z PASS [ 19.742s] omicron-nexus::test_all integration_tests::basic::test_ping
48912023-10-24T21:28:15.268Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
48922023-10-24T21:28:21.153Z PASS [ 20.326s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
48932023-10-24T21:28:21.588Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48942023-10-24T21:28:22.311Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48952023-10-24T21:28:24.922Z PASS [ 122.611s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48962023-10-24T21:28:25.494Z PASS [ 70.236s] omicron-nexus populate::test::test_populators
48972023-10-24T21:28:27.799Z PASS [ 27.874s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
48982023-10-24T21:28:32.212Z PASS [ 20.358s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
48992023-10-24T21:28:33.547Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
49002023-10-24T21:28:34.036Z PASS [ 0.501s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
49012023-10-24T21:28:34.178Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
49022023-10-24T21:28:34.298Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
49032023-10-24T21:28:34.725Z PASS [ 34.412s] omicron-nexus::test_all integration_tests::basic::test_projects_list
49042023-10-24T21:28:34.886Z PASS [ 0.421s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
49052023-10-24T21:28:35.409Z PASS [ 0.962s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
49062023-10-24T21:28:42.557Z PASS [ 21.400s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
49072023-10-24T21:28:47.255Z PASS [ 22.337s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
49082023-10-24T21:28:49.682Z PASS [ 24.182s] omicron-nexus::test_all integration_tests::certificates::test_crud
49092023-10-24T21:28:49.731Z PASS [ 21.923s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
49102023-10-24T21:28:56.239Z PASS [ 21.358s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
49112023-10-24T21:28:57.095Z PASS [ 21.841s] omicron-nexus::test_all integration_tests::console_api::test_assets
49122023-10-24T21:29:03.192Z PASS [ 30.977s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
49132023-10-24T21:29:03.925Z PASS [ 21.369s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
49142023-10-24T21:29:10.685Z PASS [ 20.961s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
49152023-10-24T21:29:13.378Z PASS [ 26.124s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
49162023-10-24T21:29:18.104Z PASS [ 28.430s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
49172023-10-24T21:29:18.136Z PASS [ 21.903s] omicron-nexus::test_all integration_tests::console_api::test_session_me
49182023-10-24T21:29:18.254Z PASS [ 21.166s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
49192023-10-24T21:29:21.588Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49202023-10-24T21:29:25.638Z PASS [ 21.719s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
49212023-10-24T21:29:31.045Z PASS [ 27.849s] omicron-nexus::test_all integration_tests::console_api::test_sessions
49222023-10-24T21:29:33.428Z PASS [ 22.337s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
49232023-10-24T21:29:40.234Z PASS [ 26.855s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
49242023-10-24T21:29:45.357Z PASS [ 27.223s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
49252023-10-24T21:29:45.619Z PASS [ 27.365s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
49262023-10-24T21:29:52.077Z PASS [ 26.439s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
49272023-10-24T21:29:55.329Z PASS [ 24.291s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
49282023-10-24T21:29:56.084Z PASS [ 37.980s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
49292023-10-24T21:30:10.525Z PASS [ 24.909s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
49302023-10-24T21:30:11.427Z PASS [ 38.402s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
49312023-10-24T21:30:18.562Z PASS [ 23.230s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
49322023-10-24T21:30:19.559Z PASS [ 23.475s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
49332023-10-24T21:30:20.252Z PASS [ 28.170s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
49342023-10-24T21:30:21.586Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49352023-10-24T21:30:30.619Z PASS [ 50.391s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
49362023-10-24T21:30:33.680Z PASS [ 48.321s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
49372023-10-24T21:30:34.920Z PASS [ 23.501s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
49382023-10-24T21:30:35.055Z PASS [ 24.519s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
49392023-10-24T21:30:47.738Z PASS [ 25.848s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
49402023-10-24T21:30:50.314Z PASS [ 31.758s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
49412023-10-24T21:31:00.476Z PASS [ 25.430s] omicron-nexus::test_all integration_tests::images::test_image_create
49422023-10-24T21:31:00.979Z PASS [ 26.058s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
49432023-10-24T21:31:01.875Z PASS [ 31.236s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
49442023-10-24T21:31:01.887Z PASS [ 42.299s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
49452023-10-24T21:31:02.474Z PASS [ 28.773s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
49462023-10-24T21:31:11.751Z PASS [ 25.549s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
49472023-10-24T21:31:35.755Z PASS [ 26.770s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
49482023-10-24T21:31:35.969Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49492023-10-24T21:31:36.083Z PASS [ 24.855s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
49502023-10-24T21:31:36.163Z PASS [ 25.454s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
49512023-10-24T21:31:36.194Z PASS [ 28.074s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
49522023-10-24T21:31:36.240Z PASS [ 27.557s] omicron-nexus::test_all integration_tests::images::test_image_promotion
49532023-10-24T21:31:36.372Z PASS [ 34.153s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
49542023-10-24T21:31:38.430Z PASS [ 26.791s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
49552023-10-24T21:31:39.243Z PASS [ 9.316s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
49562023-10-24T21:31:39.270Z PASS [ 9.268s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
49572023-10-24T21:31:44.392Z PASS [ 27.310s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
49582023-10-24T21:31:45.169Z PASS [ 323.586s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49592023-10-24T21:31:45.720Z PASS [ 9.706s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
49602023-10-24T21:31:50.173Z PASS [ 11.713s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
49612023-10-24T21:31:51.798Z PASS [ 25.371s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
49622023-10-24T21:31:53.176Z PASS [ 27.850s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
49632023-10-24T21:32:04.994Z PASS [ 25.754s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
49642023-10-24T21:32:12.323Z PASS [ 20.524s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
49652023-10-24T21:32:15.698Z PASS [ 31.311s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
49662023-10-24T21:32:20.200Z PASS [ 34.483s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
49672023-10-24T21:32:27.782Z PASS [ 37.641s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
49682023-10-24T21:32:29.153Z PASS [ 43.990s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
49692023-10-24T21:32:30.007Z PASS [ 50.737s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
49702023-10-24T21:32:30.294Z PASS [ 37.119s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
49712023-10-24T21:32:40.887Z PASS [ 28.566s] omicron-nexus::test_all integration_tests::instances::test_instance_access
49722023-10-24T21:32:50.749Z PASS [ 35.051s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
49732023-10-24T21:32:57.608Z PASS [ 37.409s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
49742023-10-24T21:32:59.042Z PASS [ 29.892s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
49752023-10-24T21:33:03.700Z PASS [ 33.695s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
49762023-10-24T21:33:03.930Z PASS [ 36.147s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
49772023-10-24T21:33:04.996Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
49782023-10-24T21:33:11.340Z PASS [ 41.047s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
49792023-10-24T21:33:28.642Z PASS [ 37.896s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
49802023-10-24T21:33:36.277Z PASS [ 49.308s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
49812023-10-24T21:33:36.321Z PASS [ 35.040s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
49822023-10-24T21:33:36.331Z PASS [ 89.020s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
49832023-10-24T21:33:38.039Z PASS [ 39.001s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
49842023-10-24T21:33:39.091Z PASS [ 34.953s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
49852023-10-24T21:33:44.458Z PASS [ 40.534s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
49862023-10-24T21:33:54.069Z PASS [ 25.425s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
49872023-10-24T21:33:54.274Z PASS [ 42.932s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
49882023-10-24T21:33:57.900Z PASS [ 25.248s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
49892023-10-24T21:34:00.257Z PASS [ 21.601s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
49902023-10-24T21:34:03.550Z PASS [ 29.540s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
49912023-10-24T21:34:05.158Z PASS [ 27.120s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
49922023-10-24T21:34:05.164Z PASS [ 34.978s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
49932023-10-24T21:34:18.363Z PASS [ 20.469s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
49942023-10-24T21:34:22.456Z PASS [ 22.144s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
49952023-10-24T21:34:24.047Z PASS [ 29.982s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
49962023-10-24T21:34:24.960Z PASS [ 40.502s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
49972023-10-24T21:34:24.995Z PASS [ 21.441s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
49982023-10-24T21:34:25.758Z PASS [ 31.492s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
49992023-10-24T21:34:26.863Z PASS [ 21.689s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
50002023-10-24T21:34:27.008Z PASS [ 21.846s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
50012023-10-24T21:34:45.096Z PASS [ 21.045s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
50022023-10-24T21:34:45.459Z PASS [ 23.065s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
50032023-10-24T21:34:45.648Z PASS [ 20.659s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
50042023-10-24T21:34:46.408Z PASS [ 21.449s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
50052023-10-24T21:34:50.065Z PASS [ 23.212s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
50062023-10-24T21:34:51.180Z PASS [ 32.819s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
50072023-10-24T21:34:51.218Z PASS [ 24.217s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
50082023-10-24T21:34:56.425Z PASS [ 30.665s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
50092023-10-24T21:35:06.028Z PASS [ 20.553s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
50102023-10-24T21:35:13.735Z PASS [ 28.090s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
50112023-10-24T21:35:16.064Z PASS [ 24.887s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
50122023-10-24T21:35:16.092Z PASS [ 24.861s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
50132023-10-24T21:35:20.994Z PASS [ 24.572s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
50142023-10-24T21:35:23.252Z PASS [ 36.848s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
50152023-10-24T21:35:41.137Z PASS [ 25.073s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
50162023-10-24T21:35:42.365Z PASS [ 52.300s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
50172023-10-24T21:35:45.089Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50182023-10-24T21:35:51.315Z PASS [ 66.224s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50192023-10-24T21:35:55.128Z PASS [ 31.877s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
50202023-10-24T21:35:57.088Z PASS [ 51.081s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
50212023-10-24T21:36:03.293Z PASS [ 42.300s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
50222023-10-24T21:36:05.155Z PASS [ 51.422s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
50232023-10-24T21:36:06.821Z PASS [ 24.423s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
50242023-10-24T21:36:08.418Z PASS [ 52.339s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
50252023-10-24T21:36:16.040Z PASS [ 34.902s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
50262023-10-24T21:36:26.786Z PASS [ 35.476s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
50272023-10-24T21:36:27.686Z PASS [ 22.533s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
50282023-10-24T21:36:32.198Z PASS [ 23.783s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
50292023-10-24T21:36:33.538Z PASS [ 26.754s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
50302023-10-24T21:36:41.713Z PASS [ 25.677s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
50312023-10-24T21:36:47.991Z PASS [ 52.865s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
50322023-10-24T21:36:51.776Z PASS [ 24.091s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
50332023-10-24T21:36:52.601Z PASS [ 55.515s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
50342023-10-24T21:36:53.123Z PASS [ 19.586s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
50352023-10-24T21:36:55.070Z PASS [ 22.874s] omicron-nexus::test_all integration_tests::projects::test_projects
50362023-10-24T21:37:00.322Z PASS [ 33.537s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
50372023-10-24T21:37:01.915Z PASS [ 20.202s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
50382023-10-24T21:37:03.289Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50392023-10-24T21:37:11.358Z PASS [ 23.367s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
50402023-10-24T21:37:11.495Z PASS [ 0.139s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
50412023-10-24T21:37:11.628Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
50422023-10-24T21:37:11.755Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
50432023-10-24T21:37:11.895Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
50442023-10-24T21:37:12.058Z PASS [ 0.164s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
50452023-10-24T21:37:14.045Z PASS [ 22.271s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
50462023-10-24T21:37:14.160Z PASS [ 70.873s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50472023-10-24T21:37:15.003Z PASS [ 21.881s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
50482023-10-24T21:37:16.308Z PASS [ 23.708s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
50492023-10-24T21:37:16.675Z PASS [ 21.604s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
50502023-10-24T21:37:24.061Z PASS [ 23.741s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
50512023-10-24T21:37:28.147Z PASS [ 26.229s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
50522023-10-24T21:37:34.777Z PASS [ 22.719s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
50532023-10-24T21:37:34.901Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
50542023-10-24T21:37:34.975Z PASS [ 0.075s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
50552023-10-24T21:37:35.115Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
50562023-10-24T21:37:35.862Z PASS [ 21.701s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
50572023-10-24T21:37:36.000Z PASS [ 21.955s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
50582023-10-24T21:37:36.928Z PASS [ 21.926s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
50592023-10-24T21:37:37.763Z PASS [ 21.089s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
50602023-10-24T21:37:37.876Z PASS [ 21.568s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
50612023-10-24T21:37:47.734Z PASS [ 23.673s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
50622023-10-24T21:37:49.531Z PASS [ 11.656s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
50632023-10-24T21:37:49.623Z PASS [ 11.863s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
50642023-10-24T21:37:49.799Z PASS [ 21.650s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
50652023-10-24T21:37:55.170Z PASS [ 20.057s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
50662023-10-24T21:37:55.394Z PASS [ 19.396s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
50672023-10-24T21:37:55.737Z PASS [ 19.878s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
50682023-10-24T21:37:56.931Z PASS [ 20.004s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
50692023-10-24T21:37:57.331Z PASS [ 9.595s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
50702023-10-24T21:37:59.438Z PASS [ 4.044s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
50712023-10-24T21:37:59.467Z PASS [ 9.845s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
50722023-10-24T21:37:59.548Z PASS [ 10.016s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
50732023-10-24T21:38:00.099Z PASS [ 10.309s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
50742023-10-24T21:38:13.899Z PASS [ 16.573s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
50752023-10-24T21:38:18.356Z PASS [ 22.099s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
50762023-10-24T21:38:19.265Z PASS [ 19.689s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
50772023-10-24T21:38:19.852Z PASS [ 22.310s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
50782023-10-24T21:38:20.145Z PASS [ 19.788s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
50792023-10-24T21:38:20.581Z PASS [ 20.826s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
50802023-10-24T21:38:21.847Z PASS [ 21.686s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
50812023-10-24T21:38:45.739Z PASS [ 21.924s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
50822023-10-24T21:38:46.054Z PASS [ 42.612s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
50832023-10-24T21:38:46.158Z PASS [ 22.703s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
50842023-10-24T21:38:46.252Z PASS [ 22.333s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
50852023-10-24T21:38:46.402Z PASS [ 21.595s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
50862023-10-24T21:38:46.447Z PASS [ 22.702s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
50872023-10-24T21:38:46.532Z PASS [ 21.570s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
50882023-10-24T21:38:46.568Z PASS [ 24.568s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
50892023-10-24T21:38:57.620Z PASS [ 21.798s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
50902023-10-24T21:39:02.272Z PASS [ 24.492s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
50912023-10-24T21:39:03.711Z PASS [ 21.827s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
50922023-10-24T21:39:03.880Z PASS [ 21.941s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
50932023-10-24T21:39:04.251Z PASS [ 22.792s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
50942023-10-24T21:39:05.371Z PASS [ 22.020s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
50952023-10-24T21:39:05.982Z PASS [ 22.081s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
50962023-10-24T21:39:11.553Z PASS [ 31.018s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
50972023-10-24T21:39:18.962Z PASS [ 21.344s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
50982023-10-24T21:39:26.924Z PASS [ 21.554s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
50992023-10-24T21:39:27.691Z PASS [ 23.812s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
51002023-10-24T21:39:29.784Z PASS [ 27.513s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
51012023-10-24T21:39:33.431Z PASS [ 29.720s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
51022023-10-24T21:39:33.590Z PASS [ 22.037s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
51032023-10-24T21:39:33.611Z PASS [ 29.364s] omicron-nexus::test_all integration_tests::silos::test_silos
51042023-10-24T21:39:35.030Z PASS [ 29.052s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
51052023-10-24T21:39:44.896Z PASS [ 25.936s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
51062023-10-24T21:39:50.480Z PASS [ 23.556s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
51072023-10-24T21:39:54.064Z PASS [ 20.634s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
51082023-10-24T21:39:56.327Z PASS [ 22.738s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
51092023-10-24T21:39:57.713Z PASS [ 22.684s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
51102023-10-24T21:39:58.258Z PASS [ 24.647s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
51112023-10-24T21:40:04.243Z PASS [ 36.548s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
51122023-10-24T21:40:08.523Z PASS [ 38.741s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
51132023-10-24T21:40:26.071Z PASS [ 21.737s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
51142023-10-24T21:40:26.214Z PASS [ 35.953s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
51152023-10-24T21:40:26.416Z PASS [ 24.270s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
51162023-10-24T21:40:26.447Z PASS [ 29.985s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
51172023-10-24T21:40:26.469Z PASS [ 19.987s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
51182023-10-24T21:40:28.479Z PASS [ 19.958s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
51192023-10-24T21:40:29.603Z PASS [ 1.124s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
51202023-10-24T21:40:31.790Z PASS [ 34.077s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
51212023-10-24T21:40:33.096Z PASS [ 42.618s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
51222023-10-24T21:40:38.960Z PASS [ 20.898s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
51232023-10-24T21:40:41.498Z PASS [ 20.651s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
51242023-10-24T21:40:44.506Z PASS [ 21.981s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
51252023-10-24T21:40:44.602Z PASS [ 20.556s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
51262023-10-24T21:40:49.966Z PASS [ 20.363s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
51272023-10-24T21:40:53.513Z PASS [ 20.418s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
51282023-10-24T21:40:54.273Z PASS [ 22.479s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
51292023-10-24T21:41:08.389Z PASS [ 29.430s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
51302023-10-24T21:41:14.363Z PASS [ 32.866s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
51312023-10-24T21:41:16.609Z PASS [ 32.099s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
51322023-10-24T21:41:18.223Z PASS [ 33.623s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
51332023-10-24T21:41:21.349Z PASS [ 31.385s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
51342023-10-24T21:41:24.223Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51352023-10-24T21:41:25.762Z PASS [ 32.242s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
51362023-10-24T21:41:25.770Z PASS [ 31.488s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
51372023-10-24T21:41:40.818Z PASS [ 22.596s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
51382023-10-24T21:41:41.622Z PASS [ 33.235s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
51392023-10-24T21:41:47.666Z PASS [ 33.305s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
51402023-10-24T21:41:53.413Z PASS [ 36.806s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
51412023-10-24T21:42:02.625Z PASS [ 41.278s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
51422023-10-24T21:42:05.941Z PASS [ 40.189s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
51432023-10-24T21:42:07.132Z PASS [ 102.913s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51442023-10-24T21:42:15.944Z PASS [ 50.183s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
51452023-10-24T21:42:25.909Z PASS [ 18.778s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
51462023-10-24T21:42:29.068Z PASS [ 47.449s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
51472023-10-24T21:42:29.110Z PASS [ 48.291s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
51482023-10-24T21:42:29.352Z PASS [ 35.946s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
51492023-10-24T21:42:35.061Z PASS [ 19.118s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
51502023-10-24T21:42:37.906Z PASS [ 50.232s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
51512023-10-24T21:42:38.425Z PASS [ 35.773s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
51522023-10-24T21:42:38.448Z PASS [ 32.509s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
51532023-10-24T21:42:46.402Z PASS [ 20.493s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
51542023-10-24T21:42:49.416Z PASS [ 20.348s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
51552023-10-24T21:42:49.694Z PASS [ 20.588s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
51562023-10-24T21:42:49.964Z PASS [ 20.613s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
51572023-10-24T21:42:55.824Z PASS [ 20.765s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
51582023-10-24T21:42:58.793Z PASS [ 20.346s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51592023-10-24T21:42:58.859Z PASS [ 20.963s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
51602023-10-24T21:42:58.931Z PASS [ 20.535s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
51612023-10-24T21:43:07.546Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51622023-10-24T21:43:10.222Z PASS [ 20.806s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51632023-10-24T21:43:10.978Z PASS [ 21.015s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
51642023-10-24T21:43:11.028Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51652023-10-24T21:43:16.256Z PASS [ 20.434s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
51662023-10-24T21:43:20.241Z PASS [ 21.370s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
51672023-10-24T21:43:21.267Z PASS [ 22.473s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
51682023-10-24T21:43:25.334Z PASS [ 26.405s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
51692023-10-24T21:43:36.055Z PASS [ 28.511s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
51702023-10-24T21:43:36.287Z PASS [ 20.031s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
51712023-10-24T21:43:39.397Z PASS [ 28.419s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51722023-10-24T21:43:39.470Z PASS [ 0.072s] omicron-package dot::test::test_bad_dependency
51732023-10-24T21:43:39.512Z PASS [ 0.044s] omicron-package dot::test::test_dot_output
51742023-10-24T21:43:39.765Z PASS [ 28.727s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51752023-10-24T21:43:39.790Z PASS [ 0.036s] omicron-passwords test::test_password_constraints
51762023-10-24T21:43:39.879Z PASS [ 3.590s] omicron-omdb::test_all_output test_omdb_usage_errors
51772023-10-24T21:43:40.166Z PASS [ 19.938s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
51782023-10-24T21:43:40.260Z PASS [ 0.090s] omicron-passwords test::test_stable
51792023-10-24T21:43:40.322Z PASS [ 0.045s] omicron-passwords test::test_weak_hashes
51802023-10-24T21:43:40.380Z PASS [ 0.054s] omicron-rpaths internal::tests::test_configure_from_path
51812023-10-24T21:43:40.443Z PASS [ 0.086s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
51822023-10-24T21:43:40.469Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
51832023-10-24T21:43:40.563Z PASS [ 0.093s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
51842023-10-24T21:43:40.628Z PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
51852023-10-24T21:43:40.693Z PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
51862023-10-24T21:43:40.743Z PASS [ 0.049s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
51872023-10-24T21:43:40.803Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
51882023-10-24T21:43:40.868Z PASS [ 0.067s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
51892023-10-24T21:43:40.927Z PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
51902023-10-24T21:43:40.977Z PASS [ 0.051s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
51912023-10-24T21:43:41.028Z PASS [ 0.047s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
51922023-10-24T21:43:41.100Z PASS [ 0.076s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
51932023-10-24T21:43:41.146Z PASS [ 0.046s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
51942023-10-24T21:43:41.193Z PASS [ 0.045s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
51952023-10-24T21:43:41.247Z PASS [ 0.040s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
51962023-10-24T21:43:41.299Z PASS [ 0.067s] omicron-sled-agent config::test::test_smf_configs
51972023-10-24T21:43:41.347Z PASS [ 0.048s] omicron-sled-agent profile::tests::empty_profile
51982023-10-24T21:43:41.405Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_instance
51992023-10-24T21:43:41.438Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_multiple
52002023-10-24T21:43:41.446Z PASS [ 20.184s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
52012023-10-24T21:43:41.483Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_property
52022023-10-24T21:43:41.492Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_property_group
52032023-10-24T21:43:41.527Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_service
52042023-10-24T21:43:41.543Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service_property_group
52052023-10-24T21:43:41.589Z PASS [ 0.063s] omicron-sled-agent rack_setup::config::test::test_extra_certs
52062023-10-24T21:43:41.603Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_subnets
52072023-10-24T21:43:41.638Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
52082023-10-24T21:43:41.648Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
52092023-10-24T21:43:41.698Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
52102023-10-24T21:43:41.724Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
52112023-10-24T21:43:41.736Z PASS [ 31.487s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
52122023-10-24T21:43:41.751Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
52132023-10-24T21:43:41.760Z PASS [ 0.045s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
52142023-10-24T21:43:41.771Z PASS [ 0.062s] omicron-sled-agent services::test::test_all_zone_requests_schema
52152023-10-24T21:43:42.116Z PASS [ 0.337s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52162023-10-24T21:43:42.119Z PASS [ 0.360s] omicron-sled-agent services::test::test_ensure_service
52172023-10-24T21:43:42.123Z PASS [ 0.364s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52182023-10-24T21:43:42.167Z PASS [ 0.049s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
52192023-10-24T21:43:42.177Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
52202023-10-24T21:43:42.225Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
52212023-10-24T21:43:42.254Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
52222023-10-24T21:43:42.284Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
52232023-10-24T21:43:42.300Z PASS [ 0.061s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
52242023-10-24T21:43:42.337Z PASS [ 0.045s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
52252023-10-24T21:43:42.365Z PASS [ 0.240s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52262023-10-24T21:43:42.368Z PASS [ 0.064s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
52272023-10-24T21:43:42.384Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_no_components
52282023-10-24T21:43:42.400Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_sled_agent_version
52292023-10-24T21:43:42.430Z PASS [ 0.056s] omicron-sled-agent updates::test::test_query_zone_version
52302023-10-24T21:43:42.448Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
52312023-10-24T21:43:42.731Z PASS [ 0.354s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
52322023-10-24T21:43:42.787Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
52332023-10-24T21:43:42.972Z PASS [ 0.522s] omicron-sled-agent zone_bundle::illumos_tests::test_context
52342023-10-24T21:43:43.396Z PASS [ 3.607s] omicron-passwords test::test_reproducible
52352023-10-24T21:43:43.567Z PASS [ 0.597s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52362023-10-24T21:43:43.575Z PASS [ 1.165s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
52372023-10-24T21:43:43.619Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
52382023-10-24T21:43:43.649Z PASS [ 0.082s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
52392023-10-24T21:43:43.687Z PASS [ 0.067s] omicron-sled-agent zone_bundle::tests::test_disk_usage
52402023-10-24T21:43:43.695Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
52412023-10-24T21:43:43.734Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
52422023-10-24T21:43:43.742Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
52432023-10-24T21:43:44.020Z PASS [ 0.276s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
52442023-10-24T21:43:44.048Z PASS [ 0.314s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
52452023-10-24T21:43:44.234Z PASS [ 0.837s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52462023-10-24T21:43:44.241Z PASS [ 0.223s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
52472023-10-24T21:43:44.283Z PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52482023-10-24T21:43:44.294Z PASS [ 1.507s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52492023-10-24T21:43:44.322Z PASS [ 0.274s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
52502023-10-24T21:43:44.331Z PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52512023-10-24T21:43:44.346Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52522023-10-24T21:43:44.369Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52532023-10-24T21:43:44.408Z PASS [ 0.086s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52542023-10-24T21:43:44.690Z PASS [ 0.349s] omicron-test-utils dev::db::test::test_bad_cmd
52552023-10-24T21:43:45.100Z PASS [ 0.411s] omicron-test-utils dev::db::test::test_database_start_hang
52562023-10-24T21:43:45.106Z PASS [ 0.739s] omicron-test-utils dev::db::test::test_cmd_fails
52572023-10-24T21:43:45.145Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52582023-10-24T21:43:45.152Z PASS [ 0.054s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52592023-10-24T21:43:45.195Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52602023-10-24T21:43:45.205Z PASS [ 0.051s] omicron-test-utils dev::db::test::test_process_exit_normal
52612023-10-24T21:43:45.294Z PASS [ 1.052s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52622023-10-24T21:43:47.519Z LEAK [ 2.328s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52632023-10-24T21:43:47.564Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_starter_tmpdir
52642023-10-24T21:43:47.616Z PASS [ 0.054s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
52652023-10-24T21:43:47.664Z PASS [ 0.048s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
52662023-10-24T21:43:47.703Z PASS [ 0.040s] oximeter histogram::tests::test_bin_range
52672023-10-24T21:43:47.738Z PASS [ 0.035s] oximeter histogram::tests::test_bin_range_from
52682023-10-24T21:43:47.777Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range_to
52692023-10-24T21:43:47.814Z PASS [ 0.038s] oximeter histogram::tests::test_ensure_finite
52702023-10-24T21:43:47.854Z PASS [ 0.038s] oximeter histogram::tests::test_foo
52712023-10-24T21:43:47.892Z PASS [ 0.037s] oximeter histogram::tests::test_histogram
52722023-10-24T21:43:47.934Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_extreme_bins
52732023-10-24T21:43:47.972Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_extreme_samples
52742023-10-24T21:43:48.010Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_float_bins
52752023-10-24T21:43:48.046Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_to_arrays
52762023-10-24T21:43:48.086Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_unbounded_samples
52772023-10-24T21:43:48.120Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_unsorted_bins
52782023-10-24T21:43:48.157Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_bins
52792023-10-24T21:43:48.193Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
52802023-10-24T21:43:48.229Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_overlapping_bins
52812023-10-24T21:43:48.275Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_all_representable
52822023-10-24T21:43:48.308Z PASS [ 0.031s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
52832023-10-24T21:43:48.340Z PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
52842023-10-24T21:43:48.369Z PASS [ 0.030s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
52852023-10-24T21:43:48.406Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
52862023-10-24T21:43:48.442Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
52872023-10-24T21:43:48.478Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
52882023-10-24T21:43:48.515Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades
52892023-10-24T21:43:48.559Z PASS [ 0.041s] oximeter histogram::tests::test_span_decades_other_counts_f64
52902023-10-24T21:43:48.605Z PASS [ 0.049s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
52912023-10-24T21:43:48.653Z PASS [ 0.039s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
52922023-10-24T21:43:48.687Z PASS [ 0.043s] oximeter traits::tests::test_metric_trait
52932023-10-24T21:43:48.731Z PASS [ 0.042s] oximeter traits::tests::test_producer_trait
52942023-10-24T21:43:48.771Z PASS [ 0.042s] oximeter traits::tests::test_target_trait
52952023-10-24T21:43:48.807Z PASS [ 0.037s] oximeter types::tests::test_cumulative_f64
52962023-10-24T21:43:48.846Z PASS [ 23.513s] omicron-omdb::test_all_output test_omdb_env_settings
52972023-10-24T21:43:48.861Z PASS [ 0.048s] oximeter types::tests::test_cumulative_i64
52982023-10-24T21:43:48.888Z PASS [ 0.043s] oximeter types::tests::test_datum
52992023-10-24T21:43:48.895Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
53002023-10-24T21:43:48.936Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
53012023-10-24T21:43:48.949Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
53022023-10-24T21:43:48.981Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
53032023-10-24T21:43:48.991Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
53042023-10-24T21:43:49.025Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
53052023-10-24T21:43:49.486Z PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
53062023-10-24T21:43:49.490Z PASS [ 0.056s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
53072023-10-24T21:43:49.492Z PASS [ 9.568s] omicron-passwords test::test_compatible
53082023-10-24T21:43:49.495Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
53092023-10-24T21:43:49.498Z PASS [ 0.084s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
53102023-10-24T21:43:49.507Z PASS [ 0.090s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53112023-10-24T21:43:49.511Z PASS [ 0.061s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53122023-10-24T21:43:49.515Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53132023-10-24T21:43:49.518Z PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53142023-10-24T21:43:49.522Z PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53152023-10-24T21:43:49.525Z PASS [ 0.070s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53162023-10-24T21:43:49.529Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53172023-10-24T21:43:49.532Z PASS [ 0.037s] oximeter types::tests::test_measurement
53182023-10-24T21:43:49.536Z PASS [ 0.038s] oximeter types::tests::test_sample_struct
53192023-10-24T21:43:49.539Z PASS [ 0.033s] oximeter types::tests::test_verify_field_names
53202023-10-24T21:43:49.542Z PASS [ 0.234s] oximeter-collector::test_commands test_oximeter_no_args
53212023-10-24T21:43:49.703Z PASS [ 0.345s] oximeter-collector::test_commands test_oximeter_openapi
53222023-10-24T21:43:49.727Z PASS [ 0.379s] oximeter-db client::tests::test_bad_database_connection
53232023-10-24T21:43:50.339Z PASS [ 5.044s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
53242023-10-24T21:43:50.545Z PASS [ 6.137s] omicron-test-utils dev::db::test::test_database_concurrent
53252023-10-24T21:43:50.731Z PASS [ 1.186s] oximeter-db client::tests::test_build_client
53262023-10-24T21:43:51.257Z PASS [ 1.539s] oximeter-db client::tests::test_client_select_timeseries_one
53272023-10-24T21:43:51.322Z PASS [ 1.639s] oximeter-db client::tests::test_client_insert
53282023-10-24T21:43:52.350Z PASS [ 2.010s] oximeter-db client::tests::test_database_version_update_idempotent
53292023-10-24T21:43:52.491Z PASS [ 1.946s] oximeter-db client::tests::test_database_version_will_not_downgrade
53302023-10-24T21:43:52.792Z PASS [ 1.541s] oximeter-db client::tests::test_differentiate_by_timeseries_name
53312023-10-24T21:43:52.838Z PASS [ 1.534s] oximeter-db client::tests::test_field_record_count
53322023-10-24T21:43:53.007Z PASS [ 2.269s] oximeter-db client::tests::test_database_version_wipes_old_version
53332023-10-24T21:43:54.173Z PASS [ 1.380s] oximeter-db client::tests::test_recall_field_value_bool
53342023-10-24T21:43:54.201Z PASS [ 1.364s] oximeter-db client::tests::test_recall_field_value_i16
53352023-10-24T21:43:54.276Z PASS [ 1.927s] oximeter-db client::tests::test_get_schema_no_new_values
53362023-10-24T21:43:54.306Z PASS [ 1.814s] oximeter-db client::tests::test_list_timeseries
53372023-10-24T21:43:54.432Z PASS [ 1.432s] oximeter-db client::tests::test_recall_field_value_i32
53382023-10-24T21:43:55.902Z PASS [ 1.619s] oximeter-db client::tests::test_recall_field_value_ipv4addr
53392023-10-24T21:43:55.906Z PASS [ 1.590s] oximeter-db client::tests::test_recall_field_value_ipv6addr
53402023-10-24T21:43:55.909Z PASS [ 1.479s] oximeter-db client::tests::test_recall_field_value_string
53412023-10-24T21:43:55.999Z PASS [ 1.793s] oximeter-db client::tests::test_recall_field_value_i8
53422023-10-24T21:43:56.108Z PASS [ 1.935s] oximeter-db client::tests::test_recall_field_value_i64
53432023-10-24T21:43:57.373Z PASS [ 1.469s] oximeter-db client::tests::test_recall_field_value_u32
53442023-10-24T21:43:57.454Z PASS [ 1.446s] oximeter-db client::tests::test_recall_field_value_u8
53452023-10-24T21:43:57.476Z PASS [ 1.579s] oximeter-db client::tests::test_recall_field_value_u16
53462023-10-24T21:43:57.532Z PASS [ 1.421s] oximeter-db client::tests::test_recall_field_value_uuid
53472023-10-24T21:43:57.600Z PASS [ 1.689s] oximeter-db client::tests::test_recall_field_value_u64
53482023-10-24T21:43:58.862Z PASS [ 1.377s] oximeter-db client::tests::test_recall_measurement_cumulative_i64
53492023-10-24T21:43:58.872Z PASS [ 1.340s] oximeter-db client::tests::test_recall_measurement_cumulative_u64
53502023-10-24T21:43:58.925Z PASS [ 1.485s] oximeter-db client::tests::test_recall_measurement_cumulative_f64
53512023-10-24T21:43:58.933Z PASS [ 1.562s] oximeter-db client::tests::test_recall_measurement_bool
53522023-10-24T21:43:58.941Z PASS [ 1.343s] oximeter-db client::tests::test_recall_measurement_f32
53532023-10-24T21:43:59.214Z PASS [ 14.007s] omicron-test-utils dev::db::test::test_setup_database_default_dir
53542023-10-24T21:43:59.956Z PASS [ 20.081s] omicron-passwords test::test_smoke
53552023-10-24T21:44:00.243Z PASS [ 1.314s] oximeter-db client::tests::test_recall_measurement_histogram_i16
53562023-10-24T21:44:00.266Z PASS [ 24.198s] omicron-omdb::test_all_output test_omdb_success_cases
53572023-10-24T21:44:00.269Z PASS [ 1.401s] oximeter-db client::tests::test_recall_measurement_f64
53582023-10-24T21:44:00.278Z PASS [ 1.340s] oximeter-db client::tests::test_recall_measurement_histogram_i32
53592023-10-24T21:44:00.300Z PASS [ 1.349s] oximeter-db client::tests::test_recall_measurement_histogram_i64
53602023-10-24T21:44:00.508Z PASS [ 1.634s] oximeter-db client::tests::test_recall_measurement_histogram_f64
53612023-10-24T21:44:00.921Z PASS [ 1.710s] oximeter-db client::tests::test_recall_measurement_histogram_i8
53622023-10-24T21:44:01.575Z PASS [ 1.335s] oximeter-db client::tests::test_recall_measurement_histogram_u32
53632023-10-24T21:44:01.611Z PASS [ 1.335s] oximeter-db client::tests::test_recall_measurement_i16
53642023-10-24T21:44:01.628Z PASS [ 1.362s] oximeter-db client::tests::test_recall_measurement_histogram_u8
53652023-10-24T21:44:01.635Z PASS [ 1.385s] oximeter-db client::tests::test_recall_measurement_histogram_u64
53662023-10-24T21:44:01.706Z PASS [ 1.405s] oximeter-db client::tests::test_recall_measurement_i32
53672023-10-24T21:44:01.763Z PASS [ 1.804s] oximeter-db client::tests::test_recall_measurement_histogram_u16
53682023-10-24T21:44:01.945Z PASS [ 1.441s] oximeter-db client::tests::test_recall_measurement_i64
53692023-10-24T21:44:02.277Z PASS [ 1.309s] oximeter-db client::tests::test_recall_measurement_i8
53702023-10-24T21:44:02.876Z PASS [ 1.250s] oximeter-db client::tests::test_recall_measurement_u64
53712023-10-24T21:44:02.932Z PASS [ 1.288s] oximeter-db client::tests::test_recall_measurement_u8
53722023-10-24T21:44:02.936Z PASS [ 1.350s] oximeter-db client::tests::test_recall_measurement_u16
53732023-10-24T21:44:02.970Z PASS [ 1.252s] oximeter-db client::tests::test_schema_mismatch
53742023-10-24T21:44:03.022Z PASS [ 1.411s] oximeter-db client::tests::test_recall_measurement_u32
53752023-10-24T21:44:03.065Z PASS [ 1.303s] oximeter-db client::tests::test_schema_update
53762023-10-24T21:44:03.334Z PASS [ 1.388s] oximeter-db client::tests::test_select_timeseries_with_all
53772023-10-24T21:44:04.188Z PASS [ 1.959s] oximeter-db client::tests::test_select_timeseries_with_limit
53782023-10-24T21:44:04.222Z PASS [ 0.034s] oximeter-db client::tests::test_unravel_index
53792023-10-24T21:44:04.354Z PASS [ 1.288s] oximeter-db client::tests::test_timeseries_schema_list
53802023-10-24T21:44:04.388Z PASS [ 0.036s] oximeter-db model::tests::test_db_bool
53812023-10-24T21:44:04.401Z PASS [ 1.449s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
53822023-10-24T21:44:04.404Z PASS [ 1.463s] oximeter-db client::tests::test_select_timeseries_with_select_one
53832023-10-24T21:44:04.430Z PASS [ 0.032s] oximeter-db model::tests::test_db_datum_type_conversion
53842023-10-24T21:44:04.437Z PASS [ 0.035s] oximeter-db model::tests::test_db_field_list_conversion
53852023-10-24T21:44:04.465Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_type_conversion
53862023-10-24T21:44:04.478Z PASS [ 0.036s] oximeter-db model::tests::test_db_histogram
53872023-10-24T21:44:04.482Z PASS [ 1.452s] oximeter-db client::tests::test_select_timeseries_with_start_time
53882023-10-24T21:44:04.505Z PASS [ 0.035s] oximeter-db model::tests::test_histogram_to_arrays
53892023-10-24T21:44:04.513Z PASS [ 0.033s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
53902023-10-24T21:44:04.537Z PASS [ 0.036s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
53912023-10-24T21:44:04.551Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
53922023-10-24T21:44:04.573Z PASS [ 0.038s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
53932023-10-24T21:44:04.587Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_from_source
53942023-10-24T21:44:04.611Z PASS [ 0.037s] oximeter-db model::tests::test_unroll_measurement_row
53952023-10-24T21:44:04.622Z PASS [ 0.035s] oximeter-db query::tests::test_field_cmp
53962023-10-24T21:44:04.644Z PASS [ 0.032s] oximeter-db query::tests::test_field_selector_as_query
53972023-10-24T21:44:04.652Z PASS [ 0.031s] oximeter-db query::tests::test_field_value_as_db_str
53982023-10-24T21:44:04.663Z PASS [ 1.329s] oximeter-db client::tests::test_unquoted_64bit_integers
53992023-10-24T21:44:04.696Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_from_parts
54002023-10-24T21:44:04.703Z PASS [ 0.061s] oximeter-db query::tests::test_select_query_builder_field_selectors
54012023-10-24T21:44:04.728Z PASS [ 1.798s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
54022023-10-24T21:44:04.745Z PASS [ 0.084s] oximeter-db query::tests::test_select_query_builder_filter_raw
54032023-10-24T21:44:04.748Z PASS [ 0.263s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
54042023-10-24T21:44:04.754Z PASS [ 0.349s] oximeter-db model::tests::test_db_bool_bad
54052023-10-24T21:44:04.757Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_limit_offset
54062023-10-24T21:44:04.761Z PASS [ 0.064s] oximeter-db query::tests::test_select_query_builder_full
54072023-10-24T21:44:04.765Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields
54082023-10-24T21:44:04.775Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_no_selectors
54092023-10-24T21:44:05.204Z PASS [ 0.030s] oximeter-db tests::test_field_schema_ordering
54102023-10-24T21:44:05.208Z PASS [ 0.036s] oximeter-db query::tests::test_time_range
54112023-10-24T21:44:05.211Z PASS [ 0.039s] oximeter-db tests::test_schema_field_ordering_across_target_metric
54122023-10-24T21:44:05.214Z PASS [ 0.046s] oximeter-db tests::test_timeseries_key_field_stability
54132023-10-24T21:44:05.217Z PASS [ 0.070s] oximeter-db query::tests::test_string_field_selector
54142023-10-24T21:44:05.219Z PASS [ 0.038s] oximeter-db tests::test_timeseries_key_sample_stability
54152023-10-24T21:44:05.223Z PASS [ 0.056s] oximeter-db tests::test_timeseries_name
54162023-10-24T21:44:05.226Z PASS [ 0.049s] oximeter-db tests::test_timeseries_name_from_str
54172023-10-24T21:44:05.229Z PASS [ 0.036s] oximeter-instruments http::tests::test_normalize_uri_path
54182023-10-24T21:44:05.232Z PASS [ 0.055s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
54192023-10-24T21:44:05.235Z PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker
54202023-10-24T21:44:05.238Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
54212023-10-24T21:44:05.241Z PASS [ 0.044s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
54222023-10-24T21:44:05.244Z PASS [ 0.043s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
54232023-10-24T21:44:05.246Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
54242023-10-24T21:44:05.249Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
54252023-10-24T21:44:05.252Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
54262023-10-24T21:44:05.255Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
54272023-10-24T21:44:05.258Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
54282023-10-24T21:44:05.261Z PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
54292023-10-24T21:44:05.263Z PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
54302023-10-24T21:44:05.267Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
54312023-10-24T21:44:05.270Z PASS [ 0.026s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
54322023-10-24T21:44:05.272Z PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
54332023-10-24T21:44:05.276Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
54342023-10-24T21:44:05.279Z PASS [ 0.042s] sled-hardware disk::test::test_disk_paths
54352023-10-24T21:44:05.281Z PASS [ 0.035s] sled-hardware disk::test::test_partition_device_paths
54362023-10-24T21:44:05.285Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
54372023-10-24T21:44:05.288Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
54382023-10-24T21:44:05.292Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
54392023-10-24T21:44:05.296Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
54402023-10-24T21:44:05.299Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
54412023-10-24T21:44:05.302Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
54422023-10-24T21:44:05.305Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
54432023-10-24T21:44:05.307Z PASS [ 0.042s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
54442023-10-24T21:44:05.310Z PASS [ 2.185s] oximeter-db client::tests::test_select_timeseries_with_order
54452023-10-24T21:44:05.315Z PASS [ 0.037s] tufaceous-lib key::tests::test_from_str
54462023-10-24T21:44:05.318Z PASS [ 0.045s] tufaceous-lib archive::tests::test_validate_path
54472023-10-24T21:44:05.321Z PASS [ 0.047s] update-engine events::tests::progress_event_parse_unknown
54482023-10-24T21:44:05.324Z PASS [ 0.064s] update-engine engine::tests::error_exits_early
54492023-10-24T21:44:05.328Z PASS [ 0.118s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54502023-10-24T21:44:05.331Z PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown
54512023-10-24T21:44:05.334Z PASS [ 0.063s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
54522023-10-24T21:44:05.337Z PASS [ 0.092s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
54532023-10-24T21:44:05.340Z PASS [ 0.046s] wicketd installinator_progress::tests::test_states
54542023-10-24T21:44:05.343Z PASS [ 0.280s] update-engine buffer::tests::test_buffer
54552023-10-24T21:44:05.398Z PASS [ 0.242s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54562023-10-24T21:44:06.015Z PASS [ 0.598s] tufaceous::integration-tests command_tests::test_init_and_add
54572023-10-24T21:44:06.018Z PASS [ 1.477s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
54582023-10-24T21:44:06.021Z PASS [ 0.445s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54592023-10-24T21:44:06.047Z PASS [ 0.783s] tufaceous::manifest-tests check_manifest::fake.toml
54602023-10-24T21:44:06.051Z PASS [ 1.023s] tufaceous::integration-tests command_tests::test_assemble_fake
54612023-10-24T21:44:06.091Z PASS [ 0.936s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
54622023-10-24T21:44:06.449Z PASS [ 1.116s] wicketd::mod integration_tests::inventory::test_inventory
54632023-10-24T21:44:07.244Z PASS [ 1.644s] wicketd::mod integration_tests::updates::test_update_races
54642023-10-24T21:44:07.296Z PASS [ 1.606s] wicketd::mod integration_tests::updates::test_updates
54652023-10-24T21:44:09.141Z PASS [ 3.752s] wicketd::mod integration_tests::updates::test_installinator_fetch
54662023-10-24T21:44:09.144Z------------
54672023-10-24T21:44:09.146Z Summary [1534.153s] 939 tests run: 939 passed (12 slow, 1 leaky), 4 skipped
54682023-10-24T21:44:09.178Z
54692023-10-24T21:44:09.182Zreal 25:45.221672866
54702023-10-24T21:44:09.184Zuser 2:30:38.401705694
54712023-10-24T21:44:09.187Zsys 32:01.712886535
54722023-10-24T21:44:09.198Ztrap 2:36.092886635
54732023-10-24T21:44:09.201Ztflt 6.103144890
54742023-10-24T21:44:09.204Zdflt 19.423088109
54752023-10-24T21:44:09.207Zkflt 0.079405506
54762023-10-24T21:44:09.210Zlock 549:21:37.588614200
54772023-10-24T21:44:09.213Zslp 31:40:03.558352268
54782023-10-24T21:44:09.218Zlat 2:16:53.636375337
54792023-10-24T21:44:09.223Zstop 20:48.577926262
54802023-10-24T21:44:09.230Z
54812023-10-24T21:44:09.237Z ##### #### #### ##### ###### #### #####
54822023-10-24T21:44:09.242Z # # # # # # # # # #
54832023-10-24T21:44:09.247Z # # # # # # ##### #### #
54842023-10-24T21:44:09.254Z # # # # # # # # #
54852023-10-24T21:44:09.261Z # # # # # # # # # # #
54862023-10-24T21:44:09.266Z ##### #### #### # ###### #### #
54872023-10-24T21:44:09.279Z
54882023-10-24T21:44:10.752Z Fresh unicode-ident v1.0.12
54892023-10-24T21:44:10.758Z Fresh cfg-if v1.0.0
54902023-10-24T21:44:10.763Z Fresh autocfg v1.1.0
54912023-10-24T21:44:10.767Z Fresh version_check v0.9.4
54922023-10-24T21:44:10.770Z Fresh proc-macro2 v1.0.67
54932023-10-24T21:44:10.773Z Fresh once_cell v1.18.0
54942023-10-24T21:44:10.776Z Fresh memchr v2.6.3
54952023-10-24T21:44:10.781Z Fresh log v0.4.20
54962023-10-24T21:44:10.784Z Fresh itoa v1.0.9
54972023-10-24T21:44:10.787Z Fresh quote v1.0.33
54982023-10-24T21:44:10.790Z Fresh libc v0.2.149
54992023-10-24T21:44:10.793Z Fresh scopeguard v1.2.0
55002023-10-24T21:44:10.796Z Fresh smallvec v1.11.0
55012023-10-24T21:44:10.798Z Fresh syn v2.0.32
55022023-10-24T21:44:10.801Z Fresh syn v1.0.109
55032023-10-24T21:44:10.804Z Fresh getrandom v0.2.10
55042023-10-24T21:44:10.807Z Fresh jobserver v0.1.26
55052023-10-24T21:44:10.810Z Fresh serde_derive v1.0.188
55062023-10-24T21:44:10.813Z Fresh lock_api v0.4.10
55072023-10-24T21:44:10.816Z Fresh libm v0.2.7
55082023-10-24T21:44:10.819Z Fresh parking_lot_core v0.9.8
55092023-10-24T21:44:10.822Z Fresh ryu v1.0.15
55102023-10-24T21:44:10.831Z Fresh cc v1.0.83
55112023-10-24T21:44:10.834Z Fresh thiserror-impl v1.0.49
55122023-10-24T21:44:10.836Z Fresh serde v1.0.188
55132023-10-24T21:44:10.840Z Fresh num-traits v0.2.16
55142023-10-24T21:44:10.844Z Fresh parking_lot v0.12.1
55152023-10-24T21:44:10.847Z Fresh spin v0.5.2
55162023-10-24T21:44:10.850Z Fresh pin-project-lite v0.2.13
55172023-10-24T21:44:10.853Z Fresh signal-hook-registry v1.4.1
55182023-10-24T21:44:10.855Z Fresh bytes v1.5.0
55192023-10-24T21:44:10.858Z Fresh thiserror v1.0.49
55202023-10-24T21:44:10.862Z Fresh rand_core v0.6.4
55212023-10-24T21:44:10.865Z Fresh num_cpus v1.16.0
55222023-10-24T21:44:10.868Z Fresh mio v0.8.8
55232023-10-24T21:44:10.871Z Fresh bitflags v2.4.0
55242023-10-24T21:44:10.873Z Fresh ahash v0.8.3
55252023-10-24T21:44:10.876Z Fresh zeroize_derive v1.4.2
55262023-10-24T21:44:10.879Z Fresh pkg-config v0.3.27
55272023-10-24T21:44:10.882Z Fresh tokio-macros v2.1.0
55282023-10-24T21:44:10.885Z Fresh socket2 v0.5.4
55292023-10-24T21:44:10.888Z Fresh fnv v1.0.7
55302023-10-24T21:44:10.891Z Fresh heck v0.4.1
55312023-10-24T21:44:10.895Z Fresh futures-core v0.3.28
55322023-10-24T21:44:10.898Z Fresh zeroize v1.6.0
55332023-10-24T21:44:10.901Z Fresh tokio v1.33.0
55342023-10-24T21:44:10.905Z Fresh allocator-api2 v0.2.16
55352023-10-24T21:44:10.908Z Fresh futures-sink v0.3.28
55362023-10-24T21:44:10.910Z Fresh iana-time-zone v0.1.57
55372023-10-24T21:44:10.913Z Fresh pin-utils v0.1.0
55382023-10-24T21:44:10.916Z Fresh hashbrown v0.14.0
55392023-10-24T21:44:10.918Z Fresh chrono v0.4.31
55402023-10-24T21:44:10.921Z Fresh futures-macro v0.3.28
55412023-10-24T21:44:10.925Z Fresh slab v0.4.9
55422023-10-24T21:44:10.928Z Fresh regex-syntax v0.7.5
55432023-10-24T21:44:10.931Z Fresh byteorder v1.4.3
55442023-10-24T21:44:10.934Z Fresh tinyvec_macros v0.1.1
55452023-10-24T21:44:10.937Z Fresh equivalent v1.0.1
55462023-10-24T21:44:10.941Z Fresh futures-channel v0.3.28
55472023-10-24T21:44:10.943Z Fresh futures-task v0.3.28
55482023-10-24T21:44:10.946Z Fresh futures-io v0.3.28
55492023-10-24T21:44:10.949Z Fresh tinyvec v1.6.0
55502023-10-24T21:44:10.952Z Fresh indexmap v2.0.0
55512023-10-24T21:44:10.954Z Fresh uuid v1.4.1
55522023-10-24T21:44:10.957Z Fresh futures-util v0.3.28
55532023-10-24T21:44:10.960Z Fresh typenum v1.16.0
55542023-10-24T21:44:10.963Z Fresh aho-corasick v1.0.4
55552023-10-24T21:44:10.965Z Fresh unicode-normalization v0.1.22
55562023-10-24T21:44:10.968Z Fresh vcpkg v0.2.15
55572023-10-24T21:44:10.970Z Fresh unicode-bidi v0.3.13
55582023-10-24T21:44:10.973Z Fresh lazy_static v1.4.0
55592023-10-24T21:44:10.976Z Fresh generic-array v0.14.7
55602023-10-24T21:44:10.981Z Fresh regex-automata v0.3.8
55612023-10-24T21:44:10.983Z Fresh subtle v2.5.0
55622023-10-24T21:44:10.987Z Fresh percent-encoding v2.3.0
55632023-10-24T21:44:10.990Z Fresh serde_derive_internals v0.26.0
55642023-10-24T21:44:10.993Z Fresh dyn-clone v1.0.13
55652023-10-24T21:44:10.996Z Fresh regex v1.9.5
55662023-10-24T21:44:10.999Z Fresh crypto-common v0.1.6
55672023-10-24T21:44:11.002Z Fresh form_urlencoded v1.2.0
55682023-10-24T21:44:11.005Z Fresh schemars_derive v0.8.13
55692023-10-24T21:44:11.008Z Fresh tracing-attributes v0.1.26
55702023-10-24T21:44:11.011Z Fresh tracing-core v0.1.31
55712023-10-24T21:44:11.014Z Fresh base64 v0.21.4
55722023-10-24T21:44:11.023Z Fresh tracing v0.1.37
55732023-10-24T21:44:11.031Z Fresh http v0.2.9
55742023-10-24T21:44:11.045Z Fresh idna v0.4.0
55752023-10-24T21:44:11.058Z Fresh errno v0.3.2
55762023-10-24T21:44:11.061Z Fresh const-oid v0.9.5
55772023-10-24T21:44:11.064Z Fresh url v2.4.1
55782023-10-24T21:44:11.067Z Fresh bitflags v1.3.2
55792023-10-24T21:44:11.073Z Fresh hashbrown v0.12.3
55802023-10-24T21:44:11.075Z Fresh ppv-lite86 v0.2.17
55812023-10-24T21:44:11.078Z Fresh unicode-width v0.1.10
55822023-10-24T21:44:11.082Z Fresh indexmap v1.9.3
55832023-10-24T21:44:11.084Z Fresh rand_chacha v0.3.1
55842023-10-24T21:44:11.087Z Fresh block-buffer v0.10.4
55852023-10-24T21:44:11.090Z Fresh tokio-util v0.7.8
55862023-10-24T21:44:11.092Z Fresh rand v0.8.5
55872023-10-24T21:44:11.095Z Fresh httparse v1.8.0
55882023-10-24T21:44:11.098Z Fresh digest v0.10.7
55892023-10-24T21:44:11.101Z Fresh untrusted v0.7.1
55902023-10-24T21:44:11.104Z Fresh adler v1.0.2
55912023-10-24T21:44:11.107Z Fresh rustix v0.38.9
55922023-10-24T21:44:11.109Z Fresh semver v1.0.18
55932023-10-24T21:44:11.112Z Fresh ring v0.16.20
55942023-10-24T21:44:11.115Z Fresh cpufeatures v0.2.9
55952023-10-24T21:44:11.118Z Fresh miniz_oxide v0.7.1
55962023-10-24T21:44:11.121Z Fresh serde_spanned v0.6.3
55972023-10-24T21:44:11.124Z Fresh toml_datetime v0.6.3
55982023-10-24T21:44:11.127Z Fresh socket2 v0.4.9
55992023-10-24T21:44:11.130Z Fresh ucd-trie v0.1.6
56002023-10-24T21:44:11.133Z Fresh winnow v0.5.15
56012023-10-24T21:44:11.135Z Fresh httpdate v1.0.3
56022023-10-24T21:44:11.138Z Fresh try-lock v0.2.4
56032023-10-24T21:44:11.140Z Fresh rustls-webpki v0.101.4
56042023-10-24T21:44:11.144Z Fresh sct v0.7.0
56052023-10-24T21:44:11.169Z Fresh pest v2.7.2
56062023-10-24T21:44:11.172Z Fresh want v0.3.1
56072023-10-24T21:44:11.176Z Fresh h2 v0.3.21
56082023-10-24T21:44:11.179Z Fresh http-body v0.4.5
56092023-10-24T21:44:11.182Z Fresh foreign-types-shared v0.1.1
56102023-10-24T21:44:11.185Z Fresh openssl-probe v0.1.5
56112023-10-24T21:44:11.187Z Fresh tower-service v0.3.2
56122023-10-24T21:44:11.191Z Fresh foreign-types v0.3.2
56132023-10-24T21:44:11.193Z Fresh hyper v0.14.27
56142023-10-24T21:44:11.196Z Fresh rustls v0.21.7
56152023-10-24T21:44:11.199Z Fresh openssl-sys v0.9.93
56162023-10-24T21:44:11.202Z Fresh rustls-pemfile v1.0.3
56172023-10-24T21:44:11.204Z Fresh hashbrown v0.13.2
56182023-10-24T21:44:11.207Z Fresh openssl-macros v0.1.1
56192023-10-24T21:44:11.210Z Fresh mime v0.3.17
56202023-10-24T21:44:11.213Z Fresh tokio-rustls v0.24.1
56212023-10-24T21:44:11.216Z Fresh toml_edit v0.19.15
56222023-10-24T21:44:11.221Z Fresh openssl v0.10.57
56232023-10-24T21:44:11.224Z Fresh serde_json v1.0.107
56242023-10-24T21:44:11.228Z Fresh strsim v0.10.0
56252023-10-24T21:44:11.231Z Fresh gimli v0.28.0
56262023-10-24T21:44:11.233Z Fresh ipnet v2.8.0
56272023-10-24T21:44:11.236Z Fresh unicode-xid v0.2.4
56282023-10-24T21:44:11.239Z Fresh addr2line v0.21.0
56292023-10-24T21:44:11.241Z Fresh object v0.32.1
56302023-10-24T21:44:11.244Z Fresh rustc-demangle v0.1.23
56312023-10-24T21:44:11.248Z Fresh backtrace v0.3.69
56322023-10-24T21:44:11.255Z Fresh native-tls v0.2.11
56332023-10-24T21:44:11.257Z Fresh async-trait v0.1.73
56342023-10-24T21:44:11.260Z Fresh serde_urlencoded v0.7.1
56352023-10-24T21:44:11.263Z Fresh encoding_rs v0.8.33
56362023-10-24T21:44:11.266Z Fresh rustls-native-certs v0.6.3
56372023-10-24T21:44:11.269Z Fresh anyhow v1.0.75
56382023-10-24T21:44:11.272Z Fresh tokio-native-tls v0.3.1
56392023-10-24T21:44:11.274Z Fresh rustversion v1.0.14
56402023-10-24T21:44:11.277Z Fresh hyper-rustls v0.24.1
56412023-10-24T21:44:11.286Z Fresh either v1.9.0
56422023-10-24T21:44:11.289Z Fresh webpki-roots v0.25.2
56432023-10-24T21:44:11.292Z Fresh hyper-tls v0.5.0
56442023-10-24T21:44:11.295Z Fresh time-core v0.1.1
56452023-10-24T21:44:11.300Z Fresh deranged v0.3.8
56462023-10-24T21:44:11.303Z Fresh num_threads v0.1.6
56472023-10-24T21:44:11.305Z Fresh synstructure v0.12.6
56482023-10-24T21:44:11.308Z Fresh pest_meta v2.7.2
56492023-10-24T21:44:11.311Z Fresh time-macros v0.2.13
56502023-10-24T21:44:11.314Z Fresh crossbeam-utils v0.8.16
56512023-10-24T21:44:11.317Z Fresh slog v2.7.0
56522023-10-24T21:44:11.320Z Fresh zerocopy-derive v0.2.0
56532023-10-24T21:44:11.323Z Fresh pest_generator v2.7.2
56542023-10-24T21:44:11.325Z Fresh rustc_version v0.4.0
56552023-10-24T21:44:11.328Z Fresh time v0.3.27
56562023-10-24T21:44:11.331Z Fresh zerocopy v0.3.0
56572023-10-24T21:44:11.333Z Fresh pest_derive v2.7.2
56582023-10-24T21:44:11.336Z Fresh futures-executor v0.3.28
56592023-10-24T21:44:11.339Z Fresh thread-id v4.2.0
56602023-10-24T21:44:11.341Z Fresh siphasher v0.3.11
56612023-10-24T21:44:11.344Z Fresh toml v0.7.8
56622023-10-24T21:44:11.347Z Fresh dtrace-parser v0.1.14
56632023-10-24T21:44:11.349Z Fresh dof v0.1.5
56642023-10-24T21:44:11.352Z Fresh futures v0.3.28
56652023-10-24T21:44:11.354Z Fresh serde_tokenstream v0.1.7
56662023-10-24T21:44:11.357Z Fresh strum_macros v0.25.2
56672023-10-24T21:44:11.360Z Fresh sha2 v0.10.7
56682023-10-24T21:44:11.362Z Fresh hmac v0.12.1
56692023-10-24T21:44:11.365Z Fresh fallible-iterator v0.2.0
56702023-10-24T21:44:11.368Z Fresh spin v0.9.8
56712023-10-24T21:44:11.371Z Fresh hex v0.4.3
56722023-10-24T21:44:11.373Z Fresh md-5 v0.10.5
56732023-10-24T21:44:11.376Z Fresh stringprep v0.1.3
56742023-10-24T21:44:11.379Z Fresh phf_shared v0.11.2
56752023-10-24T21:44:11.383Z Fresh schemars v0.8.13
56762023-10-24T21:44:11.386Z Fresh usdt-macro v0.3.5
56772023-10-24T21:44:11.388Z Fresh usdt-attr-macro v0.3.5
56782023-10-24T21:44:11.392Z Fresh postgres-protocol v0.6.6
56792023-10-24T21:44:11.395Z Fresh utf8parse v0.2.1
56802023-10-24T21:44:11.399Z Fresh phf v0.11.2
56812023-10-24T21:44:11.401Z Fresh block-padding v0.3.3
56822023-10-24T21:44:11.404Z Fresh crc32fast v1.3.2
56832023-10-24T21:44:11.407Z Fresh static_assertions v1.1.0
56842023-10-24T21:44:11.410Z Fresh whoami v1.4.1
56852023-10-24T21:44:11.412Z Fresh inout v0.1.3
56862023-10-24T21:44:11.415Z Fresh itertools v0.10.5
56872023-10-24T21:44:11.417Z Fresh zerocopy-derive v0.6.4
56882023-10-24T21:44:11.420Z Fresh flate2 v1.0.27
56892023-10-24T21:44:11.422Z Fresh num-integer v0.1.45
56902023-10-24T21:44:11.425Z Fresh unicode-segmentation v1.10.1
56912023-10-24T21:44:11.428Z Fresh anstyle v1.0.2
56922023-10-24T21:44:11.430Z Fresh zerocopy v0.6.4
56932023-10-24T21:44:11.435Z Fresh cipher v0.4.4
56942023-10-24T21:44:11.439Z Fresh io-lifetimes v1.0.11
56952023-10-24T21:44:11.441Z Fresh bit-vec v0.6.3
56962023-10-24T21:44:11.444Z Fresh data-encoding v2.4.0
56972023-10-24T21:44:11.447Z Fresh anstyle-parse v0.2.1
56982023-10-24T21:44:11.449Z Fresh itertools v0.11.0
56992023-10-24T21:44:11.453Z Fresh rustix v0.37.23
57002023-10-24T21:44:11.459Z Fresh colorchoice v1.0.0
57012023-10-24T21:44:11.463Z Fresh anstyle-query v1.0.0
57022023-10-24T21:44:11.466Z Fresh serde_tokenstream v0.2.0
57032023-10-24T21:44:11.471Z Fresh anstream v0.5.0
57042023-10-24T21:44:11.474Z Fresh terminal_size v0.2.6
57052023-10-24T21:44:11.476Z Fresh managed v0.8.0
57062023-10-24T21:44:11.480Z Fresh tap v1.0.1
57072023-10-24T21:44:11.483Z Fresh clap_lex v0.5.1
57082023-10-24T21:44:11.486Z Fresh radium v0.7.0
57092023-10-24T21:44:11.492Z Fresh clap_builder v4.4.2
57102023-10-24T21:44:11.494Z Fresh wyz v0.5.1
57112023-10-24T21:44:11.497Z Fresh memoffset v0.9.0
57122023-10-24T21:44:11.500Z Fresh bit-set v0.5.3
57132023-10-24T21:44:11.503Z Fresh phf_shared v0.10.0
57142023-10-24T21:44:11.506Z Fresh clap_derive v4.4.2
57152023-10-24T21:44:11.509Z Fresh fixedbitset v0.4.2
57162023-10-24T21:44:11.512Z Fresh precomputed-hash v0.1.1
57172023-10-24T21:44:11.515Z Fresh matches v0.1.10
57182023-10-24T21:44:11.518Z Fresh new_debug_unreachable v1.0.4
57192023-10-24T21:44:11.521Z Fresh funty v2.0.0
57202023-10-24T21:44:11.525Z Fresh clap v4.4.3
57212023-10-24T21:44:11.528Z Fresh petgraph v0.6.4
57222023-10-24T21:44:11.531Z Fresh crossbeam-epoch v0.9.15
57232023-10-24T21:44:11.534Z Fresh num-iter v0.1.43
57242023-10-24T21:44:11.540Z Fresh idna v0.2.3
57252023-10-24T21:44:11.543Z Fresh bitvec v1.0.1
57262023-10-24T21:44:11.545Z Fresh string_cache v0.8.7
57272023-10-24T21:44:11.549Z Fresh enum-as-inner v0.5.1
57282023-10-24T21:44:11.551Z Fresh scheduled-thread-pool v0.2.7
57292023-10-24T21:44:11.554Z Fresh trust-dns-proto v0.22.0
57302023-10-24T21:44:11.557Z Fresh diesel_table_macro_syntax v0.1.0
57312023-10-24T21:44:11.559Z Fresh regex-automata v0.1.10
57322023-10-24T21:44:11.562Z Fresh lalrpop-util v0.19.12
57332023-10-24T21:44:11.565Z Fresh predicates-core v1.0.6
57342023-10-24T21:44:11.568Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57352023-10-24T21:44:11.571Z Fresh diesel_derives v2.1.1
57362023-10-24T21:44:11.574Z Fresh bzip2-sys v0.1.11+1.0.8
57372023-10-24T21:44:11.576Z Fresh bstr v0.2.17
57382023-10-24T21:44:11.579Z Fresh r2d2 v0.8.10
57392023-10-24T21:44:11.582Z Fresh regress v0.7.1
57402023-10-24T21:44:11.584Z Fresh signature v2.1.0
57412023-10-24T21:44:11.587Z Fresh hash32 v0.2.1
57422023-10-24T21:44:11.590Z Fresh float-cmp v0.9.0
57432023-10-24T21:44:11.593Z Fresh smawk v0.3.1
57442023-10-24T21:44:11.596Z Fresh normalize-line-endings v0.3.0
57452023-10-24T21:44:11.600Z Fresh unicode-linebreak v0.1.5
57462023-10-24T21:44:11.602Z Fresh stable_deref_trait v1.2.0
57472023-10-24T21:44:11.605Z Fresh difflib v0.4.0
57482023-10-24T21:44:11.608Z Fresh textwrap v0.16.0
57492023-10-24T21:44:11.611Z Fresh heapless v0.7.16
57502023-10-24T21:44:11.618Z Fresh bzip2 v0.4.4
57512023-10-24T21:44:11.620Z Fresh console v0.15.7
57522023-10-24T21:44:11.623Z Fresh bstr v1.6.0
57532023-10-24T21:44:11.625Z Fresh hubpack_derive v0.1.1
57542023-10-24T21:44:11.628Z Fresh num-bigint v0.4.4
57552023-10-24T21:44:11.631Z Fresh smoltcp v0.9.1
57562023-10-24T21:44:11.635Z Fresh hubpack v0.1.2
57572023-10-24T21:44:11.638Z Fresh zip v0.6.6
57582023-10-24T21:44:11.640Z Fresh similar v2.2.1
57592023-10-24T21:44:11.643Z Fresh serde_repr v0.1.16
57602023-10-24T21:44:11.646Z Fresh predicates v3.0.4
57612023-10-24T21:44:11.650Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57622023-10-24T21:44:11.658Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57632023-10-24T21:44:11.660Z Fresh yasna v0.5.2
57642023-10-24T21:44:11.663Z Fresh tokio-stream v0.1.14
57652023-10-24T21:44:11.666Z Fresh getopts v0.2.21
57662023-10-24T21:44:11.669Z Fresh reqwest v0.11.20
57672023-10-24T21:44:11.672Z Fresh openapiv3 v1.0.3
57682023-10-24T21:44:11.675Z Fresh unsafe-libyaml v0.2.9
57692023-10-24T21:44:11.680Z Fresh ipnetwork v0.20.0
57702023-10-24T21:44:11.682Z Fresh usdt-impl v0.3.5
57712023-10-24T21:44:11.685Z Fresh serde_yaml v0.9.25
57722023-10-24T21:44:11.688Z Fresh usdt v0.3.5
57732023-10-24T21:44:11.690Z Fresh fastrand v2.0.0
57742023-10-24T21:44:11.694Z Fresh postgres-types v0.2.6
57752023-10-24T21:44:11.697Z Fresh ident_case v1.0.1
57762023-10-24T21:44:11.699Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57772023-10-24T21:44:11.702Z Fresh tempfile v3.8.0
57782023-10-24T21:44:11.705Z Fresh tokio-postgres v0.7.10
57792023-10-24T21:44:11.708Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57802023-10-24T21:44:11.712Z Fresh dirs-sys-next v0.1.2
57812023-10-24T21:44:11.714Z Fresh atty v0.2.14
57822023-10-24T21:44:11.717Z Fresh crossbeam-channel v0.5.8
57832023-10-24T21:44:11.720Z Fresh dirs-next v2.0.0
57842023-10-24T21:44:11.722Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57852023-10-24T21:44:11.725Z Fresh match_cfg v0.1.0
57862023-10-24T21:44:11.729Z Fresh darling_core v0.20.3
57872023-10-24T21:44:11.732Z Fresh sha1 v0.10.5
57882023-10-24T21:44:11.735Z Fresh diesel v2.1.1
57892023-10-24T21:44:11.738Z Fresh thread_local v1.1.7
57902023-10-24T21:44:11.740Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57912023-10-24T21:44:11.749Z Fresh term v0.7.0
57922023-10-24T21:44:11.752Z Fresh hostname v0.3.1
57932023-10-24T21:44:11.756Z Fresh darling_macro v0.20.3
57942023-10-24T21:44:11.758Z Fresh regex-syntax v0.6.29
57952023-10-24T21:44:11.761Z Fresh strum v0.25.0
57962023-10-24T21:44:11.764Z Fresh darling v0.20.3
57972023-10-24T21:44:11.766Z Fresh instant v0.1.12
57982023-10-24T21:44:11.769Z Fresh take_mut v0.2.2
57992023-10-24T21:44:11.773Z Fresh slog-term v2.9.0
58002023-10-24T21:44:11.777Z Fresh slog-json v2.6.1
58012023-10-24T21:44:11.780Z Fresh paste v1.0.14
58022023-10-24T21:44:11.783Z Fresh serde_with_macros v2.3.3
58032023-10-24T21:44:11.785Z Fresh slog-async v2.8.0
58042023-10-24T21:44:11.788Z Fresh slog-bunyan v2.4.0
58052023-10-24T21:44:11.792Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58062023-10-24T21:44:11.795Z Fresh structmeta-derive v0.1.6
58072023-10-24T21:44:11.797Z Fresh serde_with v2.3.3
58082023-10-24T21:44:11.800Z Fresh structmeta v0.1.6
58092023-10-24T21:44:11.803Z Fresh async-stream-impl v0.3.5
58102023-10-24T21:44:11.807Z Fresh atomic-waker v1.1.1
58112023-10-24T21:44:11.810Z Fresh debug-ignore v1.0.5
58122023-10-24T21:44:11.813Z Fresh camino v1.1.6
58132023-10-24T21:44:11.816Z Fresh multer v2.1.0
58142023-10-24T21:44:11.819Z Fresh async-stream v0.3.5
58152023-10-24T21:44:11.822Z Fresh waitgroup v0.1.2
58162023-10-24T21:44:11.824Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58172023-10-24T21:44:11.827Z Fresh serde_path_to_error v0.1.14
58182023-10-24T21:44:11.830Z Fresh parse-display-derive v0.7.0
58192023-10-24T21:44:11.833Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58202023-10-24T21:44:11.836Z Fresh backoff v0.4.0
58212023-10-24T21:44:11.838Z Fresh parse-display v0.7.0
58222023-10-24T21:44:11.844Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
58232023-10-24T21:44:11.847Z Fresh macaddr v1.0.1
58242023-10-24T21:44:11.849Z Fresh quick-error v1.2.3
58252023-10-24T21:44:11.853Z Fresh wait-timeout v0.2.0
58262023-10-24T21:44:11.856Z Fresh rand_xorshift v0.3.0
58272023-10-24T21:44:11.858Z Fresh rusty-fork v0.3.0
58282023-10-24T21:44:11.861Z Fresh unarray v0.1.4
58292023-10-24T21:44:11.864Z Fresh test-strategy v0.2.1
58302023-10-24T21:44:11.866Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58312023-10-24T21:44:11.869Z Fresh base64ct v1.6.0
58322023-10-24T21:44:11.872Z Fresh is-terminal v0.4.9
58332023-10-24T21:44:11.875Z Fresh proc-macro-crate v1.3.1
58342023-10-24T21:44:11.878Z Fresh proptest v1.3.1
58352023-10-24T21:44:11.881Z Fresh cfg-if v0.1.10
58362023-10-24T21:44:11.884Z Fresh password-hash v0.5.0
58372023-10-24T21:44:11.887Z Fresh blake2 v0.10.6
58382023-10-24T21:44:11.890Z Fresh num_enum_derive v0.5.11
58392023-10-24T21:44:11.893Z Fresh crucible-workspace-hack v0.1.0
58402023-10-24T21:44:11.895Z Fresh argon2 v0.5.2
58412023-10-24T21:44:11.899Z Fresh num_enum v0.5.11
58422023-10-24T21:44:11.902Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58432023-10-24T21:44:11.905Z Fresh proc-macro-error-attr v1.0.4
58442023-10-24T21:44:11.907Z Fresh postcard-cobs v0.1.5-pre
58452023-10-24T21:44:11.910Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58462023-10-24T21:44:11.912Z Fresh smoltcp v0.8.2
58472023-10-24T21:44:11.915Z Fresh foreign-types-macros v0.2.3
58482023-10-24T21:44:11.918Z Fresh proc-macro-error v1.0.4
58492023-10-24T21:44:11.920Z Fresh postcard v0.7.3
58502023-10-24T21:44:11.923Z Fresh foreign-types-shared v0.3.1
58512023-10-24T21:44:11.925Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58522023-10-24T21:44:11.928Z Fresh termtree v0.4.1
58532023-10-24T21:44:11.931Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58542023-10-24T21:44:11.934Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58552023-10-24T21:44:11.937Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58562023-10-24T21:44:11.940Z Fresh predicates-tree v1.0.9
58572023-10-24T21:44:11.942Z Fresh foreign-types v0.5.0
58582023-10-24T21:44:11.945Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58592023-10-24T21:44:11.948Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58602023-10-24T21:44:11.951Z Fresh filetime v0.2.22
58612023-10-24T21:44:11.954Z Fresh xattr v1.0.1
58622023-10-24T21:44:11.957Z Fresh cstr-argument v0.1.2
58632023-10-24T21:44:11.960Z Fresh pretty-hex v0.2.1
58642023-10-24T21:44:11.963Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58652023-10-24T21:44:11.966Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58662023-10-24T21:44:11.969Z Fresh colored v2.0.4
58672023-10-24T21:44:11.982Z Fresh tar v0.4.40
58682023-10-24T21:44:11.988Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58692023-10-24T21:44:11.992Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58702023-10-24T21:44:11.995Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58712023-10-24T21:44:11.998Z Fresh zone_cfg_derive v0.2.0
58722023-10-24T21:44:12.001Z Fresh predicates v2.1.5
58732023-10-24T21:44:12.004Z Fresh mockall_derive v0.11.4
58742023-10-24T21:44:12.007Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
58752023-10-24T21:44:12.010Z Fresh num-derive v0.4.0
58762023-10-24T21:44:12.015Z Fresh fragile v2.0.0
58772023-10-24T21:44:12.019Z Fresh downcast v0.11.0
58782023-10-24T21:44:12.022Z Fresh zone v0.2.0
58792023-10-24T21:44:12.027Z Fresh smf v0.2.2
58802023-10-24T21:44:12.030Z Fresh base64 v0.13.1
58812023-10-24T21:44:12.033Z Fresh mockall v0.11.4
58822023-10-24T21:44:12.037Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58832023-10-24T21:44:12.041Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
58842023-10-24T21:44:12.044Z Fresh same-file v1.0.6
58852023-10-24T21:44:12.050Z Fresh termcolor v1.2.0
58862023-10-24T21:44:12.053Z Fresh pem v1.1.1
58872023-10-24T21:44:12.056Z Fresh camino-tempfile v1.0.2
58882023-10-24T21:44:12.063Z Fresh walkdir v2.4.0
58892023-10-24T21:44:12.067Z Fresh toml v0.5.11
58902023-10-24T21:44:12.075Z Fresh linked-hash-map v0.5.6
58912023-10-24T21:44:12.078Z Fresh hkdf v0.12.3
58922023-10-24T21:44:12.080Z Fresh slog-dtrace v0.2.3
58932023-10-24T21:44:12.083Z Fresh lru-cache v0.1.2
58942023-10-24T21:44:12.086Z Fresh semver-parser v0.10.2
58952023-10-24T21:44:12.089Z Fresh ciborium-io v0.2.1
58962023-10-24T21:44:12.095Z Fresh half v1.8.2
58972023-10-24T21:44:12.098Z Fresh heck v0.3.3
58982023-10-24T21:44:12.101Z Fresh textwrap v0.11.0
58992023-10-24T21:44:12.103Z Fresh cancel-safe-futures v0.1.2
59002023-10-24T21:44:12.106Z Fresh semver v0.11.0
59012023-10-24T21:44:12.109Z Fresh ciborium-ll v0.2.1
59022023-10-24T21:44:12.112Z Fresh headers-core v0.2.0
59032023-10-24T21:44:12.115Z Fresh home v0.5.5
59042023-10-24T21:44:12.118Z Fresh vec_map v0.8.2
59052023-10-24T21:44:12.121Z Fresh keccak v0.1.4
59062023-10-24T21:44:12.123Z Fresh ansi_term v0.12.1
59072023-10-24T21:44:12.126Z Fresh strsim v0.8.0
59082023-10-24T21:44:12.129Z Fresh sha3 v0.10.8
59092023-10-24T21:44:12.131Z Fresh ciborium v0.2.1
59102023-10-24T21:44:12.134Z Fresh headers v0.3.9
59112023-10-24T21:44:12.137Z Fresh toolchain_find v0.2.0
59122023-10-24T21:44:12.140Z Fresh structopt-derive v0.4.18
59132023-10-24T21:44:12.142Z Fresh clap v2.34.0
59142023-10-24T21:44:12.145Z Fresh pem-rfc7468 v0.7.0
59152023-10-24T21:44:12.148Z Fresh secrecy v0.8.0
59162023-10-24T21:44:12.152Z Fresh der_derive v0.7.2
59172023-10-24T21:44:12.154Z Fresh flagset v0.4.3
59182023-10-24T21:44:12.157Z Fresh libefi-sys v0.1.0
59192023-10-24T21:44:12.159Z Fresh structopt v0.3.26
59202023-10-24T21:44:12.162Z Fresh der v0.7.8
59212023-10-24T21:44:12.165Z Fresh rustfmt-wrapper v0.2.0
59222023-10-24T21:44:12.167Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59232023-10-24T21:44:12.202Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59242023-10-24T21:44:12.207Z Fresh memoffset v0.7.1
59252023-10-24T21:44:12.211Z Fresh spki v0.7.2
59262023-10-24T21:44:12.214Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
59272023-10-24T21:44:12.217Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59282023-10-24T21:44:12.219Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59292023-10-24T21:44:12.221Z Fresh rcgen v0.10.0
59302023-10-24T21:44:12.224Z Fresh atomicwrites v0.4.2
59312023-10-24T21:44:12.227Z Fresh subprocess v0.2.9
59322023-10-24T21:44:12.229Z Fresh crc-catalog v2.2.0
59332023-10-24T21:44:12.232Z Fresh crc v3.0.1
59342023-10-24T21:44:12.234Z Fresh pkcs8 v0.10.2
59352023-10-24T21:44:12.238Z Fresh resolv-conf v0.7.0
59362023-10-24T21:44:12.240Z Fresh maybe-uninit v2.0.0
59372023-10-24T21:44:12.243Z Fresh packed_struct_codegen v0.10.1
59382023-10-24T21:44:12.252Z Fresh derive-where v1.2.5
59392023-10-24T21:44:12.254Z Fresh arc-swap v1.6.0
59402023-10-24T21:44:12.257Z Fresh nodrop v0.1.14
59412023-10-24T21:44:12.260Z Fresh linear-map v1.2.0
59422023-10-24T21:44:12.263Z Fresh packed_struct v0.10.1
59432023-10-24T21:44:12.265Z Fresh slog-scope v4.4.0
59442023-10-24T21:44:12.268Z Fresh smallvec v0.6.14
59452023-10-24T21:44:12.270Z Fresh array-init v0.0.4
59462023-10-24T21:44:12.273Z Fresh signal-hook v0.3.17
59472023-10-24T21:44:12.275Z Fresh trust-dns-resolver v0.22.0
59482023-10-24T21:44:12.279Z Fresh pkcs1 v0.7.5
59492023-10-24T21:44:12.281Z Fresh num-bigint-dig v0.8.4
59502023-10-24T21:44:12.284Z Fresh glob v0.3.1
59512023-10-24T21:44:12.287Z Fresh utf-8 v0.7.6
59522023-10-24T21:44:12.289Z Fresh bitfield v0.14.0
59532023-10-24T21:44:12.292Z Fresh rsa v0.9.2
59542023-10-24T21:44:12.295Z Fresh num-rational v0.4.1
59552023-10-24T21:44:12.298Z Fresh slog-stdlog v4.1.1
59562023-10-24T21:44:12.300Z Fresh serde-hex v0.1.0
59572023-10-24T21:44:12.302Z Fresh doc-comment v0.3.3
59582023-10-24T21:44:12.305Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59592023-10-24T21:44:12.309Z Fresh x509-cert v0.2.4
59602023-10-24T21:44:12.311Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59612023-10-24T21:44:12.314Z Fresh env_logger v0.10.0
59622023-10-24T21:44:12.316Z Fresh ron v0.8.1
59632023-10-24T21:44:12.319Z Fresh num-complex v0.4.4
59642023-10-24T21:44:12.323Z Fresh crc-any v2.4.3
59652023-10-24T21:44:12.326Z Fresh humantime v2.1.0
59662023-10-24T21:44:12.328Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59672023-10-24T21:44:12.332Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59682023-10-24T21:44:12.335Z Fresh num v0.4.1
59692023-10-24T21:44:12.338Z Fresh slog-envlogger v2.2.0
59702023-10-24T21:44:12.341Z Fresh libz-sys v1.1.12
59712023-10-24T21:44:12.344Z Fresh object v0.30.4
59722023-10-24T21:44:12.347Z Fresh fxhash v0.2.1
59732023-10-24T21:44:12.349Z Fresh path-slash v0.1.5
59742023-10-24T21:44:12.352Z Fresh semver v0.1.20
59752023-10-24T21:44:12.354Z Fresh libgit2-sys v0.15.2+1.6.4
59762023-10-24T21:44:12.357Z Fresh universal-hash v0.5.1
59772023-10-24T21:44:12.362Z Fresh snafu-derive v0.7.5
59782023-10-24T21:44:12.365Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
59792023-10-24T21:44:12.368Z Fresh rustc_version v0.1.7
59802023-10-24T21:44:12.370Z Fresh convert_case v0.4.0
59812023-10-24T21:44:12.373Z Fresh opaque-debug v0.3.0
59822023-10-24T21:44:12.376Z Fresh snafu v0.7.5
59832023-10-24T21:44:12.378Z Fresh git2 v0.17.2
59842023-10-24T21:44:12.381Z Fresh derive_more v0.99.17
59852023-10-24T21:44:12.384Z Fresh newline-converter v0.3.0
59862023-10-24T21:44:12.386Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59872023-10-24T21:44:12.389Z Fresh rand v0.4.6
59882023-10-24T21:44:12.392Z Fresh vergen v8.2.4
59892023-10-24T21:44:12.394Z
59902023-10-24T21:44:12.397Z Fresh expectorate v1.1.0
59912023-10-24T21:44:12.401Zrunning 5 tests
59922023-10-24T21:44:12.403Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59932023-10-24T21:44:12.406Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
59942023-10-24T21:44:12.409Z Fresh aead v0.5.2
59952023-10-24T21:44:12.412Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
59962023-10-24T21:44:12.420Z Fresh newtype_derive v0.1.6
59972023-10-24T21:44:12.423Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
59982023-10-24T21:44:12.425Z Fresh libsqlite3-sys v0.26.0
59992023-10-24T21:44:12.428Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
60002023-10-24T21:44:12.431Z Fresh buf-list v1.0.3
60012023-10-24T21:44:12.434Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
60022023-10-24T21:44:12.436Z Fresh tungstenite v0.18.0
60032023-10-24T21:44:12.439Z
60042023-10-24T21:44:12.447Z Fresh crossbeam-deque v0.8.3
60052023-10-24T21:44:12.451Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60062023-10-24T21:44:12.453Z Fresh toml_edit v0.20.0
60072023-10-24T21:44:12.456Z
60082023-10-24T21:44:12.458Z Fresh hashlink v0.8.3
60092023-10-24T21:44:12.461Z Fresh display-error-chain v0.1.1
60102023-10-24T21:44:12.464Z Fresh fallible-streaming-iterator v0.1.9
60112023-10-24T21:44:12.467Z Fresh tokio-tungstenite v0.18.0
60122023-10-24T21:44:12.469Z Fresh steno v0.4.0
60132023-10-24T21:44:12.473Z Fresh rayon-core v1.11.0
60142023-10-24T21:44:12.476Z Fresh toml v0.8.0
60152023-10-24T21:44:12.479Z Fresh rusqlite v0.29.0
60162023-10-24T21:44:12.482Z Fresh twox-hash v1.6.3
60172023-10-24T21:44:12.485Z Fresh nix v0.26.2
60182023-10-24T21:44:12.488Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60192023-10-24T21:44:12.493Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60202023-10-24T21:44:12.496Z Fresh num_enum_derive v0.7.0
60212023-10-24T21:44:12.498Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60222023-10-24T21:44:12.501Z Fresh path-dedot v3.1.0
60232023-10-24T21:44:12.504Z Fresh diff v0.1.13
60242023-10-24T21:44:12.510Z Fresh num_enum v0.7.0
60252023-10-24T21:44:12.512Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60262023-10-24T21:44:12.515Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60272023-10-24T21:44:12.518Z Fresh path-absolutize v3.1.0
60282023-10-24T21:44:12.520Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60292023-10-24T21:44:12.523Z Fresh platforms v3.0.2
60302023-10-24T21:44:12.526Z Fresh crunchy v0.2.2
60312023-10-24T21:44:12.529Z Fresh rayon v1.7.0
60322023-10-24T21:44:12.532Z Fresh polyval v0.6.1
60332023-10-24T21:44:12.535Z Fresh darling_core v0.14.4
60342023-10-24T21:44:12.539Z Fresh globset v0.4.13
60352023-10-24T21:44:12.541Z Fresh ctr v0.9.2
60362023-10-24T21:44:12.544Z Fresh aes v0.8.3
60372023-10-24T21:44:12.547Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60382023-10-24T21:44:12.549Z Fresh olpc-cjson v0.1.3
60392023-10-24T21:44:12.552Z Fresh bincode v1.3.3
60402023-10-24T21:44:12.555Z Fresh serde_plain v1.0.2
60412023-10-24T21:44:12.561Z Fresh nibble_vec v0.1.0
60422023-10-24T21:44:12.564Z Fresh minimal-lexical v0.2.1
60432023-10-24T21:44:12.567Z Fresh signature v1.6.4
60442023-10-24T21:44:12.569Z Fresh endian-type v0.1.2
60452023-10-24T21:44:12.572Z Fresh aes-gcm-siv v0.11.1
60462023-10-24T21:44:12.575Z Fresh tough v0.12.5
60472023-10-24T21:44:12.579Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60482023-10-24T21:44:12.582Z Fresh ed25519 v1.5.3
60492023-10-24T21:44:12.585Z Fresh radix_trie v0.2.1
60502023-10-24T21:44:12.588Z Fresh nom v7.1.3
60512023-10-24T21:44:12.590Z Fresh darling_macro v0.14.4
60522023-10-24T21:44:12.593Z Fresh tiny-keccak v2.0.2
60532023-10-24T21:44:12.595Z Fresh parking_lot_core v0.8.6
60542023-10-24T21:44:12.598Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60552023-10-24T21:44:12.601Z Fresh unicase v2.7.0
60562023-10-24T21:44:12.604Z Fresh env_logger v0.9.3
60572023-10-24T21:44:12.609Z Fresh ascii-canvas v3.0.0
60582023-10-24T21:44:12.612Z Fresh ff v0.13.0
60592023-10-24T21:44:12.618Z Fresh async-recursion v1.0.5
60602023-10-24T21:44:12.627Z Fresh bitstruct_derive v0.1.0
60612023-10-24T21:44:12.643Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
60622023-10-24T21:44:12.653Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60632023-10-24T21:44:12.657Z Fresh ena v0.14.2
60642023-10-24T21:44:12.660Z Fresh libloading v0.7.4
60652023-10-24T21:44:12.710Z Fresh ascii v1.1.0
60662023-10-24T21:44:12.714Z Fresh ringbuffer v0.15.0
60672023-10-24T21:44:12.716Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
60682023-10-24T21:44:12.719Z Fresh lalrpop v0.19.12
60692023-10-24T21:44:12.722Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60702023-10-24T21:44:12.725Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
60712023-10-24T21:44:12.727Z Fresh clang-sys v1.6.1
60722023-10-24T21:44:12.730Z Fresh bitstruct v0.1.1
60732023-10-24T21:44:12.733Z Fresh group v0.13.0
60742023-10-24T21:44:12.736Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60752023-10-24T21:44:12.739Z Fresh parking_lot v0.11.2
60762023-10-24T21:44:12.742Z Fresh darling v0.14.4
60772023-10-24T21:44:12.744Z Fresh salty v0.2.0
60782023-10-24T21:44:12.747Z Fresh trust-dns-client v0.22.0
60792023-10-24T21:44:12.750Z Fresh cexpr v0.6.0
60802023-10-24T21:44:12.753Z Fresh erased-serde v0.3.30
60812023-10-24T21:44:12.756Z Fresh prettyplease v0.2.12
60822023-10-24T21:44:12.758Z Fresh signal-hook-mio v0.2.3
60832023-10-24T21:44:12.761Z Fresh tungstenite v0.20.1
60842023-10-24T21:44:12.765Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60852023-10-24T21:44:12.767Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
60862023-10-24T21:44:12.770Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60872023-10-24T21:44:12.773Z Fresh which v4.4.0
60882023-10-24T21:44:12.776Z Fresh crypto-bigint v0.5.2
60892023-10-24T21:44:12.780Z Fresh serde-big-array v0.4.1
60902023-10-24T21:44:12.782Z Fresh serde_arrays v0.1.0
60912023-10-24T21:44:12.785Z Fresh serde-big-array v0.5.1
60922023-10-24T21:44:12.788Z Fresh thiserror-impl-no-std v2.0.2
60932023-10-24T21:44:12.794Z Fresh curve25519-dalek-derive v0.1.0
60942023-10-24T21:44:12.797Z Fresh base16ct v0.2.0
60952023-10-24T21:44:12.800Z Fresh lazycell v1.3.0
60962023-10-24T21:44:12.803Z Fresh rustc-hash v1.1.0
60972023-10-24T21:44:12.807Z Fresh peeking_take_while v0.1.2
60982023-10-24T21:44:12.813Z Fresh shlex v1.1.0
60992023-10-24T21:44:12.815Z Fresh curve25519-dalek v4.1.0
61002023-10-24T21:44:12.818Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
61012023-10-24T21:44:12.820Z Fresh bindgen v0.65.1
61022023-10-24T21:44:12.823Z Fresh elliptic-curve v0.13.5
61032023-10-24T21:44:12.825Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
61042023-10-24T21:44:12.829Z Fresh thiserror-no-std v2.0.2
61052023-10-24T21:44:12.832Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61062023-10-24T21:44:12.834Z Fresh tokio-tungstenite v0.20.1
61072023-10-24T21:44:12.837Z Fresh trust-dns-server v0.22.1
61082023-10-24T21:44:12.840Z Fresh sled v0.34.7
61092023-10-24T21:44:12.847Z Fresh derive_builder_core v0.12.0
61102023-10-24T21:44:12.850Z Fresh portable-atomic v1.4.3
61112023-10-24T21:44:12.852Z Fresh poly1305 v0.8.0
61122023-10-24T21:44:12.855Z Fresh signal-hook-tokio v0.3.1
61132023-10-24T21:44:12.860Z Fresh chacha20 v0.9.1
61142023-10-24T21:44:12.862Z Fresh bcs v0.1.5
61152023-10-24T21:44:12.865Z Fresh bytesize v1.3.0
61162023-10-24T21:44:12.868Z Fresh ref-cast-impl v1.0.20
61172023-10-24T21:44:12.871Z Fresh number_prefix v0.4.0
61182023-10-24T21:44:12.874Z Fresh highway v1.1.0
61192023-10-24T21:44:12.876Z Fresh corncobs v0.1.3
61202023-10-24T21:44:12.879Z Fresh fs-err v2.9.0
61212023-10-24T21:44:12.882Z Fresh pretty-hex v0.3.0
61222023-10-24T21:44:12.884Z Fresh chacha20poly1305 v0.10.1
61232023-10-24T21:44:12.887Z Fresh ref-cast v1.0.20
61242023-10-24T21:44:12.890Z Fresh indicatif v0.17.7
61252023-10-24T21:44:12.892Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
61262023-10-24T21:44:12.896Z Fresh mime_guess v2.0.4
61272023-10-24T21:44:12.899Z Fresh derive_builder_macro v0.12.0
61282023-10-24T21:44:12.902Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61292023-10-24T21:44:12.904Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61302023-10-24T21:44:12.907Z Fresh vsss-rs v3.3.1
61312023-10-24T21:44:12.910Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61322023-10-24T21:44:12.913Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
61332023-10-24T21:44:12.916Z Fresh strum_macros v0.24.3
61342023-10-24T21:44:12.918Z Fresh const_format_proc_macros v0.2.31
61352023-10-24T21:44:12.921Z Fresh indoc v1.0.9
61362023-10-24T21:44:12.923Z Fresh const_format v0.2.31
61372023-10-24T21:44:12.926Z Fresh polar-core v0.26.4
61382023-10-24T21:44:12.929Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61392023-10-24T21:44:12.932Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61402023-10-24T21:44:12.934Z Fresh derive_builder v0.12.0
61412023-10-24T21:44:12.937Z Fresh libxml v0.3.3
61422023-10-24T21:44:12.939Z Fresh crossterm v0.27.0
61432023-10-24T21:44:12.942Z Fresh ron v0.7.1
61442023-10-24T21:44:12.945Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61452023-10-24T21:44:12.947Z Fresh bb8 v0.8.1
61462023-10-24T21:44:12.950Z Fresh quick-xml v0.23.1
61472023-10-24T21:44:12.970Z Fresh impl-trait-for-tuples v0.2.2
61482023-10-24T21:44:12.972Z Fresh oso-derive v0.26.4
61492023-10-24T21:44:12.975Z Fresh cassowary v0.3.0
61502023-10-24T21:44:12.978Z Fresh indoc v2.0.3
61512023-10-24T21:44:12.980Z Fresh http-range v0.1.5
61522023-10-24T21:44:12.983Z Fresh bit_field v0.10.2
61532023-10-24T21:44:12.985Z Fresh assert_matches v1.5.0
61542023-10-24T21:44:12.988Z Fresh maplit v1.0.2
61552023-10-24T21:44:12.991Z Fresh ratatui v0.23.0
61562023-10-24T21:44:12.993Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
61572023-10-24T21:44:12.996Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
61582023-10-24T21:44:12.999Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61592023-10-24T21:44:13.002Z Fresh hyper-staticfile v0.9.5
61602023-10-24T21:44:13.004Z Fresh oso v0.26.4
61612023-10-24T21:44:13.007Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
61622023-10-24T21:44:13.010Z Fresh cookie v0.16.2
61632023-10-24T21:44:13.013Z Fresh vte_generate_state_changes v0.1.1
61642023-10-24T21:44:13.016Z Fresh rtoolbox v0.0.1
61652023-10-24T21:44:13.019Z Fresh plotters-backend v0.3.5
61662023-10-24T21:44:13.021Z Fresh owo-colors v3.5.0
61672023-10-24T21:44:13.024Z Fresh os_str_bytes v6.5.1
61682023-10-24T21:44:13.026Z Fresh rpassword v7.2.0
61692023-10-24T21:44:13.029Z Fresh vte v0.11.1
61702023-10-24T21:44:13.032Z Fresh plotters-svg v0.3.5
61712023-10-24T21:44:13.038Z Fresh clap_lex v0.2.4
61722023-10-24T21:44:13.445Z Fresh tui-tree-widget v0.13.0
61732023-10-24T21:44:13.457Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61742023-10-24T21:44:13.459Z Fresh clap_derive v3.2.25
61752023-10-24T21:44:13.462Z Fresh cast v0.3.0
61762023-10-24T21:44:13.465Z Fresh shell-words v1.1.0
61772023-10-24T21:44:13.467Z Fresh plotters v0.3.5
61782023-10-24T21:44:13.470Z Fresh clap v3.2.25
61792023-10-24T21:44:13.472Z Fresh strip-ansi-escapes v0.2.0
61802023-10-24T21:44:13.475Z Fresh crossterm v0.26.1
61812023-10-24T21:44:13.477Z Fresh criterion-plot v0.5.0
61822023-10-24T21:44:13.480Z Fresh tinytemplate v1.2.1
61832023-10-24T21:44:13.483Z Fresh fd-lock v3.0.13
61842023-10-24T21:44:13.485Z Fresh dashmap v5.5.1
61852023-10-24T21:44:13.487Z Fresh threadpool v1.8.1
61862023-10-24T21:44:13.490Z Fresh pin-project-internal v1.1.3
61872023-10-24T21:44:13.492Z Fresh serial_test_derive v0.10.0
61882023-10-24T21:44:13.495Z Fresh nanorand v0.7.0
61892023-10-24T21:44:13.498Z Fresh yansi v0.5.1
61902023-10-24T21:44:13.500Z Fresh constant_time_eq v0.2.6
61912023-10-24T21:44:13.503Z Fresh oorandom v11.1.3
61922023-10-24T21:44:13.506Z Fresh arrayvec v0.7.4
61932023-10-24T21:44:13.508Z Fresh anes v0.1.6
61942023-10-24T21:44:13.510Z Fresh nu-ansi-term v0.49.0
61952023-10-24T21:44:13.513Z Fresh relative-path v1.9.0
61962023-10-24T21:44:13.515Z Fresh arrayref v0.3.7
61972023-10-24T21:44:13.518Z Fresh libtest-mimic v0.5.2
61982023-10-24T21:44:13.520Z Fresh serial_test v0.10.0
61992023-10-24T21:44:13.523Z Fresh blake2b_simd v1.0.1
62002023-10-24T21:44:13.525Z Fresh criterion v0.5.1
62012023-10-24T21:44:13.529Z Fresh reedline v0.23.0
62022023-10-24T21:44:13.532Z Fresh rstest_macros v0.18.2
62032023-10-24T21:44:13.536Z Fresh pretty_assertions v1.4.0
62042023-10-24T21:44:13.538Z Fresh flume v0.11.0
62052023-10-24T21:44:13.541Z Fresh pin-project v1.1.3
62062023-10-24T21:44:13.545Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62072023-10-24T21:44:13.548Z Fresh assert_cmd v2.0.12
62082023-10-24T21:44:13.551Z Fresh omicron-zone-package v0.8.3
62092023-10-24T21:44:13.554Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
62102023-10-24T21:44:13.557Z Fresh fatfs v0.3.6
62112023-10-24T21:44:13.559Z Fresh basic-toml v0.1.4
62122023-10-24T21:44:13.562Z Fresh remove_dir_all v0.5.3
62132023-10-24T21:44:13.570Z Fresh topological-sort v0.2.2
62142023-10-24T21:44:13.584Z Fresh futures-timer v3.0.2
62152023-10-24T21:44:13.587Z Fresh constant_time_eq v0.3.0
62162023-10-24T21:44:13.590Z Fresh partial-io v0.5.4
62172023-10-24T21:44:13.592Z Fresh trybuild v1.0.85
62182023-10-24T21:44:13.595Z Fresh tempdir v0.3.7
62192023-10-24T21:44:13.598Z Fresh rstest v0.18.2
62202023-10-24T21:44:13.600Z Fresh rust-argon2 v1.0.1
62212023-10-24T21:44:13.602Z Fresh datatest-stable v0.1.3
62222023-10-24T21:44:13.605Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62232023-10-24T21:44:13.607Z Fresh httptest v0.15.4
62242023-10-24T21:44:13.610Z Fresh similar-asserts v1.5.0
62252023-10-24T21:44:13.612Z Fresh approx v0.5.1
62262023-10-24T21:44:13.614Z Fresh hex-literal v0.4.1
62272023-10-24T21:44:13.618Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62282023-10-24T21:44:13.620Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62292023-10-24T21:44:13.623Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62302023-10-24T21:44:13.625Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62312023-10-24T21:44:13.628Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62322023-10-24T21:44:13.630Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62332023-10-24T21:44:13.633Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62342023-10-24T21:44:13.635Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62352023-10-24T21:44:13.638Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62362023-10-24T21:44:13.640Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62372023-10-24T21:44:13.643Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62382023-10-24T21:44:13.646Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62392023-10-24T21:44:13.648Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62402023-10-24T21:44:13.651Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62412023-10-24T21:44:13.654Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62422023-10-24T21:44:13.656Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62432023-10-24T21:44:13.659Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
62442023-10-24T21:44:13.661Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
62452023-10-24T21:44:13.664Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62462023-10-24T21:44:13.667Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62472023-10-24T21:44:13.670Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62482023-10-24T21:44:13.673Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
62492023-10-24T21:44:13.676Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62502023-10-24T21:44:13.681Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62512023-10-24T21:44:13.684Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62522023-10-24T21:44:13.687Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62532023-10-24T21:44:13.690Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62542023-10-24T21:44:13.693Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62552023-10-24T21:44:13.695Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62562023-10-24T21:44:13.698Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62572023-10-24T21:44:13.701Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62582023-10-24T21:44:13.703Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62592023-10-24T21:44:13.706Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62602023-10-24T21:44:13.709Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62612023-10-24T21:44:13.711Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62622023-10-24T21:44:13.714Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62632023-10-24T21:44:13.717Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62642023-10-24T21:44:13.720Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62652023-10-24T21:44:13.722Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62662023-10-24T21:44:13.726Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62672023-10-24T21:44:13.729Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62682023-10-24T21:44:13.741Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
62692023-10-24T21:44:13.744Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62702023-10-24T21:44:13.747Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62712023-10-24T21:44:13.750Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62722023-10-24T21:44:13.753Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62732023-10-24T21:44:13.756Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62742023-10-24T21:44:13.759Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62752023-10-24T21:44:13.762Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62762023-10-24T21:44:13.765Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62772023-10-24T21:44:13.767Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62782023-10-24T21:44:13.770Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62792023-10-24T21:44:13.773Z Finished test [unoptimized + debuginfo] target(s) in 2.44s
62802023-10-24T21:44:13.776Z Doc-tests authz-macros
62812023-10-24T21:44:13.780Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5cde1bc2e267367.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
62822023-10-24T21:44:13.782Z Doc-tests bootstore
62832023-10-24T21:44:13.785Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-bec7e2935256cd9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62842023-10-24T21:44:14.292Z
62852023-10-24T21:44:14.295Zrunning 0 tests
62862023-10-24T21:44:14.299Z
62872023-10-24T21:44:14.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62882023-10-24T21:44:14.305Z
62892023-10-24T21:44:14.328Z Doc-tests bootstrap-agent-client
62902023-10-24T21:44:14.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
62912023-10-24T21:44:15.397Z
62922023-10-24T21:44:15.400Zrunning 0 tests
62932023-10-24T21:44:15.403Z
62942023-10-24T21:44:16.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62952023-10-24T21:44:16.423Z
62962023-10-24T21:44:16.425Z Doc-tests db-macros
62972023-10-24T21:44:16.431Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a394a2ac4890de06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
62982023-10-24T21:44:16.435Z
62992023-10-24T21:44:16.438Zrunning 3 tests
63002023-10-24T21:44:16.440Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
63012023-10-24T21:44:16.443Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
63022023-10-24T21:44:16.445Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
63032023-10-24T21:44:16.448Z
63042023-10-24T21:44:16.450Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
63052023-10-24T21:44:16.453Z
63062023-10-24T21:44:16.456Z Doc-tests ddm-admin-client
63072023-10-24T21:44:16.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
63082023-10-24T21:44:16.510Z
63092023-10-24T21:44:16.513Zrunning 0 tests
63102023-10-24T21:44:16.516Z
63112023-10-24T21:44:16.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63122023-10-24T21:44:16.521Z
63132023-10-24T21:44:16.538Z Doc-tests dns-server
63142023-10-24T21:44:16.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-75a7f63c7b4da73c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bd3657037714606c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63152023-10-24T21:44:17.236Z
63162023-10-24T21:44:17.239Zrunning 0 tests
63172023-10-24T21:44:17.241Z
63182023-10-24T21:44:17.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63192023-10-24T21:44:17.246Z
63202023-10-24T21:44:17.261Z Doc-tests dns-service-client
63212023-10-24T21:44:17.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63222023-10-24T21:44:17.646Z
63232023-10-24T21:44:17.649Zrunning 0 tests
63242023-10-24T21:44:17.652Z
63252023-10-24T21:44:17.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63262023-10-24T21:44:17.657Z
63272023-10-24T21:44:17.666Z Doc-tests dpd-client
63282023-10-24T21:44:17.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63292023-10-24T21:44:19.374Z
63302023-10-24T21:44:19.377Zrunning 0 tests
63312023-10-24T21:44:19.380Z
63322023-10-24T21:44:19.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63332023-10-24T21:44:19.385Z
63342023-10-24T21:44:19.410Z Doc-tests gateway-client
63352023-10-24T21:44:19.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63362023-10-24T21:44:20.733Z
63372023-10-24T21:44:20.736Zrunning 0 tests
63382023-10-24T21:44:20.738Z
63392023-10-24T21:44:20.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63402023-10-24T21:44:20.743Z
63412023-10-24T21:44:20.766Z Doc-tests gateway-test-utils
63422023-10-24T21:44:20.769Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63432023-10-24T21:44:21.690Z
63442023-10-24T21:44:21.693Zrunning 0 tests
63452023-10-24T21:44:21.695Z
63462023-10-24T21:44:21.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63472023-10-24T21:44:21.701Z
63482023-10-24T21:44:21.717Z Doc-tests illumos-utils
63492023-10-24T21:44:21.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-06dfca46eba4276e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9ae1ca8c946755d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
63502023-10-24T21:44:24.477Z
63512023-10-24T21:44:24.480Zrunning 0 tests
63522023-10-24T21:44:24.482Z
63532023-10-24T21:44:24.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63542023-10-24T21:44:24.511Z
63552023-10-24T21:44:24.540Z Doc-tests installinator
63562023-10-24T21:44:24.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b04fec2973add557.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63572023-10-24T21:44:25.540Z
63582023-10-24T21:44:25.543Zrunning 0 tests
63592023-10-24T21:44:25.545Z
63602023-10-24T21:44:25.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63612023-10-24T21:44:25.550Z
63622023-10-24T21:44:25.574Z Doc-tests installinator-artifact-client
63632023-10-24T21:44:25.577Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63642023-10-24T21:44:26.906Z
63652023-10-24T21:44:26.909Zrunning 0 tests
63662023-10-24T21:44:26.911Z
63672023-10-24T21:44:26.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63682023-10-24T21:44:26.919Z
63692023-10-24T21:44:26.945Z Doc-tests installinator-artifactd
63702023-10-24T21:44:26.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63712023-10-24T21:44:27.448Z
63722023-10-24T21:44:27.451Zrunning 0 tests
63732023-10-24T21:44:27.453Z
63742023-10-24T21:44:27.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63752023-10-24T21:44:27.458Z
63762023-10-24T21:44:27.475Z Doc-tests installinator-common
63772023-10-24T21:44:27.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib -C embed-bitcode=no -D warnings --error-format human`
63782023-10-24T21:44:28.154Z
63792023-10-24T21:44:28.158Zrunning 0 tests
63802023-10-24T21:44:28.161Z
63812023-10-24T21:44:28.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63822023-10-24T21:44:28.166Z
63832023-10-24T21:44:28.184Z Doc-tests internal-dns
63842023-10-24T21:44:28.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-00746a40f35c8f6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-aa36bab4f3ad795c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63852023-10-24T21:44:28.657Z
63862023-10-24T21:44:28.660Zrunning 0 tests
63872023-10-24T21:44:28.662Z
63882023-10-24T21:44:28.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63892023-10-24T21:44:28.667Z
63902023-10-24T21:44:28.683Z Doc-tests ipcc-key-value
63912023-10-24T21:44:28.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63922023-10-24T21:44:29.106Z
63932023-10-24T21:44:29.109Zrunning 0 tests
63942023-10-24T21:44:29.112Z
63952023-10-24T21:44:29.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63962023-10-24T21:44:29.118Z
63972023-10-24T21:44:29.131Z Doc-tests key-manager
63982023-10-24T21:44:29.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
63992023-10-24T21:44:29.539Z
64002023-10-24T21:44:29.542Zrunning 0 tests
64012023-10-24T21:44:29.544Z
64022023-10-24T21:44:29.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64032023-10-24T21:44:29.550Z
64042023-10-24T21:44:29.563Z Doc-tests mg-admin-client
64052023-10-24T21:44:29.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
64062023-10-24T21:44:30.181Z
64072023-10-24T21:44:30.184Zrunning 0 tests
64082023-10-24T21:44:30.187Z
64092023-10-24T21:44:30.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64102023-10-24T21:44:30.193Z
64112023-10-24T21:44:30.209Z Doc-tests nexus-client
64122023-10-24T21:44:30.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64132023-10-24T21:44:33.093Z
64142023-10-24T21:44:33.096Zrunning 0 tests
64152023-10-24T21:44:33.099Z
64162023-10-24T21:44:33.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64172023-10-24T21:44:33.105Z
64182023-10-24T21:44:33.149Z Doc-tests nexus-db-model
64192023-10-24T21:44:33.152Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64202023-10-24T21:44:45.826Z
64212023-10-24T21:44:45.943Zrunning 2 tests
64222023-10-24T21:45:07.207Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64232023-10-24T21:45:07.412Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64242023-10-24T21:45:07.531Z
64252023-10-24T21:45:07.569Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.92s
64262023-10-24T21:45:07.670Z
64272023-10-24T21:45:07.833Z Doc-tests nexus-db-queries
64282023-10-24T21:45:07.890Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5cde1bc2e267367.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-15b6462818216789.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ee3534c9d9b53006.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64292023-10-24T21:45:08.012Z
64302023-10-24T21:45:08.040Zrunning 1 test
64312023-10-24T21:45:08.078Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
64322023-10-24T21:45:08.113Z
64332023-10-24T21:45:08.153Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64342023-10-24T21:45:08.197Z
64352023-10-24T21:45:08.249Z Doc-tests nexus-defaults
64362023-10-24T21:45:08.327Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib -C embed-bitcode=no -D warnings --error-format human`
64372023-10-24T21:45:08.349Z
64382023-10-24T21:45:08.403Zrunning 0 tests
64392023-10-24T21:45:08.429Z
64402023-10-24T21:45:08.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64412023-10-24T21:45:08.468Z
64422023-10-24T21:45:08.492Z Doc-tests nexus-types
64432023-10-24T21:45:08.504Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64442023-10-24T21:45:08.525Z
64452023-10-24T21:45:08.545Zrunning 0 tests
64462023-10-24T21:45:08.563Z
64472023-10-24T21:45:08.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64482023-10-24T21:45:08.613Z
64492023-10-24T21:45:08.629Z Doc-tests omicron-certificates
64502023-10-24T21:45:08.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64512023-10-24T21:45:08.638Z
64522023-10-24T21:45:08.650Zrunning 0 tests
64532023-10-24T21:45:08.654Z
64542023-10-24T21:45:08.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64552023-10-24T21:45:08.677Z
64562023-10-24T21:45:08.682Z Doc-tests omicron-common
64572023-10-24T21:45:08.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-add3d18ea6240b8e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c9cb15a0952ec026.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
64582023-10-24T21:45:08.711Z
64592023-10-24T21:45:08.730Zrunning 2 tests
64602023-10-24T21:45:08.735Ztest common/src/lib.rs - FileKv (line 57) ... ignored
64612023-10-24T21:45:08.740Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
64622023-10-24T21:45:08.760Z
64632023-10-24T21:45:08.785Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.71s
64642023-10-24T21:45:08.799Z
64652023-10-24T21:45:08.811Z Doc-tests omicron-gateway
64662023-10-24T21:45:08.818Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-23d933e2ac0f5de8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-eb106c4080d51d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d1813917a0686de0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64672023-10-24T21:45:08.833Z
64682023-10-24T21:45:08.848Zrunning 0 tests
64692023-10-24T21:45:08.864Z
64702023-10-24T21:45:08.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64712023-10-24T21:45:08.901Z
64722023-10-24T21:45:08.918Z Doc-tests omicron-nexus
64732023-10-24T21:45:08.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3de6b518106ca824.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7b4ca79b79fada9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-abdc32e78b0d8290.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-89b37abf10b1badf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c08f000befae25ec.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1292d6342f2ecab3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b6a9846b7831a6b3.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-695758de509082f0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-db46b1eaa48d6da3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c58f97e8607fccc3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-6f003afe12160cb7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-063488686fa665a6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-486cc28f9a1a8771.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7297e50e9f588102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-9d7a0626bd205555.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-30b97849654b4975.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d453db4357a36478.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8267c6389db51ce0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-98759a452d3f06ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bbc316009df834e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64742023-10-24T21:45:12.107Z
64752023-10-24T21:45:12.120Zrunning 5 tests
64762023-10-24T21:45:12.192Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored
64772023-10-24T21:45:16.013Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 700) ... ok
64782023-10-24T21:45:16.031Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 636) ... ok
64792023-10-24T21:45:16.039Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 730) ... ok
64802023-10-24T21:45:16.042Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 658) ... ok
64812023-10-24T21:45:16.046Z
64822023-10-24T21:45:16.049Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.91s
64832023-10-24T21:45:16.052Z
64842023-10-24T21:45:16.098Z Doc-tests omicron-package
64852023-10-24T21:45:16.101Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7e2b66619afc9c31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7efbce91240aefd6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f4d4b8ff2c80c11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -C embed-bitcode=no -D warnings --error-format human`
64862023-10-24T21:45:16.433Z
64872023-10-24T21:45:16.437Zrunning 0 tests
64882023-10-24T21:45:16.440Z
64892023-10-24T21:45:16.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64902023-10-24T21:45:16.449Z
64912023-10-24T21:45:16.452Z Doc-tests omicron-passwords
64922023-10-24T21:45:16.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bbafe407f044fbe0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64932023-10-24T21:45:16.634Z
64942023-10-24T21:45:16.636Zrunning 0 tests
64952023-10-24T21:45:16.639Z
64962023-10-24T21:45:16.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64972023-10-24T21:45:16.645Z
64982023-10-24T21:45:16.648Z Doc-tests omicron-rpaths
64992023-10-24T21:45:16.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14e7a419af2f8c6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib -C embed-bitcode=no -D warnings --error-format human`
65002023-10-24T21:45:16.752Z
65012023-10-24T21:45:16.755Zrunning 0 tests
65022023-10-24T21:45:16.758Z
65032023-10-24T21:45:16.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65042023-10-24T21:45:16.763Z
65052023-10-24T21:45:16.765Z Doc-tests omicron-sled-agent
65062023-10-24T21:45:16.768Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43e5fdf75e94ccf1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-16583cfe526e8f52.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-54536807ac3ed285.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a67ede0f4b965b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c6773d2f88e2fd02.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-75997fb72de40cc0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8a9577c91c732c46.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-85ad946c22af40a0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1c4c9b3d97934df6.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a8344831b9004d97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b15e1b64c7472b48.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no -D warnings --error-format human`
65072023-10-24T21:45:20.289Z
65082023-10-24T21:45:20.292Zrunning 0 tests
65092023-10-24T21:45:20.295Z
65102023-10-24T21:45:20.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65112023-10-24T21:45:20.300Z
65122023-10-24T21:45:20.363Z Doc-tests omicron-test-utils
65132023-10-24T21:45:20.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-89a1f2f93304a3aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f3c0baa0b8d5c207.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-99d6d8cf38b64594.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c203cb303887ca1a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
65142023-10-24T21:45:20.891Z
65152023-10-24T21:45:20.895Zrunning 0 tests
65162023-10-24T21:45:20.898Z
65172023-10-24T21:45:20.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65182023-10-24T21:45:20.903Z
65192023-10-24T21:45:20.918Z Doc-tests oxide-client
65202023-10-24T21:45:20.921Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-315e23b93470ba80.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65212023-10-24T21:45:27.754Z
65222023-10-24T21:45:27.757Zrunning 158 tests
65232023-10-24T21:45:27.771Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
65242023-10-24T21:45:27.775Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
65252023-10-24T21:45:27.778Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
65262023-10-24T21:45:27.780Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
65272023-10-24T21:45:27.783Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
65282023-10-24T21:45:27.785Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
65292023-10-24T21:45:27.789Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
65302023-10-24T21:45:27.792Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
65312023-10-24T21:45:27.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
65322023-10-24T21:45:27.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
65332023-10-24T21:45:27.799Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
65342023-10-24T21:45:27.802Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
65352023-10-24T21:45:27.804Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
65362023-10-24T21:45:27.808Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
65372023-10-24T21:45:27.811Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
65382023-10-24T21:45:27.814Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
65392023-10-24T21:45:27.817Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
65402023-10-24T21:45:27.820Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
65412023-10-24T21:45:27.822Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
65422023-10-24T21:45:27.825Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
65432023-10-24T21:45:27.830Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
65442023-10-24T21:45:27.833Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
65452023-10-24T21:45:27.835Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
65462023-10-24T21:45:27.844Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
65472023-10-24T21:45:27.852Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
65482023-10-24T21:45:27.855Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
65492023-10-24T21:45:27.857Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
65502023-10-24T21:45:27.860Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
65512023-10-24T21:45:27.863Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
65522023-10-24T21:45:27.865Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
65532023-10-24T21:45:27.868Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
65542023-10-24T21:45:27.871Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
65552023-10-24T21:45:27.874Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
65562023-10-24T21:45:27.876Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
65572023-10-24T21:45:27.879Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
65582023-10-24T21:45:27.882Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
65592023-10-24T21:45:27.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
65602023-10-24T21:45:27.887Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
65612023-10-24T21:45:27.900Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
65622023-10-24T21:45:27.903Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
65632023-10-24T21:45:27.905Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
65642023-10-24T21:45:27.908Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
65652023-10-24T21:45:27.911Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
65662023-10-24T21:45:27.913Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
65672023-10-24T21:45:27.916Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
65682023-10-24T21:45:27.918Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
65692023-10-24T21:45:27.921Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
65702023-10-24T21:45:27.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
65712023-10-24T21:45:27.927Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
65722023-10-24T21:45:27.929Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
65732023-10-24T21:45:27.932Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
65742023-10-24T21:45:27.934Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
65752023-10-24T21:45:27.937Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
65762023-10-24T21:45:27.939Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
65772023-10-24T21:45:27.942Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
65782023-10-24T21:45:27.945Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
65792023-10-24T21:45:27.947Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
65802023-10-24T21:45:27.953Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
65812023-10-24T21:45:27.956Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
65822023-10-24T21:45:27.959Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
65832023-10-24T21:45:27.961Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
65842023-10-24T21:45:27.964Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
65852023-10-24T21:45:27.967Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
65862023-10-24T21:45:27.970Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
65872023-10-24T21:45:27.972Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
65882023-10-24T21:45:27.975Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
65892023-10-24T21:45:27.977Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
65902023-10-24T21:45:27.980Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
65912023-10-24T21:45:27.983Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
65922023-10-24T21:45:27.985Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
65932023-10-24T21:45:27.988Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
65942023-10-24T21:45:27.990Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
65952023-10-24T21:45:27.993Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
65962023-10-24T21:45:27.996Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
65972023-10-24T21:45:27.998Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
65982023-10-24T21:45:28.002Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
65992023-10-24T21:45:28.007Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
66002023-10-24T21:45:28.009Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
66012023-10-24T21:45:28.012Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
66022023-10-24T21:45:28.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
66032023-10-24T21:45:28.017Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
66042023-10-24T21:45:28.020Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
66052023-10-24T21:45:28.022Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
66062023-10-24T21:45:28.025Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
66072023-10-24T21:45:28.028Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
66082023-10-24T21:45:28.030Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
66092023-10-24T21:45:28.033Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
66102023-10-24T21:45:28.036Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
66112023-10-24T21:45:28.038Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
66122023-10-24T21:45:28.041Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
66132023-10-24T21:45:28.043Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
66142023-10-24T21:45:28.046Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
66152023-10-24T21:45:28.049Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
66162023-10-24T21:45:28.051Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
66172023-10-24T21:45:28.055Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
66182023-10-24T21:45:28.057Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
66192023-10-24T21:45:28.060Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
66202023-10-24T21:45:28.063Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
66212023-10-24T21:45:28.066Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
66222023-10-24T21:45:28.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
66232023-10-24T21:45:28.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
66242023-10-24T21:45:28.074Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
66252023-10-24T21:45:28.076Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
66262023-10-24T21:45:28.079Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
66272023-10-24T21:45:28.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
66282023-10-24T21:45:28.086Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
66292023-10-24T21:45:28.089Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
66302023-10-24T21:45:28.092Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
66312023-10-24T21:45:28.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
66322023-10-24T21:45:28.097Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
66332023-10-24T21:45:28.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
66342023-10-24T21:45:28.105Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
66352023-10-24T21:45:28.112Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
66362023-10-24T21:45:28.116Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
66372023-10-24T21:45:28.119Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
66382023-10-24T21:45:28.121Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
66392023-10-24T21:45:28.124Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
66402023-10-24T21:45:28.127Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
66412023-10-24T21:45:28.129Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
66422023-10-24T21:45:28.132Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
66432023-10-24T21:45:28.135Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
66442023-10-24T21:45:28.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
66452023-10-24T21:45:28.140Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
66462023-10-24T21:45:28.147Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
66472023-10-24T21:45:28.150Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
66482023-10-24T21:45:28.153Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
66492023-10-24T21:45:28.156Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
66502023-10-24T21:45:28.159Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
66512023-10-24T21:45:28.162Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
66522023-10-24T21:45:28.167Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
66532023-10-24T21:45:28.169Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
66542023-10-24T21:45:28.172Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
66552023-10-24T21:45:28.174Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
66562023-10-24T21:45:28.177Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
66572023-10-24T21:45:28.180Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
66582023-10-24T21:45:28.182Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
66592023-10-24T21:45:28.185Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
66602023-10-24T21:45:28.188Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
66612023-10-24T21:45:28.190Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
66622023-10-24T21:45:28.193Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
66632023-10-24T21:45:28.195Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
66642023-10-24T21:45:28.198Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
66652023-10-24T21:45:28.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
66662023-10-24T21:45:28.204Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
66672023-10-24T21:45:28.211Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
66682023-10-24T21:45:28.223Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
66692023-10-24T21:45:28.242Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
66702023-10-24T21:45:28.249Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
66712023-10-24T21:45:28.253Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
66722023-10-24T21:45:28.256Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
66732023-10-24T21:45:28.259Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
66742023-10-24T21:45:28.261Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
66752023-10-24T21:45:28.264Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
66762023-10-24T21:45:28.267Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
66772023-10-24T21:45:28.269Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
66782023-10-24T21:45:28.272Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
66792023-10-24T21:45:28.275Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
66802023-10-24T21:45:28.278Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
66812023-10-24T21:45:28.281Z
66822023-10-24T21:45:28.283Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.41s
66832023-10-24T21:45:28.286Z
66842023-10-24T21:45:28.352Z Doc-tests oximeter
66852023-10-24T21:45:28.355Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-787d2e87b02d2b18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-94b76127c1a5f138.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66862023-10-24T21:45:29.252Z
66872023-10-24T21:45:29.255Zrunning 8 tests
66882023-10-24T21:45:30.251Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
66892023-10-24T21:45:30.339Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
66902023-10-24T21:45:31.177Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
66912023-10-24T21:45:37.909Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
66922023-10-24T21:45:38.356Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
66932023-10-24T21:45:38.910Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
66942023-10-24T21:45:39.585Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
66952023-10-24T21:45:40.400Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
66962023-10-24T21:45:40.403Z
66972023-10-24T21:45:40.405Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.15s
66982023-10-24T21:45:40.408Z
66992023-10-24T21:45:40.439Z Doc-tests oximeter-client
67002023-10-24T21:45:40.442Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67012023-10-24T21:45:40.930Z
67022023-10-24T21:45:40.933Zrunning 0 tests
67032023-10-24T21:45:40.935Z
67042023-10-24T21:45:40.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67052023-10-24T21:45:40.940Z
67062023-10-24T21:45:40.955Z Doc-tests oximeter-collector
67072023-10-24T21:45:40.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1fb2dc8c4edd90c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4ca6acf2ddad2979.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-37fee5ed357749c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67082023-10-24T21:45:41.583Z
67092023-10-24T21:45:41.586Zrunning 0 tests
67102023-10-24T21:45:41.588Z
67112023-10-24T21:45:41.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67122023-10-24T21:45:41.594Z
67132023-10-24T21:45:42.056Z Doc-tests oximeter-db
67142023-10-24T21:45:42.060Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a8543e654b3d2cab.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a53ada20c1101bf6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9283d6b0d6a3128d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67152023-10-24T21:45:43.374Z
67162023-10-24T21:45:43.380Zrunning 0 tests
67172023-10-24T21:45:43.389Z
67182023-10-24T21:45:43.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67192023-10-24T21:45:43.828Z
67202023-10-24T21:45:43.831Z Doc-tests oximeter-instruments
67212023-10-24T21:45:43.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-314bb37706032818.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
67222023-10-24T21:45:43.836Z
67232023-10-24T21:45:43.839Zrunning 0 tests
67242023-10-24T21:45:43.842Z
67252023-10-24T21:45:43.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67262023-10-24T21:45:43.847Z
67272023-10-24T21:45:43.856Z Doc-tests oximeter-macro-impl
67282023-10-24T21:45:43.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6607acb5e0b11d40.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-70b8a96d90589c51.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
67292023-10-24T21:45:43.861Z
67302023-10-24T21:45:43.864Zrunning 0 tests
67312023-10-24T21:45:43.867Z
67322023-10-24T21:45:43.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67332023-10-24T21:45:43.872Z
67342023-10-24T21:45:43.874Z Doc-tests oximeter-producer
67352023-10-24T21:45:43.877Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-523fb456273a4fb7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dabe526715fc1315.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67362023-10-24T21:45:44.017Z
67372023-10-24T21:45:44.020Zrunning 0 tests
67382023-10-24T21:45:44.023Z
67392023-10-24T21:45:44.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67402023-10-24T21:45:44.030Z
67412023-10-24T21:45:44.042Z Doc-tests sled-agent-client
67422023-10-24T21:45:44.045Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd0602899b7ae37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67432023-10-24T21:45:45.749Z
67442023-10-24T21:45:45.752Zrunning 0 tests
67452023-10-24T21:45:45.755Z
67462023-10-24T21:45:45.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67472023-10-24T21:45:45.761Z
67482023-10-24T21:45:45.793Z Doc-tests sled-hardware
67492023-10-24T21:45:45.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c20c5cd20dbcf45a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5cc58e24568e6075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-4473e03c7faf6595.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bc6c41aba8ca1d8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67502023-10-24T21:45:46.424Z
67512023-10-24T21:45:46.427Zrunning 0 tests
67522023-10-24T21:45:46.430Z
67532023-10-24T21:45:46.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67542023-10-24T21:45:46.436Z
67552023-10-24T21:45:46.453Z Doc-tests sp-sim
67562023-10-24T21:45:46.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0d5acbcf6d1a0c5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcf640395160f9f4.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -C embed-bitcode=no -D warnings --error-format human`
67572023-10-24T21:45:47.256Z
67582023-10-24T21:45:47.259Zrunning 0 tests
67592023-10-24T21:45:47.262Z
67602023-10-24T21:45:47.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67612023-10-24T21:45:47.267Z
67622023-10-24T21:45:47.290Z Doc-tests tufaceous
67632023-10-24T21:45:47.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4b4bae22075616b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-786b10bd0d619c1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0350a2857e297eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib -C embed-bitcode=no -D warnings --error-format human`
67642023-10-24T21:45:47.807Z
67652023-10-24T21:45:47.810Zrunning 0 tests
67662023-10-24T21:45:47.812Z
67672023-10-24T21:45:47.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67682023-10-24T21:45:47.818Z
67692023-10-24T21:45:47.833Z Doc-tests tufaceous-lib
67702023-10-24T21:45:47.836Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d207649e3bd99305.rlib -C embed-bitcode=no -D warnings --error-format human`
67712023-10-24T21:45:48.495Z
67722023-10-24T21:45:48.499Zrunning 0 tests
67732023-10-24T21:45:48.511Z
67742023-10-24T21:45:48.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67752023-10-24T21:45:48.927Z
67762023-10-24T21:45:48.929Z Doc-tests update-engine
67772023-10-24T21:45:48.932Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-087972a50fc15d8f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67782023-10-24T21:45:49.265Z
67792023-10-24T21:45:49.268Zrunning 3 tests
67802023-10-24T21:45:49.273Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
67812023-10-24T21:45:49.275Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
67822023-10-24T21:45:49.282Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
67832023-10-24T21:45:49.285Z
67842023-10-24T21:45:49.288Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
67852023-10-24T21:45:49.290Z
67862023-10-24T21:45:49.299Z Doc-tests wicket
67872023-10-24T21:45:49.302Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b9be5482b63c611.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a110ef87021a577f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-beea75271f9723a1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
67882023-10-24T21:45:50.498Z
67892023-10-24T21:45:50.501Zrunning 0 tests
67902023-10-24T21:45:50.504Z
67912023-10-24T21:45:50.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67922023-10-24T21:45:50.509Z
67932023-10-24T21:45:50.535Z Doc-tests wicket-common
67942023-10-24T21:45:50.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib -C embed-bitcode=no -D warnings --error-format human`
67952023-10-24T21:45:51.079Z
67962023-10-24T21:45:51.083Zrunning 0 tests
67972023-10-24T21:45:51.086Z
67982023-10-24T21:45:51.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67992023-10-24T21:45:51.091Z
68002023-10-24T21:45:51.106Z Doc-tests wicket-dbg
68012023-10-24T21:45:51.108Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de31fd9b1cc0b674.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-269ce0ffb77e466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7284e12ab6a7786c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-03a2264e1970ccaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84d0979e5aebd035.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-eaa2218c6ce21145.rlib -C embed-bitcode=no -D warnings --error-format human`
68022023-10-24T21:45:51.641Z
68032023-10-24T21:45:51.644Zrunning 0 tests
68042023-10-24T21:45:51.646Z
68052023-10-24T21:45:51.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68062023-10-24T21:45:51.652Z
68072023-10-24T21:45:51.667Z Doc-tests wicketd
68082023-10-24T21:45:51.676Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c40397276d4123ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82948da44fcc4844.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-6f9873840af49702.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-021262fcdc616c3c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-36a0b1dae633c352.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21aea39204c30d47.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2294734652420427.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ea7b1f51e3bfac1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d6c7225317e88d92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8537ae457f419fea.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a005dbd2b87cdd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-311983ab0c4d3cd5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-957ed1757bdf1e11.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-94538dc299e43fbf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5c5ccc87e3da0717.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9909303013a5612c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8aef78c3ea9abf2a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a0deae380fbd11f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7bb068c693c818a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f030f727257ef11d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0bf9bb1b462e4fff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0b21452431ba8d99.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bed8244764901479.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-31f38f3870498b5e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-48742be1cd39bb9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0af3121a421fe652.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-411e3fc1d0db481f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c166733e0cef88e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1f66fceacea69e5f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d80d79de565b0aa7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-63b36001290bfc4c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc0e05d807ab75f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ce17b9d4ccff6bf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib -C embed-bitcode=no -D warnings --error-format human`
68092023-10-24T21:45:53.083Z
68102023-10-24T21:45:53.086Zrunning 0 tests
68112023-10-24T21:45:53.089Z
68122023-10-24T21:45:53.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68132023-10-24T21:45:53.095Z
68142023-10-24T21:45:53.130Z Doc-tests wicketd-client
68152023-10-24T21:45:53.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c1c7533973d77dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-19c45446869f716f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c62751f94fa4ae21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-111f7053cda88058.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ce38a4ccdebd3046.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-d8b567d0fbf7d9bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-b40b5ef9a6f07db8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c813b16bfa23867d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-34cfb7ad06ec5edc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b51b09b015b2abfc.rlib -C embed-bitcode=no -D warnings --error-format human`
68162023-10-24T21:45:55.446Z
68172023-10-24T21:45:55.449Zrunning 0 tests
68182023-10-24T21:45:55.452Z
68192023-10-24T21:45:55.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68202023-10-24T21:45:55.459Z
68212023-10-24T21:45:55.539Z
68222023-10-24T21:45:55.542Zreal 1:46.358630545
68232023-10-24T21:45:55.544Zuser 1:52.221588520
68242023-10-24T21:45:55.547Zsys 36.583075722
68252023-10-24T21:45:55.550Ztrap 0.019132660
68262023-10-24T21:45:55.552Ztflt 0.602356075
68272023-10-24T21:45:55.555Zdflt 7.517596719
68282023-10-24T21:45:55.558Zkflt 0.057665884
68292023-10-24T21:45:55.560Zlock 1:43.904985759
68302023-10-24T21:45:55.563Zslp 10:18.130945959
68312023-10-24T21:45:55.565Zlat 0.935443284
68322023-10-24T21:45:55.568Zstop 2.447826785
68332023-10-24T21:45:55.572Zfiles in /var/tmp/omicron_tmp (none expected on success):
68342023-10-24T21:45:55.575Z164415 11 drwxr-xr-x 2 build build 2 Oct 24 21:45 /var/tmp/omicron_tmp
68352023-10-24T21:45:55.998Zprocess exited: duration 4080285 ms, exit code 0
 
68362023-10-24T21:45:56.006Zfound 0 output files