01HEK63M68SPA3RYE6MEN0QV06: 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: 01HEK64YHQ78NW2X3M3RCMY5E7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-06T20:46:54.395Zjob assigned to worker 01HEK654S5RATFQBBJP3C0XACZ (queued for 1 m 0 s)
 
22023-11-06T20:46:54.995Zstarting task 0: "setup"
32023-11-06T20:46:55.069Z++ uname -s
42023-11-06T20:46:55.093Z+ kern=SunOS
52023-11-06T20:46:55.123Z+ case "$kern" in
62023-11-06T20:46:55.149Z+ groupadd -g 12345 build
72023-11-06T20:46:55.582Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-06T20:47:02.789Z+ zfs create -o mountpoint=/work rpool/work
92023-11-06T20:47:02.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-06T20:47:03.034Z+ home_fs=zfs
112023-11-06T20:47:03.127Z+ [[ zfs == autofs ]]
122023-11-06T20:47:03.552Z+ mkdir -p /home/build
132023-11-06T20:47:03.595Z+ chown build:build /home/build /work
142023-11-06T20:47:03.617Z+ chmod 0700 /home/build /work
152023-11-06T20:47:04.040Zprocess exited: duration 4197 ms, exit code 0
 
162023-11-06T20:47:04.086Zstarting task 1: "rust-toolchain"
172023-11-06T20:47:04.148Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-06T20:47:04.155Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-06T20:47:04.349Zinfo: downloading installer
202023-11-06T20:47:06.710Zwarning: it looks like you have an existing installation of Rust at:
212023-11-06T20:47:07.261Zwarning: /opt/ooce/bin
222023-11-06T20:47:07.697Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-06T20:47:08.125Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-06T20:47:08.145Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-06T20:47:08.158Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-06T20:47:08.169Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-06T20:47:08.227Zerror: cannot install while Rust is installed
282023-11-06T20:47:08.245Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-06T20:47:08.343Zinfo: profile set to 'default'
302023-11-06T20:47:08.365Zinfo: default host triple is x86_64-unknown-illumos
312023-11-06T20:47:08.389Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-06T20:47:08.400Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-06T20:47:08.407Zinfo: downloading component 'cargo'
342023-11-06T20:47:08.418Zinfo: downloading component 'clippy'
352023-11-06T20:47:08.431Zinfo: downloading component 'rust-docs'
362023-11-06T20:47:09.222Zinfo: downloading component 'rust-std'
372023-11-06T20:47:11.098Zinfo: downloading component 'rustc'
382023-11-06T20:47:18.525Zinfo: downloading component 'rustfmt'
392023-11-06T20:47:18.605Zinfo: installing component 'cargo'
402023-11-06T20:47:18.648Zinfo: installing component 'clippy'
412023-11-06T20:47:18.673Zinfo: installing component 'rust-docs'
422023-11-06T20:47:20.906Zinfo: installing component 'rust-std'
432023-11-06T20:47:24.360Zinfo: installing component 'rustc'
442023-11-06T20:47:30.870Zinfo: installing component 'rustfmt'
452023-11-06T20:47:31.362Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-06T20:47:31.366Z
472023-11-06T20:47:31.504Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-06T20:47:31.513Z
492023-11-06T20:47:31.521Z
502023-11-06T20:47:31.538ZRust is installed now. Great!
512023-11-06T20:47:31.563Z
522023-11-06T20:47:32.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-06T20:47:32.013Zenvironment variable. This has not been done automatically.
542023-11-06T20:47:32.017Z
552023-11-06T20:47:32.020ZTo configure your current shell, run:
562023-11-06T20:47:32.024Zsource "$HOME/.cargo/env"
572023-11-06T20:47:32.028Z+ rustc --version
582023-11-06T20:47:32.032Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-06T20:47:32.036Zprocess exited: duration 27596 ms, exit code 0
 
602023-11-06T20:47:32.043Zstarting task 2: "authentication"
612023-11-06T20:47:32.490Zprocess exited: duration 441 ms, exit code 0
 
622023-11-06T20:47:32.497Zstarting task 3: "clone repository"
632023-11-06T20:47:32.507Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-06T20:47:32.510Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-06T20:47:32.597ZCloning into '/work/oxidecomputer/omicron'...
662023-11-06T20:47:40.528Z+ cd /work/oxidecomputer/omicron
672023-11-06T20:47:40.542Z+ [[ -n iliana/four ]]
682023-11-06T20:47:40.554Z+ git fetch origin iliana/four
692023-11-06T20:47:40.558ZFrom https://github.com/oxidecomputer/omicron
702023-11-06T20:47:40.563Z * branch iliana/four -> FETCH_HEAD
712023-11-06T20:47:40.568Z+ git checkout -B iliana/four remotes/origin/iliana/four
722023-11-06T20:47:40.613ZSwitched to a new branch 'iliana/four'
732023-11-06T20:47:40.618Zbranch 'iliana/four' set up to track 'origin/iliana/four'.
742023-11-06T20:47:40.623Z+ git reset --hard 82e543019da81c3ed161b44144ee87f45047c6d9
752023-11-06T20:47:40.675ZHEAD is now at 82e54301 Bump system version to 1.0.4
762023-11-06T20:47:40.683Zprocess exited: duration 8131 ms, exit code 0
 
772023-11-06T20:47:40.693Zstarting task 4: "build"
782023-11-06T20:47:40.711Z+ NEXTEST_VERSION=0.9.59
792023-11-06T20:47:40.716Z+ cargo --version
802023-11-06T20:47:40.801Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-11-06T20:47:40.804Z+ rustc --version
822023-11-06T20:47:41.317Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-11-06T20:47:41.320Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-11-06T20:47:41.323Z+ gunzip
852023-11-06T20:47:41.326Z+ tar -xvf - -C /home/build/.cargo/bin
862023-11-06T20:47:42.282Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-11-06T20:47:42.297Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-11-06T20:47:42.310Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-11-06T20:47:42.320Ztests will store output in /var/tmp/omicron_tmp
902023-11-06T20:47:42.328Z+ mkdir /var/tmp/omicron_tmp
912023-11-06T20:47:42.336Z+ source ./env.sh
922023-11-06T20:47:42.348Z++ set -o xtrace
932023-11-06T20:47:42.353Z++++ dirname ./env.sh
942023-11-06T20:47:42.360Z+++ cd .
952023-11-06T20:47:42.371Z+++ echo /work/oxidecomputer/omicron
962023-11-06T20:47:42.383Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-11-06T20:47:42.394Z++ 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-11-06T20:47:42.405Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-11-06T20:47:42.413Z++ 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-11-06T20:47:42.423Z++ 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-11-06T20:47:42.439Z++ 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-11-06T20:47:42.860Z++ 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-11-06T20:47:42.869Z++ 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-11-06T20:47:42.876Z++ 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-11-06T20:47:42.895Z++ unset OMICRON_WS
1062023-11-06T20:47:42.912Z++ set +o xtrace
1072023-11-06T20:47:42.928Z
1082023-11-06T20:47:42.941Z ##### ##### ###### ##### ###### #### # # # #### #
1092023-11-06T20:47:42.948Z # # # # # # # # # # # # # # #
1102023-11-06T20:47:42.960Z # # # # ##### # # ##### # # # # # #### #
1112023-11-06T20:47:42.971Z ##### ##### # ##### # # # # # # # # #
1122023-11-06T20:47:42.981Z # # # # # # # # # # # # # # #
1132023-11-06T20:47:42.996Z # # # ###### # # ###### ### # #### # #### #
1142023-11-06T20:47:43.009Z
1152023-11-06T20:47:55.543Z Startup: Refreshing catalog 'helios-dev' ... Done
1162023-11-06T20:47:56.464Z Startup: Caching catalogs ... Done
1172023-11-06T20:48:01.256ZPlanning: Solver setup ... Done (4.519s)
1182023-11-06T20:48:01.385ZPlanning: Running solver ... Done (0.117s)
1192023-11-06T20:48:01.435ZPlanning: Finding local manifests ... Done (0.003s)
1202023-11-06T20:48:01.450ZPlanning: Fetching manifests: 0/4 0% complete
1212023-11-06T20:48:01.766ZPlanning: Fetching manifests: 4/4 100% complete
1222023-11-06T20:48:01.908ZPlanning: Package planning ... Done (0.082s)
1232023-11-06T20:48:02.013ZPlanning: Merging actions ... Done (0.164s)
1242023-11-06T20:48:03.813ZPlanning: Checking for conflicting actions ... Done (1.800s)
1252023-11-06T20:48:03.830ZPlanning: Consolidating action changes ... Done (0.017s)
1262023-11-06T20:48:19.714ZPlanning: Evaluating mediators ... Done (15.831s)
1272023-11-06T20:48:19.719ZPlanning: Planning completed in 23.17 seconds
1282023-11-06T20:48:22.650Z Packages to install: 4
1292023-11-06T20:48:22.658Z Mediators to change: 2
1302023-11-06T20:48:22.670Z Services to change: 1
1312023-11-06T20:48:22.680Z Estimated space available: 149.38 GB
1322023-11-06T20:48:22.693ZEstimated space to be consumed: 1.37 GB
1332023-11-06T20:48:22.701Z Create boot environment: No
1342023-11-06T20:48:22.706ZCreate backup boot environment: No
1352023-11-06T20:48:22.711Z Rebuild boot archive: No
1362023-11-06T20:48:22.719Z
1372023-11-06T20:48:22.729ZChanged mediators:
1382023-11-06T20:48:22.741Z mediator clang:
1392023-11-06T20:48:22.751Z version: None -> 15 (system default)
1402023-11-06T20:48:22.760Z
1412023-11-06T20:48:22.767Z mediator llvm:
1422023-11-06T20:48:22.784Z version: 14 (system default) -> 15 (system default)
1432023-11-06T20:48:22.803Z
1442023-11-06T20:48:23.232ZChanged packages:
1452023-11-06T20:48:23.239Zhelios-dev
1462023-11-06T20:48:23.245Z developer/build-essential
1472023-11-06T20:48:23.250Z None -> 11-2.0
1482023-11-06T20:48:23.261Z library/libxmlsec1
1492023-11-06T20:48:23.274Z None -> 1.2.35-2.0
1502023-11-06T20:48:23.293Z ooce/developer/clang-15
1512023-11-06T20:48:23.316Z None -> 15.0.7-2.0
1522023-11-06T20:48:23.322Z ooce/developer/llvm-15
1532023-11-06T20:48:23.329Z None -> 15.0.7-2.0
1542023-11-06T20:48:23.333Z
1552023-11-06T20:48:23.341ZServices:
1562023-11-06T20:48:23.347Z restart_fmri:
1572023-11-06T20:48:23.353Z svc:/system/update-man-index:default
1582023-11-06T20:48:23.362Z
1592023-11-06T20:48:23.371ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1602023-11-06T20:48:28.118ZDownload: 1357/3290 items 106.6/212.6MB 50% complete (21.3M/s)
1612023-11-06T20:48:33.120ZDownload: 3115/3290 items 132.3/212.6MB 62% complete (13.2M/s)
1622023-11-06T20:48:38.442ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (15.4M/s)
1632023-11-06T20:48:38.479ZDownload: Completed 212.60 MB in 15.36 seconds (13.8M/s)
1642023-11-06T20:48:39.063Z Actions: 1/3687 actions (Installing new actions)
1652023-11-06T20:48:44.072Z Actions: 2062/3687 actions (Installing new actions)
1662023-11-06T20:48:47.929Z Actions: Completed 3687 actions in 8.87 seconds.
1672023-11-06T20:48:48.098Z Done (0.163s)
1682023-11-06T20:48:48.102Z Done (0.000s)
1692023-11-06T20:48:48.302Z Done (0.203s)
1702023-11-06T20:48:56.819Z Done (8.395s)
1712023-11-06T20:48:57.205Z Done (0.287s)
1722023-11-06T20:48:57.212Z Done (0.000s)
1732023-11-06T20:48:57.442Z Done (0.000s)
1742023-11-06T20:48:58.136ZPlanning: Evaluating mediator changes ... Done
1752023-11-06T20:48:58.419ZPlanning: Checking for conflicting actions ... Done
1762023-11-06T20:48:58.425ZPlanning: Consolidating action changes ... Done
1772023-11-06T20:48:58.973ZPlanning: Evaluating mediators ... Done
1782023-11-06T20:48:58.982ZPlanning: Planning completed in 0.72 seconds
1792023-11-06T20:48:58.988Z Mediators to change: 2
1802023-11-06T20:48:59.011Z Create boot environment: No
1812023-11-06T20:48:59.020ZCreate backup boot environment: No
1822023-11-06T20:48:59.026Z Done
1832023-11-06T20:48:59.033Z Done
1842023-11-06T20:48:59.139Z Done
1852023-11-06T20:49:12.248Z Done
1862023-11-06T20:49:12.704Z Done
1872023-11-06T20:49:12.746Z Done
1882023-11-06T20:49:12.794Z Done
1892023-11-06T20:49:12.853ZPlanning: Evaluating mediator changes ... Done
1902023-11-06T20:49:12.887ZPlanning: Merging actions ... Done
1912023-11-06T20:49:12.933ZPlanning: Checking for conflicting actions ... Done
1922023-11-06T20:49:12.963ZPlanning: Consolidating action changes ... Done
1932023-11-06T20:49:12.981ZPlanning: Evaluating mediators ... Done
1942023-11-06T20:49:12.989ZPlanning: Planning completed in 1.31 seconds
1952023-11-06T20:49:13.003Z Packages to change: 1
1962023-11-06T20:49:13.044Z Mediators to change: 1
1972023-11-06T20:49:13.054Z Services to change: 1
1982023-11-06T20:49:13.061Z Create boot environment: No
1992023-11-06T20:49:13.067ZCreate backup boot environment: Yes
2002023-11-06T20:49:13.071Z Actions: 1/6 actions (Updating modified actions)
2012023-11-06T20:49:13.076Z Actions: Completed 6 actions in 0.00 seconds.
2022023-11-06T20:49:13.086Z Done
2032023-11-06T20:49:13.100Z Done
2042023-11-06T20:49:13.105Z Done
2052023-11-06T20:49:15.595Z Done
2062023-11-06T20:49:15.733Z Done
2072023-11-06T20:49:15.744Z Done
2082023-11-06T20:49:15.939Z Done
2092023-11-06T20:49:25.897ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102023-11-06T20:49:26.337Zclang system 15 system
2112023-11-06T20:49:27.755Zcsh system system illumos
2122023-11-06T20:49:28.371Zctags system system illumos
2132023-11-06T20:49:29.602Zgcc vendor 12 vendor
2142023-11-06T20:49:30.349Zgcc system 10 system
2152023-11-06T20:49:30.559Zgcc system 7 system
2162023-11-06T20:49:31.094Zgo system 1.20 system
2172023-11-06T20:49:31.190Zgo system 1.19 system
2182023-11-06T20:49:31.493Zllvm system 15 system
2192023-11-06T20:49:31.767Zllvm system 14 system
2202023-11-06T20:49:31.809Zmariadb system 10.6 system
2212023-11-06T20:49:31.833Zmta vendor vendor dma
2222023-11-06T20:49:31.857Zopenjdk system 17 system
2232023-11-06T20:49:31.874Zopenjdk system 11 system
2242023-11-06T20:49:31.910Zopenjdk system 1.8 system
2252023-11-06T20:49:31.952Zopenssl vendor 3 vendor
2262023-11-06T20:49:32.035Zperl system 5.36 system
2272023-11-06T20:49:32.049Zpostgresql system 15 system
2282023-11-06T20:49:32.060Zpostgresql system 13 system
2292023-11-06T20:49:32.106Zpython vendor 3 vendor
2302023-11-06T20:49:32.154Zpython system 2 system
2312023-11-06T20:49:32.227Zpython3 system 3.11 system
2322023-11-06T20:49:32.305Zruby system 3.0 system
2332023-11-06T20:49:32.416Zwords vendor vendor american-english
2342023-11-06T20:49:32.481Zwords system system australian-english
2352023-11-06T20:49:32.548Zwords system system british-english
2362023-11-06T20:49:32.657Zwords system system canadian-english
2372023-11-06T20:49:32.689Zwords system system french
2382023-11-06T20:49:32.699Zwords system system italian
2392023-11-06T20:49:32.771Zwords system system ngerman
2402023-11-06T20:49:32.781Zwords system system ogerman
2412023-11-06T20:49:32.801Zwords system system spanish
2422023-11-06T20:49:32.826ZFMRI IFO
2432023-11-06T20:49:32.843Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442023-11-06T20:49:32.874Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452023-11-06T20:49:32.930Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462023-11-06T20:49:32.973Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2472023-11-06T20:49:33.002Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482023-11-06T20:49:33.064Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2492023-11-06T20:49:33.083Z+ set -o errexit
2502023-11-06T20:49:33.119Z+++ dirname ./tools/ci_download_cockroachdb
2512023-11-06T20:49:33.165Z++ cd ./tools
2522023-11-06T20:49:33.207Z++ pwd
2532023-11-06T20:49:33.255Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542023-11-06T20:49:33.264Z++ basename ./tools/ci_download_cockroachdb
2552023-11-06T20:49:33.284Z+ ARG0=ci_download_cockroachdb
2562023-11-06T20:49:33.320Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572023-11-06T20:49:33.372Z+ CIDL_VERSION=v22.1.9
2582023-11-06T20:49:33.385Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592023-11-06T20:49:33.450Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2602023-11-06T20:49:33.454Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2612023-11-06T20:49:33.461Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2622023-11-06T20:49:33.465Z+ TARGET_DIR=out
2632023-11-06T20:49:33.469Z+ DOWNLOAD_DIR=out/downloads
2642023-11-06T20:49:33.473Z+ DEST_DIR=./out/cockroachdb
2652023-11-06T20:49:33.484Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662023-11-06T20:49:33.490Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672023-11-06T20:49:33.698Z+ main
2682023-11-06T20:49:33.759Z+ [[ 0 != 0 ]]
2692023-11-06T20:49:33.871Z+ CIDL_OS=solaris2.11
2702023-11-06T20:49:33.896Z+ [[ 0 != 0 ]]
2712023-11-06T20:49:33.952Z+ configure_os solaris2.11
2722023-11-06T20:49:34.021Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732023-11-06T20:49:34.040Zcurrent directory: /work/oxidecomputer/omicron
2742023-11-06T20:49:34.079Z+ echo 'configuring based on OS: "solaris2.11"'
2752023-11-06T20:49:34.116Zconfiguring based on OS: "solaris2.11"
2762023-11-06T20:49:34.136Z+ case "$1" in
2772023-11-06T20:49:34.163ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-11-06T20:49:34.180Z+ CIDL_BUILD=illumos
2792023-11-06T20:49:34.194ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-11-06T20:49:34.213Z+ CIDL_SUFFIX=tar.gz
2812023-11-06T20:49:34.221ZDownloading...
2822023-11-06T20:49:34.226Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2832023-11-06T20:49:34.233ZBuild Tag: v22.1.9-dirty
2842023-11-06T20:49:34.254Z+ CIDL_MD5FUNC=do_md5sum
2852023-11-06T20:49:34.264ZBuild Time: 2022/10/26 21:17:46
2862023-11-06T20:49:34.268Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872023-11-06T20:49:34.273ZDistribution: OSS
2882023-11-06T20:49:34.278Z+ CIDL_ASSEMBLE=do_assemble_illumos
2892023-11-06T20:49:34.281ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2902023-11-06T20:49:34.286Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2912023-11-06T20:49:34.290ZGo Version: go1.17.13
2922023-11-06T20:49:34.294Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2932023-11-06T20:49:34.297ZC Compiler: gcc 10.3.0
2942023-11-06T20:49:34.301Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-11-06T20:49:34.307ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2962023-11-06T20:49:34.326Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2972023-11-06T20:49:34.333ZBuild Type: release
2982023-11-06T20:49:34.341Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992023-11-06T20:49:34.360Zcurrent directory: /work/oxidecomputer/omicron
3002023-11-06T20:49:34.371Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012023-11-06T20:49:34.381Zconfiguring based on OS: "solaris2.11"
3022023-11-06T20:49:34.406Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032023-11-06T20:49:34.413ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3042023-11-06T20:49:34.433Z+ mkdir -p out/downloads
3052023-11-06T20:49:34.437ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3062023-11-06T20:49:34.443Z+ mkdir -p ./out/cockroachdb
3072023-11-06T20:49:34.450ZDownloading...
3082023-11-06T20:49:34.507Z+ local DO_DOWNLOAD=true
3092023-11-06T20:49:34.540Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3102023-11-06T20:49:34.551Z+ '[' true == true ']'
3112023-11-06T20:49:34.616Z+ echo Downloading...
3122023-11-06T20:49:34.634Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132023-11-06T20:49:34.653Z+ 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
3142023-11-06T20:49:34.671Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152023-11-06T20:49:34.681Z++ md5sum
3162023-11-06T20:49:34.693Z++ awk '{print $1}'
3172023-11-06T20:49:34.704Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3182023-11-06T20:49:34.715Z+ [[ 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 ]]
3192023-11-06T20:49:34.722Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202023-11-06T20:49:34.731Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3212023-11-06T20:49:34.740Z+ do_assemble_illumos
3222023-11-06T20:49:34.750Z+ rm -r ./out/cockroachdb
3232023-11-06T20:49:34.760Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3242023-11-06T20:49:34.771Z+ ./out/cockroachdb/bin/cockroach version
3252023-11-06T20:49:34.781Z+ set -o errexit
3262023-11-06T20:49:34.788Z+++ dirname ./tools/ci_download_clickhouse
3272023-11-06T20:49:34.806Z++ cd ./tools
3282023-11-06T20:49:34.822Z++ pwd
3292023-11-06T20:49:34.831Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302023-11-06T20:49:34.842Z++ basename ./tools/ci_download_clickhouse
3312023-11-06T20:49:34.863Z+ ARG0=ci_download_clickhouse
3322023-11-06T20:49:34.874Z+ TARGET_DIR=out
3332023-11-06T20:49:34.881Z+ DOWNLOAD_DIR=out/downloads
3342023-11-06T20:49:34.891Z+ DEST_DIR=./out/clickhouse
3352023-11-06T20:49:34.900Z+ CIDL_VERSION=v22.8.9.24
3362023-11-06T20:49:34.918Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3372023-11-06T20:49:34.924Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3382023-11-06T20:49:34.927Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3392023-11-06T20:49:34.930Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3402023-11-06T20:49:34.933Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3412023-11-06T20:49:34.936Z+ main
3422023-11-06T20:49:34.939Z+ [[ 0 != 0 ]]
3432023-11-06T20:49:34.942Z+ CIDL_OS=solaris2.11
3442023-11-06T20:49:34.945Z+ [[ 0 != 0 ]]
3452023-11-06T20:49:34.948Z+ configure_os solaris2.11
3462023-11-06T20:49:34.951Z+ echo 'current directory: /work/oxidecomputer/omicron'
3472023-11-06T20:49:34.954Z+ echo 'configuring based on OS: "solaris2.11"'
3482023-11-06T20:49:34.956Z+ CIDL_DASHREV=
3492023-11-06T20:49:34.959Z+ case "$1" in
3502023-11-06T20:49:34.962Z+ CIDL_PLATFORM=illumos
3512023-11-06T20:49:34.965Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3522023-11-06T20:49:34.967Z+ CIDL_MD5FUNC=do_md5sum
3532023-11-06T20:49:34.970Z+ CIDL_DASHREV=-1
3542023-11-06T20:49:34.973Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3552023-11-06T20:49:34.976Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-11-06T20:49:34.978Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572023-11-06T20:49:34.985ZClickHouse server version 22.8.9.1.
3582023-11-06T20:49:34.987Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-11-06T20:49:34.990Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3602023-11-06T20:49:34.994Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3612023-11-06T20:49:34.998ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3622023-11-06T20:49:35.002Z+ mkdir -p out/downloads
3632023-11-06T20:49:35.005ZLocal file: out/downloads/console.tar.gz
3642023-11-06T20:49:35.007Z+ mkdir -p ./out/clickhouse
3652023-11-06T20:49:35.011ZDownloading...
3662023-11-06T20:49:35.013Z+ local DO_DOWNLOAD=true
3672023-11-06T20:49:35.016Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3682023-11-06T20:49:35.019Z+ '[' true == true ']'
3692023-11-06T20:49:35.022Z+ echo Downloading...
3702023-11-06T20:49:35.026Z+ 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
3712023-11-06T20:49:35.030Z+ 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
3722023-11-06T20:49:35.034Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732023-11-06T20:49:35.037Z++ md5sum
3742023-11-06T20:49:35.040Z++ awk '{print $1}'
3752023-11-06T20:49:35.044Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3762023-11-06T20:49:35.047Z+ [[ 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 ]]
3772023-11-06T20:49:35.050Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3782023-11-06T20:49:35.054Z+ mkdir -p ./out/clickhouse
3792023-11-06T20:49:35.057Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3802023-11-06T20:49:35.060Z+ ./out/clickhouse/clickhouse server --version
3812023-11-06T20:49:35.064Z+ set -o errexit
3822023-11-06T20:49:35.069Z+++ dirname ./tools/ci_download_console
3832023-11-06T20:49:35.072Z++ cd ./tools
3842023-11-06T20:49:35.077Z++ pwd
3852023-11-06T20:49:35.081Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3862023-11-06T20:49:35.084Z++ basename ./tools/ci_download_console
3872023-11-06T20:49:35.089Z+ ARG0=ci_download_console
3882023-11-06T20:49:35.098Z+ TARGET_DIR=out
3892023-11-06T20:49:35.105Z+ DOWNLOAD_DIR=out/downloads
3902023-11-06T20:49:35.115Z+ DEST_DIR=./out/console-assets
3912023-11-06T20:49:35.124Z+ source /work/oxidecomputer/omicron/tools/console_version
3922023-11-06T20:49:35.597Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3932023-11-06T20:49:35.612Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3942023-11-06T20:49:36.034Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3952023-11-06T20:49:36.043Z+ TARBALL_FILE=out/downloads/console.tar.gz
3962023-11-06T20:49:36.049Z+ main
3972023-11-06T20:49:36.053Z+ [[ 0 != 0 ]]
3982023-11-06T20:49:36.057Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3992023-11-06T20:49:36.060Z+ echo 'Local file: out/downloads/console.tar.gz'
4002023-11-06T20:49:36.063Z+ local DO_DOWNLOAD=true
4012023-11-06T20:49:36.067Z+ [[ -f out/downloads/console.tar.gz ]]
4022023-11-06T20:49:36.069Z+ mkdir -p out/downloads
4032023-11-06T20:49:36.072Z+ '[' true == true ']'
4042023-11-06T20:49:36.075Z+ echo Downloading...
4052023-11-06T20:49:36.077Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
4062023-11-06T20:49:36.080Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
4072023-11-06T20:49:36.083Z++ do_sha256sum out/downloads/console.tar.gz
4082023-11-06T20:49:36.086Z++ case "$OSTYPE" in
4092023-11-06T20:49:36.088Z++ SHA=sha256sum
4102023-11-06T20:49:36.091Z++ sha256sum
4112023-11-06T20:49:36.097Z++ awk '{print $1}'
4122023-11-06T20:49:36.109Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
4132023-11-06T20:49:36.120Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
4142023-11-06T20:49:36.131Z+ rm -rf ./out/console-assets
4152023-11-06T20:49:36.147Z+ mkdir -p ./out/console-assets
4162023-11-06T20:49:36.167Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172023-11-06T20:49:36.181Z+ mkdir -p ./out/console-assets
4182023-11-06T20:49:36.196Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192023-11-06T20:49:36.205Z+ set -o errexit
4202023-11-06T20:49:36.210Z+++ dirname ./tools/ci_download_maghemite_openapi
4212023-11-06T20:49:36.216Z++ cd ./tools
4222023-11-06T20:49:36.226Z++ pwd
4232023-11-06T20:49:36.243Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242023-11-06T20:49:36.247Z++ basename ./tools/ci_download_maghemite_openapi
4252023-11-06T20:49:36.262Z+ ARG0=ci_download_maghemite_openapi
4262023-11-06T20:49:36.272Z+ TARGET_DIR=out
4272023-11-06T20:49:36.281Z+ DOWNLOAD_DIR=out/downloads
4282023-11-06T20:49:36.291Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4292023-11-06T20:49:36.304Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4302023-11-06T20:49:36.309Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4312023-11-06T20:49:36.315Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4322023-11-06T20:49:36.325Z+ LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4332023-11-06T20:49:36.332Z+ main
4342023-11-06T20:49:36.336Z+ [[ 0 != 0 ]]
4352023-11-06T20:49:36.346Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json'
4362023-11-06T20:49:36.352ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4372023-11-06T20:49:36.361Z+ echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4382023-11-06T20:49:36.383ZLocal file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4392023-11-06T20:49:36.392Z+ local DO_DOWNLOAD=true
4402023-11-06T20:49:36.399Z+ [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4412023-11-06T20:49:36.416Z+ mkdir -p out/downloads
4422023-11-06T20:49:36.423Z+ '[' true == true ']'
4432023-11-06T20:49:36.437Z+ echo Downloading...
4442023-11-06T20:49:36.463ZDownloading...
4452023-11-06T20:49:36.485Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4462023-11-06T20:49:36.513Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4472023-11-06T20:49:36.518Z++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4482023-11-06T20:49:36.541Z++ case "$OSTYPE" in
4492023-11-06T20:49:36.548Z++ SHA=sha256sum
4502023-11-06T20:49:36.554Z++ sha256sum
4512023-11-06T20:49:36.570Z++ awk '{print $1}'
4522023-11-06T20:49:36.575Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4532023-11-06T20:49:36.582Z+ [[ 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 ]]
4542023-11-06T20:49:36.705Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552023-11-06T20:49:36.751Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4562023-11-06T20:49:36.759Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4572023-11-06T20:49:36.770ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4582023-11-06T20:49:36.782Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4592023-11-06T20:49:36.798ZLocal file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4602023-11-06T20:49:36.804Z+ LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4612023-11-06T20:49:36.813ZDownloading...
4622023-11-06T20:49:36.830Z+ main
4632023-11-06T20:49:37.246Z+ [[ 0 != 0 ]]
4642023-11-06T20:49:37.256Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json'
4652023-11-06T20:49:37.285Z+ echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4662023-11-06T20:49:37.303Z+ local DO_DOWNLOAD=true
4672023-11-06T20:49:37.329Z+ [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4682023-11-06T20:49:37.341Z+ mkdir -p out/downloads
4692023-11-06T20:49:37.353Z+ '[' true == true ']'
4702023-11-06T20:49:37.380Z+ echo Downloading...
4712023-11-06T20:49:37.393Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4722023-11-06T20:49:37.411Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4732023-11-06T20:49:37.424Z++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4742023-11-06T20:49:37.439Z++ case "$OSTYPE" in
4752023-11-06T20:49:37.495Z++ SHA=sha256sum
4762023-11-06T20:49:37.503Z++ sha256sum
4772023-11-06T20:49:37.509Z++ awk '{print $1}'
4782023-11-06T20:49:37.514Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4792023-11-06T20:49:37.518Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4802023-11-06T20:49:37.524Z+ set -o errexit
4812023-11-06T20:49:37.530Z+++ dirname ./tools/ci_download_dendrite_openapi
4822023-11-06T20:49:37.544Z++ cd ./tools
4832023-11-06T20:49:37.568Z++ pwd
4842023-11-06T20:49:37.584Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4852023-11-06T20:49:37.591Z++ basename ./tools/ci_download_dendrite_openapi
4862023-11-06T20:49:37.600Z+ ARG0=ci_download_dendrite_openapi
4872023-11-06T20:49:37.638Z+ TARGET_DIR=out
4882023-11-06T20:49:37.645Z+ DOWNLOAD_DIR=out/downloads
4892023-11-06T20:49:37.649Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4902023-11-06T20:49:37.654Z++ COMMIT=559fad2f379900a05ced410944353c1d19100390
4912023-11-06T20:49:37.658Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4922023-11-06T20:49:37.665Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json
4932023-11-06T20:49:37.670Z+ LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json
4942023-11-06T20:49:37.675Z+ main
4952023-11-06T20:49:37.679Z+ [[ 0 != 0 ]]
4962023-11-06T20:49:37.683Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json'
4972023-11-06T20:49:37.690ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json
4982023-11-06T20:49:37.696Z+ echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json'
4992023-11-06T20:49:37.757ZLocal file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json
5002023-11-06T20:49:38.176Z+ local DO_DOWNLOAD=true
5012023-11-06T20:49:38.192Z+ [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]]
5022023-11-06T20:49:38.206Z+ mkdir -p out/downloads
5032023-11-06T20:49:38.211Z+ '[' true == true ']'
5042023-11-06T20:49:38.216Z+ echo Downloading...
5052023-11-06T20:49:38.221ZDownloading...
5062023-11-06T20:49:38.232Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json
5072023-11-06T20:49:38.238Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json
5082023-11-06T20:49:38.248Z++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json
5092023-11-06T20:49:38.253Z++ case "$OSTYPE" in
5102023-11-06T20:49:38.260Z++ SHA=sha256sum
5112023-11-06T20:49:38.265Z++ sha256sum
5122023-11-06T20:49:38.271Z++ awk '{print $1}'
5132023-11-06T20:49:38.277Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5142023-11-06T20:49:38.283Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
5152023-11-06T20:49:38.299Z+ set -o errexit
5162023-11-06T20:49:38.718Z+++ dirname ./tools/ci_download_dendrite_stub
5172023-11-06T20:49:38.728Z++ cd ./tools
5182023-11-06T20:49:38.737Z++ pwd
5192023-11-06T20:49:38.749Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202023-11-06T20:49:38.815Z++ basename ./tools/ci_download_dendrite_stub
5212023-11-06T20:49:38.855Z+ ARG0=ci_download_dendrite_stub
5222023-11-06T20:49:38.863Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5232023-11-06T20:49:39.290Z++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa
5242023-11-06T20:49:39.296Z++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e
5252023-11-06T20:49:39.315Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5262023-11-06T20:49:39.330Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5272023-11-06T20:49:39.745Z++ COMMIT=559fad2f379900a05ced410944353c1d19100390
5282023-11-06T20:49:40.195Zcurrent directory: /work/oxidecomputer/omicron
5292023-11-06T20:49:40.204Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5302023-11-06T20:49:40.216Zconfiguring based on OS: "solaris2.11"
5312023-11-06T20:49:40.222Z+ TARGET_DIR=out
5322023-11-06T20:49:40.233ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz
5332023-11-06T20:49:40.254Z+ DOWNLOAD_DIR=out/downloads
5342023-11-06T20:49:40.266ZLocal file: out/downloads/dendrite-stub.tar.gz
5352023-11-06T20:49:40.288Z+ DEST_DIR=./out/dendrite-stub
5362023-11-06T20:49:40.302ZDownloading...
5372023-11-06T20:49:40.340Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5382023-11-06T20:49:40.346Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392023-11-06T20:49:40.350Z+ REPO=oxidecomputer/dendrite
5402023-11-06T20:49:40.353Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390
5412023-11-06T20:49:40.358Z+ main
5422023-11-06T20:49:40.364Z+ [[ 0 != 0 ]]
5432023-11-06T20:49:40.370Z+ CIDL_OS=solaris2.11
5442023-11-06T20:49:40.394Z+ [[ 0 != 0 ]]
5452023-11-06T20:49:40.407Z+ configure_os solaris2.11
5462023-11-06T20:49:40.423Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472023-11-06T20:49:40.440Z+ echo 'configuring based on OS: "solaris2.11"'
5482023-11-06T20:49:40.449Z+ case "$1" in
5492023-11-06T20:49:40.459Z+ SET_BINARIES=
5502023-11-06T20:49:40.468Z+ CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa
5512023-11-06T20:49:40.477Z+ CIDL_SHA256FUNC=do_sha256sum
5522023-11-06T20:49:40.489Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532023-11-06T20:49:40.494Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz
5542023-11-06T20:49:40.497Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552023-11-06T20:49:40.503Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz'
5562023-11-06T20:49:40.508Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572023-11-06T20:49:40.511Z+ mkdir -p out/downloads
5582023-11-06T20:49:40.515Z+ mkdir -p ./out/dendrite-stub
5592023-11-06T20:49:40.519Z+ fetch_and_verify
5602023-11-06T20:49:40.523Z+ local DO_DOWNLOAD=true
5612023-11-06T20:49:40.527Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622023-11-06T20:49:40.530Z+ '[' true == true ']'
5632023-11-06T20:49:40.534Z+ echo Downloading...
5642023-11-06T20:49:40.538Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5652023-11-06T20:49:40.551Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz
5662023-11-06T20:49:47.615Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5672023-11-06T20:49:47.625Z++ sha256sum
5682023-11-06T20:49:47.645Z++ awk '{print $1}'
5692023-11-06T20:49:47.702Z+ calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa
5702023-11-06T20:49:47.708Z+ [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]]
5712023-11-06T20:49:47.713Z+ do_untar out/downloads/dendrite-stub.tar.gz
5722023-11-06T20:49:47.718Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5732023-11-06T20:49:48.616Z+ do_assemble
5742023-11-06T20:49:48.629Z+ rm -r ./out/dendrite-stub
5752023-11-06T20:49:48.640Z+ mkdir ./out/dendrite-stub
5762023-11-06T20:49:48.652Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5772023-11-06T20:49:48.723Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5782023-11-06T20:49:48.737Z+ set -o errexit
5792023-11-06T20:49:48.744Z+++ dirname ./tools/ci_download_maghemite_mgd
5802023-11-06T20:49:48.748Z++ cd ./tools
5812023-11-06T20:49:48.774Z++ pwd
5822023-11-06T20:49:48.784Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832023-11-06T20:49:48.787Z++ basename ./tools/ci_download_maghemite_mgd
5842023-11-06T20:49:48.793Z+ ARG0=ci_download_maghemite_mgd
5852023-11-06T20:49:48.797Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5862023-11-06T20:49:48.802Z++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
5872023-11-06T20:49:48.808Z++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c
5882023-11-06T20:49:48.812Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5892023-11-06T20:49:48.820Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
5902023-11-06T20:49:48.828Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
5912023-11-06T20:49:48.837Z+ TARGET_DIR=out
5922023-11-06T20:49:48.843Z+ DOWNLOAD_DIR=out/downloads
5932023-11-06T20:49:48.851Z+ DEST_DIR=./out/mgd
5942023-11-06T20:49:48.862Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5952023-11-06T20:49:48.869Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962023-11-06T20:49:48.880Z+ REPO=oxidecomputer/maghemite
5972023-11-06T20:49:48.890Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877
5982023-11-06T20:49:48.898Z+ main
5992023-11-06T20:49:48.910Z+ [[ 0 != 0 ]]
6002023-11-06T20:49:48.917Z+ CIDL_OS=solaris2.11
6012023-11-06T20:49:48.926Z+ [[ 0 != 0 ]]
6022023-11-06T20:49:48.935Z+ configure_os solaris2.11
6032023-11-06T20:49:48.943Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042023-11-06T20:49:48.992Zcurrent directory: /work/oxidecomputer/omicron
6052023-11-06T20:49:49.012Z+ echo 'configuring based on OS: "solaris2.11"'
6062023-11-06T20:49:49.024Zconfiguring based on OS: "solaris2.11"
6072023-11-06T20:49:49.055Z+ case "$1" in
6082023-11-06T20:49:49.064Z+ SET_BINARIES=
6092023-11-06T20:49:49.083Z+ CIDL_SHA256FUNC=do_sha256sum
6102023-11-06T20:49:49.090Z+ TARBALL_FILENAME=mgd.tar.gz
6112023-11-06T20:49:49.100Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6122023-11-06T20:49:49.110Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6132023-11-06T20:49:49.117Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz'
6142023-11-06T20:49:49.128ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6152023-11-06T20:49:49.158Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6162023-11-06T20:49:49.167ZLocal file: out/downloads/mgd.tar.gz
6172023-11-06T20:49:49.177Z+ mkdir -p out/downloads
6182023-11-06T20:49:49.185Z+ mkdir -p ./out/mgd
6192023-11-06T20:49:49.200Z+ fetch_and_verify
6202023-11-06T20:49:49.217Z+ local DO_DOWNLOAD=true
6212023-11-06T20:49:49.230Z+ [[ -f out/downloads/mgd.tar.gz ]]
6222023-11-06T20:49:49.248Z+ '[' true == true ']'
6232023-11-06T20:49:49.259Z+ echo Downloading...
6242023-11-06T20:49:49.677ZDownloading...
6252023-11-06T20:49:49.687Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz
6262023-11-06T20:49:49.704Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6272023-11-06T20:49:57.005Z++ do_sha256sum out/downloads/mgd.tar.gz
6282023-11-06T20:49:57.010Z++ sha256sum
6292023-11-06T20:49:57.014Z++ awk '{print $1}'
6302023-11-06T20:49:57.051Z+ calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6312023-11-06T20:49:57.073Z+ [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]]
6322023-11-06T20:49:57.497Z+ do_untar out/downloads/mgd.tar.gz
6332023-11-06T20:49:57.523Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6342023-11-06T20:49:57.709Z+ do_assemble
6352023-11-06T20:49:57.723Z+ rm -r ./out/mgd
6362023-11-06T20:49:57.735Z+ mkdir ./out/mgd
6372023-11-06T20:49:57.754Z+ cp -r out/downloads/root ./out/mgd/root
6382023-11-06T20:49:57.901Z+ set -o errexit
6392023-11-06T20:49:57.905Z+++ dirname ./tools/ci_download_transceiver_control
6402023-11-06T20:49:57.910Z++ cd ./tools
6412023-11-06T20:49:57.914Z++ pwd
6422023-11-06T20:49:57.919Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432023-11-06T20:49:57.925Z++ basename ./tools/ci_download_transceiver_control
6442023-11-06T20:49:57.929Z+ ARG0=ci_download_transceiver_control
6452023-11-06T20:49:57.936Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6462023-11-06T20:49:57.949Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-11-06T20:49:58.373Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482023-11-06T20:49:58.377Z+ TARGET_DIR=out
6492023-11-06T20:49:58.387Z+ DOWNLOAD_DIR=out/downloads
6502023-11-06T20:49:58.812Z+ DEST_DIR=./out/transceiver-control
6512023-11-06T20:49:58.826Z+ BIN_DIR=/opt/oxide/bin
6522023-11-06T20:49:58.838Z+ BINARY=xcvradm
6532023-11-06T20:49:58.846Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542023-11-06T20:49:59.274Z+ REPO=oxidecomputer/transceiver-control
6552023-11-06T20:49:59.281Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562023-11-06T20:49:59.293Z+ main
6572023-11-06T20:49:59.715Z+ [[ 0 != 0 ]]
6582023-11-06T20:49:59.719Z+ CIDL_OS=solaris2.11
6592023-11-06T20:49:59.724Z+ [[ 0 != 0 ]]
6602023-11-06T20:49:59.730Z+ configure_os solaris2.11
6612023-11-06T20:49:59.736Z+ echo 'current directory: /work/oxidecomputer/omicron'
6622023-11-06T20:49:59.739Zcurrent directory: /work/oxidecomputer/omicron
6632023-11-06T20:49:59.746Z+ echo 'configuring based on OS: "solaris2.11"'
6642023-11-06T20:49:59.754Zconfiguring based on OS: "solaris2.11"
6652023-11-06T20:49:59.763Z+ case "$1" in
6662023-11-06T20:49:59.772Z+ SET_BINARIES=
6672023-11-06T20:49:59.782Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6682023-11-06T20:49:59.789Z+ CIDL_SHA256FUNC=do_sha256sum
6692023-11-06T20:49:59.797Z+ ARCHIVE_FILENAME=xcvradm.gz
6702023-11-06T20:49:59.803Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6712023-11-06T20:49:59.809Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6722023-11-06T20:49:59.813Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6732023-11-06T20:49:59.817ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742023-11-06T20:49:59.821Z+ echo 'Local file: out/downloads/xcvradm.gz'
6752023-11-06T20:49:59.826Z+ mkdir -p out/downloads
6762023-11-06T20:49:59.833ZLocal file: out/downloads/xcvradm.gz
6772023-11-06T20:49:59.840Z+ mkdir -p ./out/transceiver-control
6782023-11-06T20:49:59.847Z+ fetch_and_verify
6792023-11-06T20:49:59.869Z+ local DO_DOWNLOAD=true
6802023-11-06T20:49:59.879Z+ [[ -f out/downloads/xcvradm.gz ]]
6812023-11-06T20:49:59.888Z+ '[' true == true ']'
6822023-11-06T20:49:59.897Z+ echo Downloading...
6832023-11-06T20:49:59.905ZDownloading...
6842023-11-06T20:49:59.915Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6852023-11-06T20:49:59.932Z+ 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
6862023-11-06T20:50:03.547Z++ do_sha256sum out/downloads/xcvradm.gz
6872023-11-06T20:50:03.557Z++ sha256sum
6882023-11-06T20:50:03.570Z++ awk '{print $1}'
6892023-11-06T20:50:03.578Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902023-11-06T20:50:03.997Z+ [[ 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 ]]
6912023-11-06T20:50:04.004Z+ do_unpack out/downloads/xcvradm.gz
6922023-11-06T20:50:04.013Z+ mkdir -p out/downloads/root//opt/oxide/bin
6932023-11-06T20:50:04.020Z+ gzip -dc out/downloads/xcvradm.gz
6942023-11-06T20:50:04.025Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6952023-11-06T20:50:04.030Z+ do_assemble
6962023-11-06T20:50:04.034Z+ rm -r ./out/transceiver-control
6972023-11-06T20:50:04.038Z+ mkdir ./out/transceiver-control
6982023-11-06T20:50:04.042Z+ cp -r out/downloads/root ./out/transceiver-control/root
6992023-11-06T20:50:04.047ZAll builder prerequisites installed successfully, and PATH looks valid
7002023-11-06T20:50:04.052Z
7012023-11-06T20:50:04.056Zreal 2:21.120518789
7022023-11-06T20:50:04.060Zuser 52.732553735
7032023-11-06T20:50:04.065Zsys 9.808058453
7042023-11-06T20:50:04.070Ztrap 0.021439439
7052023-11-06T20:50:04.074Ztflt 0.289660187
7062023-11-06T20:50:04.078Zdflt 0.887002043
7072023-11-06T20:50:04.083Zkflt 0.330376616
7082023-11-06T20:50:04.088Zlock 2.203770087
7092023-11-06T20:50:04.093Zslp 4:33.512538417
7102023-11-06T20:50:04.104Zlat 3.281765714
7112023-11-06T20:50:04.109Zstop 0.079605972
7122023-11-06T20:50:04.114Z
7132023-11-06T20:50:04.139Z ##### # # # # #####
7142023-11-06T20:50:04.148Z # # # # # # # #
7152023-11-06T20:50:04.155Z ##### # # # # # #
7162023-11-06T20:50:04.161Z # # # # # # # #
7172023-11-06T20:50:04.168Z # # # # # # # #
7182023-11-06T20:50:04.178Z ##### #### # ###### #####
7192023-11-06T20:50:04.602Z
7202023-11-06T20:50:04.621Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212023-11-06T20:50:04.667Z Updating crates.io index
7222023-11-06T20:50:04.689Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232023-11-06T20:50:05.309Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242023-11-06T20:50:07.045Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252023-11-06T20:50:07.610Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262023-11-06T20:50:08.514Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272023-11-06T20:50:08.552Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282023-11-06T20:50:08.915Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292023-11-06T20:50:09.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302023-11-06T20:50:11.712Z Updating git repository `https://github.com/oxidecomputer/opte`
7312023-11-06T20:50:12.677Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322023-11-06T20:50:13.143Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7332023-11-06T20:50:14.008Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342023-11-06T20:50:14.248Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352023-11-06T20:50:14.666Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362023-11-06T20:50:15.195Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372023-11-06T20:50:15.637Z Updating git repository `https://github.com/njaremko/samael`
7382023-11-06T20:50:16.394Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7392023-11-06T20:50:17.936Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7402023-11-06T20:50:18.429Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7412023-11-06T20:50:19.037Z Updating git repository `https://github.com/jgallagher/nix`
7422023-11-06T20:50:20.438Z Updating git repository `https://github.com/cbiffle/hubpack`
7432023-11-06T20:50:20.806Z Updating git repository `https://github.com/oxidecomputer/omicron`
7442023-11-06T20:50:26.652Z Updating git repository `https://github.com/oxidecomputer/rfb`
7452023-11-06T20:50:27.128Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-11-06T20:50:28.091Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-11-06T20:50:28.467Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-11-06T20:50:28.777Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-11-06T20:50:30.534Z Downloading crates ...
7502023-11-06T20:50:30.786Z Downloaded bytes v1.5.0
7512023-11-06T20:50:30.819Z Downloaded instant v0.1.12
7522023-11-06T20:50:30.825Z Downloaded ciborium-ll v0.2.1
7532023-11-06T20:50:30.831Z Downloaded ciborium-io v0.2.1
7542023-11-06T20:50:30.842Z Downloaded http-range v0.1.5
7552023-11-06T20:50:30.855Z Downloaded cfg-if v1.0.0
7562023-11-06T20:50:30.859Z Downloaded cast v0.3.0
7572023-11-06T20:50:30.863Z Downloaded anstyle-query v1.0.0
7582023-11-06T20:50:30.866Z Downloaded new_debug_unreachable v1.0.4
7592023-11-06T20:50:30.870Z Downloaded indoc v1.0.9
7602023-11-06T20:50:30.874Z Downloaded ident_case v1.0.1
7612023-11-06T20:50:30.880Z Downloaded async-stream-impl v0.3.5
7622023-11-06T20:50:30.916Z Downloaded async-recursion v1.0.5
7632023-11-06T20:50:30.924Z Downloaded atty v0.2.14
7642023-11-06T20:50:30.933Z Downloaded humantime v2.1.0
7652023-11-06T20:50:30.940Z Downloaded bitstruct v0.1.1
7662023-11-06T20:50:30.951Z Downloaded bitstruct_derive v0.1.0
7672023-11-06T20:50:30.966Z Downloaded matches v0.1.10
7682023-11-06T20:50:30.979Z Downloaded match_cfg v0.1.0
7692023-11-06T20:50:30.984Z Downloaded serial_test_derive v0.10.0
7702023-11-06T20:50:30.989Z Downloaded native-tls v0.2.11
7712023-11-06T20:50:30.992Z Downloaded bitfield v0.14.0
7722023-11-06T20:50:30.997Z Downloaded bytecount v0.6.3
7732023-11-06T20:50:31.001Z Downloaded linked-hash-map v0.5.6
7742023-11-06T20:50:31.004Z Downloaded async-stream v0.3.5
7752023-11-06T20:50:31.007Z Downloaded getopts v0.2.21
7762023-11-06T20:50:31.010Z Downloaded headers-core v0.2.0
7772023-11-06T20:50:31.013Z Downloaded managed v0.8.0
7782023-11-06T20:50:31.016Z Downloaded macaddr v1.0.1
7792023-11-06T20:50:31.019Z Downloaded maplit v1.0.2
7802023-11-06T20:50:31.022Z Downloaded lazy_static v1.4.0
7812023-11-06T20:50:31.025Z Downloaded cargo_metadata v0.18.0
7822023-11-06T20:50:31.030Z Downloaded strsim v0.8.0
7832023-11-06T20:50:31.032Z Downloaded bitflags v2.4.0
7842023-11-06T20:50:31.035Z Downloaded argon2 v0.5.2
7852023-11-06T20:50:31.039Z Downloaded cookie v0.16.2
7862023-11-06T20:50:31.041Z Downloaded structmeta-derive v0.1.6
7872023-11-06T20:50:31.045Z Downloaded waitgroup v0.1.2
7882023-11-06T20:50:31.047Z Downloaded arrayvec v0.7.4
7892023-11-06T20:50:31.051Z Downloaded lock_api v0.4.10
7902023-11-06T20:50:31.054Z Downloaded ipnet v2.8.0
7912023-11-06T20:50:31.059Z Downloaded futures-task v0.3.29
7922023-11-06T20:50:31.065Z Downloaded stringprep v0.1.3
7932023-11-06T20:50:31.072Z Downloaded time-core v0.1.1
7942023-11-06T20:50:31.080Z Downloaded wait-timeout v0.2.0
7952023-11-06T20:50:31.087Z Downloaded downcast v0.11.0
7962023-11-06T20:50:31.094Z Downloaded normalize-line-endings v0.3.0
7972023-11-06T20:50:31.100Z Downloaded ff v0.13.0
7982023-11-06T20:50:31.109Z Downloaded blake2 v0.10.6
7992023-11-06T20:50:31.114Z Downloaded newline-converter v0.3.0
8002023-11-06T20:50:31.121Z Downloaded hmac v0.12.1
8012023-11-06T20:50:31.126Z Downloaded slog-async v2.8.0
8022023-11-06T20:50:31.133Z Downloaded smf v0.2.2
8032023-11-06T20:50:31.140Z Downloaded darling_macro v0.14.4
8042023-11-06T20:50:31.144Z Downloaded indexmap v1.9.3
8052023-11-06T20:50:31.153Z Downloaded vte_generate_state_changes v0.1.1
8062023-11-06T20:50:31.161Z Downloaded tiny-keccak v2.0.2
8072023-11-06T20:50:31.167Z Downloaded usdt-attr-macro v0.3.5
8082023-11-06T20:50:31.173Z Downloaded tui-tree-widget v0.13.0
8092023-11-06T20:50:31.179Z Downloaded unicase v2.7.0
8102023-11-06T20:50:31.185Z Downloaded crucible-workspace-hack v0.1.0
8112023-11-06T20:50:31.191Z Downloaded crypto-common v0.1.6
8122023-11-06T20:50:31.197Z Downloaded nibble_vec v0.1.0
8132023-11-06T20:50:31.202Z Downloaded md-5 v0.10.5
8142023-11-06T20:50:31.207Z Downloaded hashbrown v0.12.3
8152023-11-06T20:50:31.214Z Downloaded predicates-tree v1.0.9
8162023-11-06T20:50:31.221Z Downloaded openssl-probe v0.1.5
8172023-11-06T20:50:31.228Z Downloaded termtree v0.4.1
8182023-11-06T20:50:31.233Z Downloaded rpassword v7.2.0
8192023-11-06T20:50:31.240Z Downloaded tempfile v3.8.0
8202023-11-06T20:50:31.244Z Downloaded generic-array v0.14.7
8212023-11-06T20:50:31.248Z Downloaded fastrand v2.0.0
8222023-11-06T20:50:31.253Z Downloaded backtrace v0.3.69
8232023-11-06T20:50:31.257Z Downloaded foreign-types v0.5.0
8242023-11-06T20:50:31.268Z Downloaded crossbeam-queue v0.3.8
8252023-11-06T20:50:31.272Z Downloaded schemars_derive v0.8.13
8262023-11-06T20:50:31.277Z Downloaded unicode-xid v0.2.4
8272023-11-06T20:50:31.284Z Downloaded polyval v0.6.1
8282023-11-06T20:50:31.293Z Downloaded thiserror-impl v1.0.49
8292023-11-06T20:50:31.303Z Downloaded toml v0.5.11
8302023-11-06T20:50:31.310Z Downloaded http v0.2.9
8312023-11-06T20:50:31.316Z Downloaded futures-io v0.3.29
8322023-11-06T20:50:31.324Z Downloaded slog v2.7.0
8332023-11-06T20:50:31.335Z Downloaded want v0.3.1
8342023-11-06T20:50:31.341Z Downloaded unicode-width v0.1.11
8352023-11-06T20:50:31.348Z Downloaded take_mut v0.2.2
8362023-11-06T20:50:31.354Z Downloaded serde-big-array v0.4.1
8372023-11-06T20:50:31.360Z Downloaded data-encoding v2.4.0
8382023-11-06T20:50:31.369Z Downloaded xattr v1.0.1
8392023-11-06T20:50:31.387Z Downloaded rustc-hash v1.1.0
8402023-11-06T20:50:31.410Z Downloaded fatfs v0.3.6
8412023-11-06T20:50:31.830Z Downloaded path-dedot v3.1.0
8422023-11-06T20:50:31.836Z Downloaded pin-utils v0.1.0
8432023-11-06T20:50:31.844Z Downloaded parse-display v0.8.2
8442023-11-06T20:50:31.849Z Downloaded futures-macro v0.3.29
8452023-11-06T20:50:31.855Z Downloaded futures-timer v3.0.2
8462023-11-06T20:50:31.859Z Downloaded wyz v0.5.1
8472023-11-06T20:50:31.863Z Downloaded serde_tokenstream v0.2.0
8482023-11-06T20:50:31.870Z Downloaded curve25519-dalek-derive v0.1.0
8492023-11-06T20:50:31.878Z Downloaded foreign-types v0.3.2
8502023-11-06T20:50:31.884Z Downloaded thread_local v1.1.7
8512023-11-06T20:50:31.897Z Downloaded trust-dns-client v0.22.0
8522023-11-06T20:50:31.905Z Downloaded endian-type v0.1.2
8532023-11-06T20:50:31.917Z Downloaded secrecy v0.8.0
8542023-11-06T20:50:31.933Z Downloaded num-bigint v0.4.4
8552023-11-06T20:50:31.946Z Downloaded which v4.4.0
8562023-11-06T20:50:31.953Z Downloaded salty v0.2.0
8572023-11-06T20:50:31.961Z Downloaded dtrace-parser v0.1.14
8582023-11-06T20:50:31.965Z Downloaded synstructure v0.12.6
8592023-11-06T20:50:31.970Z Downloaded slog-envlogger v2.2.0
8602023-11-06T20:50:31.973Z Downloaded peeking_take_while v0.1.2
8612023-11-06T20:50:31.977Z Downloaded fxhash v0.2.1
8622023-11-06T20:50:31.981Z Downloaded path-slash v0.1.5
8632023-11-06T20:50:31.985Z Downloaded pest_derive v2.7.2
8642023-11-06T20:50:31.988Z Downloaded try-lock v0.2.4
8652023-11-06T20:50:31.992Z Downloaded num_threads v0.1.6
8662023-11-06T20:50:31.995Z Downloaded terminal_size v0.2.6
8672023-11-06T20:50:31.998Z Downloaded signature v1.6.4
8682023-11-06T20:50:32.002Z Downloaded parking_lot v0.12.1
8692023-11-06T20:50:32.005Z Downloaded num_enum v0.7.0
8702023-11-06T20:50:32.009Z Downloaded diesel_table_macro_syntax v0.1.0
8712023-11-06T20:50:32.012Z Downloaded nodrop v0.1.14
8722023-11-06T20:50:32.015Z Downloaded serde_urlencoded v0.7.1
8732023-11-06T20:50:32.019Z Downloaded ena v0.14.2
8742023-11-06T20:50:32.023Z Downloaded parse-display-derive v0.7.0
8752023-11-06T20:50:32.026Z Downloaded unicode-linebreak v0.1.5
8762023-11-06T20:50:32.030Z Downloaded pkcs1 v0.7.5
8772023-11-06T20:50:32.036Z Downloaded vec_map v0.8.2
8782023-11-06T20:50:32.042Z Downloaded paste v1.0.14
8792023-11-06T20:50:32.047Z Downloaded libxml v0.3.3
8802023-11-06T20:50:32.052Z Downloaded newtype_derive v0.1.6
8812023-11-06T20:50:32.057Z Downloaded crc-catalog v2.2.0
8822023-11-06T20:50:32.067Z Downloaded fnv v1.0.7
8832023-11-06T20:50:32.073Z Downloaded cpufeatures v0.2.9
8842023-11-06T20:50:32.081Z Downloaded darling_core v0.14.4
8852023-11-06T20:50:32.095Z Downloaded number_prefix v0.4.0
8862023-11-06T20:50:32.103Z Downloaded path-absolutize v3.1.0
8872023-11-06T20:50:32.116Z Downloaded oso-derive v0.27.0
8882023-11-06T20:50:32.126Z Downloaded flagset v0.4.3
8892023-11-06T20:50:32.135Z Downloaded fixedbitset v0.4.2
8902023-11-06T20:50:32.144Z Downloaded steno v0.4.0
8912023-11-06T20:50:32.150Z Downloaded remove_dir_all v0.5.3
8922023-11-06T20:50:32.155Z Downloaded tower-service v0.3.2
8932023-11-06T20:50:32.158Z Downloaded percent-encoding v2.3.0
8942023-11-06T20:50:32.163Z Downloaded equivalent v1.0.1
8952023-11-06T20:50:32.168Z Downloaded crc-any v2.4.3
8962023-11-06T20:50:32.172Z Downloaded filetime v0.2.22
8972023-11-06T20:50:32.176Z Downloaded openssl-macros v0.1.1
8982023-11-06T20:50:32.179Z Downloaded dirs-next v2.0.0
8992023-11-06T20:50:32.184Z Downloaded shlex v1.1.0
9002023-11-06T20:50:32.188Z Downloaded toolchain_find v0.2.0
9012023-11-06T20:50:32.191Z Downloaded packed_struct_codegen v0.10.1
9022023-11-06T20:50:32.195Z Downloaded foreign-types-shared v0.1.1
9032023-11-06T20:50:32.199Z Downloaded darling_macro v0.20.3
9042023-11-06T20:50:32.203Z Downloaded erased-serde v0.3.30
9052023-11-06T20:50:32.207Z Downloaded slab v0.4.9
9062023-11-06T20:50:32.211Z Downloaded vergen v8.2.4
9072023-11-06T20:50:32.230Z Downloaded sha1 v0.10.5
9082023-11-06T20:50:32.237Z Downloaded toml_edit v0.19.15
9092023-11-06T20:50:32.249Z Downloaded zone v0.2.0
9102023-11-06T20:50:32.258Z Downloaded crossbeam v0.8.2
9112023-11-06T20:50:32.270Z Downloaded cargo-platform v0.1.3
9122023-11-06T20:50:32.279Z Downloaded plotters-svg v0.3.5
9132023-11-06T20:50:32.288Z Downloaded rusty-fork v0.3.0
9142023-11-06T20:50:32.311Z Downloaded rand v0.8.5
9152023-11-06T20:50:32.319Z Downloaded parse-display v0.7.0
9162023-11-06T20:50:32.326Z Downloaded diesel_derives v2.1.1
9172023-11-06T20:50:32.331Z Downloaded proc-macro-error-attr v1.0.4
9182023-11-06T20:50:32.334Z Downloaded parking_lot_core v0.9.8
9192023-11-06T20:50:32.338Z Downloaded tokio-tungstenite v0.20.1
9202023-11-06T20:50:32.342Z Downloaded phf v0.11.2
9212023-11-06T20:50:32.352Z Downloaded plotters-backend v0.3.5
9222023-11-06T20:50:32.364Z Downloaded zerocopy v0.6.4
9232023-11-06T20:50:32.375Z Downloaded unicode-segmentation v1.10.1
9242023-11-06T20:50:32.383Z Downloaded tinyvec_macros v0.1.1
9252023-11-06T20:50:32.396Z Downloaded num-iter v0.1.43
9262023-11-06T20:50:32.406Z Downloaded num-integer v0.1.45
9272023-11-06T20:50:32.416Z Downloaded rayon-core v1.12.0
9282023-11-06T20:50:32.427Z Downloaded omicron-zone-package v0.8.3
9292023-11-06T20:50:32.440Z Downloaded rustls-native-certs v0.6.3
9302023-11-06T20:50:32.453Z Downloaded tokio-postgres v0.7.10
9312023-11-06T20:50:32.465Z Downloaded crossbeam-utils v0.8.16
9322023-11-06T20:50:32.474Z Downloaded phf_shared v0.11.2
9332023-11-06T20:50:32.486Z Downloaded structmeta-derive v0.2.0
9342023-11-06T20:50:32.495Z Downloaded textwrap v0.11.0
9352023-11-06T20:50:32.503Z Downloaded pem-rfc7468 v0.7.0
9362023-11-06T20:50:32.511Z Downloaded reedline v0.23.0
9372023-11-06T20:50:32.516Z Downloaded serde_with_macros v2.3.3
9382023-11-06T20:50:32.522Z Downloaded toml v0.7.8
9392023-11-06T20:50:32.527Z Downloaded socket2 v0.5.4
9402023-11-06T20:50:32.534Z Downloaded derive_more v0.99.17
9412023-11-06T20:50:32.545Z Downloaded num-traits v0.2.16
9422023-11-06T20:50:32.560Z Downloaded structopt-derive v0.4.18
9432023-11-06T20:50:32.574Z Downloaded elliptic-curve v0.13.5
9442023-11-06T20:50:32.585Z Downloaded memchr v2.6.3
9452023-11-06T20:50:32.596Z Downloaded serde_yaml v0.9.25
9462023-11-06T20:50:32.605Z Downloaded portable-atomic v1.4.3
9472023-11-06T20:50:32.609Z Downloaded uuid v1.4.1
9482023-11-06T20:50:32.621Z Downloaded crossterm v0.26.1
9492023-11-06T20:50:33.048Z Downloaded flume v0.11.0
9502023-11-06T20:50:33.051Z Downloaded idna v0.4.0
9512023-11-06T20:50:33.055Z Downloaded tracing v0.1.37
9522023-11-06T20:50:33.068Z Downloaded url v2.4.1
9532023-11-06T20:50:33.073Z Downloaded criterion v0.5.1
9542023-11-06T20:50:33.077Z Downloaded serde_json v1.0.108
9552023-11-06T20:50:33.080Z Downloaded lalrpop v0.19.12
9562023-11-06T20:50:33.084Z Downloaded crossterm v0.27.0
9572023-11-06T20:50:33.088Z Downloaded futures-util v0.3.29
9582023-11-06T20:50:33.091Z Downloaded unicode-normalization v0.1.22
9592023-11-06T20:50:33.095Z Downloaded regex v1.10.2
9602023-11-06T20:50:33.098Z Downloaded bstr v0.2.17
9612023-11-06T20:50:33.101Z Downloaded regex-syntax v0.7.5
9622023-11-06T20:50:33.106Z Downloaded polar-core v0.27.0
9632023-11-06T20:50:33.109Z Downloaded syn v1.0.109
9642023-11-06T20:50:33.113Z Downloaded webpki-roots v0.25.2
9652023-11-06T20:50:33.116Z Downloaded openssl v0.10.57
9662023-11-06T20:50:33.128Z Downloaded proptest v1.3.1
9672023-11-06T20:50:33.542Z Downloaded object v0.30.4
9682023-11-06T20:50:33.550Z Downloaded vcpkg v0.2.15
9692023-11-06T20:50:33.569Z Downloaded regex-syntax v0.8.2
9702023-11-06T20:50:33.580Z Downloaded object v0.32.1
9712023-11-06T20:50:33.999Z Downloaded openapiv3 v1.0.3
9722023-11-06T20:50:34.010Z Downloaded diesel v2.1.3
9732023-11-06T20:50:34.020Z Downloaded curve25519-dalek v4.1.0
9742023-11-06T20:50:34.034Z Downloaded sled v0.34.7
9752023-11-06T20:50:34.040Z Downloaded zerocopy-derive v0.6.4
9762023-11-06T20:50:34.044Z Downloaded regex-automata v0.4.3
9772023-11-06T20:50:34.048Z Downloaded zerocopy-derive v0.2.0
9782023-11-06T20:50:34.052Z Downloaded tokio v1.33.0
9792023-11-06T20:50:34.057Z Downloaded sha3 v0.10.8
9802023-11-06T20:50:34.060Z Downloaded libc v0.2.149
9812023-11-06T20:50:34.063Z Downloaded regex-automata v0.3.8
9822023-11-06T20:50:34.066Z Downloaded bzip2-sys v0.1.11+1.0.8
9832023-11-06T20:50:34.068Z Downloaded encoding_rs v0.8.33
9842023-11-06T20:50:34.071Z Downloaded nix v0.26.2
9852023-11-06T20:50:34.074Z Downloaded rustix v0.38.9
9862023-11-06T20:50:34.079Z Downloaded rustix v0.37.23
9872023-11-06T20:50:34.098Z Downloaded smoltcp v0.8.2
9882023-11-06T20:50:34.101Z Downloaded syn v2.0.32
9892023-11-06T20:50:34.110Z Downloaded bstr v1.6.0
9902023-11-06T20:50:34.117Z Downloaded regress v0.7.1
9912023-11-06T20:50:34.120Z Downloaded smoltcp v0.9.1
9922023-11-06T20:50:34.123Z Downloaded libgit2-sys v0.15.2+1.6.4
9932023-11-06T20:50:34.131Z Downloaded trust-dns-proto v0.22.0
9942023-11-06T20:50:34.134Z Downloaded git2 v0.17.2
9952023-11-06T20:50:34.137Z Downloaded ring v0.17.5
9962023-11-06T20:50:34.140Z Downloaded nom v7.1.3
9972023-11-06T20:50:34.143Z Downloaded rayon v1.8.0
9982023-11-06T20:50:34.145Z Downloaded gimli v0.28.0
9992023-11-06T20:50:34.148Z Downloaded regex-syntax v0.6.29
10002023-11-06T20:50:34.153Z Downloaded num-bigint-dig v0.8.4
10012023-11-06T20:50:34.165Z Downloaded pest v2.7.2
10022023-11-06T20:50:34.171Z Downloaded petgraph v0.6.4
10032023-11-06T20:50:34.177Z Downloaded serde v1.0.188
10042023-11-06T20:50:34.183Z Downloaded tokio-util v0.7.10
10052023-11-06T20:50:34.190Z Downloaded winnow v0.5.15
10062023-11-06T20:50:34.197Z Downloaded plotters v0.3.5
10072023-11-06T20:50:34.205Z Downloaded quick-xml v0.23.1
10082023-11-06T20:50:34.213Z Downloaded idna v0.2.3
10092023-11-06T20:50:34.221Z Downloaded rustls v0.21.8
10102023-11-06T20:50:34.231Z Downloaded radix_trie v0.2.1
10112023-11-06T20:50:34.241Z Downloaded hkdf v0.12.3
10122023-11-06T20:50:34.248Z Downloaded crossbeam-channel v0.5.8
10132023-11-06T20:50:34.255Z Downloaded tabled v0.14.0
10142023-11-06T20:50:34.260Z Downloaded bitvec v1.0.1
10152023-11-06T20:50:34.279Z Downloaded libz-sys v1.1.12
10162023-11-06T20:50:34.284Z Downloaded ratatui v0.23.0
10172023-11-06T20:50:34.287Z Downloaded pin-project v1.1.3
10182023-11-06T20:50:34.303Z Downloaded bindgen v0.65.1
10192023-11-06T20:50:34.308Z Downloaded snafu v0.7.5
10202023-11-06T20:50:34.311Z Downloaded x509-cert v0.2.4
10212023-11-06T20:50:34.314Z Downloaded aho-corasick v1.0.4
10222023-11-06T20:50:34.317Z Downloaded chrono v0.4.31
10232023-11-06T20:50:34.320Z Downloaded same-file v1.0.6
10242023-11-06T20:50:34.323Z Downloaded strum_macros v0.25.2
10252023-11-06T20:50:34.325Z Downloaded tokio-stream v0.1.14
10262023-11-06T20:50:34.328Z Downloaded vsss-rs v3.3.1
10272023-11-06T20:50:34.331Z Downloaded regex-automata v0.1.10
10282023-11-06T20:50:34.334Z Downloaded tar v0.4.40
10292023-11-06T20:50:34.337Z Downloaded serde_with v2.3.3
10302023-11-06T20:50:34.340Z Downloaded time v0.3.27
10312023-11-06T20:50:34.343Z Downloaded hyper v0.14.27
10322023-11-06T20:50:34.346Z Downloaded openssl-sys v0.9.93
10332023-11-06T20:50:34.354Z Downloaded zip v0.6.6
10342023-11-06T20:50:34.363Z Downloaded rusqlite v0.29.0
10352023-11-06T20:50:34.369Z Downloaded aes v0.8.3
10362023-11-06T20:50:34.372Z Downloaded clap v2.34.0
10372023-11-06T20:50:34.375Z Downloaded proc-macro-error v1.0.4
10382023-11-06T20:50:34.378Z Downloaded toml v0.8.6
10392023-11-06T20:50:34.382Z Downloaded libsqlite3-sys v0.26.0
10402023-11-06T20:50:34.390Z Downloaded ring v0.16.20
10412023-11-06T20:50:34.396Z Downloaded packed_struct v0.10.1
10422023-11-06T20:50:34.416Z Downloaded tokio-tungstenite v0.18.0
10432023-11-06T20:50:34.861Z Downloaded spin v0.5.2
10442023-11-06T20:50:34.868Z Downloaded pest_generator v2.7.2
10452023-11-06T20:50:34.874Z Downloaded num_enum_derive v0.7.0
10462023-11-06T20:50:34.876Z Downloaded foreign-types-macros v0.2.3
10472023-11-06T20:50:34.879Z Downloaded tracing-attributes v0.1.26
10482023-11-06T20:50:34.883Z Downloaded yansi v0.5.1
10492023-11-06T20:50:34.885Z Downloaded serde_spanned v0.6.4
10502023-11-06T20:50:34.888Z Downloaded shell-words v1.1.0
10512023-11-06T20:50:34.891Z Downloaded diff v0.1.13
10522023-11-06T20:50:34.894Z Downloaded papergrid v0.10.0
10532023-11-06T20:50:34.896Z Downloaded tough v0.12.5
10542023-11-06T20:50:34.899Z Downloaded oorandom v11.1.3
10552023-11-06T20:50:34.902Z Downloaded platforms v3.0.2
10562023-11-06T20:50:34.905Z Downloaded thiserror-no-std v2.0.2
10572023-11-06T20:50:34.908Z Downloaded toml_datetime v0.6.5
10582023-11-06T20:50:34.911Z Downloaded clap_builder v4.4.2
10592023-11-06T20:50:34.914Z Downloaded rustc_version v0.4.0
10602023-11-06T20:50:34.916Z Downloaded termios v0.3.3
10612023-11-06T20:50:34.919Z Downloaded unicode-bidi v0.3.13
10622023-11-06T20:50:34.923Z Downloaded expectorate v1.1.0
10632023-11-06T20:50:34.930Z Downloaded derive_builder_macro v0.12.0
10642023-11-06T20:50:34.935Z Downloaded crunchy v0.2.2
10652023-11-06T20:50:34.946Z Downloaded untrusted v0.7.1
10662023-11-06T20:50:34.957Z Downloaded fallible-iterator v0.2.0
10672023-11-06T20:50:34.969Z Downloaded untrusted v0.9.0
10682023-11-06T20:50:34.979Z Downloaded futures v0.3.29
10692023-11-06T20:50:34.998Z Downloaded rustls-webpki v0.101.7
10702023-11-06T20:50:35.005Z Downloaded float-cmp v0.9.0
10712023-11-06T20:50:35.013Z Downloaded partial-io v0.5.4
10722023-11-06T20:50:35.022Z Downloaded relative-path v1.9.0
10732023-11-06T20:50:35.027Z Downloaded walkdir v2.4.0
10742023-11-06T20:50:35.031Z Downloaded unsafe-libyaml v0.2.9
10752023-11-06T20:50:35.034Z Downloaded tungstenite v0.18.0
10762023-11-06T20:50:35.037Z Downloaded rand v0.4.6
10772023-11-06T20:50:35.041Z Downloaded h2 v0.3.21
10782023-11-06T20:50:35.045Z Downloaded itertools v0.11.0
10792023-11-06T20:50:35.049Z Downloaded ucd-trie v0.1.6
10802023-11-06T20:50:35.054Z Downloaded tungstenite v0.20.1
10812023-11-06T20:50:35.057Z Downloaded env_logger v0.10.0
10822023-11-06T20:50:35.061Z Downloaded crossbeam-deque v0.8.3
10832023-11-06T20:50:35.064Z Downloaded futures-core v0.3.29
10842023-11-06T20:50:35.067Z Downloaded hashbrown v0.14.2
10852023-11-06T20:50:35.070Z Downloaded parse-display-derive v0.8.2
10862023-11-06T20:50:35.073Z Downloaded futures-channel v0.3.29
10872023-11-06T20:50:35.075Z Downloaded form_urlencoded v1.2.0
10882023-11-06T20:50:35.078Z Downloaded predicates-core v1.0.6
10892023-11-06T20:50:35.080Z Downloaded errno v0.3.2
10902023-11-06T20:50:35.083Z Downloaded predicates v3.0.4
10912023-11-06T20:50:35.086Z Downloaded usdt-impl v0.3.5
10922023-11-06T20:50:35.089Z Downloaded similar v2.2.1
10932023-11-06T20:50:35.092Z Downloaded password-hash v0.5.0
10942023-11-06T20:50:35.095Z Downloaded poly1305 v0.8.0
10952023-11-06T20:50:35.098Z Downloaded pin-project-internal v1.1.3
10962023-11-06T20:50:35.100Z Downloaded precomputed-hash v0.1.1
10972023-11-06T20:50:35.103Z Downloaded pkg-config v0.3.27
10982023-11-06T20:50:35.106Z Downloaded either v1.9.0
10992023-11-06T20:50:35.109Z Downloaded ed25519 v1.5.3
11002023-11-06T20:50:35.112Z Downloaded dyn-clone v1.0.13
11012023-11-06T20:50:35.115Z Downloaded proc-macro-crate v1.3.1
11022023-11-06T20:50:35.127Z Downloaded num_enum v0.5.11
11032023-11-06T20:50:35.130Z Downloaded zerocopy v0.3.0
11042023-11-06T20:50:35.133Z Downloaded fragile v2.0.0
11052023-11-06T20:50:35.135Z Downloaded textwrap v0.16.0
11062023-11-06T20:50:35.138Z Downloaded toml_edit v0.20.7
11072023-11-06T20:50:35.141Z Downloaded thread-id v4.2.0
11082023-11-06T20:50:35.144Z Downloaded num_enum_derive v0.5.11
11092023-11-06T20:50:35.147Z Downloaded crossbeam-epoch v0.9.15
11102023-11-06T20:50:35.150Z Downloaded zeroize v1.6.0
11112023-11-06T20:50:35.152Z Downloaded fd-lock v3.0.13
11122023-11-06T20:50:35.155Z Downloaded crc32fast v1.3.2
11132023-11-06T20:50:35.158Z Downloaded parking_lot v0.11.2
11142023-11-06T20:50:35.161Z Downloaded tempdir v0.3.7
11152023-11-06T20:50:35.165Z Downloaded crypto-bigint v0.5.2
11162023-11-06T20:50:35.168Z Downloaded env_logger v0.9.3
11172023-11-06T20:50:35.170Z Downloaded strum_macros v0.24.3
11182023-11-06T20:50:35.173Z Downloaded corncobs v0.1.3
11192023-11-06T20:50:35.176Z Downloaded serde_derive v1.0.188
11202023-11-06T20:50:35.179Z Downloaded der v0.7.8
11212023-11-06T20:50:35.181Z Downloaded slog-scope v4.4.0
11222023-11-06T20:50:35.184Z Downloaded yasna v0.5.2
11232023-11-06T20:50:35.187Z Downloaded reqwest v0.11.20
11242023-11-06T20:50:35.191Z Downloaded itertools v0.10.5
11252023-11-06T20:50:35.194Z Downloaded utf-8 v0.7.6
11262023-11-06T20:50:35.197Z Downloaded utf8parse v0.2.1
11272023-11-06T20:50:35.200Z Downloaded signal-hook-tokio v0.3.1
11282023-11-06T20:50:35.203Z Downloaded darling v0.14.4
11292023-11-06T20:50:35.205Z Downloaded serde_arrays v0.1.0
11302023-11-06T20:50:35.208Z Downloaded rcgen v0.11.3
11312023-11-06T20:50:35.214Z Downloaded tracing-core v0.1.31
11322023-11-06T20:50:35.218Z Downloaded pretty_assertions v1.4.0
11332023-11-06T20:50:35.224Z Downloaded flate2 v1.0.28
11342023-11-06T20:50:35.237Z Downloaded libm v0.2.7
11352023-11-06T20:50:35.257Z Downloaded subtle v2.5.0
11362023-11-06T20:50:35.272Z Downloaded tokio-macros v2.1.0
11372023-11-06T20:50:35.284Z Downloaded pest_meta v2.7.2
11382023-11-06T20:50:35.699Z Downloaded typenum v1.16.0
11392023-11-06T20:50:35.703Z Downloaded derive_builder v0.12.0
11402023-11-06T20:50:35.714Z Downloaded signal-hook v0.3.17
11412023-11-06T20:50:35.726Z Downloaded rsa v0.9.2
11422023-11-06T20:50:35.736Z Downloaded olpc-cjson v0.1.3
11432023-11-06T20:50:35.740Z Downloaded dirs-sys-next v0.1.2
11442023-11-06T20:50:35.743Z Downloaded ron v0.7.1
11452023-11-06T20:50:35.747Z Downloaded ron v0.8.1
11462023-11-06T20:50:35.750Z Downloaded slog-bunyan v2.4.0
11472023-11-06T20:50:35.753Z Downloaded pem v1.1.1
11482023-11-06T20:50:35.757Z Downloaded pem v3.0.2
11492023-11-06T20:50:35.761Z Downloaded pkcs8 v0.10.2
11502023-11-06T20:50:35.764Z Downloaded pin-project-lite v0.2.13
11512023-11-06T20:50:35.767Z Downloaded test-strategy v0.3.1
11522023-11-06T20:50:35.770Z Downloaded ryu v1.0.15
11532023-11-06T20:50:35.773Z Downloaded display-error-chain v0.2.0
11542023-11-06T20:50:35.776Z Downloaded zone_cfg_derive v0.2.0
11552023-11-06T20:50:35.782Z Downloaded digest v0.10.7
11562023-11-06T20:50:35.794Z Downloaded siphasher v0.3.11
11572023-11-06T20:50:35.804Z Downloaded similar-asserts v1.5.0
11582023-11-06T20:50:35.818Z Downloaded unarray v0.1.4
11592023-11-06T20:50:36.239Z Downloaded sha2 v0.10.8
11602023-11-06T20:50:36.246Z Downloaded foreign-types-shared v0.3.1
11612023-11-06T20:50:36.270Z Downloaded tap v1.0.1
11622023-11-06T20:50:36.290Z Downloaded crc v3.0.1
11632023-11-06T20:50:36.300Z Downloaded zeroize_derive v1.4.2
11642023-11-06T20:50:36.316Z Downloaded funty v2.0.0
11652023-11-06T20:50:36.325Z Downloaded fs-err v2.9.0
11662023-11-06T20:50:36.330Z Downloaded tinytemplate v1.2.1
11672023-11-06T20:50:36.334Z Downloaded enum-as-inner v0.5.1
11682023-11-06T20:50:36.338Z Downloaded oso v0.27.0
11692023-11-06T20:50:36.342Z Downloaded trust-dns-resolver v0.22.0
11702023-11-06T20:50:36.346Z Downloaded trust-dns-server v0.22.1
11712023-11-06T20:50:36.350Z Downloaded num-rational v0.4.1
11722023-11-06T20:50:36.357Z Downloaded postcard v0.7.3
11732023-11-06T20:50:36.362Z Downloaded derive-where v1.2.5
11742023-11-06T20:50:36.367Z Downloaded darling_core v0.20.3
11752023-11-06T20:50:36.370Z Downloaded serde_tokenstream v0.1.7
11762023-11-06T20:50:36.373Z Downloaded ppv-lite86 v0.2.17
11772023-11-06T20:50:36.376Z Downloaded whoami v1.4.1
11782023-11-06T20:50:36.380Z Downloaded proc-macro2 v1.0.67
11792023-11-06T20:50:36.383Z Downloaded parking_lot_core v0.8.6
11802023-11-06T20:50:36.387Z Downloaded structopt v0.3.26
11812023-11-06T20:50:36.389Z Downloaded serde_derive_internals v0.26.0
11822023-11-06T20:50:36.392Z Downloaded nu-ansi-term v0.49.0
11832023-11-06T20:50:36.395Z Downloaded prettyplease v0.2.12
11842023-11-06T20:50:36.398Z Downloaded futures-sink v0.3.29
11852023-11-06T20:50:36.401Z Downloaded rand_core v0.6.4
11862023-11-06T20:50:36.404Z Downloaded twox-hash v1.6.3
11872023-11-06T20:50:36.406Z Downloaded scopeguard v1.2.0
11882023-11-06T20:50:36.409Z Downloaded base64 v0.21.5
11892023-11-06T20:50:36.412Z Downloaded rustc-demangle v0.1.23
11902023-11-06T20:50:36.415Z Downloaded fallible-streaming-iterator v0.1.9
11912023-11-06T20:50:36.418Z Downloaded r2d2 v0.8.10
11922023-11-06T20:50:36.421Z Downloaded postcard-cobs v0.1.5-pre
11932023-11-06T20:50:36.424Z Downloaded signature v2.1.0
11942023-11-06T20:50:36.426Z Downloaded semver v1.0.20
11952023-11-06T20:50:36.429Z Downloaded sct v0.7.0
11962023-11-06T20:50:36.432Z Downloaded pretty-hex v0.3.0
11972023-11-06T20:50:36.435Z Downloaded num-derive v0.4.0
11982023-11-06T20:50:36.438Z Downloaded tinyvec v1.6.0
11992023-11-06T20:50:36.441Z Downloaded postgres-protocol v0.6.6
12002023-11-06T20:50:36.444Z Downloaded deranged v0.3.8
12012023-11-06T20:50:36.447Z Downloaded chacha20poly1305 v0.10.1
12022023-11-06T20:50:36.450Z Downloaded rustc_version v0.1.7
12032023-11-06T20:50:36.454Z Downloaded criterion-plot v0.5.0
12042023-11-06T20:50:36.457Z Downloaded num_cpus v1.16.0
12052023-11-06T20:50:36.460Z Downloaded num-complex v0.4.4
12062023-11-06T20:50:36.463Z Downloaded once_cell v1.18.0
12072023-11-06T20:50:36.466Z Downloaded strum v0.25.0
12082023-11-06T20:50:36.469Z Downloaded tabled_derive v0.6.0
12092023-11-06T20:50:36.472Z Downloaded thiserror v1.0.49
12102023-11-06T20:50:36.475Z Downloaded rust-argon2 v1.0.1
12112023-11-06T20:50:36.478Z Downloaded usdt v0.3.5
12122023-11-06T20:50:36.480Z Downloaded unicode-ident v1.0.12
12132023-11-06T20:50:36.483Z Downloaded indicatif v0.17.7
12142023-11-06T20:50:36.486Z Downloaded postgres-types v0.2.6
12152023-11-06T20:50:36.489Z Downloaded derive_builder_core v0.12.0
12162023-11-06T20:50:36.492Z Downloaded quote v1.0.33
12172023-11-06T20:50:36.495Z Downloaded tokio-rustls v0.24.1
12182023-11-06T20:50:36.498Z Downloaded semver-parser v0.10.2
12192023-11-06T20:50:36.501Z Downloaded owo-colors v3.5.0
12202023-11-06T20:50:36.504Z Downloaded trybuild v1.0.85
12212023-11-06T20:50:36.507Z Downloaded thiserror-impl-no-std v2.0.2
12222023-11-06T20:50:36.509Z Downloaded usdt-macro v0.3.5
12232023-11-06T20:50:36.512Z Downloaded pretty-hex v0.2.1
12242023-11-06T20:50:36.515Z Downloaded der_derive v0.7.2
12252023-11-06T20:50:36.519Z Downloaded debug-ignore v1.0.5
12262023-11-06T20:50:36.521Z Downloaded socket2 v0.4.9
12272023-11-06T20:50:36.525Z Downloaded indexmap v2.1.0
12282023-11-06T20:50:36.531Z Downloaded hashbrown v0.13.2
12292023-11-06T20:50:36.535Z Downloaded slog-term v2.9.0
12302023-11-06T20:50:36.537Z Downloaded allocator-api2 v0.2.16
12312023-11-06T20:50:36.541Z Downloaded arc-swap v1.6.0
12322023-11-06T20:50:36.544Z Downloaded universal-hash v0.5.1
12332023-11-06T20:50:36.546Z Downloaded subprocess v0.2.9
12342023-11-06T20:50:36.549Z Downloaded dashmap v5.5.1
12352023-11-06T20:50:36.552Z Downloaded headers v0.3.9
12362023-11-06T20:50:36.555Z Downloaded base64 v0.13.1
12372023-11-06T20:50:36.558Z Downloaded schemars v0.8.13
12382023-11-06T20:50:36.561Z Downloaded const_format v0.2.31
12392023-11-06T20:50:36.565Z Downloaded ringbuffer v0.15.0
12402023-11-06T20:50:36.575Z Downloaded rand_chacha v0.3.1
12412023-11-06T20:50:36.586Z Downloaded snafu-derive v0.7.5
12422023-11-06T20:50:36.593Z Downloaded half v1.8.2
12432023-11-06T20:50:36.602Z Downloaded threadpool v1.8.1
12442023-11-06T20:50:37.024Z Downloaded datatest-stable v0.2.3
12452023-11-06T20:50:37.041Z Downloaded term v0.7.0
12462023-11-06T20:50:37.049Z Downloaded smawk v0.3.1
12472023-11-06T20:50:37.056Z Downloaded smallvec v1.11.0
12482023-11-06T20:50:37.061Z Downloaded time-macros v0.2.13
12492023-11-06T20:50:37.075Z Downloaded rustls-pemfile v1.0.3
12502023-11-06T20:50:37.102Z Downloaded tokio-native-tls v0.3.1
12512023-11-06T20:50:37.521Z Downloaded addr2line v0.21.0
12522023-11-06T20:50:37.532Z Downloaded vte v0.11.1
12532023-11-06T20:50:37.543Z Downloaded mio v0.8.8
12542023-11-06T20:50:37.555Z Downloaded minimal-lexical v0.2.1
12552023-11-06T20:50:37.564Z Downloaded termcolor v1.2.0
12562023-11-06T20:50:37.570Z Downloaded stable_deref_trait v1.2.0
12572023-11-06T20:50:37.574Z Downloaded spin v0.9.8
12582023-11-06T20:50:37.579Z Downloaded globset v0.4.13
12592023-11-06T20:50:37.591Z Downloaded anyhow v1.0.75
12602023-11-06T20:50:37.601Z Downloaded serde_path_to_error v0.1.14
12612023-11-06T20:50:37.610Z Downloaded topological-sort v0.2.2
12622023-11-06T20:50:37.620Z Downloaded heapless v0.7.16
12632023-11-06T20:50:37.627Z Downloaded cc v1.0.83
12642023-11-06T20:50:37.640Z Downloaded doc-comment v0.3.3
12652023-11-06T20:50:37.650Z Downloaded dof v0.1.5
12662023-11-06T20:50:38.060Z Downloaded darling v0.20.3
12672023-11-06T20:50:38.064Z Downloaded cstr-argument v0.1.2
12682023-11-06T20:50:38.067Z Downloaded log v0.4.20
12692023-11-06T20:50:38.071Z Downloaded smallvec v0.6.14
12702023-11-06T20:50:38.080Z Downloaded predicates v2.1.5
12712023-11-06T20:50:38.088Z Downloaded futures-executor v0.3.29
12722023-11-06T20:50:38.096Z Downloaded ctr v0.9.2
12732023-11-06T20:50:38.112Z Downloaded version_check v0.9.4
12742023-11-06T20:50:38.123Z Downloaded string_cache v0.8.7
12752023-11-06T20:50:38.129Z Downloaded slog-stdlog v4.1.1
12762023-11-06T20:50:38.138Z Downloaded slog-dtrace v0.2.3
12772023-11-06T20:50:38.146Z Downloaded assert_cmd v2.0.12
12782023-11-06T20:50:38.155Z Downloaded indoc v2.0.3
12792023-11-06T20:50:38.178Z Downloaded basic-toml v0.1.4
12802023-11-06T20:50:38.193Z Downloaded spki v0.7.2
12812023-11-06T20:50:38.211Z Downloaded signal-hook-registry v1.4.1
12822023-11-06T20:50:38.639Z Downloaded rstest_macros v0.18.2
12832023-11-06T20:50:38.644Z Downloaded const-oid v0.9.5
12842023-11-06T20:50:38.647Z Downloaded bzip2 v0.4.4
12852023-11-06T20:50:38.653Z Downloaded static_assertions v1.1.0
12862023-11-06T20:50:38.656Z Downloaded slog-json v2.6.1
12872023-11-06T20:50:38.659Z Downloaded libtest-mimic v0.6.1
12882023-11-06T20:50:38.663Z Downloaded getrandom v0.2.10
12892023-11-06T20:50:38.666Z Downloaded blake2b_simd v1.0.1
12902023-11-06T20:50:38.670Z Downloaded bincode v1.3.3
12912023-11-06T20:50:38.677Z Downloaded autocfg v1.1.0
12922023-11-06T20:50:38.687Z Downloaded ascii-canvas v3.0.0
12932023-11-06T20:50:38.699Z Downloaded cargo_toml v0.16.3
12942023-11-06T20:50:38.706Z Downloaded anstyle-parse v0.2.1
12952023-11-06T20:50:38.721Z Downloaded num v0.4.1
12962023-11-06T20:50:38.731Z Downloaded difflib v0.4.0
12972023-11-06T20:50:38.740Z Downloaded semver v0.11.0
12982023-11-06T20:50:38.746Z Downloaded semver v0.1.20
12992023-11-06T20:50:38.751Z Downloaded bytesize v1.3.0
13002023-11-06T20:50:38.755Z Downloaded maybe-uninit v2.0.0
13012023-11-06T20:50:38.759Z Downloaded structmeta v0.2.0
13022023-11-06T20:50:38.762Z Downloaded strsim v0.10.0
13032023-11-06T20:50:38.768Z Downloaded signal-hook-mio v0.2.3
13042023-11-06T20:50:38.776Z Downloaded base64ct v1.6.0
13052023-11-06T20:50:38.793Z Downloaded phf_shared v0.10.0
13062023-11-06T20:50:38.799Z Downloaded opaque-debug v0.3.0
13072023-11-06T20:50:38.805Z Downloaded io-lifetimes v1.0.11
13082023-11-06T20:50:38.809Z Downloaded buf-list v1.0.3
13092023-11-06T20:50:38.814Z Downloaded ahash v0.8.3
13102023-11-06T20:50:38.821Z Downloaded miniz_oxide v0.7.1
13112023-11-06T20:50:38.826Z Downloaded console v0.15.7
13122023-11-06T20:50:38.835Z Downloaded strip-ansi-escapes v0.2.0
13132023-11-06T20:50:38.839Z Downloaded jobserver v0.1.26
13142023-11-06T20:50:38.843Z Downloaded itoa v1.0.9
13152023-11-06T20:50:38.851Z Downloaded iana-time-zone v0.1.57
13162023-11-06T20:50:38.858Z Downloaded hyper-tls v0.5.0
13172023-11-06T20:50:38.867Z Downloaded hostname v0.3.1
13182023-11-06T20:50:38.881Z Downloaded hash32 v0.2.1
13192023-11-06T20:50:38.887Z Downloaded clang-sys v1.6.1
13202023-11-06T20:50:38.890Z Downloaded lalrpop-util v0.19.12
13212023-11-06T20:50:38.894Z Downloaded ipnetwork v0.20.0
13222023-11-06T20:50:38.905Z Downloaded hyper-staticfile v0.9.5
13232023-11-06T20:50:38.915Z Downloaded hex v0.4.3
13242023-11-06T20:50:38.926Z Downloaded lru-cache v0.1.2
13252023-11-06T20:50:38.943Z Downloaded linear-map v1.2.0
13262023-11-06T20:50:38.962Z Downloaded lazycell v1.3.0
13272023-11-06T20:50:38.968Z Downloaded is-terminal v0.4.9
13282023-11-06T20:50:38.977Z Downloaded array-init v0.0.4
13292023-11-06T20:50:38.985Z Downloaded group v0.13.0
13302023-11-06T20:50:38.994Z Downloaded cexpr v0.6.0
13312023-11-06T20:50:39.001Z Downloaded block-padding v0.3.3
13322023-11-06T20:50:39.009Z Downloaded block-buffer v0.10.4
13332023-11-06T20:50:39.015Z Downloaded clap v4.4.3
13342023-11-06T20:50:39.021Z Downloaded serial_test v0.10.0
13352023-11-06T20:50:39.025Z Downloaded scheduled-thread-pool v0.2.7
13362023-11-06T20:50:39.058Z Downloaded bcs v0.1.6
13372023-11-06T20:50:39.078Z Downloaded ansi_term v0.12.1
13382023-11-06T20:50:39.092Z Downloaded backoff v0.4.0
13392023-11-06T20:50:39.101Z Downloaded aead v0.5.2
13402023-11-06T20:50:39.107Z Downloaded serde-hex v0.1.0
13412023-11-06T20:50:39.110Z Downloaded rstest v0.18.2
13422023-11-06T20:50:39.113Z Downloaded clap_derive v4.4.2
13432023-11-06T20:50:39.117Z Downloaded async-trait v0.1.74
13442023-11-06T20:50:39.124Z Downloaded anes v0.1.6
13452023-11-06T20:50:39.129Z Downloaded approx v0.5.1
13462023-11-06T20:50:39.135Z Downloaded structmeta v0.1.6
13472023-11-06T20:50:39.147Z Downloaded clap_lex v0.5.1
13482023-11-06T20:50:39.152Z Downloaded serde_repr v0.1.16
13492023-11-06T20:50:39.155Z Downloaded serde_plain v1.0.2
13502023-11-06T20:50:39.159Z Downloaded serde-big-array v0.5.1
13512023-11-06T20:50:39.162Z Downloaded mockall_derive v0.11.4
13522023-11-06T20:50:39.166Z Downloaded hashlink v0.8.3
13532023-11-06T20:50:39.170Z Downloaded constant_time_eq v0.2.6
13542023-11-06T20:50:39.173Z Downloaded anstream v0.5.0
13552023-11-06T20:50:39.177Z Downloaded httparse v1.8.0
13562023-11-06T20:50:39.181Z Downloaded cipher v0.4.4
13572023-11-06T20:50:39.185Z Downloaded rustfmt-wrapper v0.2.0
13582023-11-06T20:50:39.190Z Downloaded libefi-sys v0.1.0
13592023-11-06T20:50:39.205Z Downloaded bit-vec v0.6.3
13602023-11-06T20:50:39.221Z Downloaded keccak v0.1.4
13612023-11-06T20:50:39.232Z Downloaded rustversion v1.0.14
13622023-11-06T20:50:39.244Z Downloaded rtoolbox v0.0.1
13632023-11-06T20:50:39.249Z Downloaded inout v0.1.3
13642023-11-06T20:50:39.271Z Downloaded hyper-rustls v0.24.2
13652023-11-06T20:50:39.275Z Downloaded bit-set v0.5.3
13662023-11-06T20:50:39.279Z Downloaded nanorand v0.7.0
13672023-11-06T20:50:39.297Z Downloaded multer v2.1.0
13682023-11-06T20:50:39.302Z Downloaded resolv-conf v0.7.0
13692023-11-06T20:50:39.724Z Downloaded mime_guess v2.0.4
13702023-11-06T20:50:39.747Z Downloaded memoffset v0.9.0
13712023-11-06T20:50:39.773Z Downloaded assert_matches v1.5.0
13722023-11-06T20:50:39.785Z Downloaded atomicwrites v0.4.2
13732023-11-06T20:50:39.793Z Downloaded atomic-waker v1.1.1
13742023-11-06T20:50:39.800Z Downloaded bb8 v0.8.1
13752023-11-06T20:50:39.804Z Downloaded arrayref v0.3.7
13762023-11-06T20:50:39.807Z Downloaded ref-cast v1.0.20
13772023-11-06T20:50:39.810Z Downloaded rand_xorshift v0.3.0
13782023-11-06T20:50:39.816Z Downloaded libloading v0.7.4
13792023-11-06T20:50:39.820Z Downloaded colorchoice v1.0.0
13802023-11-06T20:50:39.823Z Downloaded anstyle v1.0.2
13812023-11-06T20:50:39.827Z Downloaded impl-trait-for-tuples v0.2.2
13822023-11-06T20:50:39.833Z Downloaded ref-cast-impl v1.0.20
13832023-11-06T20:50:39.839Z Downloaded radium v0.7.0
13842023-11-06T20:50:39.850Z Downloaded quick-error v1.2.3
13852023-11-06T20:50:39.857Z Downloaded mockall v0.11.4
13862023-11-06T20:50:39.861Z Downloaded mime v0.3.17
13872023-11-06T20:50:39.865Z Downloaded memoffset v0.7.1
13882023-11-06T20:50:39.871Z Downloaded highway v1.1.0
13892023-11-06T20:50:39.875Z Downloaded const_format_proc_macros v0.2.31
13902023-11-06T20:50:39.882Z Downloaded ciborium v0.2.1
13912023-11-06T20:50:39.886Z Downloaded cancel-safe-futures v0.1.5
13922023-11-06T20:50:39.901Z Downloaded httptest v0.15.5
13932023-11-06T20:50:39.913Z Downloaded httpdate v1.0.3
13942023-11-06T20:50:39.924Z Downloaded heck v0.3.3
13952023-11-06T20:50:39.929Z Downloaded constant_time_eq v0.3.0
13962023-11-06T20:50:39.933Z Downloaded colored v2.0.4
13972023-11-06T20:50:39.938Z Downloaded bitflags v1.3.2
13982023-11-06T20:50:39.941Z Downloaded base16ct v0.2.0
13992023-11-06T20:50:39.947Z Downloaded aes-gcm-siv v0.11.1
14002023-11-06T20:50:39.952Z Downloaded home v0.5.5
14012023-11-06T20:50:39.959Z Downloaded hex-literal v0.4.1
14022023-11-06T20:50:39.963Z Downloaded convert_case v0.4.0
14032023-11-06T20:50:39.968Z Downloaded chacha20 v0.9.1
14042023-11-06T20:50:39.974Z Downloaded cassowary v0.3.0
14052023-11-06T20:50:39.987Z Downloaded camino v1.1.6
14062023-11-06T20:50:40.404Z Downloaded camino-tempfile v1.0.2
14072023-11-06T20:50:40.408Z Downloaded ascii v1.1.0
14082023-11-06T20:50:40.422Z Downloaded hubpack_derive v0.1.1
14092023-11-06T20:50:40.438Z Downloaded hubpack v0.1.2
14102023-11-06T20:50:40.463Z Downloaded http-body v0.4.5
14112023-11-06T20:50:40.893Z Downloaded heck v0.4.1
14122023-11-06T20:50:40.909Z Downloaded glob v0.3.1
14132023-11-06T20:50:40.951Z Downloaded cfg-if v0.1.10
14142023-11-06T20:50:40.969Z Downloaded byteorder v1.5.0
14152023-11-06T20:50:40.982Z Downloaded bit_field v0.10.2
14162023-11-06T20:50:41.400Z Downloaded adler v1.0.2
14172023-11-06T20:50:41.406Z Compiling proc-macro2 v1.0.67
14182023-11-06T20:50:41.420Z Compiling unicode-ident v1.0.12
14192023-11-06T20:50:41.427Z Compiling libc v0.2.149
14202023-11-06T20:50:41.435Z Compiling serde v1.0.188
14212023-11-06T20:50:41.442Z Compiling autocfg v1.1.0
14222023-11-06T20:50:41.450Z Compiling cfg-if v1.0.0
14232023-11-06T20:50:41.468Z Compiling version_check v0.9.4
14242023-11-06T20:50:41.475Z Compiling syn v1.0.109
14252023-11-06T20:50:41.482Z 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`
14262023-11-06T20:50:41.489Z 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`
14272023-11-06T20:50:41.495Z 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`
14282023-11-06T20:50:41.500Z 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`
14292023-11-06T20:50:41.507Z 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`
14302023-11-06T20:50:41.514Z 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`
14312023-11-06T20:50:41.523Z 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`
14322023-11-06T20:50:41.534Z 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`
14332023-11-06T20:50:41.542Z Compiling once_cell v1.18.0
14342023-11-06T20:50:41.553Z 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`
14352023-11-06T20:50:41.562Z Compiling libm v0.2.7
14362023-11-06T20:50:41.569Z 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`
14372023-11-06T20:50:41.578Z Compiling parking_lot_core v0.9.8
14382023-11-06T20:50:41.589Z 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`
14392023-11-06T20:50:41.602Z Compiling memchr v2.6.3
14402023-11-06T20:50:41.614Z 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`
14412023-11-06T20:50:41.626Z Compiling lock_api v0.4.10
14422023-11-06T20:50:41.638Z 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`
14432023-11-06T20:50:41.656Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
14442023-11-06T20:50:41.674Z Compiling num-traits v0.2.16
14452023-11-06T20:50:41.696Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
14462023-11-06T20:50:41.713Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
14472023-11-06T20:50:41.735Z 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`
14482023-11-06T20:50:41.741Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
14492023-11-06T20:50:41.753Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f/build-script-build`
14502023-11-06T20:50:41.763Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
14512023-11-06T20:50:41.773Z Compiling log v0.4.20
14522023-11-06T20:50:41.828Z Compiling thiserror v1.0.49
14532023-11-06T20:50:41.839Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
14542023-11-06T20:50:41.844Z 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-11-06T20:50:41.847Z 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-11-06T20:50:41.869Z Compiling itoa v1.0.9
14572023-11-06T20:50:41.895Z Compiling futures-core v0.3.29
14582023-11-06T20:50:41.918Z 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`
14592023-11-06T20:50:41.925Z Compiling ahash v0.8.3
14602023-11-06T20:50:41.951Z 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`
14612023-11-06T20:50:41.954Z 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`
14622023-11-06T20:50:41.959Z 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.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c9458231e53b930e -C extra-filename=-c9458231e53b930e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14632023-11-06T20:50:41.964Z 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`
14642023-11-06T20:50:41.970Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
14652023-11-06T20:50:42.016Z Compiling typenum v1.16.0
14662023-11-06T20:50:42.035Z 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`
14672023-11-06T20:50:42.048Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
14682023-11-06T20:50:42.054Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e/build-script-build`
14692023-11-06T20:50:42.067Z Compiling generic-array v0.14.7
14702023-11-06T20:50:42.080Z 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`
14712023-11-06T20:50:42.093Z Compiling ryu v1.0.15
14722023-11-06T20:50:42.105Z 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`
14732023-11-06T20:50:42.110Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
14742023-11-06T20:50:42.118Z Compiling heck v0.4.1
14752023-11-06T20:50:42.127Z 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`
14762023-11-06T20:50:42.134Z Compiling quote v1.0.33
14772023-11-06T20:50:42.147Z 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`
14782023-11-06T20:50:42.155Z Compiling scopeguard v1.2.0
14792023-11-06T20:50:42.226Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14802023-11-06T20:50:42.257Z 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`
14812023-11-06T20:50:42.286Z 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`
14822023-11-06T20:50:42.301Z Compiling slab v0.4.9
14832023-11-06T20:50:42.309Z 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`
14842023-11-06T20:50:42.345Z Compiling futures-channel v0.3.29
14852023-11-06T20:50:42.385Z 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.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=99ac604a7a4c72a4 -C extra-filename=-99ac604a7a4c72a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14862023-11-06T20:50:42.390Z Compiling futures-task v0.3.29
14872023-11-06T20:50:42.395Z 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.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=50b8094d38359fbe -C extra-filename=-50b8094d38359fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14882023-11-06T20:50:42.399Z Compiling syn v2.0.32
14892023-11-06T20:50:42.403Z 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`
14902023-11-06T20:50:42.407Z 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`
14912023-11-06T20:50:42.417Z Compiling getrandom v0.2.10
14922023-11-06T20:50:42.421Z 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`
14932023-11-06T20:50:42.460Z Compiling jobserver v0.1.26
14942023-11-06T20:50:42.478Z 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`
14952023-11-06T20:50:42.774Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14962023-11-06T20:50:43.018Z Compiling cc v1.0.83
14972023-11-06T20:50:43.033Z 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`
14982023-11-06T20:50:43.128Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe/build-script-build`
14992023-11-06T20:50:43.167Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4/build-script-build`
15002023-11-06T20:50:43.195Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
15012023-11-06T20:50:43.218Z Compiling pkg-config v0.3.27
15022023-11-06T20:50:43.259Z 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`
15032023-11-06T20:50:43.279Z 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"'`
15042023-11-06T20:50:43.732Z 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`
15052023-11-06T20:50:43.737Z Compiling futures-util v0.3.29
15062023-11-06T20:50:43.742Z 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.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=9ca00d78d4bb9197 -C extra-filename=-9ca00d78d4bb9197 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15072023-11-06T20:50:43.931Z 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-11-06T20:50:44.549Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197/build-script-build`
15092023-11-06T20:50:44.554Z Compiling smallvec v1.11.0
15102023-11-06T20:50:44.558Z 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`
15112023-11-06T20:50:44.562Z Compiling allocator-api2 v0.2.16
15122023-11-06T20:50:44.566Z 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`
15132023-11-06T20:50:44.672Z Compiling fnv v1.0.7
15142023-11-06T20:50:44.677Z 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`
15152023-11-06T20:50:44.880Z 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`
15162023-11-06T20:50:44.898Z Compiling equivalent v1.0.1
15172023-11-06T20:50:44.912Z 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`
15182023-11-06T20:50:45.033Z Compiling schemars v0.8.13
15192023-11-06T20:50:45.044Z 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`
15202023-11-06T20:50:45.064Z Compiling vcpkg v0.2.15
15212023-11-06T20:50:45.091Z 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`
15222023-11-06T20:50:45.555Z Compiling hashbrown v0.14.2
15232023-11-06T20:50:45.561Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=42eece04196e48a4 -C extra-filename=-42eece04196e48a4 --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`
15242023-11-06T20:50:45.670Z Compiling parking_lot v0.12.1
15252023-11-06T20:50:45.684Z 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`
15262023-11-06T20:50:46.504Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
15272023-11-06T20:50:46.919Z Compiling iana-time-zone v0.1.57
15282023-11-06T20:50:46.924Z 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`
15292023-11-06T20:50:46.937Z Compiling serde_json v1.0.108
15302023-11-06T20:50:46.951Z 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.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=5ada5263d6f7c9cf -C extra-filename=-5ada5263d6f7c9cf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15312023-11-06T20:50:47.079Z Compiling aho-corasick v1.0.4
15322023-11-06T20:50:47.095Z 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`
15332023-11-06T20:50:47.399Z Compiling spin v0.5.2
15342023-11-06T20:50:47.434Z 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`
15352023-11-06T20:50:47.491Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf/build-script-build`
15362023-11-06T20:50:47.511Z Compiling regex-syntax v0.8.2
15372023-11-06T20:50:47.533Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=50a40f9a5cebd39f -C extra-filename=-50a40f9a5cebd39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15382023-11-06T20:50:47.780Z Compiling pin-project-lite v0.2.13
15392023-11-06T20:50:47.785Z 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`
15402023-11-06T20:50:47.841Z Compiling rand_core v0.6.4
15412023-11-06T20:50:47.844Z 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`
15422023-11-06T20:50:47.882Z 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.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=6af423f136dee1a0 -C extra-filename=-6af423f136dee1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15432023-11-06T20:50:47.973Z Compiling byteorder v1.5.0
15442023-11-06T20:50:47.977Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6fb8385a046b069a -C extra-filename=-6fb8385a046b069a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-11-06T20:50:48.167Z Compiling signal-hook-registry v1.4.1
15462023-11-06T20:50:48.192Z 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`
15472023-11-06T20:50:48.578Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0/build-script-build`
15482023-11-06T20:50:48.606Z Compiling mio v0.8.8
15492023-11-06T20:50:48.627Z 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`
15502023-11-06T20:50:48.692Z Compiling httparse v1.8.0
15512023-11-06T20:50:48.703Z 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`
15522023-11-06T20:50:48.750Z Compiling num_cpus v1.16.0
15532023-11-06T20:50:48.762Z 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`
15542023-11-06T20:50:48.946Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e4b787c2de71c9f -C extra-filename=-2e4b787c2de71c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15552023-11-06T20:50:49.343Z Compiling indexmap v1.9.3
15562023-11-06T20:50:49.347Z 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`
15572023-11-06T20:50:49.371Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
15582023-11-06T20:50:49.407Z Compiling dyn-clone v1.0.13
15592023-11-06T20:50:49.436Z 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-11-06T20:50:49.594Z Compiling ring v0.16.20
15612023-11-06T20:50:49.629Z 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`
15622023-11-06T20:50:49.723Z Compiling socket2 v0.5.4
15632023-11-06T20:50:49.732Z 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`
15642023-11-06T20:50:49.861Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
15652023-11-06T20:50:49.905Z Compiling ring v0.17.5
15662023-11-06T20:50:49.914Z 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/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=fc3cfb7aa88623a0 -C extra-filename=-fc3cfb7aa88623a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15672023-11-06T20:50:50.672Z Compiling rustix v0.38.9
15682023-11-06T20:50:50.680Z 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`
15692023-11-06T20:50:51.402Z Compiling tinyvec_macros v0.1.1
15702023-11-06T20:50:51.409Z 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`
15712023-11-06T20:50:51.468Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb/build-script-build`
15722023-11-06T20:50:51.540Z Compiling tinyvec v1.6.0
15732023-11-06T20:50:51.549Z 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`
15742023-11-06T20:50:51.737Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0/build-script-build`
15752023-11-06T20:50:51.765Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15762023-11-06T20:50:51.928Z Compiling openssl-sys v0.9.93
15772023-11-06T20:50:51.933Z 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`
15782023-11-06T20:50:53.334Z Compiling regex-automata v0.4.3
15792023-11-06T20:50:53.337Z 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.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=3f53e4c5b0627271 -C extra-filename=-3f53e4c5b0627271 --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-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
15802023-11-06T20:50:53.860Z Compiling unicode-normalization v0.1.22
15812023-11-06T20:50:53.877Z 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`
15822023-11-06T20:50:54.125Z Compiling serde_derive_internals v0.26.0
15832023-11-06T20:50:54.129Z 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`
15842023-11-06T20:50:55.415Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1/build-script-main`
15852023-11-06T20:50:56.048Z Compiling pin-utils v0.1.0
15862023-11-06T20:50:56.052Z 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`
15872023-11-06T20:50:56.190Z Compiling futures-sink v0.3.29
15882023-11-06T20:50:56.199Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d612af58a2e9deb0 -C extra-filename=-d612af58a2e9deb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15892023-11-06T20:50:56.407Z Compiling semver v1.0.20
15902023-11-06T20:50:56.422Z 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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=88dd1535b184a6a9 -C extra-filename=-88dd1535b184a6a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15912023-11-06T20:50:57.122Z Compiling unicode-bidi v0.3.13
15922023-11-06T20:50:57.126Z 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`
15932023-11-06T20:50:57.778Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9/build-script-build`
15942023-11-06T20:50:57.903Z Compiling rustls v0.21.8
15952023-11-06T20:50:58.326Z 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.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=3180cc9a707df9e7 -C extra-filename=-3180cc9a707df9e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15962023-11-06T20:50:58.412Z Compiling percent-encoding v2.3.0
15972023-11-06T20:50:58.429Z 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`
15982023-11-06T20:50:58.647Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=ded8f3b170e32147 -C extra-filename=-ded8f3b170e32147 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --cap-lints allow -D warnings`
15992023-11-06T20:50:59.111Z 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`
16002023-11-06T20:50:59.292Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=9c6769608002a48c -C extra-filename=-9c6769608002a48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16012023-11-06T20:50:59.307Z Compiling futures-io v0.3.29
16022023-11-06T20:50:59.733Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=821b8cd695f8ec6d -C extra-filename=-821b8cd695f8ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16032023-11-06T20:51:00.660Z Compiling openssl v0.10.57
16042023-11-06T20:51:00.789Z 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`
16052023-11-06T20:51:00.882Z Compiling regex v1.10.2
16062023-11-06T20:51:00.896Z 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.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4ecfbf899a12e38f -C extra-filename=-4ecfbf899a12e38f --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-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
16072023-11-06T20:51:00.913Z Compiling form_urlencoded v1.2.0
16082023-11-06T20:51:00.934Z 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`
16092023-11-06T20:51:00.954Z 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`
16102023-11-06T20:51:00.969Z Compiling unicode-xid v0.2.4
16112023-11-06T20:51:00.988Z 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`
16122023-11-06T20:51:01.005Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
16132023-11-06T20:51:01.027Z Compiling ucd-trie v0.1.6
16142023-11-06T20:51:01.043Z 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`
16152023-11-06T20:51:01.054Z Compiling backtrace v0.3.69
16162023-11-06T20:51:01.059Z 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`
16172023-11-06T20:51:01.064Z Compiling unicode-width v0.1.11
16182023-11-06T20:51:01.069Z 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.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=b5773f86976bf9c1 -C extra-filename=-b5773f86976bf9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16192023-11-06T20:51:01.074Z Compiling async-trait v0.1.74
16202023-11-06T20:51:01.094Z 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.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ee5ed7da80017bff -C extra-filename=-ee5ed7da80017bff --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16212023-11-06T20:51:01.114Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1/build-script-build`
16222023-11-06T20:51:01.134Z Compiling lazy_static v1.4.0
16232023-11-06T20:51:01.548Z 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`
16242023-11-06T20:51:01.554Z Compiling rustversion v1.0.14
16252023-11-06T20:51:01.561Z 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`
16262023-11-06T20:51:01.565Z Compiling native-tls v0.2.11
16272023-11-06T20:51:01.569Z 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`
16282023-11-06T20:51:01.575Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff/build-script-build`
16292023-11-06T20:51:01.579Z Compiling idna v0.4.0
16302023-11-06T20:51:01.591Z 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`
16312023-11-06T20:51:01.602Z Compiling anyhow v1.0.75
16322023-11-06T20:51:01.628Z 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`
16332023-11-06T20:51:01.847Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
16342023-11-06T20:51:01.886Z Compiling slog v2.7.0
16352023-11-06T20:51:01.891Z 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`
16362023-11-06T20:51:02.248Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
16372023-11-06T20:51:02.278Z Compiling bitflags v1.3.2
16382023-11-06T20:51:02.281Z 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`
16392023-11-06T20:51:02.360Z 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`
16402023-11-06T20:51:02.434Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16412023-11-06T20:51:02.462Z Compiling winnow v0.5.15
16422023-11-06T20:51:02.470Z 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-11-06T20:51:02.709Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
16442023-11-06T20:51:02.828Z Compiling crossbeam-utils v0.8.16
16452023-11-06T20:51:02.841Z 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`
16462023-11-06T20:51:03.013Z Compiling url v2.4.1
16472023-11-06T20:51:03.028Z 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`
16482023-11-06T20:51:03.627Z Compiling subtle v2.5.0
16492023-11-06T20:51:03.662Z 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`
16502023-11-06T20:51:04.174Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
16512023-11-06T20:51:04.209Z Compiling hashbrown v0.13.2
16522023-11-06T20:51:04.252Z 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`
16532023-11-06T20:51:04.271Z Compiling errno v0.3.2
16542023-11-06T20:51:04.298Z 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`
16552023-11-06T20:51:04.574Z Compiling base64 v0.21.5
16562023-11-06T20:51:04.588Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0a884fd652c2175 -C extra-filename=-c0a884fd652c2175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16572023-11-06T20:51:04.853Z Compiling time-core v0.1.1
16582023-11-06T20:51:04.867Z 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`
16592023-11-06T20:51:05.112Z Compiling time-macros v0.2.13
16602023-11-06T20:51:05.121Z 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`
16612023-11-06T20:51:05.929Z Compiling tracing-core v0.1.31
16622023-11-06T20:51:05.939Z 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`
16632023-11-06T20:51:06.245Z Compiling strsim v0.10.0
16642023-11-06T20:51:06.260Z 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`
16652023-11-06T20:51:06.472Z Compiling adler v1.0.2
16662023-11-06T20:51:06.899Z 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`
16672023-11-06T20:51:06.915Z Compiling miniz_oxide v0.7.1
16682023-11-06T20:51:06.928Z 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`
16692023-11-06T20:51:07.092Z Compiling serde_derive v1.0.188
16702023-11-06T20:51:07.109Z 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`
16712023-11-06T20:51:07.129Z Compiling thiserror-impl v1.0.49
16722023-11-06T20:51:07.137Z 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`
16732023-11-06T20:51:07.588Z Compiling zeroize_derive v1.4.2
16742023-11-06T20:51:07.592Z 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`
16752023-11-06T20:51:08.418Z Compiling tokio-macros v2.1.0
16762023-11-06T20:51:08.426Z 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`
16772023-11-06T20:51:08.949Z Compiling futures-macro v0.3.29
16782023-11-06T20:51:08.955Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cfb3bddea19c3a21 -C extra-filename=-cfb3bddea19c3a21 --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`
16792023-11-06T20:51:09.554Z Compiling schemars_derive v0.8.13
16802023-11-06T20:51:09.579Z 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`
16812023-11-06T20:51:09.605Z Compiling tracing-attributes v0.1.26
16822023-11-06T20:51:09.620Z 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`
16832023-11-06T20:51:10.263Z Compiling zeroize v1.6.0
16842023-11-06T20:51:10.269Z 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`
16852023-11-06T20:51:10.509Z Compiling openssl-macros v0.1.1
16862023-11-06T20:51:10.549Z 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`
16872023-11-06T20:51:10.862Z 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`
16882023-11-06T20:51:11.302Z 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.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cde40b1e5460b78c -C extra-filename=-cde40b1e5460b78c --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`
16892023-11-06T20:51:11.976Z Compiling synstructure v0.12.6
16902023-11-06T20:51:11.980Z 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`
16912023-11-06T20:51:12.170Z 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`
16922023-11-06T20:51:12.387Z Compiling pest v2.7.2
16932023-11-06T20:51:12.400Z 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-11-06T20:51:12.611Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=bb3989e3a9425633 -C extra-filename=-bb3989e3a9425633 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.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`
16952023-11-06T20:51:13.418Z Compiling crypto-common v0.1.6
16962023-11-06T20:51:13.425Z 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`
16972023-11-06T20:51:13.753Z Compiling const-oid v0.9.5
16982023-11-06T20:51:13.762Z 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`
16992023-11-06T20:51:14.562Z Compiling ppv-lite86 v0.2.17
17002023-11-06T20:51:14.572Z 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`
17012023-11-06T20:51:14.938Z Compiling zerocopy-derive v0.2.0
17022023-11-06T20:51:14.961Z 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`
17032023-11-06T20:51:15.611Z Compiling spin v0.9.8
17042023-11-06T20:51:15.624Z 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`
17052023-11-06T20:51:15.697Z Compiling tracing v0.1.37
17062023-11-06T20:51:15.712Z 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`
17072023-11-06T20:51:16.068Z Compiling rand_chacha v0.3.1
17082023-11-06T20:51:16.077Z 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`
17092023-11-06T20:51:16.285Z Compiling usdt-impl v0.3.5
17102023-11-06T20:51:16.292Z 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`
17112023-11-06T20:51:16.578Z Compiling gimli v0.28.0
17122023-11-06T20:51:17.077Z 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`
17132023-11-06T20:51:17.088Z Compiling pest_meta v2.7.2
17142023-11-06T20:51:17.504Z 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`
17152023-11-06T20:51:17.514Z Compiling rand v0.8.5
17162023-11-06T20:51:17.519Z 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`
17172023-11-06T20:51:17.593Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
17182023-11-06T20:51:17.776Z Compiling block-buffer v0.10.4
17192023-11-06T20:51:17.780Z 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`
17202023-11-06T20:51:18.154Z Compiling zerocopy v0.3.0
17212023-11-06T20:51:18.169Z 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=50eb0e1ab85b64a0 -C extra-filename=-50eb0e1ab85b64a0 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
17222023-11-06T20:51:18.255Z 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`
17232023-11-06T20:51:19.140Z Compiling pest_generator v2.7.2
17242023-11-06T20:51:19.150Z 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`
17252023-11-06T20:51:19.436Z Compiling object v0.32.1
17262023-11-06T20:51:19.439Z 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`
17272023-11-06T20:51:19.461Z Compiling hashbrown v0.12.3
17282023-11-06T20:51:19.465Z 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`
17292023-11-06T20:51:20.628Z 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`
17302023-11-06T20:51:20.740Z Compiling rustc-demangle v0.1.23
17312023-11-06T20:51:20.747Z 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`
17322023-11-06T20:51:21.404Z 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`
17332023-11-06T20:51:22.300Z Compiling dof v0.1.5
17342023-11-06T20:51:22.304Z 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=df76cd073edc3efc -C extra-filename=-df76cd073edc3efc --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-50eb0e1ab85b64a0.rmeta --cap-lints allow -D warnings`
17352023-11-06T20:51:22.452Z Compiling digest v0.10.7
17362023-11-06T20:51:22.461Z 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`
17372023-11-06T20:51:22.878Z Compiling thread-id v4.2.0
17382023-11-06T20:51:22.905Z 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`
17392023-11-06T20:51:23.063Z Compiling cpufeatures v0.2.9
17402023-11-06T20:51:23.081Z 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`
17412023-11-06T20:51:23.266Z Compiling untrusted v0.7.1
17422023-11-06T20:51:23.272Z 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`
17432023-11-06T20:51:23.277Z Compiling strum_macros v0.25.2
17442023-11-06T20:51:23.286Z 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`
17452023-11-06T20:51:23.414Z Compiling socket2 v0.4.9
17462023-11-06T20:51:23.422Z 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`
17472023-11-06T20:51:23.538Z 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`
17482023-11-06T20:51:23.934Z Compiling addr2line v0.21.0
17492023-11-06T20:51:23.952Z 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`
17502023-11-06T20:51:24.424Z Compiling pest_derive v2.7.2
17512023-11-06T20:51:24.437Z 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`
17522023-11-06T20:51:24.963Z Compiling untrusted v0.9.0
17532023-11-06T20:51:25.032Z Compiling httpdate v1.0.3
17542023-11-06T20:51:25.041Z 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.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=1122729ae9a01812 -C extra-filename=-1122729ae9a01812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17552023-11-06T20:51:25.060Z 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`
17562023-11-06T20:51:25.211Z Compiling try-lock v0.2.4
17572023-11-06T20:51:25.214Z 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`
17582023-11-06T20:51:25.355Z Compiling openssl-probe v0.1.5
17592023-11-06T20:51:25.360Z 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`
17602023-11-06T20:51:25.438Z Compiling want v0.3.1
17612023-11-06T20:51:25.460Z 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`
17622023-11-06T20:51:25.716Z Compiling foreign-types-shared v0.1.1
17632023-11-06T20:51:25.720Z 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`
17642023-11-06T20:51:25.903Z Compiling tower-service v0.3.2
17652023-11-06T20:51:25.930Z 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`
17662023-11-06T20:51:25.934Z Compiling foreign-types v0.3.2
17672023-11-06T20:51:25.937Z Compiling rustls-pemfile v1.0.3
17682023-11-06T20:51:25.941Z 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`
17692023-11-06T20:51:25.959Z 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=41e0e36fed47255d -C extra-filename=-41e0e36fed47255d --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
17702023-11-06T20:51:25.997Z Compiling dtrace-parser v0.1.14
17712023-11-06T20:51:26.005Z 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`
17722023-11-06T20:51:26.088Z Compiling mime v0.3.17
17732023-11-06T20:51:26.107Z 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`
17742023-11-06T20:51:26.123Z 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`
17752023-11-06T20:51:26.611Z Compiling ipnet v2.8.0
17762023-11-06T20:51:26.619Z 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-11-06T20:51:27.574Z Compiling sct v0.7.0
17782023-11-06T20:51:27.583Z 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`
17792023-11-06T20:51:27.668Z Compiling deranged v0.3.8
17802023-11-06T20:51:27.678Z 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`
17812023-11-06T20:51:28.504Z Compiling num_threads v0.1.6
17822023-11-06T20:51:28.553Z 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`
17832023-11-06T20:51:28.686Z Compiling either v1.9.0
17842023-11-06T20:51:28.689Z 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`
17852023-11-06T20:51:28.747Z Compiling encoding_rs v0.8.33
17862023-11-06T20:51:28.750Z 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`
17872023-11-06T20:51:29.200Z Compiling rustls-native-certs v0.6.3
17882023-11-06T20:51:29.214Z 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=2d5262ec9f2f1337 -C extra-filename=-2d5262ec9f2f1337 --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-41e0e36fed47255d.rmeta --cap-lints allow -D warnings`
17892023-11-06T20:51:29.517Z Compiling regex-syntax v0.6.29
17902023-11-06T20:51:29.611Z 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`
17912023-11-06T20:51:29.904Z 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`
17922023-11-06T20:51:29.927Z Compiling webpki-roots v0.25.2
17932023-11-06T20:51:29.936Z 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`
17942023-11-06T20:51:30.064Z 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`
17952023-11-06T20:51:30.236Z 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`
17962023-11-06T20:51:30.891Z Compiling time v0.3.27
17972023-11-06T20:51:30.900Z 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`
17982023-11-06T20:51:31.233Z Compiling bytes v1.5.0
17992023-11-06T20:51:31.396Z 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`
18002023-11-06T20:51:31.506Z Compiling indexmap v2.1.0
18012023-11-06T20:51:31.517Z 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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5f3babd46aca785b -C extra-filename=-5f3babd46aca785b --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-42eece04196e48a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18022023-11-06T20:51:31.695Z Compiling chrono v0.4.31
18032023-11-06T20:51:31.733Z 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`
18042023-11-06T20:51:32.092Z Compiling uuid v1.4.1
18052023-11-06T20:51:32.107Z 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`
18062023-11-06T20:51:33.722Z 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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=687f97da0b5dadb1 -C extra-filename=-687f97da0b5dadb1 --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`
18072023-11-06T20:51:34.234Z Compiling bitflags v2.4.0
18082023-11-06T20:51:34.380Z 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`
18092023-11-06T20:51:34.467Z Compiling tokio v1.33.0
18102023-11-06T20:51:34.572Z 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`
18112023-11-06T20:51:34.584Z Compiling http v0.2.9
18122023-11-06T20:51:34.597Z 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`
18132023-11-06T20:51:51.226Z 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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=61772b8e80787c9c -C extra-filename=-61772b8e80787c9c --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`
18142023-11-06T20:51:52.019Z Compiling toml_datetime v0.6.5
18152023-11-06T20:51:52.097Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=e28dc75a94ffd9b3 -C extra-filename=-e28dc75a94ffd9b3 --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`
18162023-11-06T20:51:52.129Z Compiling serde_spanned v0.6.4
18172023-11-06T20:51:52.205Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=5cee453c3a1ce49b -C extra-filename=-5cee453c3a1ce49b --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`
18182023-11-06T20:51:52.312Z 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=816d38c905102e21 -C extra-filename=-816d38c905102e21 --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-687f97da0b5dadb1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18192023-11-06T20:51:52.414Z Compiling toml_edit v0.19.15
18202023-11-06T20:51:52.514Z 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=9c1c1fe0b2f1b8d4 -C extra-filename=-9c1c1fe0b2f1b8d4 --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-5f3babd46aca785b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
18212023-11-06T20:51:53.084Z 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`
18222023-11-06T20:51:53.198Z Compiling openapiv3 v1.0.3
18232023-11-06T20:51:53.251Z 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=a0c5a47242d1112d -C extra-filename=-a0c5a47242d1112d --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-5f3babd46aca785b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings`
18242023-11-06T20:51:53.323Z 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`
18252023-11-06T20:51:53.391Z Compiling rustc_version v0.4.0
18262023-11-06T20:51:53.476Z 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=ff4f2380a2041af8 -C extra-filename=-ff4f2380a2041af8 --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-61772b8e80787c9c.rmeta --cap-lints allow -D warnings`
18272023-11-06T20:51:53.606Z 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=0fd0dac3f8f9caab -C extra-filename=-0fd0dac3f8f9caab --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.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-687f97da0b5dadb1.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`
18282023-11-06T20:51:53.678Z Compiling serde_tokenstream v0.1.7
18292023-11-06T20:51:53.840Z 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`
18302023-11-06T20:51:53.908Z Compiling http-body v0.4.5
18312023-11-06T20:51:53.976Z 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`
18322023-11-06T20:51:54.038Z 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`
18332023-11-06T20:51:54.199Z Compiling serde_urlencoded v0.7.1
18342023-11-06T20:51:54.292Z 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`
18352023-11-06T20:51:54.347Z Compiling num-integer v0.1.45
18362023-11-06T20:51:54.385Z 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`
18372023-11-06T20:51:54.408Z Compiling crc32fast v1.3.2
18382023-11-06T20:51:54.427Z 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`
18392023-11-06T20:51:54.485Z Compiling io-lifetimes v1.0.11
18402023-11-06T20:51:54.523Z 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`
18412023-11-06T20:51:54.555Z Compiling usdt-macro v0.3.5
18422023-11-06T20:51:54.577Z 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=e0dd67ef94751ab7 -C extra-filename=-e0dd67ef94751ab7 --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-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
18432023-11-06T20:51:54.587Z Compiling usdt-attr-macro v0.3.5
18442023-11-06T20:51:54.603Z 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=b7746ab9a36216d6 -C extra-filename=-b7746ab9a36216d6 --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-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
18452023-11-06T20:51:54.610Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
18462023-11-06T20:51:54.670Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
18472023-11-06T20:51:54.687Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
18482023-11-06T20:51:54.709Z Compiling siphasher v0.3.11
18492023-11-06T20:51:54.714Z 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`
18502023-11-06T20:51:54.732Z Compiling rustix v0.37.23
18512023-11-06T20:51:54.745Z 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`
18522023-11-06T20:51:54.750Z Compiling futures-executor v0.3.29
18532023-11-06T20:51:54.765Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e21e6b9f61d1503a -C extra-filename=-e21e6b9f61d1503a --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-2e4b787c2de71c9f.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18542023-11-06T20:51:54.782Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
18552023-11-06T20:51:54.787Z Compiling zerocopy-derive v0.6.4
18562023-11-06T20:51:54.853Z 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`
18572023-11-06T20:51:54.931Z Compiling toml v0.7.8
18582023-11-06T20:51:54.998Z 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=7f2f2f0138dd0f5a -C extra-filename=-7f2f2f0138dd0f5a --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9c1c1fe0b2f1b8d4.rmeta --cap-lints allow -D warnings`
18592023-11-06T20:51:55.018Z Compiling futures v0.3.29
18602023-11-06T20:51:55.038Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=520a82150b2d2200 -C extra-filename=-520a82150b2d2200 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18612023-11-06T20:51:55.055Z Compiling sha2 v0.10.8
18622023-11-06T20:51:55.102Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=fe1dc465c7097af7 -C extra-filename=-fe1dc465c7097af7 --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`
18632023-11-06T20:51:55.116Z Compiling hmac v0.12.1
18642023-11-06T20:51:55.128Z 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`
18652023-11-06T20:51:55.140Z Compiling fallible-iterator v0.2.0
18662023-11-06T20:51:55.165Z 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`
18672023-11-06T20:51:55.223Z Compiling memoffset v0.9.0
18682023-11-06T20:51:55.254Z 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`
18692023-11-06T20:51:55.276Z Compiling radium v0.7.0
18702023-11-06T20:51:55.293Z 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`
18712023-11-06T20:51:55.305Z Compiling tokio-util v0.7.10
18722023-11-06T20:51:55.320Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=eebe6f93b7495c72 -C extra-filename=-eebe6f93b7495c72 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.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`
18732023-11-06T20:51:55.341Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
18742023-11-06T20:51:55.347Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
18752023-11-06T20:51:55.351Z Compiling hex v0.4.3
18762023-11-06T20:51:55.359Z 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-11-06T20:51:55.381Z Compiling clap_derive v4.4.2
18782023-11-06T20:51:55.394Z 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`
18792023-11-06T20:51:55.404Z Compiling utf8parse v0.2.1
18802023-11-06T20:51:55.414Z 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`
18812023-11-06T20:51:55.441Z 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`
18822023-11-06T20:51:55.460Z Compiling serde_tokenstream v0.2.0
18832023-11-06T20:51:55.473Z 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`
18842023-11-06T20:51:55.501Z Compiling h2 v0.3.21
18852023-11-06T20:51:55.553Z 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=2604dcbfd85aabe0 -C extra-filename=-2604dcbfd85aabe0 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-eebe6f93b7495c72.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18862023-11-06T20:51:55.666Z Compiling md-5 v0.10.5
18872023-11-06T20:51:56.111Z 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`
18882023-11-06T20:51:56.169Z Compiling stringprep v0.1.3
18892023-11-06T20:51:56.237Z 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`
18902023-11-06T20:51:56.390Z Compiling crossbeam-epoch v0.9.15
18912023-11-06T20:51:56.415Z 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`
18922023-11-06T20:51:56.434Z 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`
18932023-11-06T20:51:56.496Z Compiling num-iter v0.1.43
18942023-11-06T20:51:56.537Z 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`
18952023-11-06T20:51:56.592Z Compiling tokio-native-tls v0.3.1
18962023-11-06T20:51:56.611Z 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`
18972023-11-06T20:51:56.635Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
18982023-11-06T20:51:56.682Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
18992023-11-06T20:51:56.701Z Compiling postgres-protocol v0.6.6
19002023-11-06T20:51:57.189Z 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=b1bf27277cf11cc6 -C extra-filename=-b1bf27277cf11cc6 --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-c0a884fd652c2175.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-fe1dc465c7097af7.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
19012023-11-06T20:51:57.208Z Compiling anstyle v1.0.2
19022023-11-06T20:51:57.234Z 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`
19032023-11-06T20:51:57.291Z Compiling phf_shared v0.11.2
19042023-11-06T20:51:57.316Z 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`
19052023-11-06T20:51:57.410Z 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`
19062023-11-06T20:51:57.474Z Compiling itertools v0.10.5
19072023-11-06T20:51:57.523Z 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`
19082023-11-06T20:51:57.542Z Compiling unicode-segmentation v1.10.1
19092023-11-06T20:51:57.565Z 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`
19102023-11-06T20:51:57.599Z Compiling phf v0.11.2
19112023-11-06T20:51:57.631Z 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`
19122023-11-06T20:51:57.651Z 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`
19132023-11-06T20:51:57.664Z Compiling flate2 v1.0.28
19142023-11-06T20:51:58.095Z 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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=2b539087163b61f2 -C extra-filename=-2b539087163b61f2 --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`
19152023-11-06T20:51:58.168Z Compiling anstyle-parse v0.2.1
19162023-11-06T20:51:58.195Z 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`
19172023-11-06T20:51:58.259Z Compiling block-padding v0.3.3
19182023-11-06T20:51:58.684Z 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`
19192023-11-06T20:51:58.702Z Compiling enum-as-inner v0.5.1
19202023-11-06T20:51:58.717Z 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`
19212023-11-06T20:51:58.746Z Compiling bit-vec v0.6.3
19222023-11-06T20:51:58.765Z 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`
19232023-11-06T20:51:58.785Z Compiling static_assertions v1.1.0
19242023-11-06T20:51:58.797Z 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`
19252023-11-06T20:51:58.806Z Compiling whoami v1.4.1
19262023-11-06T20:51:58.812Z 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`
19272023-11-06T20:51:58.818Z Compiling anstyle-query v1.0.0
19282023-11-06T20:51:58.824Z 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`
19292023-11-06T20:51:58.830Z Compiling colorchoice v1.0.0
19302023-11-06T20:51:58.835Z 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`
19312023-11-06T20:51:58.843Z Compiling terminal_size v0.2.6
19322023-11-06T20:51:58.851Z 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`
19332023-11-06T20:51:58.859Z Compiling inout v0.1.3
19342023-11-06T20:51:58.866Z 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`
19352023-11-06T20:51:58.872Z Compiling anstream v0.5.0
19362023-11-06T20:51:58.877Z 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`
19372023-11-06T20:51:58.883Z 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`
19382023-11-06T20:51:58.893Z Compiling bzip2-sys v0.1.11+1.0.8
19392023-11-06T20:51:58.902Z 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`
19402023-11-06T20:51:58.913Z Compiling clap_lex v0.5.1
19412023-11-06T20:51:58.923Z 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`
19422023-11-06T20:51:58.931Z Compiling cipher v0.4.4
19432023-11-06T20:51:58.940Z 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`
19442023-11-06T20:51:58.948Z Compiling clap_builder v4.4.2
19452023-11-06T20:51:58.957Z 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`
19462023-11-06T20:51:58.963Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2/build-script-build`
19472023-11-06T20:51:58.972Z Compiling zerocopy v0.6.4
19482023-11-06T20:51:58.978Z 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=d76c43b5ea14da97 -C extra-filename=-d76c43b5ea14da97 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
19492023-11-06T20:51:58.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19502023-11-06T20:51:58.995Z 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`
19512023-11-06T20:51:59.005Z Compiling data-encoding v2.4.0
19522023-11-06T20:51:59.013Z 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`
19532023-11-06T20:51:59.022Z Compiling bit-set v0.5.3
19542023-11-06T20:51:59.040Z 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`
19552023-11-06T20:51:59.192Z Compiling phf_shared v0.10.0
19562023-11-06T20:51:59.622Z 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`
19572023-11-06T20:51:59.642Z Compiling heapless v0.7.16
19582023-11-06T20:51:59.653Z 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=23da22c2b3af306f -C extra-filename=-23da22c2b3af306f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
19592023-11-06T20:51:59.719Z Compiling itertools v0.11.0
19602023-11-06T20:51:59.730Z 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`
19612023-11-06T20:52:00.158Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
19622023-11-06T20:52:00.164Z Compiling new_debug_unreachable v1.0.4
19632023-11-06T20:52:00.177Z 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`
19642023-11-06T20:52:00.192Z Compiling precomputed-hash v0.1.1
19652023-11-06T20:52:00.197Z 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`
19662023-11-06T20:52:00.201Z Compiling fixedbitset v0.4.2
19672023-11-06T20:52:00.204Z 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`
19682023-11-06T20:52:00.207Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f/build-script-build`
19692023-11-06T20:52:00.211Z Compiling string_cache v0.8.7
19702023-11-06T20:52:00.234Z 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`
19712023-11-06T20:52:00.248Z 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-11-06T20:52:00.303Z Compiling regress v0.7.1
19732023-11-06T20:52:00.312Z 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-11-06T20:52:00.746Z Compiling petgraph v0.6.4
19752023-11-06T20:52:00.759Z 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=007eaf5261388096 -C extra-filename=-007eaf5261388096 --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-5f3babd46aca785b.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`
19762023-11-06T20:52:00.780Z Compiling diesel_table_macro_syntax v0.1.0
19772023-11-06T20:52:00.793Z 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`
19782023-11-06T20:52:01.015Z Compiling managed v0.8.0
19792023-11-06T20:52:01.426Z 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`
19802023-11-06T20:52:01.431Z Compiling tap v1.0.1
19812023-11-06T20:52:01.441Z 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`
19822023-11-06T20:52:01.643Z Compiling wyz v0.5.1
19832023-11-06T20:52:01.650Z 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-11-06T20:52:01.748Z Compiling hyper v0.14.27
19852023-11-06T20:52:01.756Z 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=3c7ef234742d4d7f -C extra-filename=-3c7ef234742d4d7f --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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`
19862023-11-06T20:52:02.376Z Compiling diesel_derives v2.1.1
19872023-11-06T20:52:02.385Z 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`
19882023-11-06T20:52:02.825Z 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`
19892023-11-06T20:52:04.189Z 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`
19902023-11-06T20:52:06.352Z Compiling clap v4.4.3
19912023-11-06T20:52:06.457Z 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`
19922023-11-06T20:52:06.536Z Compiling num-bigint v0.4.4
19932023-11-06T20:52:06.578Z 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`
19942023-11-06T20:52:06.611Z Compiling smoltcp v0.9.1
19952023-11-06T20:52:06.621Z 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-11-06T20:52:06.667Z Compiling lalrpop-util v0.19.12
19972023-11-06T20:52:06.707Z 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`
19982023-11-06T20:52:06.733Z Compiling matches v0.1.10
19992023-11-06T20:52:07.225Z 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`
20002023-11-06T20:52:07.245Z Compiling funty v2.0.0
20012023-11-06T20:52:07.249Z 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`
20022023-11-06T20:52:07.257Z Compiling idna v0.2.3
20032023-11-06T20:52:07.274Z 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`
20042023-11-06T20:52:07.686Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
20052023-11-06T20:52:08.315Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20062023-11-06T20:52:08.336Z 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=49415ddd8459087f -C extra-filename=-49415ddd8459087f --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-816d38c905102e21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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`
20072023-11-06T20:52:08.835Z Compiling bitvec v1.0.1
20082023-11-06T20:52:08.871Z 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`
20092023-11-06T20:52:09.502Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
20102023-11-06T20:52:09.544Z 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`
20112023-11-06T20:52:09.858Z Compiling hubpack_derive v0.1.1
20122023-11-06T20:52:09.870Z 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`
20132023-11-06T20:52:09.881Z Compiling trust-dns-proto v0.22.0
20142023-11-06T20:52:09.896Z 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=46aebd9158e6f817 -C extra-filename=-46aebd9158e6f817 --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-cde40b1e5460b78c.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-ded8f3b170e32147.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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`
20152023-11-06T20:52:09.949Z Compiling scheduled-thread-pool v0.2.7
20162023-11-06T20:52:09.962Z 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`
20172023-11-06T20:52:10.966Z Compiling regex-automata v0.1.10
20182023-11-06T20:52:10.976Z 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`
20192023-11-06T20:52:11.529Z Compiling predicates-core v1.0.6
20202023-11-06T20:52:11.533Z 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`
20212023-11-06T20:52:11.767Z Compiling bstr v0.2.17
20222023-11-06T20:52:11.780Z 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-11-06T20:52:12.053Z Compiling r2d2 v0.8.10
20242023-11-06T20:52:12.059Z 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`
20252023-11-06T20:52:12.666Z 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`
20262023-11-06T20:52:13.251Z Compiling signature v2.1.0
20272023-11-06T20:52:13.258Z 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`
20282023-11-06T20:52:13.640Z Compiling hyper-tls v0.5.0
20292023-11-06T20:52:13.690Z 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=a697e39c09bbc7d0 -C extra-filename=-a697e39c09bbc7d0 --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-3c7ef234742d4d7f.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`
20302023-11-06T20:52:14.206Z Compiling serde_repr v0.1.16
20312023-11-06T20:52:14.222Z 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-11-06T20:52:14.290Z Compiling hash32 v0.2.1
20332023-11-06T20:52:14.302Z 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=d9c2ff9370b69476 -C extra-filename=-d9c2ff9370b69476 --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
20342023-11-06T20:52:14.914Z Compiling float-cmp v0.9.0
20352023-11-06T20:52:14.921Z 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-11-06T20:52:15.278Z Compiling difflib v0.4.0
20372023-11-06T20:52:15.288Z 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`
20382023-11-06T20:52:15.325Z Compiling normalize-line-endings v0.3.0
20392023-11-06T20:52:15.330Z 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`
20402023-11-06T20:52:15.511Z Compiling regex-automata v0.3.8
20412023-11-06T20:52:15.516Z 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="dfa-search"' -C metadata=dd6efc2fdfa6944c -C extra-filename=-dd6efc2fdfa6944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20422023-11-06T20:52:16.223Z Compiling stable_deref_trait v1.2.0
20432023-11-06T20:52:16.228Z 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-11-06T20:52:16.386Z 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=15c0056cb48a5c57 -C extra-filename=-15c0056cb48a5c57 --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-d9c2ff9370b69476.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`
20452023-11-06T20:52:16.482Z Compiling console v0.15.7
20462023-11-06T20:52:16.526Z 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=a56f4533ffbea430 -C extra-filename=-a56f4533ffbea430 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20472023-11-06T20:52:18.270Z Compiling similar v2.2.1
20482023-11-06T20:52:18.282Z 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`
20492023-11-06T20:52:18.618Z Compiling bstr v1.6.0
20502023-11-06T20:52:18.667Z 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=61b870e7f18a47cd -C extra-filename=-61b870e7f18a47cd --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-dd6efc2fdfa6944c.rmeta --cap-lints allow -D warnings`
20512023-11-06T20:52:19.124Z 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=9c7ed9488a446f7d -C extra-filename=-9c7ed9488a446f7d --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-6fb8385a046b069a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-15c0056cb48a5c57.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
20522023-11-06T20:52:19.266Z Compiling hubpack v0.1.2
20532023-11-06T20:52:19.301Z 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`
20542023-11-06T20:52:19.794Z 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`
20552023-11-06T20:52:20.016Z Compiling predicates v3.0.4
20562023-11-06T20:52:20.052Z 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=d1e98c5379e5888d -C extra-filename=-d1e98c5379e5888d --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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
20572023-11-06T20:52:21.319Z Compiling postgres-types v0.2.6
20582023-11-06T20:52:21.327Z 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=5970364a53ce4ff6 -C extra-filename=-5970364a53ce4ff6 --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-b1bf27277cf11cc6.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-687f97da0b5dadb1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
20592023-11-06T20:52:22.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20602023-11-06T20:52:22.783Z 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=3822c7e6330eccda -C extra-filename=-3822c7e6330eccda --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-9c7ed9488a446f7d.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-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
20612023-11-06T20:52:22.942Z Compiling ipnetwork v0.20.0
20622023-11-06T20:52:23.407Z 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=0edce8661e867924 -C extra-filename=-0edce8661e867924 --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-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20632023-11-06T20:52:23.423Z Compiling getopts v0.2.21
20642023-11-06T20:52:23.439Z 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=da9ba133657e3013 -C extra-filename=-da9ba133657e3013 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20652023-11-06T20:52:23.914Z Compiling tokio-postgres v0.7.10
20662023-11-06T20:52:23.931Z 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=5dc7cc70d6080404 -C extra-filename=-5dc7cc70d6080404 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.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-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20672023-11-06T20:52:24.447Z Compiling tokio-stream v0.1.14
20682023-11-06T20:52:24.453Z 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=ab2e52a17e5fa09a -C extra-filename=-ab2e52a17e5fa09a --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-2e4b787c2de71c9f.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`
20692023-11-06T20:52:24.766Z Compiling yasna v0.5.2
20702023-11-06T20:52:24.782Z 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`
20712023-11-06T20:52:24.813Z Compiling usdt v0.3.5
20722023-11-06T20:52:24.849Z 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=176cd009761495ef -C extra-filename=-176cd009761495ef --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-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
20732023-11-06T20:52:25.238Z Compiling unsafe-libyaml v0.2.9
20742023-11-06T20:52:25.261Z 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`
20752023-11-06T20:52:26.093Z 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`
20762023-11-06T20:52:27.379Z Compiling diesel v2.1.3
20772023-11-06T20:52:27.387Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=31eb26792b8366e7 -C extra-filename=-31eb26792b8366e7 --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-6fb8385a046b069a.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-0edce8661e867924.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-687f97da0b5dadb1.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`
20782023-11-06T20:52:28.154Z Compiling serde_yaml v0.9.25
20792023-11-06T20:52:28.157Z 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=5888e78a9bad6119 -C extra-filename=-5888e78a9bad6119 --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-5f3babd46aca785b.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`
20802023-11-06T20:52:28.466Z Compiling ident_case v1.0.1
20812023-11-06T20:52:28.474Z 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`
20822023-11-06T20:52:28.714Z Compiling slog-async v2.8.0
20832023-11-06T20:52:28.737Z 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`
20842023-11-06T20:52:28.742Z Compiling paste v1.0.14
20852023-11-06T20:52:28.777Z 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`
20862023-11-06T20:52:29.501Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20872023-11-06T20:52:29.540Z Compiling camino v1.1.6
20882023-11-06T20:52:29.546Z 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`
20892023-11-06T20:52:29.635Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20902023-11-06T20:52:29.725Z 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`
20912023-11-06T20:52:30.520Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20922023-11-06T20:52:30.594Z Compiling darling_core v0.20.3
20932023-11-06T20:52:30.602Z 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`
20942023-11-06T20:52:31.626Z Compiling multer v2.1.0
20952023-11-06T20:52:32.048Z 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`
20962023-11-06T20:52:32.177Z 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`
20972023-11-06T20:52:32.330Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20982023-11-06T20:52:32.439Z Compiling async-stream-impl v0.3.5
20992023-11-06T20:52:32.488Z 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`
21002023-11-06T20:52:32.989Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21012023-11-06T20:52:32.992Z 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`
21022023-11-06T20:52:33.061Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21032023-11-06T20:52:33.085Z 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`
21042023-11-06T20:52:33.531Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
21052023-11-06T20:52:33.646Z 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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=e18c481408ad2194 -C extra-filename=-e18c481408ad2194 --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`
21062023-11-06T20:52:34.641Z Compiling structmeta-derive v0.2.0
21072023-11-06T20:52:34.677Z 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.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=906e376baf82bd7b -C extra-filename=-906e376baf82bd7b --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`
21082023-11-06T20:52:34.696Z Compiling regex-syntax v0.7.5
21092023-11-06T20:52:34.699Z 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`
21102023-11-06T20:52:36.802Z 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`
21112023-11-06T20:52:38.519Z 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=42370874ccbb2736 -C extra-filename=-42370874ccbb2736 --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-e18c481408ad2194.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21122023-11-06T20:52:39.106Z Compiling fastrand v2.0.0
21132023-11-06T20:52:39.109Z 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`
21142023-11-06T20:52:39.402Z Compiling structmeta v0.2.0
21152023-11-06T20:52:39.426Z 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.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=affcf9f8b8db675d -C extra-filename=-affcf9f8b8db675d --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-906e376baf82bd7b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
21162023-11-06T20:52:40.022Z Compiling darling_macro v0.20.3
21172023-11-06T20:52:40.026Z 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`
21182023-11-06T20:52:40.044Z Compiling tempfile v3.8.0
21192023-11-06T20:52:40.052Z 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`
21202023-11-06T20:52:40.075Z Compiling test-strategy v0.3.1
21212023-11-06T20:52:40.132Z 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.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=588e61721eaff395 -C extra-filename=-588e61721eaff395 --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-affcf9f8b8db675d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21222023-11-06T20:52:40.326Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21232023-11-06T20:52:40.336Z 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=df4f076d8e68e3cc -C extra-filename=-df4f076d8e68e3cc --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-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-49415ddd8459087f.rlib --extern proc_macro --cap-lints allow -D warnings`
21242023-11-06T20:52:41.528Z 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=30a62ecb4bdce728 -C extra-filename=-30a62ecb4bdce728 --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-5f3babd46aca785b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
21252023-11-06T20:52:41.853Z Compiling darling v0.20.3
21262023-11-06T20:52:42.328Z 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`
21272023-11-06T20:52:42.342Z Compiling serde_with_macros v2.3.3
21282023-11-06T20:52:42.345Z 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`
21292023-11-06T20:52:44.863Z 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=330c871f3d192e5f -C extra-filename=-330c871f3d192e5f --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21302023-11-06T20:52:46.266Z 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=b26123be1bfb0475 -C extra-filename=-b26123be1bfb0475 --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.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-e18c481408ad2194.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`
21312023-11-06T20:52:46.357Z Compiling toml_edit v0.20.7
21322023-11-06T20:52:46.381Z 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.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"' -C metadata=622b9843d0a6f71f -C extra-filename=-622b9843d0a6f71f --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-5f3babd46aca785b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
21332023-11-06T20:52:46.394Z 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=dc658704b8aece8d -C extra-filename=-dc658704b8aece8d --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-b1bf27277cf11cc6.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-e18c481408ad2194.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
21342023-11-06T20:52:46.932Z Compiling parse-display-derive v0.8.2
21352023-11-06T20:52:46.937Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c1f49ec98267078f -C extra-filename=-c1f49ec98267078f --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-4ecfbf899a12e38f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-affcf9f8b8db675d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21362023-11-06T20:52:47.872Z 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=f610ebabab3e9f05 -C extra-filename=-f610ebabab3e9f05 --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-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b26123be1bfb0475.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
21372023-11-06T20:52:48.330Z Compiling dirs-sys-next v0.1.2
21382023-11-06T20:52:48.344Z 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`
21392023-11-06T20:52:48.502Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21402023-11-06T20:52:48.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=f9a1b8533c11a9c9 -C extra-filename=-f9a1b8533c11a9c9 --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-49415ddd8459087f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21412023-11-06T20:52:48.722Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21422023-11-06T20:52:48.730Z 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=5c18a750ffabc57a -C extra-filename=-5c18a750ffabc57a --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-da9ba133657e3013.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-5f3babd46aca785b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a0c5a47242d1112d.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-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-f9a1b8533c11a9c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21432023-11-06T20:52:49.110Z Compiling dirs-next v2.0.0
21442023-11-06T20:52:49.128Z 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`
21452023-11-06T20:52:49.251Z 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=474e427290744ca9 -C extra-filename=-474e427290744ca9 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.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-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
21462023-11-06T20:52:49.421Z Compiling term v0.7.0
21472023-11-06T20:52:49.433Z 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`
21482023-11-06T20:52:49.445Z 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=82272017594cf4e8 -C extra-filename=-82272017594cf4e8 --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-42370874ccbb2736.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
21492023-11-06T20:52:49.996Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=273444a7f6b14b30 -C extra-filename=-273444a7f6b14b30 --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-6fb8385a046b069a.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-330c871f3d192e5f.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-e18c481408ad2194.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`
21502023-11-06T20:52:52.117Z Compiling toml v0.8.6
21512023-11-06T20:52:52.120Z 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.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="display"' --cfg 'feature="parse"' -C metadata=d15ebd01fa8e9bef -C extra-filename=-d15ebd01fa8e9bef --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-5cee453c3a1ce49b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rmeta --cap-lints allow -D warnings`
21522023-11-06T20:52:54.140Z 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=659a39a9b53a3975 -C extra-filename=-659a39a9b53a3975 --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-82272017594cf4e8.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21532023-11-06T20:52:54.353Z 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=cf36950c3b2ddfee -C extra-filename=-cf36950c3b2ddfee --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-da9ba133657e3013.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-5f3babd46aca785b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-659a39a9b53a3975.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21542023-11-06T20:52:55.040Z Compiling atty v0.2.14
21552023-11-06T20:52:55.049Z 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`
21562023-11-06T20:52:55.256Z Compiling match_cfg v0.1.0
21572023-11-06T20:52:55.260Z 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`
21582023-11-06T20:52:55.399Z Compiling hostname v0.3.1
21592023-11-06T20:52:55.410Z 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`
21602023-11-06T20:52:55.782Z Compiling crossbeam-channel v0.5.8
21612023-11-06T20:52:55.787Z 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`
21622023-11-06T20:52:58.145Z Compiling sha1 v0.10.5
21632023-11-06T20:52:58.152Z 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`
21642023-11-06T20:52:58.442Z Compiling thread_local v1.1.7
21652023-11-06T20:52:58.881Z 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`
21662023-11-06T20:52:58.905Z 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`
21672023-11-06T20:52:59.439Z Compiling strum v0.25.0
21682023-11-06T20:52:59.450Z 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-11-06T20:52:59.664Z Compiling instant v0.1.12
21702023-11-06T20:52:59.670Z 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-11-06T20:52:59.888Z Compiling take_mut v0.2.2
21722023-11-06T20:52:59.927Z 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-11-06T20:53:00.155Z 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-11-06T20:53:00.356Z Compiling slog-term v2.9.0
21752023-11-06T20:53:00.378Z 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-11-06T20:53:00.475Z Compiling serde_with v2.3.3
21772023-11-06T20:53:00.478Z 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`
21782023-11-06T20:53:02.283Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21792023-11-06T20:53:02.313Z 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=b0cbe400eba9d400 -C extra-filename=-b0cbe400eba9d400 --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-a0c5a47242d1112d.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-5c18a750ffabc57a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-5888e78a9bad6119.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21802023-11-06T20:53:02.345Z Compiling slog-json v2.6.1
21812023-11-06T20:53:02.356Z 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=1cb90a5867f95b58 -C extra-filename=-1cb90a5867f95b58 --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-e18c481408ad2194.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`
21822023-11-06T20:53:02.559Z Compiling atomic-waker v1.1.1
21832023-11-06T20:53:02.577Z 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`
21842023-11-06T20:53:02.892Z Compiling slog-bunyan v2.4.0
21852023-11-06T20:53:02.966Z 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=d0a55b9fae8929cb -C extra-filename=-d0a55b9fae8929cb --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-1cb90a5867f95b58.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21862023-11-06T20:53:02.984Z Compiling debug-ignore v1.0.5
21872023-11-06T20:53:02.989Z 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`
21882023-11-06T20:53:03.175Z Compiling waitgroup v0.1.2
21892023-11-06T20:53:03.208Z 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`
21902023-11-06T20:53:03.233Z Compiling async-stream v0.3.5
21912023-11-06T20:53:03.255Z 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=f161070c4a4a0796 -C extra-filename=-f161070c4a4a0796 --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-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21922023-11-06T20:53:03.506Z 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=ccae555fe7980b94 -C extra-filename=-ccae555fe7980b94 --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-bb3989e3a9425633.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`
21932023-11-06T20:53:03.685Z Compiling serde_path_to_error v0.1.14
21942023-11-06T20:53:03.761Z 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`
21952023-11-06T20:53:05.185Z Compiling backoff v0.4.0
21962023-11-06T20:53:05.201Z 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=096baf33883e90fb -C extra-filename=-096baf33883e90fb --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-2e4b787c2de71c9f.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`
21972023-11-06T20:53:05.334Z Compiling quick-error v1.2.3
21982023-11-06T20:53:05.374Z 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`
21992023-11-06T20:53:05.561Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22002023-11-06T20:53:05.569Z 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`
22012023-11-06T20:53:05.720Z Compiling macaddr v1.0.1
22022023-11-06T20:53:05.735Z 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`
22032023-11-06T20:53:05.893Z 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`
22042023-11-06T20:53:06.545Z Compiling wait-timeout v0.2.0
22052023-11-06T20:53:06.637Z 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`
22062023-11-06T20:53:06.696Z Compiling rand_xorshift v0.3.0
22072023-11-06T20:53:06.715Z 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`
22082023-11-06T20:53:07.125Z Compiling rusty-fork v0.3.0
22092023-11-06T20:53:07.166Z 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`
22102023-11-06T20:53:07.399Z Compiling unarray v0.1.4
22112023-11-06T20:53:07.491Z 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`
22122023-11-06T20:53:07.501Z Compiling parse-display v0.8.2
22132023-11-06T20:53:07.552Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=03eb206d43e2404a -C extra-filename=-03eb206d43e2404a --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-c1f49ec98267078f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
22142023-11-06T20:53:07.676Z Compiling proptest v1.3.1
22152023-11-06T20:53:08.114Z 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`
22162023-11-06T20:53:08.151Z 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`
22172023-11-06T20:53:08.162Z 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`
22182023-11-06T20:53:08.190Z 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`
22192023-11-06T20:53:08.390Z 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`
22202023-11-06T20:53:08.537Z 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`
22212023-11-06T20:53:09.042Z 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`
22222023-11-06T20:53:09.920Z 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`
22232023-11-06T20:53:10.286Z 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`
22242023-11-06T20:53:10.685Z 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`
22252023-11-06T20:53:11.060Z Compiling proc-macro-crate v1.3.1
22262023-11-06T20:53:11.066Z 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=208fee1592140db3 -C extra-filename=-208fee1592140db3 --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-9c1c1fe0b2f1b8d4.rmeta --cap-lints allow -D warnings`
22272023-11-06T20:53:11.085Z Compiling crucible-workspace-hack v0.1.0
22282023-11-06T20:53:11.089Z 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`
22292023-11-06T20:53:11.381Z 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`
22302023-11-06T20:53:11.598Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24/build-script-build`
22312023-11-06T20:53:11.637Z 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`
22322023-11-06T20:53:11.957Z 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`
22332023-11-06T20:53:12.554Z 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`
22342023-11-06T20:53:12.811Z 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`
22352023-11-06T20:53:13.130Z 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`
22362023-11-06T20:53:14.023Z 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`
22372023-11-06T20:53:14.298Z Compiling proc-macro-error-attr v1.0.4
22382023-11-06T20:53:14.304Z 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`
22392023-11-06T20:53:14.421Z 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`
22402023-11-06T20:53:14.796Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
22412023-11-06T20:53:14.919Z Compiling proc-macro-error v1.0.4
22422023-11-06T20:53:14.933Z 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`
22432023-11-06T20:53:15.516Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
22442023-11-06T20:53:15.768Z 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`
22452023-11-06T20:53:16.470Z Compiling num_enum_derive v0.5.11
22462023-11-06T20:53:16.504Z 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=9c5dc63513a9e432 -C extra-filename=-9c5dc63513a9e432 --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-208fee1592140db3.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`
22472023-11-06T20:53:17.091Z 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`
22482023-11-06T20:53:17.656Z 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`
22492023-11-06T20:53:18.028Z 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`
22502023-11-06T20:53:19.138Z 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`
22512023-11-06T20:53:19.312Z 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`
22522023-11-06T20:53:19.452Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15f20dc26df54122 -C extra-filename=-15f20dc26df54122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532023-11-06T20:53:19.867Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22542023-11-06T20:53:19.888Z 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`
22552023-11-06T20:53:28.667Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22562023-11-06T20:53:29.110Z 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`
22572023-11-06T20:53:30.000Z 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`
22582023-11-06T20:53:30.080Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fca2ca054f4fc8df -C extra-filename=-fca2ca054f4fc8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22592023-11-06T20:53:30.232Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602023-11-06T20:53:30.364Z 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`
22612023-11-06T20:53:30.387Z Compiling base64ct v1.6.0
22622023-11-06T20:53:30.495Z 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`
22632023-11-06T20:53:30.554Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22642023-11-06T20:53:30.599Z 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`
22652023-11-06T20:53:30.622Z Compiling foreign-types-macros v0.2.3
22662023-11-06T20:53:30.674Z 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`
22672023-11-06T20:53:30.817Z 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`
22682023-11-06T20:53:30.885Z Compiling is-terminal v0.4.9
22692023-11-06T20:53:30.900Z 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`
22702023-11-06T20:53:30.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22712023-11-06T20:53:30.917Z 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`
22722023-11-06T20:53:30.929Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22732023-11-06T20:53:30.938Z 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`
22742023-11-06T20:53:30.957Z 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`
22752023-11-06T20:53:30.963Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22762023-11-06T20:53:30.979Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8/build-script-build`
22772023-11-06T20:53:30.994Z 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`
22782023-11-06T20:53:31.046Z 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`
22792023-11-06T20:53:31.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22802023-11-06T20:53:31.078Z 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`
22812023-11-06T20:53:31.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22822023-11-06T20:53:31.123Z 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`
22832023-11-06T20:53:31.589Z 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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=a79ff521aceff8c1 -C extra-filename=-a79ff521aceff8c1 --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-11-06T20:53:31.623Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22852023-11-06T20:53:31.638Z 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`
22862023-11-06T20:53:31.678Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3d4913af193ba8fa -C extra-filename=-3d4913af193ba8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22872023-11-06T20:53:31.697Z 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`
22882023-11-06T20:53:31.729Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22892023-11-06T20:53:31.744Z Compiling zone_cfg_derive v0.2.0
22902023-11-06T20:53:31.757Z 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`
22912023-11-06T20:53:31.829Z Compiling mockall_derive v0.11.4
22922023-11-06T20:53:31.862Z 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`
22932023-11-06T20:53:31.873Z Compiling num-derive v0.4.0
22942023-11-06T20:53:31.916Z 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`
22952023-11-06T20:53:31.955Z Compiling xattr v1.0.1
22962023-11-06T20:53:31.995Z 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`
22972023-11-06T20:53:32.009Z Compiling filetime v0.2.22
22982023-11-06T20:53:32.029Z 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`
22992023-11-06T20:53:32.097Z 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`
23002023-11-06T20:53:32.712Z Compiling tar v0.4.40
23012023-11-06T20:53:32.718Z 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`
23022023-11-06T20:53:33.745Z 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`
23032023-11-06T20:53:33.957Z 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`
23042023-11-06T20:53:34.452Z 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`
23052023-11-06T20:53:35.306Z 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`
23062023-11-06T20:53:36.550Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=1f5aded3f0934012 -C extra-filename=-1f5aded3f0934012 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --cap-lints allow -D warnings`
23072023-11-06T20:53:37.257Z 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`
23082023-11-06T20:53:37.747Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=97c08c0a1637e212 -C extra-filename=-97c08c0a1637e212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23092023-11-06T20:53:38.048Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7707dd2a7f3f5fc1 -C extra-filename=-7707dd2a7f3f5fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23102023-11-06T20:53:38.258Z 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`
23112023-11-06T20:53:38.505Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=135bf7ba8ab3ea34 -C extra-filename=-135bf7ba8ab3ea34 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.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`
23122023-11-06T20:53:38.542Z 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`
23132023-11-06T20:53:38.873Z 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`
23142023-11-06T20:53:39.025Z 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`
23152023-11-06T20:53:39.205Z 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`
23162023-11-06T20:53:40.772Z 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`
23172023-11-06T20:53:41.231Z 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`
23182023-11-06T20:53:41.446Z 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"'`
23192023-11-06T20:53:41.866Z 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`
23202023-11-06T20:53:42.039Z 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`
23212023-11-06T20:53:42.063Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c51a83c80e38f6e3 -C extra-filename=-c51a83c80e38f6e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23222023-11-06T20:53:42.151Z 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`
23232023-11-06T20:53:42.237Z 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`
23242023-11-06T20:53:42.246Z 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`
23252023-11-06T20:53:46.205Z 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`
23262023-11-06T20:53:46.434Z 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=0687e8647cca9e82 -C extra-filename=-0687e8647cca9e82 --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-a79ff521aceff8c1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
23272023-11-06T20:53:46.598Z 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`
23282023-11-06T20:53:46.675Z 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`
23292023-11-06T20:53:46.736Z 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`
23302023-11-06T20:53:46.801Z 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`
23312023-11-06T20:53:47.319Z 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`
23322023-11-06T20:53:47.399Z 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`
23332023-11-06T20:53:47.411Z 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`
23342023-11-06T20:53:47.422Z 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`
23352023-11-06T20:53:47.454Z 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`
23362023-11-06T20:53:47.909Z 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`
23372023-11-06T20:53:47.920Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=acfeb7de5b329e93 -C extra-filename=-acfeb7de5b329e93 --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`
23382023-11-06T20:53:49.053Z 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`
23392023-11-06T20:53:49.065Z 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`
23402023-11-06T20:53:49.192Z 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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fce9de2fc122c792 -C extra-filename=-fce9de2fc122c792 --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-acfeb7de5b329e93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23412023-11-06T20:53:49.218Z 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`
23422023-11-06T20:53:49.224Z 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`
23432023-11-06T20:53:49.246Z 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`
23442023-11-06T20:53:49.393Z 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.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=f4cc2d93810d5310 -C extra-filename=-f4cc2d93810d5310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-11-06T20:53:49.657Z 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`
23462023-11-06T20:53:50.615Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=45f9b288087bf8e6 -C extra-filename=-45f9b288087bf8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23472023-11-06T20:53:50.623Z 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`
23482023-11-06T20:53:50.783Z 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`
23492023-11-06T20:53:51.164Z 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`
23502023-11-06T20:53:51.429Z 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`
23512023-11-06T20:53:51.504Z 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`
23522023-11-06T20:53:51.640Z 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`
23532023-11-06T20:53:52.200Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=a5ada7efac379163 -C extra-filename=-a5ada7efac379163 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.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`
23542023-11-06T20:53:53.019Z 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`
23552023-11-06T20:53:53.207Z 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.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=1ed2f179d916e5df -C extra-filename=-1ed2f179d916e5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-11-06T20:53:53.479Z 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`
23572023-11-06T20:53:54.358Z 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`
23582023-11-06T20:53:54.665Z 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`
23592023-11-06T20:53:54.966Z 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`
23602023-11-06T20:53:55.870Z 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`
23612023-11-06T20:53:55.879Z 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`
23622023-11-06T20:53:55.888Z 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`
23632023-11-06T20:53:55.897Z 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`
23642023-11-06T20:53:55.902Z 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=24a8445f7ecce1c1 -C extra-filename=-24a8445f7ecce1c1 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-a5ada7efac379163.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23652023-11-06T20:53:55.970Z 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`
23662023-11-06T20:53:56.006Z 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`
23672023-11-06T20:53:56.443Z 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=2796f4240060362d -C extra-filename=-2796f4240060362d --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
23682023-11-06T20:53:56.691Z 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.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=dc107dcf8621a51f -C extra-filename=-dc107dcf8621a51f --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-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23692023-11-06T20:53:57.034Z 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`
23702023-11-06T20:53:57.157Z 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`
23712023-11-06T20:53:57.337Z 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`
23722023-11-06T20:53:57.757Z 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`
23732023-11-06T20:53:58.053Z 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`
23742023-11-06T20:53:58.214Z 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`
23752023-11-06T20:53:58.688Z 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`
23762023-11-06T20:53:59.241Z 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`
23772023-11-06T20:53:59.560Z 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`
23782023-11-06T20:54:00.618Z 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`
23792023-11-06T20:54:00.806Z 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`
23802023-11-06T20:54:01.242Z Compiling termtree v0.4.1
23812023-11-06T20:54:01.253Z 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`
23822023-11-06T20:54:01.899Z 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`
23832023-11-06T20:54:01.915Z Compiling predicates-tree v1.0.9
23842023-11-06T20:54:02.332Z 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`
23852023-11-06T20:54:02.343Z 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`
23862023-11-06T20:54:02.519Z 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`
23872023-11-06T20:54:02.878Z 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`
23882023-11-06T20:54:04.623Z 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.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6e083666603c4e01 -C extra-filename=-6e083666603c4e01 --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-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23892023-11-06T20:54:06.480Z 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`
23902023-11-06T20:54:07.237Z 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`
23912023-11-06T20:54:08.280Z 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=f18ad2b4f7e42dbf -C extra-filename=-f18ad2b4f7e42dbf --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.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`
23922023-11-06T20:54:10.268Z 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`
23932023-11-06T20:54:10.868Z 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`
23942023-11-06T20:54:11.380Z 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`
23952023-11-06T20:54:11.488Z 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`
23962023-11-06T20:54:13.057Z 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=afe568b4e91ae0a4 -C extra-filename=-afe568b4e91ae0a4 --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-2796f4240060362d.rmeta --cap-lints allow -D warnings`
23972023-11-06T20:54:13.060Z 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`
23982023-11-06T20:54:13.063Z 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=ec125181459068d2 -C extra-filename=-ec125181459068d2 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
23992023-11-06T20:54:13.354Z 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`
24002023-11-06T20:54:13.845Z Compiling num_enum v0.5.11
24012023-11-06T20:54:13.848Z 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=03dc4395c67cc94e -C extra-filename=-03dc4395c67cc94e --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-9c5dc63513a9e432.so --cap-lints allow -D warnings`
24022023-11-06T20:54:14.111Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24032023-11-06T20:54:14.115Z 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`
24042023-11-06T20:54:14.143Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=59e9bea01a1e3177 -C extra-filename=-59e9bea01a1e3177 --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`
24052023-11-06T20:54:14.269Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=f8adf473ac7e4876 -C extra-filename=-f8adf473ac7e4876 --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`
24062023-11-06T20:54:14.534Z 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`
24072023-11-06T20:54:15.018Z Compiling postcard-cobs v0.1.5-pre
24082023-11-06T20:54:15.030Z 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`
24092023-11-06T20:54:15.046Z 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`
24102023-11-06T20:54:15.054Z Compiling postcard v0.7.3
24112023-11-06T20:54:15.065Z 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`
24122023-11-06T20:54:15.080Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24132023-11-06T20:54:15.090Z 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`
24142023-11-06T20:54:15.098Z 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=042cda93981ab7e8 -C extra-filename=-042cda93981ab7e8 --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-ec125181459068d2.rmeta --cap-lints allow -D warnings`
24152023-11-06T20:54:15.914Z 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`
24162023-11-06T20:54:15.937Z 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`
24172023-11-06T20:54:16.512Z 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`
24182023-11-06T20:54:16.537Z Compiling password-hash v0.5.0
24192023-11-06T20:54:16.541Z 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`
24202023-11-06T20:54:16.694Z 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`
24212023-11-06T20:54:16.889Z Compiling smoltcp v0.8.2
24222023-11-06T20:54:16.984Z 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=08d295e1c64ae340 -C extra-filename=-08d295e1c64ae340 --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-6fb8385a046b069a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24232023-11-06T20:54:26.482Z Compiling blake2 v0.10.6
24242023-11-06T20:54:26.527Z 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`
24252023-11-06T20:54:27.387Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24262023-11-06T20:54:27.534Z 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`
24272023-11-06T20:54:27.747Z Compiling base64 v0.13.1
24282023-11-06T20:54:27.890Z 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`
24292023-11-06T20:54:27.923Z Compiling foreign-types-shared v0.3.1
24302023-11-06T20:54:28.030Z 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`
24312023-11-06T20:54:28.154Z Compiling cfg-if v0.1.10
24322023-11-06T20:54:28.197Z 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`
24332023-11-06T20:54:28.221Z 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`
24342023-11-06T20:54:28.291Z Compiling foreign-types v0.5.0
24352023-11-06T20:54:28.372Z 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`
24362023-11-06T20:54:28.457Z Compiling argon2 v0.5.2
24372023-11-06T20:54:28.536Z 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`
24382023-11-06T20:54:28.559Z 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=888d96de7f42c721 -C extra-filename=-888d96de7f42c721 --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-fce9de2fc122c792.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings`
24392023-11-06T20:54:28.648Z 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=cb23ea4bc610a220 -C extra-filename=-cb23ea4bc610a220 --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-f18ad2b4f7e42dbf.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`
24402023-11-06T20:54:28.844Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8e0cb7bcc21358a -C extra-filename=-e8e0cb7bcc21358a --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-15f20dc26df54122.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24412023-11-06T20:54:28.996Z 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=a3f2bbb1cb3be415 -C extra-filename=-a3f2bbb1cb3be415 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24422023-11-06T20:54:29.083Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=1506b044121151f3 -C extra-filename=-1506b044121151f3 --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`
24432023-11-06T20:54:29.550Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24442023-11-06T20:54:29.631Z 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=01289afc0ab27377 -C extra-filename=-01289afc0ab27377 --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-330c871f3d192e5f.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-08d295e1c64ae340.rmeta --cap-lints allow -D warnings`
24452023-11-06T20:54:29.669Z 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`
24462023-11-06T20:54:29.733Z 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`
24472023-11-06T20:54:29.841Z Compiling cstr-argument v0.1.2
24482023-11-06T20:54:29.931Z 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`
24492023-11-06T20:54:29.988Z Compiling pretty-hex v0.2.1
24502023-11-06T20:54:30.077Z 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`
24512023-11-06T20:54:30.087Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24522023-11-06T20:54:30.118Z 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=de1fe30492559a19 -C extra-filename=-de1fe30492559a19 --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-03dc4395c67cc94e.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`
24532023-11-06T20:54:30.214Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542023-11-06T20:54:30.285Z 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`
24552023-11-06T20:54:30.308Z 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=129ad58b2f858651 -C extra-filename=-129ad58b2f858651 --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-01289afc0ab27377.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-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24562023-11-06T20:54:30.331Z 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`
24572023-11-06T20:54:30.378Z 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`
24582023-11-06T20:54:30.434Z Compiling colored v2.0.4
24592023-11-06T20:54:30.483Z 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`
24602023-11-06T20:54:30.549Z 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`
24612023-11-06T20:54:30.576Z 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`
24622023-11-06T20:54:30.627Z 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`
24632023-11-06T20:54:30.737Z 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=33792c3af125db33 -C extra-filename=-33792c3af125db33 --out-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-de1fe30492559a19.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-03dc4395c67cc94e.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`
24642023-11-06T20:54:30.884Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24652023-11-06T20:54:30.978Z 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=c1ae5ae2e25876e6 -C extra-filename=-c1ae5ae2e25876e6 --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-129ad58b2f858651.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
24662023-11-06T20:54:31.016Z 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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=5fb0f80fbc938a42 -C extra-filename=-5fb0f80fbc938a42 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24672023-11-06T20:54:31.056Z 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=12e80841eef6dcef -C extra-filename=-12e80841eef6dcef --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-fca2ca054f4fc8df.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-042cda93981ab7e8.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-a79ff521aceff8c1.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`
24682023-11-06T20:54:31.101Z 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`
24692023-11-06T20:54:31.112Z Compiling predicates v2.1.5
24702023-11-06T20:54:31.155Z 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=db530a9a12a6721e -C extra-filename=-db530a9a12a6721e --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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
24712023-11-06T20:54:31.185Z Compiling fragile v2.0.0
24722023-11-06T20:54:31.203Z 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`
24732023-11-06T20:54:31.265Z 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=36ae4547e3a6e6be -C extra-filename=-36ae4547e3a6e6be --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-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-12e80841eef6dcef.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
24742023-11-06T20:54:31.308Z Compiling downcast v0.11.0
24752023-11-06T20:54:31.332Z 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`
24762023-11-06T20:54:31.389Z 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`
24772023-11-06T20:54:31.448Z Compiling mockall v0.11.4
24782023-11-06T20:54:31.480Z 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=7912624515dddc1c -C extra-filename=-7912624515dddc1c --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-db530a9a12a6721e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings`
24792023-11-06T20:54:31.518Z 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=c86de6df203ca23e -C extra-filename=-c86de6df203ca23e --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-fce9de2fc122c792.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
24802023-11-06T20:54:31.531Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
24812023-11-06T20:54:31.564Z 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`
24822023-11-06T20:54:31.593Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24832023-11-06T20:54:31.611Z 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=42944529bb37d717 -C extra-filename=-42944529bb37d717 --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-33792c3af125db33.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.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`
24842023-11-06T20:54:32.044Z Compiling zone v0.2.0
24852023-11-06T20:54:32.050Z 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`
24862023-11-06T20:54:32.753Z 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`
24872023-11-06T20:54:32.892Z Compiling smf v0.2.2
24882023-11-06T20:54:33.328Z 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`
24892023-11-06T20:54:33.342Z 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`
24902023-11-06T20:54:33.683Z 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`
24912023-11-06T20:54:33.724Z 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`
24922023-11-06T20:54:34.142Z 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=66decd574235a33a -C extra-filename=-66decd574235a33a --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-0687e8647cca9e82.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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`
24932023-11-06T20:54:34.709Z 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=0b50cf77aa37dc11 -C extra-filename=-0b50cf77aa37dc11 --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-c51a83c80e38f6e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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-1506b044121151f3.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
24942023-11-06T20:54:35.276Z 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`
24952023-11-06T20:54:35.288Z 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=11c486de82996761 -C extra-filename=-11c486de82996761 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
24962023-11-06T20:54:35.949Z 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`
24972023-11-06T20:54:36.375Z 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=321b9ea410293f21 -C extra-filename=-321b9ea410293f21 --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c86de6df203ca23e.rmeta --cap-lints allow -D warnings`
24982023-11-06T20:54:36.930Z 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`
24992023-11-06T20:54:36.989Z 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`
25002023-11-06T20:54:37.093Z 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=828c5280b551ebd8 -C extra-filename=-828c5280b551ebd8 --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-0b50cf77aa37dc11.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-a79ff521aceff8c1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
25012023-11-06T20:54:37.441Z 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`
25022023-11-06T20:54:37.530Z 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`
25032023-11-06T20:54:37.944Z 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`
25042023-11-06T20:54:38.218Z 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`
25052023-11-06T20:54:38.990Z 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=0e56dafc5d92fd04 -C extra-filename=-0e56dafc5d92fd04 --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-66decd574235a33a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
25062023-11-06T20:54:39.178Z 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=da48b927f52eb07a -C extra-filename=-da48b927f52eb07a --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-11c486de82996761.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-fce9de2fc122c792.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-888d96de7f42c721.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-6e083666603c4e01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-0e56dafc5d92fd04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
25072023-11-06T20:54:39.215Z Compiling slog-dtrace v0.2.3
25082023-11-06T20:54:39.223Z 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`
25092023-11-06T20:54:39.248Z 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`
25102023-11-06T20:54:39.342Z 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`
25112023-11-06T20:54:39.449Z 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`
25122023-11-06T20:54:39.942Z 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`
25132023-11-06T20:54:39.964Z 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`
25142023-11-06T20:54:39.977Z 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=0773500468b2395d -C extra-filename=-0773500468b2395d --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-0b50cf77aa37dc11.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.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-a5ada7efac379163.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
25152023-11-06T20:54:39.992Z 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=19f829fd183c8f46 -C extra-filename=-19f829fd183c8f46 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
25162023-11-06T20:54:40.006Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
25172023-11-06T20:54:40.015Z 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`
25182023-11-06T20:54:40.309Z 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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2f7879f4b86b667f -C extra-filename=-2f7879f4b86b667f --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`
25192023-11-06T20:54:40.506Z 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`
25202023-11-06T20:54:40.906Z 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`
25212023-11-06T20:54:41.303Z 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`
25222023-11-06T20:54:41.626Z 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`
25232023-11-06T20:54:41.849Z 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`
25242023-11-06T20:54:42.179Z 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`
25252023-11-06T20:54:42.440Z 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`
25262023-11-06T20:54:42.957Z 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`
25272023-11-06T20:54:43.265Z 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`
25282023-11-06T20:54:43.284Z 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`
25292023-11-06T20:54:43.309Z 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`
25302023-11-06T20:54:43.551Z 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`
25312023-11-06T20:54:43.835Z 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`
25322023-11-06T20:54:44.730Z 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=f1a3512a0c299d35 -C extra-filename=-f1a3512a0c299d35 --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-a79ff521aceff8c1.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`
25332023-11-06T20:54:46.328Z Compiling camino-tempfile v1.0.2
25342023-11-06T20:54:46.442Z 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`
25352023-11-06T20:54:46.470Z 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`
25362023-11-06T20:54:46.484Z 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`
25372023-11-06T20:54:46.504Z 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`
25382023-11-06T20:54:46.512Z 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`
25392023-11-06T20:54:46.516Z 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`
25402023-11-06T20:54:46.521Z 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`
25412023-11-06T20:54:46.525Z 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`
25422023-11-06T20:54:46.528Z 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=fbaa5a57a4bb9a3b -C extra-filename=-fbaa5a57a4bb9a3b --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-f1a3512a0c299d35.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25432023-11-06T20:54:46.532Z 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`
25442023-11-06T20:54:46.535Z 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`
25452023-11-06T20:54:46.633Z 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`
25462023-11-06T20:54:46.803Z 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`
25472023-11-06T20:54:47.405Z 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`
25482023-11-06T20:54:47.420Z 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`
25492023-11-06T20:54:47.441Z 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`
25502023-11-06T20:54:47.653Z 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`
25512023-11-06T20:54:48.023Z 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`
25522023-11-06T20:54:48.118Z 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`
25532023-11-06T20:54:48.216Z 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`
25542023-11-06T20:54:48.522Z Compiling pem v1.1.1
25552023-11-06T20:54:48.525Z 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`
25562023-11-06T20:54:48.878Z 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`
25572023-11-06T20:54:49.343Z 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`
25582023-11-06T20:54:49.693Z 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`
25592023-11-06T20:54:49.854Z Compiling same-file v1.0.6
25602023-11-06T20:54:49.924Z 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`
25612023-11-06T20:54:49.985Z 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`
25622023-11-06T20:54:50.197Z 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`
25632023-11-06T20:54:50.232Z Compiling walkdir v2.4.0
25642023-11-06T20:54:50.240Z 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`
25652023-11-06T20:54:50.510Z 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`
25662023-11-06T20:54:50.674Z 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`
25672023-11-06T20:54:50.863Z 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=fdf8bee5624521f1 -C extra-filename=-fdf8bee5624521f1 --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-cde40b1e5460b78c.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-1f5aded3f0934012.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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`
25682023-11-06T20:54:50.915Z 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=f84f30d040ff99da -C extra-filename=-f84f30d040ff99da --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-135bf7ba8ab3ea34.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`
25692023-11-06T20:54:50.925Z 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=2a4af4e6b1fca033 -C extra-filename=-2a4af4e6b1fca033 --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-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
25702023-11-06T20:54:51.467Z 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`
25712023-11-06T20:54:51.650Z 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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9424837649549af3 -C extra-filename=-9424837649549af3 --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`
25722023-11-06T20:54:52.011Z 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`
25732023-11-06T20:54:52.405Z 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=9f060ddd993498d0 -C extra-filename=-9f060ddd993498d0 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
25742023-11-06T20:54:52.580Z 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`
25752023-11-06T20:54:52.925Z Compiling cancel-safe-futures v0.1.5
25762023-11-06T20:54:52.934Z 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.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=3670afec490a1287 -C extra-filename=-3670afec490a1287 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772023-11-06T20:54:53.023Z 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`
25782023-11-06T20:54:53.191Z 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`
25792023-11-06T20:54:53.297Z 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`
25802023-11-06T20:54:53.481Z 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=2e3f0086e3a6d9df -C extra-filename=-2e3f0086e3a6d9df --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-9f060ddd993498d0.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`
25812023-11-06T20:54:53.532Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287/build-script-build`
25822023-11-06T20:54:53.610Z 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`
25832023-11-06T20:54:53.941Z 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`
25842023-11-06T20:54:53.944Z 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`
25852023-11-06T20:54:54.224Z 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`
25862023-11-06T20:54:54.332Z 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`
25872023-11-06T20:54:54.419Z Compiling headers-core v0.2.0
25882023-11-06T20:54:54.423Z 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`
25892023-11-06T20:54:54.667Z 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`
25902023-11-06T20:54:54.872Z 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`
25912023-11-06T20:54:54.952Z 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="dfa-search"' -C metadata=86d15311e3a6f387 -C extra-filename=-86d15311e3a6f387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25922023-11-06T20:54:55.512Z 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`
25932023-11-06T20:54:56.440Z 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=27ea47936f1bcbfe -C extra-filename=-27ea47936f1bcbfe --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-fca2ca054f4fc8df.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2e3f0086e3a6d9df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
25942023-11-06T20:54:57.064Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=7375f3ef9ec50070 -C extra-filename=-7375f3ef9ec50070 --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-fca2ca054f4fc8df.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-a3f2bbb1cb3be415.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-a79ff521aceff8c1.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`
25952023-11-06T20:54:58.051Z 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=f160b03d3a6e70a0 -C extra-filename=-f160b03d3a6e70a0 --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-86d15311e3a6f387.rmeta --cap-lints allow -D warnings`
25962023-11-06T20:54:58.794Z Compiling headers v0.3.9
25972023-11-06T20:54:58.809Z 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=e615e1d5b19650cb -C extra-filename=-e615e1d5b19650cb --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-c0a884fd652c2175.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`
25982023-11-06T20:54:59.209Z 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`
25992023-11-06T20:55:00.174Z 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`
26002023-11-06T20:55:00.423Z 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.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"' -C metadata=d391f879a071107e -C extra-filename=-d391f879a071107e --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-fce9de2fc122c792.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
26012023-11-06T20:55:00.584Z 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`
26022023-11-06T20:55:00.852Z 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`
26032023-11-06T20:55:01.412Z 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`
26042023-11-06T20:55:01.590Z 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`
26052023-11-06T20:55:02.002Z 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`
26062023-11-06T20:55:02.205Z 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`
26072023-11-06T20:55:02.357Z 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`
26082023-11-06T20:55:02.482Z 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`
26092023-11-06T20:55:02.491Z 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=3eca1d6a91008261 -C extra-filename=-3eca1d6a91008261 --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-fce9de2fc122c792.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`
26102023-11-06T20:55:02.744Z 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=8c4b18693be4e9af -C extra-filename=-8c4b18693be4e9af --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-27ea47936f1bcbfe.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-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
26112023-11-06T20:55:03.165Z 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`
26122023-11-06T20:55:03.588Z 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=fb815a6dfe765808 -C extra-filename=-fb815a6dfe765808 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
26132023-11-06T20:55:04.637Z 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`
26142023-11-06T20:55:04.987Z 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`
26152023-11-06T20:55:05.277Z Compiling pem v3.0.2
26162023-11-06T20:55:05.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ec5ea68cc0c72b7 -C extra-filename=-4ec5ea68cc0c72b7 --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
26172023-11-06T20:55:05.951Z 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.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="display"' --cfg 'feature="parse"' -C metadata=5abedd6a3897fd20 -C extra-filename=-5abedd6a3897fd20 --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-59e9bea01a1e3177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d391f879a071107e.rmeta --cap-lints allow -D warnings`
26182023-11-06T20:55:06.672Z Compiling rcgen v0.11.3
26192023-11-06T20:55:06.677Z 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.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=1b1f4d64517d5a2e -C extra-filename=-1b1f4d64517d5a2e --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-4ec5ea68cc0c72b7.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`
26202023-11-06T20:55:08.330Z 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`
26212023-11-06T20:55:08.633Z 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=194ed5a558afec6b -C extra-filename=-194ed5a558afec6b --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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26222023-11-06T20:55:13.585Z 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=bbd38ee5fb1879bb -C extra-filename=-bbd38ee5fb1879bb --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-15f20dc26df54122.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`
26232023-11-06T20:55:13.773Z Compiling atomicwrites v0.4.2
26242023-11-06T20:55:13.828Z 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`
26252023-11-06T20:55:13.925Z Compiling subprocess v0.2.9
26262023-11-06T20:55:14.634Z 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`
26272023-11-06T20:55:14.644Z 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`
26282023-11-06T20:55:14.651Z 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`
26292023-11-06T20:55:14.664Z 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=5f1458efc5b0cd65 -C extra-filename=-5f1458efc5b0cd65 --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-15f20dc26df54122.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`
26302023-11-06T20:55:14.693Z Compiling der_derive v0.7.2
26312023-11-06T20:55:14.702Z 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`
26322023-11-06T20:55:14.708Z 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`
26332023-11-06T20:55:14.729Z 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`
26342023-11-06T20:55:14.742Z Compiling toml v0.5.11
26352023-11-06T20:55:14.746Z 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`
26362023-11-06T20:55:14.765Z Compiling heck v0.3.3
26372023-11-06T20:55:14.776Z 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`
26382023-11-06T20:55:14.784Z Compiling libefi-sys v0.1.0
26392023-11-06T20:55:14.791Z 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`
26402023-11-06T20:55:14.794Z Compiling structopt-derive v0.4.18
26412023-11-06T20:55:14.801Z 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`
26422023-11-06T20:55:14.804Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
26432023-11-06T20:55:14.820Z Compiling memoffset v0.7.1
26442023-11-06T20:55:14.825Z 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`
26452023-11-06T20:55:14.885Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
26462023-11-06T20:55:14.898Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26472023-11-06T20:55:15.333Z 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`
26482023-11-06T20:55:15.371Z Compiling maybe-uninit v2.0.0
26492023-11-06T20:55:15.376Z 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`
26502023-11-06T20:55:15.477Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac/build-script-build`
26512023-11-06T20:55:15.748Z Compiling num-bigint-dig v0.8.4
26522023-11-06T20:55:15.787Z 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`
26532023-11-06T20:55:15.797Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26542023-11-06T20:55:15.907Z Compiling termcolor v1.2.0
26552023-11-06T20:55:15.911Z 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`
26562023-11-06T20:55:16.324Z Compiling packed_struct v0.10.1
26572023-11-06T20:55:16.355Z 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`
26582023-11-06T20:55:16.437Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26592023-11-06T20:55:16.479Z Compiling packed_struct_codegen v0.10.1
26602023-11-06T20:55:16.497Z 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`
26612023-11-06T20:55:17.083Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26622023-11-06T20:55:17.133Z Compiling linked-hash-map v0.5.6
26632023-11-06T20:55:17.153Z 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`
26642023-11-06T20:55:17.330Z 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`
26652023-11-06T20:55:17.487Z 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`
26662023-11-06T20:55:17.725Z Compiling lru-cache v0.1.2
26672023-11-06T20:55:17.730Z 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`
26682023-11-06T20:55:18.032Z 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`
26692023-11-06T20:55:18.212Z 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`
26702023-11-06T20:55:19.111Z 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`
26712023-11-06T20:55:19.116Z 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-11-06T20:55:19.123Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=e95f473c18d88b3e -C extra-filename=-e95f473c18d88b3e --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-c1f49ec98267078f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26732023-11-06T20:55:19.149Z Compiling ciborium-io v0.2.1
26742023-11-06T20:55:19.159Z 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`
26752023-11-06T20:55:19.169Z Compiling half v1.8.2
26762023-11-06T20:55:19.176Z 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`
26772023-11-06T20:55:19.191Z Compiling signal-hook v0.3.17
26782023-11-06T20:55:19.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/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`
26792023-11-06T20:55:19.224Z Compiling semver-parser v0.10.2
26802023-11-06T20:55:19.231Z 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`
26812023-11-06T20:55:19.280Z Compiling num-rational v0.4.1
26822023-11-06T20:55:19.287Z 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`
26832023-11-06T20:55:19.451Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26842023-11-06T20:55:19.915Z Compiling home v0.5.5
26852023-11-06T20:55:19.935Z 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`
26862023-11-06T20:55:19.939Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=84f5a1062849ca51 -C extra-filename=-84f5a1062849ca51 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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`
26872023-11-06T20:55:19.944Z Compiling ciborium-ll v0.2.1
26882023-11-06T20:55:19.948Z 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`
26892023-11-06T20:55:19.951Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
26902023-11-06T20:55:19.960Z Compiling newline-converter v0.3.0
26912023-11-06T20:55:20.002Z 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`
26922023-11-06T20:55:20.203Z Compiling expectorate v1.1.0
26932023-11-06T20:55:20.208Z 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=f056325f4235f267 -C extra-filename=-f056325f4235f267 --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-a56f4533ffbea430.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`
26942023-11-06T20:55:20.664Z Compiling semver v0.11.0
26952023-11-06T20:55:20.670Z 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`
26962023-11-06T20:55:20.674Z Compiling ciborium v0.2.1
26972023-11-06T20:55:20.678Z 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`
26982023-11-06T20:55:20.682Z 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=b3334cae29d15269 -C extra-filename=-b3334cae29d15269 --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-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --cap-lints allow -D warnings`
26992023-11-06T20:55:20.686Z Compiling arc-swap v1.6.0
27002023-11-06T20:55:20.690Z 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`
27012023-11-06T20:55:21.411Z Compiling toolchain_find v0.2.0
27022023-11-06T20:55:21.421Z 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=4d0c671c91be0642 -C extra-filename=-4d0c671c91be0642 --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-4ecfbf899a12e38f.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-11-06T20:55:21.481Z Compiling doc-comment v0.3.3
27042023-11-06T20:55:21.537Z 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`
27052023-11-06T20:55:21.540Z Compiling slog-scope v4.4.0
27062023-11-06T20:55:21.546Z 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`
27072023-11-06T20:55:21.790Z Compiling rustfmt-wrapper v0.2.0
27082023-11-06T20:55:21.807Z 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=1e57ecf3a9cc839d -C extra-filename=-1e57ecf3a9cc839d --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-4d0c671c91be0642.rmeta --cap-lints allow -D warnings`
27092023-11-06T20:55:22.250Z Compiling slog-stdlog v4.1.1
27102023-11-06T20:55:22.257Z 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`
27112023-11-06T20:55:22.359Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
27122023-11-06T20:55:22.447Z Compiling hkdf v0.12.3
27132023-11-06T20:55:22.565Z 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`
27142023-11-06T20:55:22.570Z Compiling convert_case v0.4.0
27152023-11-06T20:55:22.575Z 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`
27162023-11-06T20:55:22.595Z Compiling slog-envlogger v2.2.0
27172023-11-06T20:55:22.603Z 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=7e6853dd44b23429 -C extra-filename=-7e6853dd44b23429 --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-4ecfbf899a12e38f.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`
27182023-11-06T20:55:22.856Z Compiling keccak v0.1.4
27192023-11-06T20:55:22.863Z Compiling pem-rfc7468 v0.7.0
27202023-11-06T20:55:22.883Z 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`
27212023-11-06T20:55:22.900Z 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`
27222023-11-06T20:55:22.911Z Compiling secrecy v0.8.0
27232023-11-06T20:55:22.945Z 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`
27242023-11-06T20:55:23.106Z Compiling textwrap v0.11.0
27252023-11-06T20:55:23.114Z 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=e784a9d434f94fff -C extra-filename=-e784a9d434f94fff --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
27262023-11-06T20:55:23.350Z Compiling strsim v0.8.0
27272023-11-06T20:55:23.354Z 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`
27282023-11-06T20:55:23.882Z Compiling sha3 v0.10.8
27292023-11-06T20:55:23.898Z 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`
27302023-11-06T20:55:23.908Z Compiling derive_more v0.99.17
27312023-11-06T20:55:23.961Z 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`
27322023-11-06T20:55:24.016Z Compiling flagset v0.4.3
27332023-11-06T20:55:24.038Z 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`
27342023-11-06T20:55:24.198Z Compiling ansi_term v0.12.1
27352023-11-06T20:55:24.236Z 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`
27362023-11-06T20:55:24.342Z Compiling vec_map v0.8.2
27372023-11-06T20:55:24.357Z 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`
27382023-11-06T20:55:24.476Z Compiling der v0.7.8
27392023-11-06T20:55:24.508Z 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`
27402023-11-06T20:55:24.537Z 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`
27412023-11-06T20:55:24.814Z Compiling clap v2.34.0
27422023-11-06T20:55:24.828Z 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=6faa7c64ae6a4ada -C extra-filename=-6faa7c64ae6a4ada --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-e784a9d434f94fff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
27432023-11-06T20:55:25.159Z 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`
27442023-11-06T20:55:25.515Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27452023-11-06T20:55:25.934Z 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=a84c1331923cc4a9 -C extra-filename=-a84c1331923cc4a9 --out-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-03dc4395c67cc94e.rmeta --cap-lints allow -D warnings`
27462023-11-06T20:55:25.938Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27472023-11-06T20:55:25.942Z 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`
27482023-11-06T20:55:26.217Z Compiling resolv-conf v0.7.0
27492023-11-06T20:55:26.224Z 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`
27502023-11-06T20:55:26.700Z Compiling fxhash v0.2.1
27512023-11-06T20:55:26.703Z 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=60db97d29420f39b -C extra-filename=-60db97d29420f39b --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
27522023-11-06T20:55:27.045Z Compiling crc-catalog v2.2.0
27532023-11-06T20:55:27.059Z 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`
27542023-11-06T20:55:27.293Z Compiling crc v3.0.1
27552023-11-06T20:55:27.297Z 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`
27562023-11-06T20:55:27.662Z Compiling trust-dns-resolver v0.22.0
27572023-11-06T20:55:27.666Z 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=0761444a689f85dc -C extra-filename=-0761444a689f85dc --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-bb3989e3a9425633.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-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
27582023-11-06T20:55:27.821Z 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`
27592023-11-06T20:55:27.981Z Compiling snafu-derive v0.7.5
27602023-11-06T20:55:28.021Z 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`
27612023-11-06T20:55:30.188Z Compiling spki v0.7.2
27622023-11-06T20:55:30.191Z 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`
27632023-11-06T20:55:30.599Z Compiling derive-where v1.2.5
27642023-11-06T20:55:30.606Z 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`
27652023-11-06T20:55:30.854Z Compiling structopt v0.3.26
27662023-11-06T20:55:30.860Z 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=64076dfdd5e67d7c -C extra-filename=-64076dfdd5e67d7c --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-6faa7c64ae6a4ada.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`
27672023-11-06T20:55:31.106Z 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=c3e2aeeaf9c8864d -C extra-filename=-c3e2aeeaf9c8864d --out-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-a84c1331923cc4a9.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-64076dfdd5e67d7c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
27682023-11-06T20:55:31.961Z Compiling pkcs8 v0.10.2
27692023-11-06T20:55:31.975Z 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`
27702023-11-06T20:55:32.912Z Compiling nodrop v0.1.14
27712023-11-06T20:55:32.916Z 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`
27722023-11-06T20:55:33.128Z Compiling array-init v0.0.4
27732023-11-06T20:55:33.136Z 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`
27742023-11-06T20:55:35.255Z Compiling pkcs1 v0.7.5
27752023-11-06T20:55:35.258Z 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`
27762023-11-06T20:55:36.494Z Compiling smallvec v0.6.14
27772023-11-06T20:55:36.500Z 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`
27782023-11-06T20:55:37.030Z 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`
27792023-11-06T20:55:37.077Z 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=1cff02c1fa68afed -C extra-filename=-1cff02c1fa68afed --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-6fb8385a046b069a.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`
27802023-11-06T20:55:37.133Z Compiling structmeta-derive v0.1.6
27812023-11-06T20:55:37.137Z 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`
27822023-11-06T20:55:37.208Z Compiling bitfield v0.14.0
27832023-11-06T20:55:37.213Z 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`
27842023-11-06T20:55:37.747Z Compiling parking_lot_core v0.8.6
27852023-11-06T20:55:37.750Z 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`
27862023-11-06T20:55:38.501Z Compiling semver v0.1.20
27872023-11-06T20:55:38.511Z 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`
27882023-11-06T20:55:38.958Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
27892023-11-06T20:55:38.971Z Compiling serde-hex v0.1.0
27902023-11-06T20:55:38.974Z 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`
27912023-11-06T20:55:39.563Z Compiling rustc_version v0.1.7
27922023-11-06T20:55:39.568Z 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`
27932023-11-06T20:55:40.269Z Compiling x509-cert v0.2.4
27942023-11-06T20:55:40.285Z 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`
27952023-11-06T20:55:41.046Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27962023-11-06T20:55:41.457Z 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=03708cf1cfb59ef9 -C extra-filename=-03708cf1cfb59ef9 --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
27972023-11-06T20:55:41.578Z Compiling rsa v0.9.2
27982023-11-06T20:55:41.581Z 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=d065ff8fcf792326 -C extra-filename=-d065ff8fcf792326 --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-6fb8385a046b069a.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-1cff02c1fa68afed.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-fe1dc465c7097af7.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`
27992023-11-06T20:55:42.073Z Compiling structmeta v0.1.6
28002023-11-06T20:55:42.082Z 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`
28012023-11-06T20:55:42.726Z Compiling env_logger v0.10.0
28022023-11-06T20:55:43.142Z 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`
28032023-11-06T20:55:44.390Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28042023-11-06T20:55:44.409Z 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`
28052023-11-06T20:55:45.050Z 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`
28062023-11-06T20:55:45.269Z 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`
28072023-11-06T20:55:45.440Z Compiling ron v0.8.1
28082023-11-06T20:55:45.450Z 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=fe38c23eea3cf6e7 -C extra-filename=-fe38c23eea3cf6e7 --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-c0a884fd652c2175.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`
28092023-11-06T20:55:47.523Z Compiling crc-any v2.4.3
28102023-11-06T20:55:47.529Z 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`
28112023-11-06T20:55:48.498Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28122023-11-06T20:55:48.517Z 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=42310e81bb794bab -C extra-filename=-42310e81bb794bab --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-fe38c23eea3cf6e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28132023-11-06T20:55:49.151Z Compiling parse-display-derive v0.7.0
28142023-11-06T20:55:49.200Z 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=43b4e839f2e01588 -C extra-filename=-43b4e839f2e01588 --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-4ecfbf899a12e38f.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`
28152023-11-06T20:55:49.840Z Compiling newtype_derive v0.1.6
28162023-11-06T20:55:49.847Z 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`
28172023-11-06T20:55:50.322Z 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`
28182023-11-06T20:55:50.428Z 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`
28192023-11-06T20:55:50.831Z Compiling object v0.30.4
28202023-11-06T20:55:50.885Z 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`
28212023-11-06T20:55:52.052Z Compiling libz-sys v1.1.12
28222023-11-06T20:55:52.073Z 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`
28232023-11-06T20:55:53.145Z Compiling path-slash v0.1.5
28242023-11-06T20:55:53.163Z 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`
28252023-11-06T20:55:53.177Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b/build-script-build`
28262023-11-06T20:55:53.251Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
28272023-11-06T20:55:53.427Z 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`
28282023-11-06T20:55:53.483Z 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`
28292023-11-06T20:55:55.158Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28302023-11-06T20:55:55.252Z 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`
28312023-11-06T20:55:56.039Z Compiling libgit2-sys v0.15.2+1.6.4
28322023-11-06T20:55:56.083Z 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`
28332023-11-06T20:55:56.461Z Compiling utf-8 v0.7.6
28342023-11-06T20:55:56.895Z 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`
28352023-11-06T20:55:56.910Z Compiling humantime v2.1.0
28362023-11-06T20:55:56.918Z 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`
28372023-11-06T20:55:57.048Z 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`
28382023-11-06T20:55:57.289Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79/build-script-build`
28392023-11-06T20:55:57.577Z 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`
28402023-11-06T20:55:57.845Z Compiling libsqlite3-sys v0.26.0
28412023-11-06T20:55:57.849Z 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`
28422023-11-06T20:55:58.740Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
28432023-11-06T20:55:58.797Z Compiling vergen v8.2.4
28442023-11-06T20:55:58.819Z 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`
28452023-11-06T20:55:59.346Z Compiling glob v0.3.1
28462023-11-06T20:55:59.350Z 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`
28472023-11-06T20:55:59.643Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
28482023-11-06T20:55:59.650Z 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`
28492023-11-06T20:56:00.759Z Compiling num-complex v0.4.4
28502023-11-06T20:56:00.783Z 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`
28512023-11-06T20:56:01.061Z 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`
28522023-11-06T20:56:01.789Z 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=a99bdf9d14a2f9de -C extra-filename=-a99bdf9d14a2f9de --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-9c5dc63513a9e432.so --cap-lints allow -D warnings`
28532023-11-06T20:56:02.057Z 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`
28542023-11-06T20:56:02.488Z Compiling num v0.4.1
28552023-11-06T20:56:02.907Z 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`
28562023-11-06T20:56:03.033Z Compiling salty v0.2.0
28572023-11-06T20:56:03.049Z 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`
28582023-11-06T20:56:03.102Z Compiling buf-list v1.0.3
28592023-11-06T20:56:03.139Z 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`
28602023-11-06T20:56:03.183Z 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`
28612023-11-06T20:56:03.195Z 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`
28622023-11-06T20:56:03.385Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
28632023-11-06T20:56:03.421Z 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`
28642023-11-06T20:56:03.515Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28652023-11-06T20:56:03.542Z 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`
28662023-11-06T20:56:03.590Z 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=fa98c483917d1eda -C extra-filename=-fa98c483917d1eda --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-fca2ca054f4fc8df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
28672023-11-06T20:56:04.035Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
28682023-11-06T20:56:04.084Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28692023-11-06T20:56:04.101Z 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`
28702023-11-06T20:56:04.131Z 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`
28712023-11-06T20:56:04.154Z Compiling linear-map v1.2.0
28722023-11-06T20:56:04.160Z 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`
28732023-11-06T20:56:04.187Z 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`
28742023-11-06T20:56:04.554Z 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`
28752023-11-06T20:56:04.576Z 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`
28762023-11-06T20:56:04.700Z 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`
28772023-11-06T20:56:04.895Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af/build-script-build`
28782023-11-06T20:56:05.030Z Compiling tungstenite v0.18.0
28792023-11-06T20:56:05.057Z 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=0a765675e89c2ac9 -C extra-filename=-0a765675e89c2ac9 --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-6fb8385a046b069a.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`
28802023-11-06T20:56:05.091Z 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`
28812023-11-06T20:56:05.150Z 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`
28822023-11-06T20:56:05.873Z 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`
28832023-11-06T20:56:05.930Z Compiling num_enum_derive v0.7.0
28842023-11-06T20:56:05.945Z 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=6f309b635784cacf -C extra-filename=-6f309b635784cacf --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-208fee1592140db3.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`
28852023-11-06T20:56:05.965Z 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`
28862023-11-06T20:56:06.241Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28872023-11-06T20:56:06.261Z 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`
28882023-11-06T20:56:06.771Z 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`
28892023-11-06T20:56:07.115Z Compiling platforms v3.0.2
28902023-11-06T20:56:07.204Z 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`
28912023-11-06T20:56:07.699Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28922023-11-06T20:56:07.759Z 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=7770b327e25863ff -C extra-filename=-7770b327e25863ff --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-6fb8385a046b069a.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-d065ff8fcf792326.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-fe1dc465c7097af7.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-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28932023-11-06T20:56:08.210Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
28942023-11-06T20:56:08.276Z 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=0391a7e47b40b252 -C extra-filename=-0391a7e47b40b252 --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-a99bdf9d14a2f9de.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`
28952023-11-06T20:56:08.669Z Compiling tokio-tungstenite v0.18.0
28962023-11-06T20:56:08.681Z 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=aac53c077f622ee3 -C extra-filename=-aac53c077f622ee3 --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-bb3989e3a9425633.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-0a765675e89c2ac9.rmeta --cap-lints allow -D warnings`
28972023-11-06T20:56:08.884Z 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`
28982023-11-06T20:56:08.950Z 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`
28992023-11-06T20:56:09.507Z 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=5a58f944707afe8a -C extra-filename=-5a58f944707afe8a --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-a3f2bbb1cb3be415.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-fa98c483917d1eda.rmeta --cap-lints allow -D warnings`
29002023-11-06T20:56:09.790Z 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`
29012023-11-06T20:56:10.171Z Compiling unicase v2.7.0
29022023-11-06T20:56:10.236Z 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`
29032023-11-06T20:56:19.169Z 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`
29042023-11-06T20:56:19.374Z 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=a57ab1b8717bbe71 -C extra-filename=-a57ab1b8717bbe71 --out-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-0391a7e47b40b252.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a99bdf9d14a2f9de.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`
29052023-11-06T20:56:23.797Z 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`
29062023-11-06T20:56:23.888Z 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`
29072023-11-06T20:56:23.969Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
29082023-11-06T20:56:24.042Z 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=478b8596a408e206 -C extra-filename=-478b8596a408e206 --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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
29092023-11-06T20:56:24.183Z 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`
29102023-11-06T20:56:24.261Z 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`
29112023-11-06T20:56:24.335Z Compiling curve25519-dalek v4.1.0
29122023-11-06T20:56:24.358Z 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=246d6b6b3349c943 -C extra-filename=-246d6b6b3349c943 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943 -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-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
29132023-11-06T20:56:24.420Z 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=2b7173b94a2fe56c -C extra-filename=-2b7173b94a2fe56c --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-5a58f944707afe8a.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-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29142023-11-06T20:56:24.502Z 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=325288f11611527e -C extra-filename=-325288f11611527e --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-2b7173b94a2fe56c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
29152023-11-06T20:56:24.528Z 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=d92280b546d84648 -C extra-filename=-d92280b546d84648 --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-478b8596a408e206.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings`
29162023-11-06T20:56:24.598Z 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`
29172023-11-06T20:56:24.659Z 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`
29182023-11-06T20:56:24.705Z 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`
29192023-11-06T20:56:24.756Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29202023-11-06T20:56:24.806Z 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=8a5b88f06c6011a8 -C extra-filename=-8a5b88f06c6011a8 --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-5f3babd46aca785b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
29212023-11-06T20:56:25.274Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
29222023-11-06T20:56:25.334Z 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`
29232023-11-06T20:56:25.388Z 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=c47fe1ff1373de7c -C extra-filename=-c47fe1ff1373de7c --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-a57ab1b8717bbe71.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.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`
29242023-11-06T20:56:25.531Z Compiling erased-serde v0.3.30
29252023-11-06T20:56:25.593Z 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`
29262023-11-06T20:56:25.652Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef/build-script-build`
29272023-11-06T20:56:25.735Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943/build-script-build`
29282023-11-06T20:56:25.788Z 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`
29292023-11-06T20:56:25.845Z Compiling bitstruct_derive v0.1.0
29302023-11-06T20:56:25.860Z 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`
29312023-11-06T20:56:25.877Z Compiling thiserror-impl-no-std v2.0.2
29322023-11-06T20:56:25.903Z 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`
29332023-11-06T20:56:25.913Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
29342023-11-06T20:56:25.935Z Compiling curve25519-dalek-derive v0.1.0
29352023-11-06T20:56:25.964Z 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`
29362023-11-06T20:56:26.010Z Compiling async-recursion v1.0.5
29372023-11-06T20:56:26.024Z 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`
29382023-11-06T20:56:26.030Z Compiling rayon-core v1.12.0
29392023-11-06T20:56:26.053Z 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.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=664ab3c90fcac9c1 -C extra-filename=-664ab3c90fcac9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29402023-11-06T20:56:26.058Z Compiling diff v0.1.13
29412023-11-06T20:56:26.071Z 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`
29422023-11-06T20:56:26.079Z Compiling mime_guess v2.0.4
29432023-11-06T20:56:26.093Z 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`
29442023-11-06T20:56:26.118Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1/build-script-build`
29452023-11-06T20:56:26.137Z Compiling snafu v0.7.5
29462023-11-06T20:56:26.168Z 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`
29472023-11-06T20:56:26.182Z 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=192b1d55db9c452e -C extra-filename=-192b1d55db9c452e --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-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --cap-lints allow -D warnings`
29482023-11-06T20:56:26.191Z Compiling nibble_vec v0.1.0
29492023-11-06T20:56:26.204Z 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`
29502023-11-06T20:56:26.211Z 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-11-06T20:56:26.224Z Compiling endian-type v0.1.2
29522023-11-06T20:56:26.250Z 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`
29532023-11-06T20:56:26.256Z 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`
29542023-11-06T20:56:26.263Z Compiling radix_trie v0.2.1
29552023-11-06T20:56:26.269Z 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`
29562023-11-06T20:56:26.299Z 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`
29572023-11-06T20:56:26.389Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
29582023-11-06T20:56:26.889Z Compiling universal-hash v0.5.1
29592023-11-06T20:56:26.945Z 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`
29602023-11-06T20:56:26.995Z Compiling signature v1.6.4
29612023-11-06T20:56:27.039Z 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`
29622023-11-06T20:56:27.111Z Compiling opaque-debug v0.3.0
29632023-11-06T20:56:27.201Z 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`
29642023-11-06T20:56:27.279Z 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`
29652023-11-06T20:56:27.352Z Compiling ed25519 v1.5.3
29662023-11-06T20:56:27.373Z 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`
29672023-11-06T20:56:27.406Z 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=d8e6d0dbea8df651 -C extra-filename=-d8e6d0dbea8df651 --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-135bf7ba8ab3ea34.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-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
29682023-11-06T20:56:27.450Z Compiling trust-dns-client v0.22.0
29692023-11-06T20:56:27.491Z 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=413978468d86a1fd -C extra-filename=-413978468d86a1fd --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-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29702023-11-06T20:56:27.520Z Compiling parking_lot v0.11.2
29712023-11-06T20:56:27.536Z 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`
29722023-11-06T20:56:27.966Z 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`
29732023-11-06T20:56:28.023Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29742023-11-06T20:56:28.127Z 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`
29752023-11-06T20:56:28.147Z Compiling sled v0.34.7
29762023-11-06T20:56:28.154Z 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=a7961f0d7fe7c07f -C extra-filename=-a7961f0d7fe7c07f --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-60db97d29420f39b.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`
29772023-11-06T20:56:28.193Z 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`
29782023-11-06T20:56:28.214Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29792023-11-06T20:56:28.226Z 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`
29802023-11-06T20:56:28.239Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29812023-11-06T20:56:28.251Z 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=93217daea07257ac -C extra-filename=-93217daea07257ac --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
29822023-11-06T20:56:28.281Z Compiling serde-big-array v0.5.1
29832023-11-06T20:56:28.318Z 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`
29842023-11-06T20:56:28.373Z Compiling serde-big-array v0.4.1
29852023-11-06T20:56:28.451Z 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`
29862023-11-06T20:56:28.481Z Compiling trust-dns-server v0.22.1
29872023-11-06T20:56:28.518Z 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=8ee59001044cb413 -C extra-filename=-8ee59001044cb413 --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-cde40b1e5460b78c.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-e21e6b9f61d1503a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29882023-11-06T20:56:28.970Z Compiling aead v0.5.2
29892023-11-06T20:56:29.015Z 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`
29902023-11-06T20:56:29.055Z Compiling pretty-hex v0.3.0
29912023-11-06T20:56:29.073Z 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`
29922023-11-06T20:56:29.106Z Compiling crunchy v0.2.2
29932023-11-06T20:56:29.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/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`
29942023-11-06T20:56:29.156Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
29952023-11-06T20:56:29.186Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29962023-11-06T20:56:29.211Z 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`
29972023-11-06T20:56:29.230Z 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`
29982023-11-06T20:56:29.248Z Compiling signal-hook-tokio v0.3.1
29992023-11-06T20:56:29.274Z 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=c54798b1f61c5ac0 -C extra-filename=-c54798b1f61c5ac0 --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-2e4b787c2de71c9f.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`
30002023-11-06T20:56:29.321Z Compiling crossbeam-deque v0.8.3
30012023-11-06T20:56:29.351Z 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`
30022023-11-06T20:56:29.364Z Compiling path-dedot v3.1.0
30032023-11-06T20:56:29.373Z 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`
30042023-11-06T20:56:29.389Z Compiling corncobs v0.1.3
30052023-11-06T20:56:29.411Z 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`
30062023-11-06T20:56:29.416Z Compiling tiny-keccak v2.0.2
30072023-11-06T20:56:29.428Z 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`
30082023-11-06T20:56:29.433Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30092023-11-06T20:56:29.438Z 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`
30102023-11-06T20:56:29.442Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
30112023-11-06T20:56:29.447Z Compiling path-absolutize v3.1.0
30122023-11-06T20:56:29.458Z 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`
30132023-11-06T20:56:29.478Z Compiling steno v0.4.0
30142023-11-06T20:56:29.483Z 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=29a22843e91795cc -C extra-filename=-29a22843e91795cc --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-007eaf5261388096.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
30152023-11-06T20:56:29.489Z 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`
30162023-11-06T20:56:29.492Z Compiling clang-sys v1.6.1
30172023-11-06T20:56:29.495Z 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`
30182023-11-06T20:56:29.504Z Compiling parse-display v0.7.0
30192023-11-06T20:56:29.508Z 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=8c1780e13885d002 -C extra-filename=-8c1780e13885d002 --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-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
30202023-11-06T20:56:29.511Z Compiling olpc-cjson v0.1.3
30212023-11-06T20:56:29.515Z 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=b5cebf012c076b89 -C extra-filename=-b5cebf012c076b89 --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-e18c481408ad2194.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
30222023-11-06T20:56:29.518Z Compiling darling_core v0.14.4
30232023-11-06T20:56:29.521Z 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`
30242023-11-06T20:56:29.525Z Compiling globset v0.4.13
30252023-11-06T20:56:29.528Z 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=aed2a6f1583a36fc -C extra-filename=-aed2a6f1583a36fc --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-61b870e7f18a47cd.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-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
30262023-11-06T20:56:29.533Z Compiling serde_plain v1.0.2
30272023-11-06T20:56:29.537Z 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`
30282023-11-06T20:56:29.540Z Compiling const_format_proc_macros v0.2.31
30292023-11-06T20:56:29.547Z 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`
30302023-11-06T20:56:31.277Z Compiling display-error-chain v0.2.0
30312023-11-06T20:56:31.283Z 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.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=1dfce92cb519156b -C extra-filename=-1dfce92cb519156b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30322023-11-06T20:56:31.334Z Compiling prettyplease v0.2.12
30332023-11-06T20:56:31.771Z 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`
30342023-11-06T20:56:31.776Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
30352023-11-06T20:56:31.791Z 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`
30362023-11-06T20:56:31.904Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
30372023-11-06T20:56:32.369Z 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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7eeea747f112d2 -C extra-filename=-ee7eeea747f112d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
30382023-11-06T20:56:32.706Z Compiling ascii-canvas v3.0.0
30392023-11-06T20:56:32.719Z 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`
30402023-11-06T20:56:32.754Z Compiling ena v0.14.2
30412023-11-06T20:56:32.790Z 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`
30422023-11-06T20:56:33.849Z Compiling minimal-lexical v0.2.1
30432023-11-06T20:56:33.859Z 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-11-06T20:56:33.863Z Compiling ref-cast v1.0.20
30452023-11-06T20:56:33.866Z 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-11-06T20:56:34.323Z Compiling nom v7.1.3
30472023-11-06T20:56:34.327Z 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`
30482023-11-06T20:56:34.368Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
30492023-11-06T20:56:34.486Z Compiling lalrpop v0.19.12
30502023-11-06T20:56:34.537Z 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=abdb16204eb0013a -C extra-filename=-abdb16204eb0013a --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-007eaf5261388096.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.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`
30512023-11-06T20:56:34.900Z Compiling rayon v1.8.0
30522023-11-06T20:56:34.961Z 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.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=4a2d475cc77cdac3 -C extra-filename=-4a2d475cc77cdac3 --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-ee7eeea747f112d2.rmeta --cap-lints allow -D warnings`
30532023-11-06T20:56:35.421Z 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`
30542023-11-06T20:56:37.661Z 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`
30552023-11-06T20:56:37.673Z Compiling darling_macro v0.14.4
30562023-11-06T20:56:37.685Z 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`
30572023-11-06T20:56:37.734Z Compiling ref-cast-impl v1.0.20
30582023-11-06T20:56:37.743Z 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`
30592023-11-06T20:56:39.072Z Compiling darling v0.14.4
30602023-11-06T20:56:39.086Z 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`
30612023-11-06T20:56:39.256Z Compiling ff v0.13.0
30622023-11-06T20:56:39.259Z 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-11-06T20:56:39.633Z Compiling hashlink v0.8.3
30642023-11-06T20:56:39.702Z 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=83dddf69edaf90b3 -C extra-filename=-83dddf69edaf90b3 --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-42eece04196e48a4.rmeta --cap-lints allow -D warnings`
30652023-11-06T20:56:39.897Z Compiling libloading v0.7.4
30662023-11-06T20:56:39.939Z 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-11-06T20:56:40.568Z 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`
30682023-11-06T20:56:40.970Z Compiling bindgen v0.65.1
30692023-11-06T20:56:49.371Z 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`
30702023-11-06T20:56:50.088Z Compiling fallible-streaming-iterator v0.1.9
30712023-11-06T20:56:50.352Z 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`
30722023-11-06T20:56:50.394Z 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`
30732023-11-06T20:56:50.522Z Compiling rusqlite v0.29.0
30742023-11-06T20:56:50.700Z 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=4f88b163df748a71 -C extra-filename=-4f88b163df748a71 --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-83dddf69edaf90b3.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`
30752023-11-06T20:56:50.776Z Compiling cexpr v0.6.0
30762023-11-06T20:56:50.807Z 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`
30772023-11-06T20:56:51.235Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
30782023-11-06T20:56:51.282Z 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`
30792023-11-06T20:56:51.384Z Compiling group v0.13.0
30802023-11-06T20:56:51.461Z 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`
30812023-11-06T20:56:51.583Z Compiling derive_builder_core v0.12.0
30822023-11-06T20:56:52.010Z 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-11-06T20:56:52.056Z 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`
30842023-11-06T20:56:52.063Z Compiling nix v0.26.2
30852023-11-06T20:56:52.085Z 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`
30862023-11-06T20:56:52.103Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30872023-11-06T20:56:52.132Z 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=b6267b2cc7f0943e -C extra-filename=-b6267b2cc7f0943e --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-42370874ccbb2736.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`
30882023-11-06T20:56:52.141Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30892023-11-06T20:56:52.151Z 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=ed49286a1418352b -C extra-filename=-ed49286a1418352b --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-c0a884fd652c2175.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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30902023-11-06T20:56:52.575Z Compiling twox-hash v1.6.3
30912023-11-06T20:56:52.613Z 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=6817a26b5d6556c3 -C extra-filename=-6817a26b5d6556c3 --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 rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30922023-11-06T20:56:52.617Z Compiling which v4.4.0
30932023-11-06T20:56:52.622Z Compiling crypto-bigint v0.5.2
30942023-11-06T20:56:52.633Z 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`
30952023-11-06T20:56:52.638Z 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`
30962023-11-06T20:56:52.646Z Compiling libxml v0.3.3
30972023-11-06T20:56:52.664Z 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`
30982023-11-06T20:56:52.682Z Compiling rustc-hash v1.1.0
30992023-11-06T20:56:52.700Z 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`
31002023-11-06T20:56:52.715Z Compiling shlex v1.1.0
31012023-11-06T20:56:52.726Z 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`
31022023-11-06T20:56:52.733Z Compiling peeking_take_while v0.1.2
31032023-11-06T20:56:52.736Z 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`
31042023-11-06T20:56:52.744Z Compiling base16ct v0.2.0
31052023-11-06T20:56:52.751Z 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`
31062023-11-06T20:56:52.760Z 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`
31072023-11-06T20:56:52.765Z Compiling lazycell v1.3.0
31082023-11-06T20:56:52.768Z 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`
31092023-11-06T20:56:52.775Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
31102023-11-06T20:56:52.788Z Compiling derive_builder_macro v0.12.0
31112023-11-06T20:56:52.796Z 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`
31122023-11-06T20:56:52.806Z 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`
31132023-11-06T20:56:52.836Z Compiling thiserror-no-std v2.0.2
31142023-11-06T20:56:52.848Z 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`
31152023-11-06T20:56:52.859Z Compiling poly1305 v0.8.0
31162023-11-06T20:56:52.865Z 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`
31172023-11-06T20:56:52.869Z 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`
31182023-11-06T20:56:52.880Z 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=7b262f576b7648f1 -C extra-filename=-7b262f576b7648f1 --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-4ecfbf899a12e38f.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`
31192023-11-06T20:56:52.885Z Compiling polyval v0.6.1
31202023-11-06T20:56:52.892Z 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`
31212023-11-06T20:56:52.904Z Compiling elliptic-curve v0.13.5
31222023-11-06T20:56:52.912Z 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`
31232023-11-06T20:56:52.928Z 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=487007e19983bc20 -C extra-filename=-487007e19983bc20 --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"'`
31242023-11-06T20:56:53.354Z Compiling num_enum v0.7.0
31252023-11-06T20:56:53.368Z 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=4d8915f9d8970b60 -C extra-filename=-4d8915f9d8970b60 --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-6f309b635784cacf.so --cap-lints allow -D warnings`
31262023-11-06T20:56:53.395Z 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`
31272023-11-06T20:56:53.412Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f2a031c83219c682 -C extra-filename=-f2a031c83219c682 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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`
31282023-11-06T20:56:53.421Z 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=fe9ea705024fc6b8 -C extra-filename=-fe9ea705024fc6b8 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
31292023-11-06T20:56:53.426Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31302023-11-06T20:56:53.431Z 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=29070728fa7d7b28 -C extra-filename=-29070728fa7d7b28 --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31312023-11-06T20:56:53.446Z Compiling ctr v0.9.2
31322023-11-06T20:56:53.450Z 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`
31332023-11-06T20:56:53.454Z Compiling chacha20 v0.9.1
31342023-11-06T20:56:53.463Z 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`
31352023-11-06T20:56:53.468Z Compiling aes v0.8.3
31362023-11-06T20:56:53.472Z 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`
31372023-11-06T20:56:53.498Z Compiling bincode v1.3.3
31382023-11-06T20:56:53.502Z 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`
31392023-11-06T20:56:53.532Z Compiling strum_macros v0.24.3
31402023-11-06T20:56:53.550Z 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`
31412023-11-06T20:56:53.804Z Compiling indoc v1.0.9
31422023-11-06T20:56:53.825Z 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`
31432023-11-06T20:56:54.780Z Compiling portable-atomic v1.4.3
31442023-11-06T20:56:54.797Z 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`
31452023-11-06T20:56:55.432Z 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`
31462023-11-06T20:56:56.002Z Compiling aes-gcm-siv v0.11.1
31472023-11-06T20:56:56.005Z 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`
31482023-11-06T20:56:56.279Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
31492023-11-06T20:56:56.388Z Compiling vsss-rs v3.3.1
31502023-11-06T20:56:56.416Z 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=d5d25d46cb43563c -C extra-filename=-d5d25d46cb43563c --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-487007e19983bc20.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`
31512023-11-06T20:56:56.458Z Compiling chacha20poly1305 v0.10.1
31522023-11-06T20:56:56.477Z 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`
31532023-11-06T20:56:56.836Z 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`
31542023-11-06T20:56:57.414Z Compiling env_logger v0.9.3
31552023-11-06T20:56:57.422Z 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=5ef6d3c842a7f7b6 -C extra-filename=-5ef6d3c842a7f7b6 --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-4ecfbf899a12e38f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
31562023-11-06T20:56:57.444Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31572023-11-06T20:56:57.447Z 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`
31582023-11-06T20:56:57.667Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31592023-11-06T20:56:57.670Z 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`
31602023-11-06T20:56:58.240Z Compiling cookie v0.16.2
31612023-11-06T20:56:58.243Z 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`
31622023-11-06T20:56:58.804Z Compiling ringbuffer v0.15.0
31632023-11-06T20:56:58.809Z 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`
31642023-11-06T20:56:59.429Z 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`
31652023-11-06T20:56:59.630Z Compiling ascii v1.1.0
31662023-11-06T20:56:59.658Z 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`
31672023-11-06T20:56:59.670Z Compiling assert_matches v1.5.0
31682023-11-06T20:56:59.680Z 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`
31692023-11-06T20:56:59.774Z 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`
31702023-11-06T20:56:59.833Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
31712023-11-06T20:56:59.945Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
31722023-11-06T20:57:00.056Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31732023-11-06T20:57:00.060Z 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`
31742023-11-06T20:57:00.317Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31752023-11-06T20:57:00.353Z 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=e7094a66105ef2e2 -C extra-filename=-e7094a66105ef2e2 --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-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5ef6d3c842a7f7b6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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`
31762023-11-06T20:57:00.464Z 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=5bd486eb393b6aee -C extra-filename=-5bd486eb393b6aee --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-6e083666603c4e01.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`
31772023-11-06T20:57:00.738Z 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`
31782023-11-06T20:57:01.705Z Compiling bitstruct v0.1.1
31792023-11-06T20:57:01.708Z 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`
31802023-11-06T20:57:01.733Z 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`
31812023-11-06T20:57:01.903Z Compiling tungstenite v0.20.1
31822023-11-06T20:57:01.908Z 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=3da399baead4d071 -C extra-filename=-3da399baead4d071 --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-6fb8385a046b069a.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`
31832023-11-06T20:57:02.375Z 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`
31842023-11-06T20:57:03.087Z 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`
31852023-11-06T20:57:03.250Z 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`
31862023-11-06T20:57:03.711Z 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=1978e9e59a278b19 -C extra-filename=-1978e9e59a278b19 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
31872023-11-06T20:57:04.236Z 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`
31882023-11-06T20:57:04.549Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31892023-11-06T20:57:04.557Z 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`
31902023-11-06T20:57:04.963Z Compiling serde_arrays v0.1.0
31912023-11-06T20:57:04.968Z 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`
31922023-11-06T20:57:05.024Z Compiling impl-trait-for-tuples v0.2.2
31932023-11-06T20:57:05.037Z 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`
31942023-11-06T20:57:05.356Z Compiling oso-derive v0.27.0
31952023-11-06T20:57:05.388Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=66796419f57a71a9 -C extra-filename=-66796419f57a71a9 --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`
31962023-11-06T20:57:05.398Z 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`
31972023-11-06T20:57:05.779Z 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`
31982023-11-06T20:57:05.866Z 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`
31992023-11-06T20:57:06.135Z 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`
32002023-11-06T20:57:06.267Z 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`
32012023-11-06T20:57:06.366Z 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`
32022023-11-06T20:57:06.481Z 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`
32032023-11-06T20:57:06.568Z 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=ef7c5c2e3e3647fe -C extra-filename=-ef7c5c2e3e3647fe --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-1978e9e59a278b19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
32042023-11-06T20:57:06.744Z Compiling tokio-tungstenite v0.20.1
32052023-11-06T20:57:06.750Z 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=ea6c1e668f253a43 -C extra-filename=-ea6c1e668f253a43 --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-bb3989e3a9425633.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-3da399baead4d071.rmeta --cap-lints allow -D warnings`
32062023-11-06T20:57:07.080Z 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`
32072023-11-06T20:57:07.158Z 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`
32082023-11-06T20:57:07.645Z 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`
32092023-11-06T20:57:07.812Z 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=824ea3e19821c7c0 -C extra-filename=-824ea3e19821c7c0 --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-fca2ca054f4fc8df.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`
32102023-11-06T20:57:08.544Z Compiling bcs v0.1.6
32112023-11-06T20:57:08.566Z 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.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=475d8cc36192ded0 -C extra-filename=-475d8cc36192ded0 --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`
32122023-11-06T20:57:08.868Z 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`
32132023-11-06T20:57:09.845Z Compiling highway v1.1.0
32142023-11-06T20:57:09.858Z 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`
32152023-11-06T20:57:10.546Z 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`
32162023-11-06T20:57:10.738Z 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`
32172023-11-06T20:57:11.146Z 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`
32182023-11-06T20:57:11.694Z 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`
32192023-11-06T20:57:11.869Z 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`
32202023-11-06T20:57:12.412Z 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=0b05717d967501ed -C extra-filename=-0b05717d967501ed --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-fca2ca054f4fc8df.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-824ea3e19821c7c0.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-1506b044121151f3.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`
32212023-11-06T20:57:13.566Z 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=9b1666aa4877b426 -C extra-filename=-9b1666aa4877b426 --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-ef7c5c2e3e3647fe.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`
32222023-11-06T20:57:13.834Z 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`
32232023-11-06T20:57:15.324Z 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`
32242023-11-06T20:57:20.884Z 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=4c4105ada6dff5fb -C extra-filename=-4c4105ada6dff5fb --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32252023-11-06T20:57:21.424Z 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`
32262023-11-06T20:57:22.620Z 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`
32272023-11-06T20:57:22.731Z 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`
32282023-11-06T20:57:23.465Z 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=d2dfbb09c66be92a -C extra-filename=-d2dfbb09c66be92a --out-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-a99bdf9d14a2f9de.rmeta --cap-lints allow -D warnings`
32292023-11-06T20:57:24.951Z 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`
32302023-11-06T20:57:24.958Z 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`
32312023-11-06T20:57:24.969Z 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=59e34651557de442 -C extra-filename=-59e34651557de442 --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-c51a83c80e38f6e3.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`
32322023-11-06T20:57:25.041Z 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`
32332023-11-06T20:57:25.323Z 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`
32342023-11-06T20:57:25.587Z 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`
32352023-11-06T20:57:25.871Z 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`
32362023-11-06T20:57:26.079Z 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`
32372023-11-06T20:57:26.790Z 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`
32382023-11-06T20:57:27.406Z 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=52a561baae0bb6f6 -C extra-filename=-52a561baae0bb6f6 --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-59e34651557de442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32392023-11-06T20:57:28.579Z 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`
32402023-11-06T20:57:29.170Z 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=fe3b3a48a19f02c7 -C extra-filename=-fe3b3a48a19f02c7 --out-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-d2dfbb09c66be92a.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9b1666aa4877b426.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
32412023-11-06T20:57:29.593Z 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`
32422023-11-06T20:57:29.639Z Compiling const_format v0.2.31
32432023-11-06T20:57:29.649Z 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`
32442023-11-06T20:57:29.750Z 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`
32452023-11-06T20:57:29.992Z 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`
32462023-11-06T20:57:30.700Z 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`
32472023-11-06T20:57:30.752Z Compiling ron v0.7.1
32482023-11-06T20:57:30.756Z 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`
32492023-11-06T20:57:30.866Z 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`
32502023-11-06T20:57:31.154Z Compiling bit_field v0.10.2
32512023-11-06T20:57:31.159Z 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`
32522023-11-06T20:57:31.201Z Compiling http-range v0.1.5
32532023-11-06T20:57:31.205Z 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`
32542023-11-06T20:57:31.615Z Compiling hyper-staticfile v0.9.5
32552023-11-06T20:57:31.619Z 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=fa5fc02d37082992 -C extra-filename=-fa5fc02d37082992 --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-bb3989e3a9425633.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-3c7ef234742d4d7f.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`
32562023-11-06T20:57:31.784Z 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`
32572023-11-06T20:57:32.105Z 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`
32582023-11-06T20:57:32.845Z 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`
32592023-11-06T20:57:33.259Z Compiling number_prefix v0.4.0
32602023-11-06T20:57:33.274Z 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`
32612023-11-06T20:57:33.285Z 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`
32622023-11-06T20:57:33.302Z 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=391a1ef21204af5e -C extra-filename=-391a1ef21204af5e --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-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
32632023-11-06T20:57:33.565Z 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`
32642023-11-06T20:57:33.768Z Compiling indicatif v0.17.7
32652023-11-06T20:57:33.774Z 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=c570c02e115a34e9 -C extra-filename=-c570c02e115a34e9 --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-a56f4533ffbea430.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-4a2d475cc77cdac3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
32662023-11-06T20:57:34.212Z 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=c4a0a1a78bdcbb21 -C extra-filename=-c4a0a1a78bdcbb21 --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-c51a83c80e38f6e3.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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32672023-11-06T20:57:34.382Z 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`
32682023-11-06T20:57:35.019Z 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`
32692023-11-06T20:57:35.566Z 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`
32702023-11-06T20:57:35.591Z Compiling bytesize v1.3.0
32712023-11-06T20:57:35.595Z 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`
32722023-11-06T20:57:35.966Z 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`
32732023-11-06T20:57:36.078Z Compiling fs-err v2.9.0
32742023-11-06T20:57:36.082Z 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`
32752023-11-06T20:57:36.336Z 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`
32762023-11-06T20:57:36.705Z 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=c10f4f7c2b3a4873 -C extra-filename=-c10f4f7c2b3a4873 --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-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32772023-11-06T20:57:37.055Z 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=e1860f04e8a7a8a9 -C extra-filename=-e1860f04e8a7a8a9 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-3eca1d6a91008261.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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`
32782023-11-06T20:57:37.633Z 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`
32792023-11-06T20:57:37.865Z 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=dd11a10a1101a3ea -C extra-filename=-dd11a10a1101a3ea --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-fca2ca054f4fc8df.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-0b05717d967501ed.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-1506b044121151f3.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-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32802023-11-06T20:57:37.908Z 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=60d23ba0a73afbf6 -C extra-filename=-60d23ba0a73afbf6 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32812023-11-06T20:57:38.512Z 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`
32822023-11-06T20:57:41.484Z 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=b8544d18c4be0732 -C extra-filename=-b8544d18c4be0732 --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-fe9ea705024fc6b8.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`
32832023-11-06T20:57:45.245Z 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=15e39771a9c6078e -C extra-filename=-15e39771a9c6078e --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-cde40b1e5460b78c.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-e8e0cb7bcc21358a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32842023-11-06T20:57:45.302Z 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=92f0c10576f3f118 -C extra-filename=-92f0c10576f3f118 --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-fca2ca054f4fc8df.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`
32852023-11-06T20:57:47.023Z 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`
32862023-11-06T20:57:47.987Z 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=ea29ceac3c25210a -C extra-filename=-ea29ceac3c25210a --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-acfeb7de5b329e93.rmeta --cap-lints allow -D warnings`
32872023-11-06T20:57:48.818Z 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`
32882023-11-06T20:57:49.116Z 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`
32892023-11-06T20:57:49.388Z 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`
32902023-11-06T20:57:49.563Z Compiling indoc v2.0.3
32912023-11-06T20:57:49.648Z 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`
32922023-11-06T20:57:49.781Z 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`
32932023-11-06T20:57:49.851Z 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`
32942023-11-06T20:57:50.167Z 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`
32952023-11-06T20:57:50.240Z 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=b07fde78bfb4157d -C extra-filename=-b07fde78bfb4157d --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-ea29ceac3c25210a.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`
32962023-11-06T20:57:51.255Z 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`
32972023-11-06T20:57:51.572Z 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=15cfa47a55451c6b -C extra-filename=-15cfa47a55451c6b --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-135bf7ba8ab3ea34.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-92f0c10576f3f118.rmeta --cap-lints allow -D warnings`
32982023-11-06T20:57:51.653Z 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=41c0db507e620aa5 -C extra-filename=-41c0db507e620aa5 --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-fca2ca054f4fc8df.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`
32992023-11-06T20:57:52.405Z 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`
33002023-11-06T20:57:54.913Z Compiling derive_builder v0.12.0
33012023-11-06T20:57:54.933Z 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`
33022023-11-06T20:57:55.117Z 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`
33032023-11-06T20:57:55.132Z 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=41710fe1af901699 -C extra-filename=-41710fe1af901699 --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-0687e8647cca9e82.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`
33042023-11-06T20:57:55.551Z Compiling signal-hook-mio v0.2.3
33052023-11-06T20:57:55.566Z 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`
33062023-11-06T20:57:55.830Z 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=2ad13cb61433983f -C extra-filename=-2ad13cb61433983f --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-f160b03d3a6e70a0.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-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
33072023-11-06T20:57:55.917Z 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=e6cc28ed4ccb075d -C extra-filename=-e6cc28ed4ccb075d --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 rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33082023-11-06T20:57:57.147Z 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=4998e2272a1f4663 -C extra-filename=-4998e2272a1f4663 --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-a79ff521aceff8c1.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
33092023-11-06T20:58:04.867Z 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`
33102023-11-06T20:58:05.081Z Compiling bb8 v0.8.1
33112023-11-06T20:58:05.198Z 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=4f2adfca6954c3ae -C extra-filename=-4f2adfca6954c3ae --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.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`
33122023-11-06T20:58:05.355Z Compiling quick-xml v0.23.1
33132023-11-06T20:58:05.438Z 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`
33142023-11-06T20:58:05.483Z 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.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=f4ebc946f4654d04 -C extra-filename=-f4ebc946f4654d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33152023-11-06T20:58:05.560Z Compiling maplit v1.0.2
33162023-11-06T20:58:05.602Z 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`
33172023-11-06T20:58:05.625Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
33182023-11-06T20:58:05.649Z 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=f231f1db6094f1f8 -C extra-filename=-f231f1db6094f1f8 --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.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`
33192023-11-06T20:58:05.666Z 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=1a2ea9aafc5290c1 -C extra-filename=-1a2ea9aafc5290c1 --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-135bf7ba8ab3ea34.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-41c0db507e620aa5.rmeta --cap-lints allow -D warnings`
33202023-11-06T20:58:05.770Z 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`
33212023-11-06T20:58:05.832Z 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=43335d8015ff33ac -C extra-filename=-43335d8015ff33ac --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-273444a7f6b14b30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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`
33222023-11-06T20:58:05.900Z 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`
33232023-11-06T20:58:06.038Z 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`
33242023-11-06T20:58:06.089Z 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=319dc2398f6f3928 -C extra-filename=-319dc2398f6f3928 --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-6f309b635784cacf.so --cap-lints allow -D warnings`
33252023-11-06T20:58:06.599Z 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`
33262023-11-06T20:58:06.630Z 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`
33272023-11-06T20:58:06.643Z 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`
33282023-11-06T20:58:06.660Z 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`
33292023-11-06T20:58:06.670Z 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=c6f38d4739b942c6 -C extra-filename=-c6f38d4739b942c6 --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-6e083666603c4e01.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
33302023-11-06T20:58:06.680Z 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`
33312023-11-06T20:58:06.689Z 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`
33322023-11-06T20:58:06.709Z Compiling unicode-linebreak v0.1.5
33332023-11-06T20:58:06.719Z 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`
33342023-11-06T20:58:06.732Z 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`
33352023-11-06T20:58:06.753Z Compiling owo-colors v3.5.0
33362023-11-06T20:58:06.818Z 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`
33372023-11-06T20:58:06.844Z 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`
33382023-11-06T20:58:06.897Z 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`
33392023-11-06T20:58:06.902Z Compiling smawk v0.3.1
33402023-11-06T20:58:06.934Z 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`
33412023-11-06T20:58:06.983Z 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`
33422023-11-06T20:58:07.019Z Compiling textwrap v0.16.0
33432023-11-06T20:58:07.057Z 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=b726358839b3ee11 -C extra-filename=-b726358839b3ee11 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33442023-11-06T20:58:07.100Z 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`
33452023-11-06T20:58:07.143Z 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=44a60e4fc0beb3e6 -C extra-filename=-44a60e4fc0beb3e6 --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-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c6f38d4739b942c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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`
33462023-11-06T20:58:07.172Z 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=9d55635047bea2e8 -C extra-filename=-9d55635047bea2e8 --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-c51a83c80e38f6e3.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`
33472023-11-06T20:58:07.193Z Compiling crossterm v0.27.0
33482023-11-06T20:58:07.234Z 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=dff6c1b8806c4e6e -C extra-filename=-dff6c1b8806c4e6e --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-2e4b787c2de71c9f.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`
33492023-11-06T20:58:07.428Z 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`
33502023-11-06T20:58:07.602Z 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`
33512023-11-06T20:58:08.096Z 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`
33522023-11-06T20:58:08.501Z 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`
33532023-11-06T20:58:08.851Z 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`
33542023-11-06T20:58:09.117Z Compiling yansi v0.5.1
33552023-11-06T20:58:09.125Z 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`
33562023-11-06T20:58:09.267Z Compiling cassowary v0.3.0
33572023-11-06T20:58:09.290Z 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`
33582023-11-06T20:58:09.357Z 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`
33592023-11-06T20:58:09.616Z Compiling pretty_assertions v1.4.0
33602023-11-06T20:58:09.619Z 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`
33612023-11-06T20:58:09.728Z 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=25f417326751a96a -C extra-filename=-25f417326751a96a --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
33622023-11-06T20:58:10.407Z Compiling ratatui v0.23.0
33632023-11-06T20:58:10.412Z 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=b86238e65158f13b -C extra-filename=-b86238e65158f13b --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-dff6c1b8806c4e6e.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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33642023-11-06T20:58:10.417Z 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`
33652023-11-06T20:58:10.436Z 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`
33662023-11-06T20:58:10.567Z 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`
33672023-11-06T20:58:11.656Z 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`
33682023-11-06T20:58:11.899Z 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`
33692023-11-06T20:58:12.449Z 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=d51e5e9ea59c9da3 -C extra-filename=-d51e5e9ea59c9da3 --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.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`
33702023-11-06T20:58:12.690Z 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`
33712023-11-06T20:58:12.904Z 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.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=cd3475961d0f5837 -C extra-filename=-cd3475961d0f5837 --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`
33722023-11-06T20:58:13.274Z 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`
33732023-11-06T20:58:14.212Z 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`
33742023-11-06T20:58:14.658Z Compiling rtoolbox v0.0.1
33752023-11-06T20:58:14.669Z 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`
33762023-11-06T20:58:15.318Z 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`
33772023-11-06T20:58:15.507Z 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`
33782023-11-06T20:58:15.960Z 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`
33792023-11-06T20:58:16.409Z 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`
33802023-11-06T20:58:16.702Z 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`
33812023-11-06T20:58:16.846Z 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`
33822023-11-06T20:58:16.951Z Compiling rpassword v7.2.0
33832023-11-06T20:58:16.968Z 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`
33842023-11-06T20:58:17.250Z Compiling tui-tree-widget v0.13.0
33852023-11-06T20:58:17.666Z 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=59b5b1ca22c78e27 -C extra-filename=-59b5b1ca22c78e27 --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-b86238e65158f13b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33862023-11-06T20:58:17.675Z 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=91d66c4daefd4c2a -C extra-filename=-91d66c4daefd4c2a --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.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`
33872023-11-06T20:58:17.868Z 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`
33882023-11-06T20:58:18.398Z 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=5d51ea0c4f1cc83f -C extra-filename=-5d51ea0c4f1cc83f --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-15f20dc26df54122.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`
33892023-11-06T20:58:18.497Z 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=4473b1c84cc4d592 -C extra-filename=-4473b1c84cc4d592 --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-7375f3ef9ec50070.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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`
33902023-11-06T20:58:18.726Z 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`
33912023-11-06T20:58:19.108Z 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`
33922023-11-06T20:58:19.334Z 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=59c793c95dada8bf -C extra-filename=-59c793c95dada8bf --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"'`
33932023-11-06T20:58:19.703Z 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`
33942023-11-06T20:58:20.051Z Compiling fatfs v0.3.6
33952023-11-06T20:58:20.056Z 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=164cdabbd0ca18b4 -C extra-filename=-164cdabbd0ca18b4 --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-6fb8385a046b069a.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`
33962023-11-06T20:58:20.542Z Compiling rand v0.4.6
33972023-11-06T20:58:20.551Z 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`
33982023-11-06T20:58:20.556Z Compiling shell-words v1.1.0
33992023-11-06T20:58:20.562Z 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`
34002023-11-06T20:58:20.631Z Compiling remove_dir_all v0.5.3
34012023-11-06T20:58:20.638Z 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`
34022023-11-06T20:58:20.818Z Compiling plotters-backend v0.3.5
34032023-11-06T20:58:20.826Z 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`
34042023-11-06T20:58:20.980Z 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`
34052023-11-06T20:58:21.037Z 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`
34062023-11-06T20:58:21.335Z 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`
34072023-11-06T20:58:21.801Z Compiling plotters-svg v0.3.5
34082023-11-06T20:58:21.835Z 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`
34092023-11-06T20:58:22.560Z Compiling tempdir v0.3.7
34102023-11-06T20:58:22.602Z 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`
34112023-11-06T20:58:23.014Z 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`
34122023-11-06T20:58:23.103Z 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=3a07ea09a0a14a56 -C extra-filename=-3a07ea09a0a14a56 --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-59c793c95dada8bf.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`
34132023-11-06T20:58:23.211Z 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`
34142023-11-06T20:58:23.982Z Compiling assert_cmd v2.0.12
34152023-11-06T20:58:24.001Z 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=2498884576e8ad17 -C extra-filename=-2498884576e8ad17 --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-61b870e7f18a47cd.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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`
34162023-11-06T20:58:25.433Z 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`
34172023-11-06T20:58:25.766Z Compiling serial_test_derive v0.10.0
34182023-11-06T20:58:25.785Z 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`
34192023-11-06T20:58:26.024Z Compiling dashmap v5.5.1
34202023-11-06T20:58:26.045Z 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=0f0d468c79c6e336 -C extra-filename=-0f0d468c79c6e336 --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-42eece04196e48a4.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`
34212023-11-06T20:58:26.345Z Compiling cast v0.3.0
34222023-11-06T20:58:26.349Z 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`
34232023-11-06T20:58:26.600Z 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`
34242023-11-06T20:58:27.005Z 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`
34252023-11-06T20:58:27.023Z Compiling criterion-plot v0.5.0
34262023-11-06T20:58:27.029Z 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`
34272023-11-06T20:58:27.602Z 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=0a1c3427c38d2194 -C extra-filename=-0a1c3427c38d2194 --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-135bf7ba8ab3ea34.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-f18ad2b4f7e42dbf.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`
34282023-11-06T20:58:27.722Z 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`
34292023-11-06T20:58:27.816Z Compiling serial_test v0.10.0
34302023-11-06T20:58:27.819Z 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=3e1bb4f324028987 -C extra-filename=-3e1bb4f324028987 --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-0f0d468c79c6e336.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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`
34312023-11-06T20:58:28.867Z Compiling plotters v0.3.5
34322023-11-06T20:58:28.882Z 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`
34332023-11-06T20:58:29.127Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d320d173a3e00542 -C extra-filename=-d320d173a3e00542 --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
34342023-11-06T20:58:29.264Z 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`
34352023-11-06T20:58:29.929Z Compiling tinytemplate v1.2.1
34362023-11-06T20:58:29.939Z Compiling vte_generate_state_changes v0.1.1
34372023-11-06T20:58:29.949Z 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=05d30e2188aad39d -C extra-filename=-05d30e2188aad39d --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-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
34382023-11-06T20:58:29.958Z 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`
34392023-11-06T20:58:30.401Z 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`
34402023-11-06T20:58:30.981Z 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`
34412023-11-06T20:58:31.118Z Compiling anes v0.1.6
34422023-11-06T20:58:31.147Z 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`
34432023-11-06T20:58:31.682Z 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`
34442023-11-06T20:58:31.937Z Compiling oorandom v11.1.3
34452023-11-06T20:58:31.941Z 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`
34462023-11-06T20:58:31.987Z Compiling vte v0.11.1
34472023-11-06T20:58:32.019Z 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`
34482023-11-06T20:58:32.281Z 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`
34492023-11-06T20:58:32.595Z Compiling criterion v0.5.1
34502023-11-06T20:58:32.601Z 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=3133ab9b876662c7 -C extra-filename=-3133ab9b876662c7 --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-520a82150b2d2200.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-4a2d475cc77cdac3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.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-e18c481408ad2194.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-05d30e2188aad39d.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`
34512023-11-06T20:58:32.643Z 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.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=b6a9e060cc098cb0 -C extra-filename=-b6a9e060cc098cb0 --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-d320d173a3e00542.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`
34522023-11-06T20:58:32.994Z 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`
34532023-11-06T20:58:33.316Z 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`
34542023-11-06T20:58:33.367Z Compiling threadpool v1.8.1
34552023-11-06T20:58:33.841Z 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`
34562023-11-06T20:58:33.851Z Compiling crossterm v0.26.1
34572023-11-06T20:58:33.858Z 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`
34582023-11-06T20:58:34.870Z Compiling strip-ansi-escapes v0.2.0
34592023-11-06T20:58:34.876Z 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`
34602023-11-06T20:58:34.983Z Compiling libtest-mimic v0.6.1
34612023-11-06T20:58:35.027Z 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.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=f914793a2e00a2b7 -C extra-filename=-f914793a2e00a2b7 --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-258f77005d15f95f.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`
34622023-11-06T20:58:35.569Z 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`
34632023-11-06T20:58:35.884Z 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`
34642023-11-06T20:58:36.490Z 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=01cb437184e12f0a -C extra-filename=-01cb437184e12f0a --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-fca2ca054f4fc8df.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`
34652023-11-06T20:58:36.511Z Compiling fd-lock v3.0.13
34662023-11-06T20:58:36.988Z 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`
34672023-11-06T20:58:37.002Z Compiling rstest_macros v0.18.2
34682023-11-06T20:58:37.014Z 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=150b06867dc27592 -C extra-filename=-150b06867dc27592 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
34692023-11-06T20:58:37.030Z Compiling nanorand v0.7.0
34702023-11-06T20:58:37.043Z 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`
34712023-11-06T20:58:37.445Z Compiling nu-ansi-term v0.49.0
34722023-11-06T20:58:37.450Z 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`
34732023-11-06T20:58:37.886Z 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`
34742023-11-06T20:58:38.620Z 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`
34752023-11-06T20:58:38.764Z 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`
34762023-11-06T20:58:38.858Z Compiling reedline v0.23.0
34772023-11-06T20:58:38.863Z 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=b254769a148d5883 -C extra-filename=-b254769a148d5883 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
34782023-11-06T20:58:38.922Z 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=481fdddc9b7e9c9b -C extra-filename=-481fdddc9b7e9c9b --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34792023-11-06T20:58:39.012Z Compiling flume v0.11.0
34802023-11-06T20:58:39.016Z 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=21cc87868e0e96d3 -C extra-filename=-21cc87868e0e96d3 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.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`
34812023-11-06T20:58:39.020Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592/build-script-build`
34822023-11-06T20:58:39.156Z 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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e91744045e3f062f -C extra-filename=-e91744045e3f062f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
34832023-11-06T20:58:39.630Z Compiling datatest-stable v0.2.3
34842023-11-06T20:58:39.698Z 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.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=90e47ce7457113b7 -C extra-filename=-90e47ce7457113b7 --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 libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f914793a2e00a2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34852023-11-06T20:58:40.125Z 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=55002714d77a523f -C extra-filename=-55002714d77a523f --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-15f20dc26df54122.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`
34862023-11-06T20:58:40.625Z Compiling tabled_derive v0.6.0
34872023-11-06T20:58:40.671Z 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`
34882023-11-06T20:58:41.025Z Compiling httptest v0.15.5
34892023-11-06T20:58:41.029Z 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.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=90a2902e07f9816c -C extra-filename=-90a2902e07f9816c --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-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.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-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
34902023-11-06T20:58:42.040Z Compiling similar-asserts v1.5.0
34912023-11-06T20:58:42.094Z 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=2a433a9ee5892e60 -C extra-filename=-2a433a9ee5892e60 --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-a56f4533ffbea430.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
34922023-11-06T20:58:44.051Z Compiling pin-project-internal v1.1.3
34932023-11-06T20:58:44.467Z 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`
34942023-11-06T20:58:44.770Z Compiling relative-path v1.9.0
34952023-11-06T20:58:44.775Z 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`
34962023-11-06T20:58:45.450Z Compiling trybuild v1.0.85
34972023-11-06T20:58:45.454Z 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`
34982023-11-06T20:58:46.018Z Compiling topological-sort v0.2.2
34992023-11-06T20:58:46.022Z 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`
35002023-11-06T20:58:46.241Z 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`
35012023-11-06T20:58:46.292Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
35022023-11-06T20:58:46.347Z 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=2b9a190a72053674 -C extra-filename=-2b9a190a72053674 --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-4ecfbf899a12e38f.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`
35032023-11-06T20:58:48.365Z 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=5eb86af7beb0e008 -C extra-filename=-5eb86af7beb0e008 --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-55002714d77a523f.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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35042023-11-06T20:58:49.174Z Compiling pin-project v1.1.3
35052023-11-06T20:58:49.287Z 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`
35062023-11-06T20:58:49.394Z 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.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=fb8e76c7d19409a2 -C extra-filename=-fb8e76c7d19409a2 --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-e91744045e3f062f.rmeta --cap-lints allow -D warnings`
35072023-11-06T20:58:49.957Z 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`
35082023-11-06T20:58:52.048Z 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`
35092023-11-06T20:58:53.012Z 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`
35102023-11-06T20:58:53.042Z Compiling basic-toml v0.1.4
35112023-11-06T20:58:53.068Z 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`
35122023-11-06T20:58:53.704Z Compiling arrayref v0.3.7
35132023-11-06T20:58:53.707Z 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`
35142023-11-06T20:58:53.885Z 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`
35152023-11-06T20:58:54.273Z Compiling bytecount v0.6.3
35162023-11-06T20:58:54.277Z 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`
35172023-11-06T20:58:54.638Z Compiling crossbeam-queue v0.3.8
35182023-11-06T20:58:54.845Z 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`
35192023-11-06T20:58:55.464Z Compiling futures-timer v3.0.2
35202023-11-06T20:58:55.472Z 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`
35212023-11-06T20:58:56.652Z Compiling arrayvec v0.7.4
35222023-11-06T20:58:56.657Z 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`
35232023-11-06T20:58:57.057Z 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`
35242023-11-06T20:58:57.356Z Compiling constant_time_eq v0.2.6
35252023-11-06T20:58:57.412Z 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`
35262023-11-06T20:58:57.420Z Compiling papergrid v0.10.0
35272023-11-06T20:58:57.423Z 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=52ca095ec7ac3659 -C extra-filename=-52ca095ec7ac3659 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35282023-11-06T20:58:57.433Z 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=7b576408f3790d3c -C extra-filename=-7b576408f3790d3c --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-fb815a6dfe765808.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-fb8e76c7d19409a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35292023-11-06T20:58:57.657Z Compiling blake2b_simd v1.0.1
35302023-11-06T20:58:57.669Z 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`
35312023-11-06T20:58:57.693Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
35322023-11-06T20:58:57.697Z 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=639bd16172f9cd41 -C extra-filename=-639bd16172f9cd41 --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-e18c481408ad2194.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
35332023-11-06T20:58:57.748Z 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=377786b439a9f836 -C extra-filename=-377786b439a9f836 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35342023-11-06T20:59:00.732Z Compiling rstest v0.18.2
35352023-11-06T20:59:00.741Z 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=cf127ee9e54dc488 -C extra-filename=-cf127ee9e54dc488 --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-520a82150b2d2200.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-2b9a190a72053674.so --cap-lints allow -D warnings`
35362023-11-06T20:59:00.969Z 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`
35372023-11-06T20:59:01.121Z 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=c75947462ce33d85 -C extra-filename=-c75947462ce33d85 --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-5eb86af7beb0e008.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35382023-11-06T20:59:01.454Z 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=aaa50ed2fad21659 -C extra-filename=-aaa50ed2fad21659 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.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`
35392023-11-06T20:59:02.170Z Compiling partial-io v0.5.4
35402023-11-06T20:59:02.175Z 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=ba66dfe46f120b6c -C extra-filename=-ba66dfe46f120b6c --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-520a82150b2d2200.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`
35412023-11-06T20:59:02.642Z Compiling approx v0.5.1
35422023-11-06T20:59:02.645Z 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`
35432023-11-06T20:59:03.009Z Compiling hex-literal v0.4.1
35442023-11-06T20:59:03.012Z 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`
35452023-11-06T20:59:03.071Z Compiling constant_time_eq v0.3.0
35462023-11-06T20:59:03.075Z 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`
35472023-11-06T20:59:03.263Z 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`
35482023-11-06T20:59:03.376Z 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`
35492023-11-06T20:59:03.902Z Compiling rust-argon2 v1.0.1
35502023-11-06T20:59:03.911Z 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=8c6be73626d78fb3 -C extra-filename=-8c6be73626d78fb3 --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-c0a884fd652c2175.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`
35512023-11-06T20:59:03.914Z Compiling tabled v0.14.0
35522023-11-06T20:59:03.919Z 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=e2e12fbcfa9b7f2f -C extra-filename=-e2e12fbcfa9b7f2f --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-377786b439a9f836.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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35532023-11-06T20:59:04.930Z 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=62fd123e37519506 -C extra-filename=-62fd123e37519506 --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-52ca095ec7ac3659.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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35542023-11-06T20:59:08.087Z 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`
35552023-11-06T20:59:08.135Z Compiling cargo-platform v0.1.3
35562023-11-06T20:59:08.159Z 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`
35572023-11-06T20:59:08.482Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
35582023-11-06T20:59:08.503Z 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=a6fae4f53c221546 -C extra-filename=-a6fae4f53c221546 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7b262f576b7648f1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
35592023-11-06T20:59:08.829Z Compiling cargo_metadata v0.18.0
35602023-11-06T20:59:08.841Z 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=93c5ae2472de9a4e -C extra-filename=-93c5ae2472de9a4e --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-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
35612023-11-06T20:59:09.134Z Compiling crossbeam v0.8.2
35622023-11-06T20:59:09.138Z 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`
35632023-11-06T20:59:09.365Z Compiling cargo_toml v0.16.3
35642023-11-06T20:59:09.369Z 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=56575fbfc730abe8 -C extra-filename=-56575fbfc730abe8 --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-d15ebd01fa8e9bef.rmeta --cap-lints allow -D warnings`
35652023-11-06T20:59:09.620Z Compiling termios v0.3.3
35662023-11-06T20:59:09.626Z 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`
35672023-11-06T20:59:11.819Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546/build-script-bindings`
35682023-11-06T20:59:15.912Z 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=d385f67da7e44b36 -C extra-filename=-d385f67da7e44b36 --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-c0a884fd652c2175.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-2b539087163b61f2.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`
35692023-11-06T20:59:29.477Z 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=b4b77bab84f4406c -C extra-filename=-b4b77bab84f4406c --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-c51a83c80e38f6e3.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-9424837649549af3.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`
35702023-11-06T20:59:29.737Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35712023-11-06T20:59:29.935Z 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=ac067bc6b507e951 -C extra-filename=-ac067bc6b507e951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-93c5ae2472de9a4e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-56575fbfc730abe8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib -D warnings`
35722023-11-06T20:59:29.965Z 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`
35732023-11-06T20:59:30.042Z Compiling bzip2 v0.4.4
35742023-11-06T20:59:30.054Z 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`
35752023-11-06T20:59:30.078Z Compiling zip v0.6.6
35762023-11-06T20:59:30.092Z 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=e431b9bb1b0fed71 -C extra-filename=-e431b9bb1b0fed71 --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-6fb8385a046b069a.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-2b539087163b61f2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35772023-11-06T20:59:30.132Z 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`
35782023-11-06T20:59:30.144Z 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`
35792023-11-06T20:59:30.165Z 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=1f1788e52dc9cdd4 -C extra-filename=-1f1788e52dc9cdd4 --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-fca2ca054f4fc8df.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-9424837649549af3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35802023-11-06T20:59:30.223Z Compiling polar-core v0.27.0
35812023-11-06T20:59:30.260Z 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.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' -C metadata=9a9147058635244e -C extra-filename=-9a9147058635244e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9a9147058635244e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-abdb16204eb0013a.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
35822023-11-06T20:59:30.275Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
35832023-11-06T20:59:30.289Z 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=cf8401fd601cd9a9 -C extra-filename=-cf8401fd601cd9a9 --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-7770b327e25863ff.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-d065ff8fcf792326.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-42310e81bb794bab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35842023-11-06T20:59:30.295Z 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=2f60d6f3abb94b1f -C extra-filename=-2f60d6f3abb94b1f --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-dd11a10a1101a3ea.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-0b05717d967501ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-52a561baae0bb6f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-321b9ea410293f21.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35852023-11-06T20:59:30.321Z 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=605b7b99f36ff5b8 -C extra-filename=-605b7b99f36ff5b8 --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-cf8401fd601cd9a9.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-93217daea07257ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35862023-11-06T20:59:30.334Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9a9147058635244e/build-script-build`
35872023-11-06T20:59:30.589Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7/build-script-build`
35882023-11-06T20:59:30.683Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=a2dc4d68dd501e42 -C extra-filename=-a2dc4d68dd501e42 --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 spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35892023-11-06T20:59:30.883Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=ec09b25b5f5cdd03 -C extra-filename=-ec09b25b5f5cdd03 --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 spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35902023-11-06T20:59:33.440Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=f892c3827ceca5fc -C extra-filename=-f892c3827ceca5fc --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`
35912023-11-06T20:59:33.881Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=976ad20ae7366b3c -C extra-filename=-976ad20ae7366b3c --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`
35922023-11-06T20:59:34.321Z Compiling rustls-webpki v0.101.7
35932023-11-06T20:59:34.442Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3fbb7d87390632ae -C extra-filename=-3fbb7d87390632ae --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-a2dc4d68dd501e42.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35942023-11-06T20:59:37.380Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=97758babae601491 -C extra-filename=-97758babae601491 --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-a2dc4d68dd501e42.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3fbb7d87390632ae.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35952023-11-06T20:59:38.083Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f6274dd5d981423 -C extra-filename=-8f6274dd5d981423 --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-ec09b25b5f5cdd03.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35962023-11-06T20:59:38.094Z 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=d892a46718076e8e -C extra-filename=-d892a46718076e8e --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-2f60d6f3abb94b1f.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-25f417326751a96a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35972023-11-06T20:59:40.953Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a0b3b5439b6ec56f -C extra-filename=-a0b3b5439b6ec56f --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-ec09b25b5f5cdd03.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8f6274dd5d981423.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35982023-11-06T20:59:44.395Z Compiling tokio-rustls v0.24.1
35992023-11-06T20:59:44.405Z 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=0eabbfc450d049f9 -C extra-filename=-0eabbfc450d049f9 --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-97758babae601491.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36002023-11-06T20:59:44.593Z Compiling hyper-rustls v0.24.2
36012023-11-06T20:59:44.601Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=6a367927f45a7531 -C extra-filename=-6a367927f45a7531 --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-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-2d5262ec9f2f1337.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36022023-11-06T20:59:44.656Z 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=fd2d57c6605e671e -C extra-filename=-fd2d57c6605e671e --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-f161070c4a4a0796.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-520a82150b2d2200.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-3c7ef234742d4d7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ccae555fe7980b94.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-d0a55b9fae8929cb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.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-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36032023-11-06T20:59:45.517Z Compiling reqwest v0.11.20
36042023-11-06T20:59:45.950Z 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=c19c04ac554f960b -C extra-filename=-c19c04ac554f960b --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-c0a884fd652c2175.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-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36052023-11-06T20:59:46.745Z 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=5971d950b8db3b19 -C extra-filename=-5971d950b8db3b19 --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-c0a884fd652c2175.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-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.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-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.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-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36062023-11-06T20:59:49.480Z 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=6bf1e926804fe7ce -C extra-filename=-6bf1e926804fe7ce --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-a0b3b5439b6ec56f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36072023-11-06T20:59:50.144Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=7738fc6805987963 -C extra-filename=-7738fc6805987963 --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-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-afe568b4e91ae0a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36082023-11-06T20:59:51.049Z 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=87994350ea06ae1a -C extra-filename=-87994350ea06ae1a --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-c51a83c80e38f6e3.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-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.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-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-cb23ea4bc610a220.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-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36092023-11-06T20:59:51.435Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36102023-11-06T20:59:51.438Z 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=d18a7434c8a87610 -C extra-filename=-d18a7434c8a87610 --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-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36112023-11-06T20:59:52.119Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36122023-11-06T20:59:52.130Z 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=7b741ad08c56af00 -C extra-filename=-7b741ad08c56af00 --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-d18a7434c8a87610.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-cf36950c3b2ddfee.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b0cbe400eba9d400.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36132023-11-06T20:59:52.480Z 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=d69da0344320450a -C extra-filename=-d69da0344320450a --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-2a4af4e6b1fca033.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-5fb0f80fbc938a42.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-f18ad2b4f7e42dbf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fce9de2fc122c792.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f84f30d040ff99da.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-888d96de7f42c721.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-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-fbaa5a57a4bb9a3b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.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-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-321b9ea410293f21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36142023-11-06T20:59:55.167Z 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=47bc47f1d7b9922a -C extra-filename=-47bc47f1d7b9922a --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-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36152023-11-06T21:00:11.329Z 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=8941563805680825 -C extra-filename=-8941563805680825 --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-15f20dc26df54122.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36162023-11-06T21:00:12.175Z 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=ce456bc7943699ce -C extra-filename=-ce456bc7943699ce --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-8941563805680825.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-da48b927f52eb07a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b0cbe400eba9d400.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36172023-11-06T21:00:12.202Z 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=e9905dfae51c07f0 -C extra-filename=-e9905dfae51c07f0 --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-47bc47f1d7b9922a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5c18a750ffabc57a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b0cbe400eba9d400.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36182023-11-06T21:00:12.221Z Compiling omicron-zone-package v0.8.3
36192023-11-06T21:00:12.236Z 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=ce10f031682bb9a5 -C extra-filename=-ce10f031682bb9a5 --out-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-cde40b1e5460b78c.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-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-7f2f2f0138dd0f5a.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36202023-11-06T21:00:12.260Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36212023-11-06T21:00:12.281Z 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=c3df57c3f47a2b2c -C extra-filename=-c3df57c3f47a2b2c --out-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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36222023-11-06T21:00:12.302Z Compiling tough v0.12.5
36232023-11-06T21:00:12.344Z 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=a81303f4524f1d53 -C extra-filename=-a81303f4524f1d53 --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-aed2a6f1583a36fc.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-b5cebf012c076b89.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-5971d950b8db3b19.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-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36242023-11-06T21:00:12.355Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36252023-11-06T21:00:12.377Z 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=35ca0cadf061604b -C extra-filename=-35ca0cadf061604b --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-7b741ad08c56af00.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36262023-11-06T21:00:12.409Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
36272023-11-06T21:00:12.841Z 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=7529baeea50e9e5d -C extra-filename=-7529baeea50e9e5d --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-ea6c1e668f253a43.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36282023-11-06T21:00:12.886Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
36292023-11-06T21:00:12.904Z 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=1a5ec82638aea6e2 -C extra-filename=-1a5ec82638aea6e2 --out-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-7b741ad08c56af00.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36302023-11-06T21:00:12.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36312023-11-06T21:00:12.974Z 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=d52eb7ed0a68f57a -C extra-filename=-d52eb7ed0a68f57a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d52eb7ed0a68f57a -C 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-61b870e7f18a47cd.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-a56f4533ffbea430.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-31eb26792b8366e7.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-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-42eece04196e48a4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.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-a0c5a47242d1112d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-4ecfbf899a12e38f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rlib --extern regex_syntax_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rlib --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.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-816d38c905102e21.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.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 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-5dc7cc70d6080404.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9c1c1fe0b2f1b8d4.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-46aebd9158e6f817.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-176cd009761495ef.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-e431b9bb1b0fed71.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36322023-11-06T21:00:12.995Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d52eb7ed0a68f57a/build-script-build`
36332023-11-06T21:00:13.028Z 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=131bd8cfb71db92e -C extra-filename=-131bd8cfb71db92e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-61b870e7f18a47cd.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-a56f4533ffbea430.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-31eb26792b8366e7.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-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-42eece04196e48a4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.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-a0c5a47242d1112d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.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-816d38c905102e21.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.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 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-5dc7cc70d6080404.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9c1c1fe0b2f1b8d4.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-46aebd9158e6f817.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-176cd009761495ef.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-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36342023-11-06T21:00:13.147Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36352023-11-06T21:00:13.169Z 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=6c18219f8cd26a88 -C extra-filename=-6c18219f8cd26a88 --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
36362023-11-06T21:00:13.291Z 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=f0671134746e6231 -C extra-filename=-f0671134746e6231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-61b870e7f18a47cd.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-a56f4533ffbea430.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-273444a7f6b14b30.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-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-42eece04196e48a4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-30a62ecb4bdce728.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.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 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-474e427290744ca9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-e28dc75a94ffd9b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9c1c1fe0b2f1b8d4.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-46aebd9158e6f817.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-f610ebabab3e9f05.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-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36372023-11-06T21:00:13.447Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36382023-11-06T21:00:13.480Z 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=2c26d86ba500d397 -C extra-filename=-2c26d86ba500d397 --out-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-f0671134746e6231.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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`
36392023-11-06T21:00:14.176Z 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=f657325a0a22b64d -C extra-filename=-f657325a0a22b64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f160b03d3a6e70a0.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-fb815a6dfe765808.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-7375f3ef9ec50070.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-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-acfeb7de5b329e93.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fce9de2fc122c792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-888d96de7f42c721.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3eca1d6a91008261.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-194ed5a558afec6b.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-6e083666603c4e01.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.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 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-0773500468b2395d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-321b9ea410293f21.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f8adf473ac7e4876.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c86de6df203ca23e.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-fdf8bee5624521f1.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-36ae4547e3a6e6be.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-1f1788e52dc9cdd4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36402023-11-06T21:00:14.258Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36412023-11-06T21:00:14.308Z 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=9e7d2cf8190df159 -C extra-filename=-9e7d2cf8190df159 --out-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-c0a884fd652c2175.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-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
36422023-11-06T21:00:14.380Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36432023-11-06T21:00:14.399Z 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=8c7f4983773fc477 -C extra-filename=-8c7f4983773fc477 --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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-11-06T21:00:14.558Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36452023-11-06T21:00:15.131Z 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=04bf7a9a16d28bdc -C extra-filename=-04bf7a9a16d28bdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-f0671134746e6231.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.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-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36462023-11-06T21:00:16.736Z 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=68358c112f5d7022 -C extra-filename=-68358c112f5d7022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-f657325a0a22b64d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.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-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.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-a79ff521aceff8c1.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-588e61721eaff395.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-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36472023-11-06T21:00:21.846Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36482023-11-06T21:00:22.272Z 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=4417deb27720fba0 -C extra-filename=-4417deb27720fba0 --out-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-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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-11-06T21:00:24.925Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36502023-11-06T21:00:24.930Z 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=0c142af5cf4ab361 -C extra-filename=-0c142af5cf4ab361 --out-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-131bd8cfb71db92e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:00:25.634Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36522023-11-06T21:00:25.651Z 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=9e4715a2e8ac8daa -C extra-filename=-9e4715a2e8ac8daa --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-9e4715a2e8ac8daa -C 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-ce10f031682bb9a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9905dfae51c07f0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36532023-11-06T21:00:27.094Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36542023-11-06T21:00:27.098Z 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=0ed4fccaada378b2 -C extra-filename=-0ed4fccaada378b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-0ed4fccaada378b2 -C 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-ce10f031682bb9a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9905dfae51c07f0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36552023-11-06T21:00:27.548Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36562023-11-06T21:00:27.556Z 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=75f9f56acffefda2 -C extra-filename=-75f9f56acffefda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-84f5a1062849ca51.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-520a82150b2d2200.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.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-f0671134746e6231.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
36572023-11-06T21:00:29.119Z 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=b5760a574633245d -C extra-filename=-b5760a574633245d --out-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-f657325a0a22b64d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-9a5207eba4153586/out -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-11-06T21:00:29.989Z 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=93feafb42dcd4650 -C extra-filename=-93feafb42dcd4650 --out-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-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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`
36592023-11-06T21:00:32.874Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36602023-11-06T21:00:32.891Z 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=15e183a7c947f8e0 -C extra-filename=-15e183a7c947f8e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-15e183a7c947f8e0 -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:00:33.490Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36622023-11-06T21:00:33.529Z 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=fe5eb962f571eab5 -C extra-filename=-fe5eb962f571eab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-7912624515dddc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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`
36632023-11-06T21:00:35.655Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36642023-11-06T21:00:35.662Z 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=795b09c4f228dc2e -C extra-filename=-795b09c4f228dc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.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-474e427290744ca9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36652023-11-06T21:00:40.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36662023-11-06T21:00:40.906Z 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=cdbdc60797400330 -C extra-filename=-cdbdc60797400330 --out-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-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
36672023-11-06T21:00:42.070Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36682023-11-06T21:00:42.074Z 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=5660a9df84c24863 -C extra-filename=-5660a9df84c24863 --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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`
36692023-11-06T21:00:42.659Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36702023-11-06T21:00:42.698Z 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=39aea95707430fe6 -C extra-filename=-39aea95707430fe6 --out-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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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`
36712023-11-06T21:00:43.812Z 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=80bce39df76a2445 -C extra-filename=-80bce39df76a2445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.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-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-d92280b546d84648.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c47fe1ff1373de7c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-9a5207eba4153586/out -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`
36722023-11-06T21:00:56.131Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-9e4715a2e8ac8daa/build-script-build`
36732023-11-06T21:00:57.042Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
36742023-11-06T21:00:57.046Z 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=729844fa0094baf8 -C extra-filename=-729844fa0094baf8 --out-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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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`
36752023-11-06T21:00:57.174Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
36762023-11-06T21:00:57.204Z 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=c336cbcd768603f4 -C extra-filename=-c336cbcd768603f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-4417deb27720fba0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.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-9a5207eba4153586/out -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-11-06T21:00:57.312Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-0ed4fccaada378b2/build-script-build`
36782023-11-06T21:00:57.581Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-15e183a7c947f8e0/build-script-build`
36792023-11-06T21:00:57.674Z 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=320a5914845d2c37 -C extra-filename=-320a5914845d2c37 --out-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-c51a83c80e38f6e3.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-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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`
36802023-11-06T21:00:59.804Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812023-11-06T21:00:59.808Z 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=b5e70577e4fd71ba -C extra-filename=-b5e70577e4fd71ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fe5eb962f571eab5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-75f9f56acffefda2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36822023-11-06T21:01:04.197Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36832023-11-06T21:01:04.617Z 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=2461c06998a3a0cc -C extra-filename=-2461c06998a3a0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-520a82150b2d2200.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a84c1331923cc4a9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-c3e2aeeaf9c8864d.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-9a5207eba4153586/out -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`
36842023-11-06T21:01:04.642Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36852023-11-06T21:01:04.658Z 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=f7c5800e538dad98 -C extra-filename=-f7c5800e538dad98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-605b7b99f36ff5b8.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-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-c54798b1f61c5ac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36862023-11-06T21:01:08.707Z 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=f4a03e61116e5bc0 -C extra-filename=-f4a03e61116e5bc0 --out-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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
36872023-11-06T21:01:12.416Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36882023-11-06T21:01:12.431Z 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=2cff08e928d9610c -C extra-filename=-2cff08e928d9610c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-4417deb27720fba0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.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-f0671134746e6231.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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`
36892023-11-06T21:01:13.519Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36902023-11-06T21:01:13.525Z 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=fa16861b5afb6aef -C extra-filename=-fa16861b5afb6aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-4417deb27720fba0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-03eb206d43e2404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-9a5207eba4153586/out -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`
36912023-11-06T21:01:16.185Z 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=069201349dfa8986 -C extra-filename=-069201349dfa8986 --out-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-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.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-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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`
36922023-11-06T21:01:27.477Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36932023-11-06T21:01:27.528Z 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=7688117b896fc636 -C extra-filename=-7688117b896fc636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36942023-11-06T21:01:27.577Z 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=8f1fec8ec2fa3206 -C extra-filename=-8f1fec8ec2fa3206 --out-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-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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-11-06T21:01:39.482Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36962023-11-06T21:01:40.098Z 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=36f7a362edce4e90 -C extra-filename=-36f7a362edce4e90 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-36f7a362edce4e90 -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
36972023-11-06T21:01:40.745Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36982023-11-06T21:01:41.103Z 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=72f364d71c5ea1cc -C extra-filename=-72f364d71c5ea1cc --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
36992023-11-06T21:01:41.606Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-36f7a362edce4e90/build-script-build`
37002023-11-06T21:01:41.965Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37012023-11-06T21:01:41.979Z 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=96cd9acdee29295f -C extra-filename=-96cd9acdee29295f --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
37022023-11-06T21:01:42.077Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37032023-11-06T21:01:42.172Z 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=b59af77b85018137 -C extra-filename=-b59af77b85018137 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-9a5207eba4153586/out -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`
37042023-11-06T21:01:43.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37052023-11-06T21:01:43.145Z 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=6829551e85cefbac -C extra-filename=-6829551e85cefbac --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-c3df57c3f47a2b2c.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-42370874ccbb2736.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37062023-11-06T21:01:48.764Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37072023-11-06T21:01:48.826Z 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=7a5fd43c0a143525 -C extra-filename=-7a5fd43c0a143525 --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-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c3df57c3f47a2b2c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b6267b2cc7f0943e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37082023-11-06T21:01:51.252Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37092023-11-06T21:01:51.256Z 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=9875b96a5271484e -C extra-filename=-9875b96a5271484e --out-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-fd2d57c6605e671e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-9a5207eba4153586/out -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`
37102023-11-06T21:01:55.315Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37112023-11-06T21:01:55.321Z 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=fdbfa81faa6301ec -C extra-filename=-fdbfa81faa6301ec --out-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-1dfce92cb519156b.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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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`
37122023-11-06T21:01:55.899Z 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=03f2b0c308491575 -C extra-filename=-03f2b0c308491575 --out-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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-2461c06998a3a0cc.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-d5d25d46cb43563c.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-9a5207eba4153586/out -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`
37132023-11-06T21:01:57.052Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37142023-11-06T21:01:57.065Z 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=1ec13bc6ccba68e5 -C extra-filename=-1ec13bc6ccba68e5 --out-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-fd2d57c6605e671e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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-9a5207eba4153586/out -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`
37152023-11-06T21:01:58.048Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37162023-11-06T21:01:58.465Z 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=b6eb2b2c1dc1d862 -C extra-filename=-b6eb2b2c1dc1d862 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b6eb2b2c1dc1d862 -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37172023-11-06T21:01:58.641Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37182023-11-06T21:01:58.653Z 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=c42e92af664754bd -C extra-filename=-c42e92af664754bd --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
37192023-11-06T21:01:59.787Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b6eb2b2c1dc1d862/build-script-build`
37202023-11-06T21:01:59.831Z 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=61c386ba4cc8b15f -C extra-filename=-61c386ba4cc8b15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-93feafb42dcd4650.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.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-9a5207eba4153586/out -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`
37212023-11-06T21:02:01.635Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37222023-11-06T21:02:01.639Z 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=a9d7115f96e839c6 -C extra-filename=-a9d7115f96e839c6 --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-fd2d57c6605e671e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7a5fd43c0a143525.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c3df57c3f47a2b2c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6829551e85cefbac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37232023-11-06T21:02:03.430Z 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=fc5dab58b4d94abe -C extra-filename=-fc5dab58b4d94abe --out-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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-9a5207eba4153586/out -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-11-06T21:02:12.101Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37252023-11-06T21:02:12.257Z 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=4ac5e25eb24b1357 -C extra-filename=-4ac5e25eb24b1357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.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-fd2d57c6605e671e.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-f0671134746e6231.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37262023-11-06T21:02:12.331Z 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=a874aff07468fad3 -C extra-filename=-a874aff07468fad3 --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-9a5207eba4153586/out -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-11-06T21:02:12.371Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37282023-11-06T21:02:12.410Z 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=1d984c6a162650e4 -C extra-filename=-1d984c6a162650e4 --out-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-35ca0cadf061604b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c3df57c3f47a2b2c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37292023-11-06T21:02:12.443Z 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=dca910ae7e0f53c0 -C extra-filename=-dca910ae7e0f53c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-5fb0f80fbc938a42.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d2dfbb09c66be92a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a874aff07468fad3.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-8f1fec8ec2fa3206.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-fe3b3a48a19f02c7.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-9a5207eba4153586/out -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`
37302023-11-06T21:02:14.131Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37312023-11-06T21:02:14.240Z 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=5855019d9db6b3cd -C extra-filename=-5855019d9db6b3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-9e7d2cf8190df159.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37322023-11-06T21:02:14.253Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37332023-11-06T21:02:14.260Z 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=8b4969ffd2b2c39c -C extra-filename=-8b4969ffd2b2c39c --out-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-520a82150b2d2200.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-9a5207eba4153586/out -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`
37342023-11-06T21:02:17.985Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
37352023-11-06T21:02:18.409Z 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=ba3fb768d1f5a80f -C extra-filename=-ba3fb768d1f5a80f --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-ba3fb768d1f5a80f -C 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-ce10f031682bb9a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e9905dfae51c07f0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37362023-11-06T21:02:18.415Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37372023-11-06T21:02:18.420Z 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=16bcc5e688e8aead -C extra-filename=-16bcc5e688e8aead --out-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-330c871f3d192e5f.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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:02:18.433Z 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=52e6770c580fe5b0 -C extra-filename=-52e6770c580fe5b0 --out-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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.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-a79ff521aceff8c1.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-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-321b9ea410293f21.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37392023-11-06T21:02:18.755Z 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=44df65f8f0693d6e -C extra-filename=-44df65f8f0693d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-93feafb42dcd4650.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.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-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-e95f473c18d88b3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1860f04e8a7a8a9.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-9a5207eba4153586/out -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`
37402023-11-06T21:02:21.926Z 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=1a334ecf9413588b -C extra-filename=-1a334ecf9413588b --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-9a5207eba4153586/out -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`
37412023-11-06T21:02:23.716Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37422023-11-06T21:02:23.743Z 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=76f2ab9288b582d1 -C extra-filename=-76f2ab9288b582d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2b539087163b61f2.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-cf8401fd601cd9a9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-e18c481408ad2194.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-fe1dc465c7097af7.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-d15ebd01fa8e9bef.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.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-9a5207eba4153586/out -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`
37432023-11-06T21:02:31.806Z 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=65b20f517658e4e7 -C extra-filename=-65b20f517658e4e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-16bcc5e688e8aead.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-9a5207eba4153586/out -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`
37442023-11-06T21:02:36.128Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37452023-11-06T21:02:36.136Z 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=443f714eaaa83f65 -C extra-filename=-443f714eaaa83f65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37462023-11-06T21:02:37.358Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37472023-11-06T21:02:37.366Z 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=6b1855c815e68a57 -C extra-filename=-6b1855c815e68a57 --out-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-b5e70577e4fd71ba.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37482023-11-06T21:02:38.472Z 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=a3442e17024a8bdb -C extra-filename=-a3442e17024a8bdb --out-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-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.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-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-9a5207eba4153586/out -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`
37492023-11-06T21:02:43.949Z 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=bcb781bcc798abe4 -C extra-filename=-bcb781bcc798abe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-93feafb42dcd4650.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.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-f657325a0a22b64d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.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-5abedd6a3897fd20.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.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-9a5207eba4153586/out -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`
37502023-11-06T21:02:45.700Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37512023-11-06T21:02:45.708Z 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=e1eed94c78fe679b -C extra-filename=-e1eed94c78fe679b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e1eed94c78fe679b -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37522023-11-06T21:02:46.294Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e1eed94c78fe679b/build-script-build`
37532023-11-06T21:02:46.401Z 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=2aacfa185c2f2da2 -C extra-filename=-2aacfa185c2f2da2 --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-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-52e6770c580fe5b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-41710fe1af901699.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37542023-11-06T21:02:47.867Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-ba3fb768d1f5a80f/build-script-build`
37552023-11-06T21:02:48.238Z 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=eb7750c649268759 -C extra-filename=-eb7750c649268759 --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-52e6770c580fe5b0.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-0687e8647cca9e82.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37562023-11-06T21:02:48.969Z 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=597e7ab435d76800 -C extra-filename=-597e7ab435d76800 --out-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-f4ebc946f4654d04.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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-9a5207eba4153586/out -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`
37572023-11-06T21:02:50.555Z 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=d71ebcd528285c2b -C extra-filename=-d71ebcd528285c2b --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-2ad13cb61433983f.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-4998e2272a1f4663.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-87994350ea06ae1a.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-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37582023-11-06T21:02:55.571Z Compiling oso v0.27.0
37592023-11-06T21:02:55.582Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=0c179b211347ba51 -C extra-filename=-0c179b211347ba51 --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-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-f892c3827ceca5fc.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`
37602023-11-06T21:02:55.612Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37612023-11-06T21:02:55.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e44d88db129da4d7 -C extra-filename=-e44d88db129da4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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 futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.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-9a5207eba4153586/out -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`
37622023-11-06T21:03:00.390Z 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=e5ecabed529fa93f -C extra-filename=-e5ecabed529fa93f --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-d69da0344320450a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2aacfa185c2f2da2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-52e6770c580fe5b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-eb7750c649268759.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37632023-11-06T21:03:03.523Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37642023-11-06T21:03:03.528Z 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=0e6ef8b92ed21f8e -C extra-filename=-0e6ef8b92ed21f8e --out-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-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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-11-06T21:03:04.199Z 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=2264f2f216c7c46a -C extra-filename=-2264f2f216c7c46a --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a2ea9aafc5290c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37662023-11-06T21:03:04.573Z 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=17519e80ef60d4e0 -C extra-filename=-17519e80ef60d4e0 --out-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-d69da0344320450a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8f1fec8ec2fa3206.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.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-9a5207eba4153586/out -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`
37672023-11-06T21:03:06.594Z 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=b4bf59a37ad909bd -C extra-filename=-b4bf59a37ad909bd --out-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-5fb0f80fbc938a42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-9a5207eba4153586/out -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`
37682023-11-06T21:03:06.606Z 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=98730e71d485251c -C extra-filename=-98730e71d485251c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f2a031c83219c682.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-5fb0f80fbc938a42.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fce9de2fc122c792.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-f657325a0a22b64d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3eca1d6a91008261.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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`
37692023-11-06T21:03:09.223Z 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=fdab3de79243e0b7 -C extra-filename=-fdab3de79243e0b7 --out-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-ce456bc7943699ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37702023-11-06T21:03:10.669Z 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=b547f36e99f499df -C extra-filename=-b547f36e99f499df --out-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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
37712023-11-06T21:03:11.825Z 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=dc7f7449f3e3167f -C extra-filename=-dc7f7449f3e3167f --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-9a5207eba4153586/out -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`
37722023-11-06T21:03:14.742Z 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=25cbdc8baa531ada -C extra-filename=-25cbdc8baa531ada --out-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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-9a5207eba4153586/out -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-11-06T21:03:15.586Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37742023-11-06T21:03:15.614Z 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=f9a36cd8273f417c -C extra-filename=-f9a36cd8273f417c --out-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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-f0671134746e6231.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.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-9a5207eba4153586/out -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-11-06T21:03:15.671Z 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=674ccf87f33e09a8 -C extra-filename=-674ccf87f33e09a8 --out-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-a3f2bbb1cb3be415.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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37762023-11-06T21:03:18.946Z 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=e81924c701d4fdcb -C extra-filename=-e81924c701d4fdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-674ccf87f33e09a8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-597e7ab435d76800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.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-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a334ecf9413588b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1860f04e8a7a8a9.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-9a5207eba4153586/out -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-11-06T21:03:19.010Z 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=7db9ec7e344032d2 -C extra-filename=-7db9ec7e344032d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-80bce39df76a2445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-98730e71d485251c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:03:19.210Z 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=0831c4497144efc6 -C extra-filename=-0831c4497144efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cd3475961d0f5837.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-d69da0344320450a.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-f657325a0a22b64d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37792023-11-06T21:03:19.289Z 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=126228523dcc9f86 -C extra-filename=-126228523dcc9f86 --out-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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-9a5207eba4153586/out -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`
37802023-11-06T21:03:21.407Z 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=f1c38864f583c306 -C extra-filename=-f1c38864f583c306 --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-ce456bc7943699ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37812023-11-06T21:03:21.616Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
37822023-11-06T21:03:21.655Z 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=acb160d220fbf2ab -C extra-filename=-acb160d220fbf2ab --out-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-7b741ad08c56af00.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37832023-11-06T21:03:22.076Z 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.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=db085fef6fdfed91 -C extra-filename=-db085fef6fdfed91 --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-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-976ad20ae7366b3c.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`
37842023-11-06T21:03:27.377Z 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=37d294339b065628 -C extra-filename=-37d294339b065628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d892a46718076e8e.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-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-126228523dcc9f86.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-5d51ea0c4f1cc83f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-bbd38ee5fb1879bb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37852023-11-06T21:03:30.409Z 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=4f8f48baacdc22b6 -C extra-filename=-4f8f48baacdc22b6 --out-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-f1c38864f583c306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-52e6770c580fe5b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.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-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37862023-11-06T21:03:49.618Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
37872023-11-06T21:03:50.467Z 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=5ab3468ab9c6d87d -C extra-filename=-5ab3468ab9c6d87d --out-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-b5e70577e4fd71ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37882023-11-06T21:03:50.609Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37892023-11-06T21:03:50.829Z 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=684c1773d0393b26 -C extra-filename=-684c1773d0393b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-dff6c1b8806c4e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-5f3babd46aca785b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b86238e65158f13b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:03:51.231Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
37912023-11-06T21:03:51.491Z 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=4480086ba9c53326 -C extra-filename=-4480086ba9c53326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-a56f4533ffbea430.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-7e6853dd44b23429.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-76f2ab9288b582d1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37922023-11-06T21:03:52.076Z 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=3f691319fb915aa5 -C extra-filename=-3f691319fb915aa5 --out-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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-dca910ae7e0f53c0.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-3a07ea09a0a14a56.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-9a5207eba4153586/out -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`
37932023-11-06T21:03:52.147Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
37942023-11-06T21:03:52.282Z 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=ab5f52350674b02a -C extra-filename=-ab5f52350674b02a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-fd2d57c6605e671e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
37952023-11-06T21:03:52.413Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37962023-11-06T21:03:52.627Z 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=8401baf4dee97d1e -C extra-filename=-8401baf4dee97d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-0761444a689f85dc.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-9a5207eba4153586/out -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`
37972023-11-06T21:03:52.689Z 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=52fa28d1ee682997 -C extra-filename=-52fa28d1ee682997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-320a5914845d2c37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
37982023-11-06T21:03:52.764Z 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=700a7d97b9fbc21a -C extra-filename=-700a7d97b9fbc21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-9424837649549af3.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-2f60d6f3abb94b1f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-a79ff521aceff8c1.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-1506b044121151f3.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-5abedd6a3897fd20.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.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-9a5207eba4153586/out -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`
37992023-11-06T21:04:01.141Z 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=d9169c37be1faa6c -C extra-filename=-d9169c37be1faa6c --out-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-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-9a5207eba4153586/out -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-11-06T21:04:01.843Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38012023-11-06T21:04:01.858Z 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=940408dc2e23f7a6 -C extra-filename=-940408dc2e23f7a6 --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
38022023-11-06T21:04:04.810Z 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=2b38e55646477f0b -C extra-filename=-2b38e55646477f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37d294339b065628.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-192b1d55db9c452e.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-5abedd6a3897fd20.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38032023-11-06T21:04:09.798Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38042023-11-06T21:04:09.815Z 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=20f5d0aba5374288 -C extra-filename=-20f5d0aba5374288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-84f5a1062849ca51.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-f4a03e61116e5bc0.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-fe5eb962f571eab5.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.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-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38052023-11-06T21:04:10.471Z 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=cccbb4b3ee75b9a9 -C extra-filename=-cccbb4b3ee75b9a9 --out-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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-9a5207eba4153586/out -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`
38062023-11-06T21:04:12.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2427780c0ec1f7f9 -C extra-filename=-2427780c0ec1f7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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 futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.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-9a5207eba4153586/out -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`
38072023-11-06T21:04:14.383Z 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=d4eac4e0e42f7819 -C extra-filename=-d4eac4e0e42f7819 --out-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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-f657325a0a22b64d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.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-9a5207eba4153586/out -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-11-06T21:04:15.136Z 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=538bd4cc0a906ab8 -C extra-filename=-538bd4cc0a906ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-d69da0344320450a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.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-0773500468b2395d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38092023-11-06T21:04:16.219Z 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=e061b0d48c5e58c5 -C extra-filename=-e061b0d48c5e58c5 --out-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-ce456bc7943699ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38102023-11-06T21:04:17.525Z 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=d64a83423f10cf5f -C extra-filename=-d64a83423f10cf5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8f1fec8ec2fa3206.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0831c4497144efc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.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-5abedd6a3897fd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38112023-11-06T21:04:19.857Z 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=7967faeb45a97ed0 -C extra-filename=-7967faeb45a97ed0 --out-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-d69da0344320450a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37d294339b065628.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-538bd4cc0a906ab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2b38e55646477f0b.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-9a5207eba4153586/out -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`
38122023-11-06T21:04:20.763Z 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=e77dd00e369cb353 -C extra-filename=-e77dd00e369cb353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-d69da0344320450a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7db9ec7e344032d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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`
38132023-11-06T21:04:25.908Z 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=9a077915d3cf9df3 -C extra-filename=-9a077915d3cf9df3 --out-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-cde40b1e5460b78c.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-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-7f2f2f0138dd0f5a.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38142023-11-06T21:04:26.714Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38152023-11-06T21:04:27.126Z 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=165868c3c2b466e7 -C extra-filename=-165868c3c2b466e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-165868c3c2b466e7 -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38162023-11-06T21:04:27.307Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38172023-11-06T21:04:27.318Z 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=7c9f95b06eaf9eb2 -C extra-filename=-7c9f95b06eaf9eb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c9f95b06eaf9eb2 -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-0c142af5cf4ab361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38182023-11-06T21:04:27.910Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c9f95b06eaf9eb2/build-script-build`
38192023-11-06T21:04:27.962Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-165868c3c2b466e7/build-script-build`
38202023-11-06T21:04:28.414Z 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=9a9ebfbdc5a7df5a -C extra-filename=-9a9ebfbdc5a7df5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fb815a6dfe765808.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-5bd486eb393b6aee.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-700a7d97b9fbc21a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:04:32.225Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38222023-11-06T21:04:32.261Z 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=0a328659e87903ab -C extra-filename=-0a328659e87903ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a077915d3cf9df3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-2461c06998a3a0cc.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-d15ebd01fa8e9bef.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-9a5207eba4153586/out -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`
38232023-11-06T21:04:33.154Z 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=768bb449177bf66a -C extra-filename=-768bb449177bf66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c42e92af664754bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-65b20f517658e4e7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-0c179b211347ba51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.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-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b59af77b85018137.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-29a22843e91795cc.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-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
38242023-11-06T21:04:33.178Z 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=1614c7af32a71c12 -C extra-filename=-1614c7af32a71c12 --out-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-7db9ec7e344032d2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-52fa28d1ee682997.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:04:37.905Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38262023-11-06T21:04:37.971Z 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=d3741a1464d353c9 -C extra-filename=-d3741a1464d353c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-dff6c1b8806c4e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.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-684c1773d0393b26.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38272023-11-06T21:04:49.506Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38282023-11-06T21:04:49.540Z 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=38011786e089aabf -C extra-filename=-38011786e089aabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-f4a03e61116e5bc0.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-1dfce92cb519156b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-cf8401fd601cd9a9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:04:51.466Z 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=079b7aa7cb38d1bb -C extra-filename=-079b7aa7cb38d1bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-55002714d77a523f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-fce9de2fc122c792.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-5eb86af7beb0e008.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d391f879a071107e.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-52fa28d1ee682997.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1614c7af32a71c12.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:04:55.205Z 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=bd8abf125c03a3b0 -C extra-filename=-bd8abf125c03a3b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-25cbdc8baa531ada.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-f4ebc946f4654d04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-2f60d6f3abb94b1f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-e77dd00e369cb353.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7db9ec7e344032d2.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-597e7ab435d76800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-bbd38ee5fb1879bb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-700a7d97b9fbc21a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-52fa28d1ee682997.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:05:02.271Z 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=d3e91835e2c6e933 -C extra-filename=-d3e91835e2c6e933 --out-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-f0671134746e6231.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38322023-11-06T21:05:03.022Z 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=09bf042c147a2796 -C extra-filename=-09bf042c147a2796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.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-684c1773d0393b26.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d3741a1464d353c9.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:05:05.746Z 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=07a256e2d0d70874 -C extra-filename=-07a256e2d0d70874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.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-684c1773d0393b26.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d3741a1464d353c9.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38342023-11-06T21:05:06.426Z 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=da18573495ccbca7 -C extra-filename=-da18573495ccbca7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-d69da0344320450a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8f1fec8ec2fa3206.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d64a83423f10cf5f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0831c4497144efc6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-192b1d55db9c452e.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-5abedd6a3897fd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:05:08.908Z 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=21ba814978f37c69 -C extra-filename=-21ba814978f37c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-443f714eaaa83f65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38362023-11-06T21:05:24.937Z 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=4e6c616925e455fa -C extra-filename=-4e6c616925e455fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-91d66c4daefd4c2a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c42e92af664754bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4473b1c84cc4d592.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-e81924c701d4fdcb.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-674ccf87f33e09a8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-db085fef6fdfed91.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.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-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.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-e1860f04e8a7a8a9.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-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
38372023-11-06T21:05:37.785Z 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=2b2087a6d6ca7acd -C extra-filename=-2b2087a6d6ca7acd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-0c179b211347ba51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-d18a7434c8a87610.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.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-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b59af77b85018137.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-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
38382023-11-06T21:05:38.230Z 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=362f99407b38f7d5 -C extra-filename=-362f99407b38f7d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
38392023-11-06T21:05:42.215Z 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=5e8ab14eec1c26e4 -C extra-filename=-5e8ab14eec1c26e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-55002714d77a523f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.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-fce9de2fc122c792.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-5eb86af7beb0e008.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d391f879a071107e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-079b7aa7cb38d1bb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-52fa28d1ee682997.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1614c7af32a71c12.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:05:43.133Z 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=0896e54de2a3486e -C extra-filename=-0896e54de2a3486e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.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-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-684c1773d0393b26.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:05:45.315Z 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=183817a38440eca1 -C extra-filename=-183817a38440eca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-d69da0344320450a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-e77dd00e369cb353.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7db9ec7e344032d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-9a5207eba4153586/out -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-11-06T21:05:55.131Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
38432023-11-06T21:05:55.135Z 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=b4910a282f600b71 -C extra-filename=-b4910a282f600b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-0a328659e87903ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38442023-11-06T21:05:57.719Z 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=683984839cf7fc13 -C extra-filename=-683984839cf7fc13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0a328659e87903ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a077915d3cf9df3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-2461c06998a3a0cc.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-d15ebd01fa8e9bef.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-9a5207eba4153586/out -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`
38452023-11-06T21:05:59.621Z 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=6f536838233ae3fe -C extra-filename=-6f536838233ae3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a077915d3cf9df3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-2461c06998a3a0cc.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-d15ebd01fa8e9bef.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-9a5207eba4153586/out -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`
38462023-11-06T21:06:02.516Z 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=855dfad1f4c76146 -C extra-filename=-855dfad1f4c76146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.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-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-684c1773d0393b26.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:05.718Z 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=0139781fe042c2c3 -C extra-filename=-0139781fe042c2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.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-684c1773d0393b26.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38482023-11-06T21:06:08.507Z 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=51341b6fb283afab -C extra-filename=-51341b6fb283afab --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-25cbdc8baa531ada.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-f4ebc946f4654d04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.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-2f60d6f3abb94b1f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-e77dd00e369cb353.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7db9ec7e344032d2.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-597e7ab435d76800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-bbd38ee5fb1879bb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-700a7d97b9fbc21a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-98730e71d485251c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-52fa28d1ee682997.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bd8abf125c03a3b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:09.279Z 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=d41c2f4566ae2842 -C extra-filename=-d41c2f4566ae2842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.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-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:09.303Z 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=dfb8baedadce77d7 -C extra-filename=-dfb8baedadce77d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fb815a6dfe765808.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9a9ebfbdc5a7df5a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-700a7d97b9fbc21a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:12.482Z 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=6bc758aa0b2e7af7 -C extra-filename=-6bc758aa0b2e7af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.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-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38522023-11-06T21:06:15.416Z 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=f0e591de4cc5044c -C extra-filename=-f0e591de4cc5044c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-84f5a1062849ca51.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-f4a03e61116e5bc0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-7e6853dd44b23429.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-588e61721eaff395.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-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38532023-11-06T21:06:19.346Z 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=1fd154cf6e524c58 -C extra-filename=-1fd154cf6e524c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-f4a03e61116e5bc0.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-cf8401fd601cd9a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38542023-11-06T21:06:23.840Z 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=4386f979ed879129 -C extra-filename=-4386f979ed879129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.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-fdab3de79243e0b7.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e061b0d48c5e58c5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-cccbb4b3ee75b9a9.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-e81924c701d4fdcb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4e6c616925e455fa.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-674ccf87f33e09a8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2427780c0ec1f7f9.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d9169c37be1faa6c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.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-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-db085fef6fdfed91.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0831c4497144efc6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d4eac4e0e42f7819.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.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-8941563805680825.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.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-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.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-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1860f04e8a7a8a9.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-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
38552023-11-06T21:06:26.180Z 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=63eef9343bd0a051 -C extra-filename=-63eef9343bd0a051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-f4a03e61116e5bc0.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-cf8401fd601cd9a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-38011786e089aabf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:30.179Z 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=dbb6c5fc60f536f2 -C extra-filename=-dbb6c5fc60f536f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-f4a03e61116e5bc0.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-cf8401fd601cd9a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-38011786e089aabf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:31.500Z 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=97b1323c64297377 -C extra-filename=-97b1323c64297377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
38582023-11-06T21:06:34.627Z 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=0b33fd0b4ad77997 -C extra-filename=-0b33fd0b4ad77997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-605b7b99f36ff5b8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38592023-11-06T21:06:36.497Z 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=e8181b25c844b568 -C extra-filename=-e8181b25c844b568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-d69da0344320450a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d892a46718076e8e.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-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-126228523dcc9f86.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37d294339b065628.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-5d51ea0c4f1cc83f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-bbd38ee5fb1879bb.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38602023-11-06T21:06:41.530Z 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=c906fb88f715e367 -C extra-filename=-c906fb88f715e367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-84f5a1062849ca51.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-f4a03e61116e5bc0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-fe5eb962f571eab5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-7e6853dd44b23429.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-588e61721eaff395.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-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:06:58.795Z 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=4386a848e0c7da9a -C extra-filename=-4386a848e0c7da9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-91d66c4daefd4c2a.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-7375f3ef9ec50070.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7967faeb45a97ed0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8f1fec8ec2fa3206.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e81924c701d4fdcb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4e6c616925e455fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.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-a79ff521aceff8c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a334ecf9413588b.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-62fd123e37519506.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.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-9a5207eba4153586/out -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`
38622023-11-06T21:07:05.245Z 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=b2db1806e3ba0e0e -C extra-filename=-b2db1806e3ba0e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.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-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:07:08.162Z 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=b3f26203f94e8b32 -C extra-filename=-b3f26203f94e8b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-443f714eaaa83f65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:07:11.670Z 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=8c2a705b6eb38d78 -C extra-filename=-8c2a705b6eb38d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.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-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:07:19.476Z 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=479a1683c01de02d -C extra-filename=-479a1683c01de02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.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-f657325a0a22b64d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.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-5abedd6a3897fd20.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.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-9a5207eba4153586/out -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`
38662023-11-06T21:07:34.659Z 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=b469b2ab469b0995 -C extra-filename=-b469b2ab469b0995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.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-f657325a0a22b64d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.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-5abedd6a3897fd20.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.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-9a5207eba4153586/out -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`
38672023-11-06T21:07:37.595Z 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=aab5439582e40084 -C extra-filename=-aab5439582e40084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.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-f657325a0a22b64d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.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-5abedd6a3897fd20.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.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-9a5207eba4153586/out -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`
38682023-11-06T21:07:45.820Z 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=b15f1c1be24ffaba -C extra-filename=-b15f1c1be24ffaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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`
38692023-11-06T21:07:47.677Z 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=c3df9da7358d0010 -C extra-filename=-c3df9da7358d0010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.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-f657325a0a22b64d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.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-5bd486eb393b6aee.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-5abedd6a3897fd20.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.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-9a5207eba4153586/out -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`
38702023-11-06T21:07:51.814Z 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=d2d044418a683f92 -C extra-filename=-d2d044418a683f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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-11-06T21:07:53.837Z 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=893169084a36541b -C extra-filename=-893169084a36541b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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-11-06T21:08:09.986Z 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=d4708faf20324921 -C extra-filename=-d4708faf20324921 --out-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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
38732023-11-06T21:08:11.326Z 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=2a6ed2516d312f6c -C extra-filename=-2a6ed2516d312f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2498884576e8ad17.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-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.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-76f2ab9288b582d1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:08:15.103Z 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=3c4fd458e4b4f225 -C extra-filename=-3c4fd458e4b4f225 --out-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-03f2b0c308491575.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-2461c06998a3a0cc.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-d5d25d46cb43563c.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-9a5207eba4153586/out -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`
38752023-11-06T21:08:18.011Z 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=89e3850688767bd9 -C extra-filename=-89e3850688767bd9 --out-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-03f2b0c308491575.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-2461c06998a3a0cc.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-d5d25d46cb43563c.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-9a5207eba4153586/out -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`
38762023-11-06T21:08:21.737Z 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=c36f4905eb598410 -C extra-filename=-c36f4905eb598410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38772023-11-06T21:08:27.952Z 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=49217c3a6777b748 -C extra-filename=-49217c3a6777b748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:08:34.719Z 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=684d82679997ce7e -C extra-filename=-684d82679997ce7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-16bcc5e688e8aead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-9a5207eba4153586/out -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-11-06T21:08:36.532Z 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=ef9571bb08012494 -C extra-filename=-ef9571bb08012494 --out-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-b5e70577e4fd71ba.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38802023-11-06T21:08:37.424Z 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=f8bdb3266c15d426 -C extra-filename=-f8bdb3266c15d426 --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-fd2d57c6605e671e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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-9a5207eba4153586/out -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-11-06T21:08:52.891Z 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=1d6cc005f8337170 -C extra-filename=-1d6cc005f8337170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38822023-11-06T21:08:55.796Z 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=19d0efc0d9c51816 -C extra-filename=-19d0efc0d9c51816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-605b7b99f36ff5b8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38832023-11-06T21:08:59.542Z 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=d7786e6bffca66d9 -C extra-filename=-d7786e6bffca66d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-d15ebd01fa8e9bef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38842023-11-06T21:08:59.587Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03beb98399f43912 -C extra-filename=-03beb98399f43912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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 expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38852023-11-06T21:09:00.405Z 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=329847f29c7bfc59 -C extra-filename=-329847f29c7bfc59 --out-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-fd2d57c6605e671e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-9a5207eba4153586/out -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`
38862023-11-06T21:09:02.938Z 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=e8245c3dfdcc0a79 -C extra-filename=-e8245c3dfdcc0a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-605b7b99f36ff5b8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38872023-11-06T21:09:04.205Z 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=b6b4b1406878ac72 -C extra-filename=-b6b4b1406878ac72 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
38882023-11-06T21:09:22.324Z 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=b63ba358337e9de2 -C extra-filename=-b63ba358337e9de2 --out-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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-9a5207eba4153586/out -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`
38892023-11-06T21:09:22.922Z 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=bcff7f189c346b6d -C extra-filename=-bcff7f189c346b6d --out-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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-2461c06998a3a0cc.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-d5d25d46cb43563c.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-9a5207eba4153586/out -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`
38902023-11-06T21:09:23.409Z 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=3e04acf946322bd8 -C extra-filename=-3e04acf946322bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a84c1331923cc4a9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-c3e2aeeaf9c8864d.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-9a5207eba4153586/out -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`
38912023-11-06T21:09:23.641Z 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=9975a57a2909146f -C extra-filename=-9975a57a2909146f --out-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-b5e70577e4fd71ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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-11-06T21:09:23.787Z 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=0d08dc6c6baac66b -C extra-filename=-0d08dc6c6baac66b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fe5eb962f571eab5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-75f9f56acffefda2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
38932023-11-06T21:09:25.847Z 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=2920ecd235cef035 -C extra-filename=-2920ecd235cef035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
38942023-11-06T21:09:41.696Z 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=2d2a922ae375d87b -C extra-filename=-2d2a922ae375d87b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.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-9a5207eba4153586/out -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`
38952023-11-06T21:09:42.266Z 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=e136e2e89d4dbe4e -C extra-filename=-e136e2e89d4dbe4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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-11-06T21:09:42.610Z 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=65bec30f50ab3734 -C extra-filename=-65bec30f50ab3734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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`
38972023-11-06T21:09:42.698Z 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=6c05d6879336c1f8 -C extra-filename=-6c05d6879336c1f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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`
38982023-11-06T21:09:42.773Z 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=ef8135be8d490a4f -C extra-filename=-ef8135be8d490a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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-11-06T21:09:42.867Z 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=427356624e07e4a8 -C extra-filename=-427356624e07e4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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-9a5207eba4153586/out -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`
39002023-11-06T21:09:42.972Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
39012023-11-06T21:09:43.029Z 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=028d604ac84c63be -C extra-filename=-028d604ac84c63be --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-0761444a689f85dc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39022023-11-06T21:09:43.205Z 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=63e5d2db24e6fa51 -C extra-filename=-63e5d2db24e6fa51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39032023-11-06T21:09:43.397Z 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=34aad3597dc62f38 -C extra-filename=-34aad3597dc62f38 --out-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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39042023-11-06T21:09:43.670Z 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=ecbaa916ee08ccb5 -C extra-filename=-ecbaa916ee08ccb5 --out-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-fd2d57c6605e671e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.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-9a5207eba4153586/out -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-11-06T21:09:49.982Z 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=bc3ec34c21661ded -C extra-filename=-bc3ec34c21661ded --out-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-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.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-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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-11-06T21:10:00.340Z 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=b1992c71f4e67d55 -C extra-filename=-b1992c71f4e67d55 --out-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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-9a5207eba4153586/out -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`
39072023-11-06T21:10:09.136Z 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=35e649fa68b46d53 -C extra-filename=-35e649fa68b46d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-d15ebd01fa8e9bef.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-9a5207eba4153586/out -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`
39082023-11-06T21:10:14.135Z 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=60e213b2801a8b41 -C extra-filename=-60e213b2801a8b41 --out-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-330c871f3d192e5f.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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39092023-11-06T21:10:26.225Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39102023-11-06T21:10:26.232Z 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=06064465152f1670 -C extra-filename=-06064465152f1670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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`
39112023-11-06T21:10:29.132Z 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=75719e9ae58856d6 -C extra-filename=-75719e9ae58856d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-ab2e52a17e5fa09a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39122023-11-06T21:10:30.401Z 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=04b2b20ffd79d560 -C extra-filename=-04b2b20ffd79d560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.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-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39132023-11-06T21:10:34.187Z 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=807ec124dc246d9a -C extra-filename=-807ec124dc246d9a --out-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-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-9a5207eba4153586/out -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`
39142023-11-06T21:10:50.133Z 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=9e78fe3d27b641e3 -C extra-filename=-9e78fe3d27b641e3 --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-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39152023-11-06T21:10:50.277Z 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=f231b00c9efa4c62 -C extra-filename=-f231b00c9efa4c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-4417deb27720fba0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-03eb206d43e2404a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-9a5207eba4153586/out -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`
39162023-11-06T21:11:05.185Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39172023-11-06T21:11:05.453Z 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=960fbee4613ec852 -C extra-filename=-960fbee4613ec852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-aac53c077f622ee3.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-9a5207eba4153586/out -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`
39182023-11-06T21:11:05.547Z 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=9bcb1d00e3f759a7 -C extra-filename=-9bcb1d00e3f759a7 --out-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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39192023-11-06T21:11:05.603Z 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=d0c22b497f239906 -C extra-filename=-d0c22b497f239906 --out-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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -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`
39202023-11-06T21:11:11.063Z 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=99564b6ab2e89e28 -C extra-filename=-99564b6ab2e89e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.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-9a5207eba4153586/out -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`
39212023-11-06T21:11:11.454Z 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=8a1010159504d236 -C extra-filename=-8a1010159504d236 --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-6c18219f8cd26a88.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39222023-11-06T21:11:14.490Z 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=c7c02ed66c314b02 -C extra-filename=-c7c02ed66c314b02 --out-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-1dfce92cb519156b.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39232023-11-06T21:11:17.490Z 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=fecc58c042d82176 -C extra-filename=-fecc58c042d82176 --out-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-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
39242023-11-06T21:11:26.276Z 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=94a563cf20fb3954 -C extra-filename=-94a563cf20fb3954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-9e7d2cf8190df159.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39252023-11-06T21:11:26.489Z 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=f7c08361d72923b6 -C extra-filename=-f7c08361d72923b6 --out-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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-588e61721eaff395.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-9a5207eba4153586/out -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`
39262023-11-06T21:11:29.899Z 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=65747c8a792a7f70 -C extra-filename=-65747c8a792a7f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2b539087163b61f2.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-cf8401fd601cd9a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-e18c481408ad2194.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-fe1dc465c7097af7.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-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.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-9a5207eba4153586/out -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`
39272023-11-06T21:11:32.278Z 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=5869f4e0574b1802 -C extra-filename=-5869f4e0574b1802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6c18219f8cd26a88.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-f0671134746e6231.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39282023-11-06T21:11:37.383Z 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=7557d63c8cc1f0b4 -C extra-filename=-7557d63c8cc1f0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-0761444a689f85dc.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-9a5207eba4153586/out -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`
39292023-11-06T21:11:40.860Z 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=567f8355f023f4de -C extra-filename=-567f8355f023f4de --out-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-f0671134746e6231.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39302023-11-06T21:11:42.299Z 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=ca7debd8501ac486 -C extra-filename=-ca7debd8501ac486 --out-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-c0a884fd652c2175.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-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
39312023-11-06T21:11:53.823Z 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=27fef4e114fb641a -C extra-filename=-27fef4e114fb641a --out-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-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-9a5207eba4153586/out -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`
39322023-11-06T21:11:56.650Z 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=3fac7ef2ad2e3dc0 -C extra-filename=-3fac7ef2ad2e3dc0 --out-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-3133ab9b876662c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-9a5207eba4153586/out -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`
39332023-11-06T21:11:59.098Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
39342023-11-06T21:12:01.139Z 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=5f2dfde09aea5577 -C extra-filename=-5f2dfde09aea5577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cf8401fd601cd9a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39352023-11-06T21:12:02.817Z 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=cc5286e2779edc78 -C extra-filename=-cc5286e2779edc78 --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
39362023-11-06T21:12:04.339Z 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=86b4abf04891af60 -C extra-filename=-86b4abf04891af60 --out-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-131bd8cfb71db92e.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-9a5207eba4153586/out -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`
39372023-11-06T21:12:04.491Z 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=098f4e52c0656282 -C extra-filename=-098f4e52c0656282 --out-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-131bd8cfb71db92e.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-1e57ecf3a9cc839d.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-9a5207eba4153586/out -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`
39382023-11-06T21:12:25.733Z 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`
39392023-11-06T21:12:26.854Z Compiling git2 v0.17.2
39402023-11-06T21:12:26.931Z 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`
39412023-11-06T21:12:31.646Z 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=54c5ada4c385cec6 -C extra-filename=-54c5ada4c385cec6 --out-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-ff4f2380a2041af8.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`
39422023-11-06T21:12:34.593Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39432023-11-06T21:12:34.596Z 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=04c8a3568aaf17a3 -C extra-filename=-04c8a3568aaf17a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-54c5ada4c385cec6.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39442023-11-06T21:12:36.565Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3/build-script-build`
39452023-11-06T21:12:36.570Z 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=c7b92874250cae07 -C extra-filename=-c7b92874250cae07 --out-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-4f88b163df748a71.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-6817a26b5d6556c3.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39462023-11-06T21:12:36.579Z 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=e0ebae905ea71f38 -C extra-filename=-e0ebae905ea71f38 --out-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-b07fde78bfb4157d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e6cc28ed4ccb075d.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39472023-11-06T21:12:37.879Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39482023-11-06T21:12:37.884Z 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=4eb61fb24fffcc4a -C extra-filename=-4eb61fb24fffcc4a --out-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-c7b92874250cae07.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-4d8915f9d8970b60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39492023-11-06T21:12:40.668Z 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=a3fc8220b477a206 -C extra-filename=-a3fc8220b477a206 --out-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-e0ebae905ea71f38.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-319dc2398f6f3928.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39502023-11-06T21:12:44.230Z 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=aed440b4a2b00458 -C extra-filename=-aed440b4a2b00458 --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-ed49286a1418352b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c7b92874250cae07.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4eb61fb24fffcc4a.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-fd2d57c6605e671e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.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-c3df57c3f47a2b2c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6829551e85cefbac.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9d7115f96e839c6.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-5971d950b8db3b19.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39512023-11-06T21:12:46.194Z 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=80e1bb7b65c00618 -C extra-filename=-80e1bb7b65c00618 --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-c4a0a1a78bdcbb21.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e0ebae905ea71f38.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-a3fc8220b477a206.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-d69da0344320450a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.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-52e6770c580fe5b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-eb7750c649268759.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e5ecabed529fa93f.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-87994350ea06ae1a.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-192b1d55db9c452e.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-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39522023-11-06T21:13:09.374Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39532023-11-06T21:13:09.672Z 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=cb566600925e1832 -C extra-filename=-cb566600925e1832 --out-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-6fb8385a046b069a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-aed440b4a2b00458.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.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-520a82150b2d2200.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-7a5fd43c0a143525.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6829551e85cefbac.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.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-e18c481408ad2194.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-f610ebabab3e9f05.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39542023-11-06T21:13:09.817Z 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=ea46350b0fe0e86b -C extra-filename=-ea46350b0fe0e86b --out-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-fca2ca054f4fc8df.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-80e1bb7b65c00618.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.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-5fb0f80fbc938a42.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-2aacfa185c2f2da2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-eb7750c649268759.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.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-a79ff521aceff8c1.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-36ae4547e3a6e6be.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39552023-11-06T21:13:27.294Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39562023-11-06T21:13:27.307Z 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=d3dd129254979a4b -C extra-filename=-d3dd129254979a4b --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-cb566600925e1832.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-7f2f2f0138dd0f5a.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39572023-11-06T21:13:27.974Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39582023-11-06T21:13:27.978Z 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=7378d018eb902452 -C extra-filename=-7378d018eb902452 --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-d3dd129254979a4b.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-7f2f2f0138dd0f5a.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39592023-11-06T21:13:28.862Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39602023-11-06T21:13:28.880Z 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=fa828fcc3ae20806 -C extra-filename=-fa828fcc3ae20806 --out-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-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-ed49286a1418352b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1d984c6a162650e4.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-7a5fd43c0a143525.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c3df57c3f47a2b2c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-6829551e85cefbac.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9d7115f96e839c6.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-cb566600925e1832.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-7378d018eb902452.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ea6c1e668f253a43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7f2f2f0138dd0f5a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39612023-11-06T21:13:29.773Z 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=4cf9c2d165c77e7f -C extra-filename=-4cf9c2d165c77e7f --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-ea46350b0fe0e86b.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-321b9ea410293f21.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39622023-11-06T21:13:30.036Z 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=a09bb0f34e85d33e -C extra-filename=-a09bb0f34e85d33e --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-4cf9c2d165c77e7f.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-321b9ea410293f21.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39632023-11-06T21:13:31.423Z 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=4de4b7abb22cdcd9 -C extra-filename=-4de4b7abb22cdcd9 --out-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-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.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-c4a0a1a78bdcbb21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4f8f48baacdc22b6.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-2aacfa185c2f2da2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-52e6770c580fe5b0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-eb7750c649268759.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e5ecabed529fa93f.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-ea46350b0fe0e86b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-a09bb0f34e85d33e.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.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-a79ff521aceff8c1.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-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.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-1a2ea9aafc5290c1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-321b9ea410293f21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39642023-11-06T21:13:32.661Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39652023-11-06T21:13:32.677Z 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=b278de837236e1b2 -C extra-filename=-b278de837236e1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-fa5fc02d37082992.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-42944529bb37d717.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b59af77b85018137.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39662023-11-06T21:13:38.171Z 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=8137c0f92fc859ec -C extra-filename=-8137c0f92fc859ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3f691319fb915aa5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-f2a031c83219c682.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-fdab3de79243e0b7.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-25cbdc8baa531ada.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-bcb781bcc798abe4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.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-0a1c3427c38d2194.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a874aff07468fad3.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-8f1fec8ec2fa3206.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-c47fe1ff1373de7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-4de4b7abb22cdcd9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-192b1d55db9c452e.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-fe3b3a48a19f02c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39672023-11-06T21:14:08.298Z 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=979f93e6e63c72c1 -C extra-filename=-979f93e6e63c72c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39682023-11-06T21:14:27.046Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39692023-11-06T21:14:27.156Z 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=b41f7d44edbf98b0 -C extra-filename=-b41f7d44edbf98b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-1a5ec82638aea6e2.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-443f714eaaa83f65.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39702023-11-06T21:14:41.141Z 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=340a790690015da4 -C extra-filename=-340a790690015da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fdab3de79243e0b7.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bcb781bcc798abe4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7967faeb45a97ed0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4e6c616925e455fa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d9169c37be1faa6c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8137c0f92fc859ec.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-538bd4cc0a906ab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d64a83423f10cf5f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39712023-11-06T21:15:54.907Z 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=41a05ea0c92e945a -C extra-filename=-41a05ea0c92e945a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3f691319fb915aa5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-f2a031c83219c682.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-fdab3de79243e0b7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-25cbdc8baa531ada.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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a874aff07468fad3.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-8f1fec8ec2fa3206.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8137c0f92fc859ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-c47fe1ff1373de7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-4de4b7abb22cdcd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-192b1d55db9c452e.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-fe3b3a48a19f02c7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39722023-11-06T21:15:55.134Z 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=971442dc7820e7f2 -C extra-filename=-971442dc7820e7f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3f691319fb915aa5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-f2a031c83219c682.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-fdab3de79243e0b7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-25cbdc8baa531ada.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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a874aff07468fad3.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-8f1fec8ec2fa3206.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8137c0f92fc859ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-c47fe1ff1373de7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-4de4b7abb22cdcd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-192b1d55db9c452e.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-fe3b3a48a19f02c7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39732023-11-06T21:15:55.368Z 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=738f657694bba412 -C extra-filename=-738f657694bba412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3f691319fb915aa5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dc7f7449f3e3167f.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-f2a031c83219c682.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-fdab3de79243e0b7.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-25cbdc8baa531ada.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-bcb781bcc798abe4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.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-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-80bce39df76a2445.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a874aff07468fad3.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-8f1fec8ec2fa3206.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8137c0f92fc859ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-c47fe1ff1373de7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ce456bc7943699ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-4de4b7abb22cdcd9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dca910ae7e0f53c0.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-192b1d55db9c452e.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-fe3b3a48a19f02c7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39742023-11-06T21:16:02.142Z 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=6b3e77add4841d64 -C extra-filename=-6b3e77add4841d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c42e92af664754bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-65b20f517658e4e7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.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-007eaf5261388096.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-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b59af77b85018137.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-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39752023-11-06T21:16:03.118Z 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=9f3f54b1e4c0d6ff -C extra-filename=-9f3f54b1e4c0d6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39762023-11-06T21:16:08.105Z 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=9e0cc7ecad25eb46 -C extra-filename=-9e0cc7ecad25eb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39772023-11-06T21:16:13.373Z 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=b736e230b6a6b90a -C extra-filename=-b736e230b6a6b90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39782023-11-06T21:16:16.798Z 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=831fdb7932cd237d -C extra-filename=-831fdb7932cd237d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39792023-11-06T21:16:22.191Z 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=fbf81707eeac1b18 -C extra-filename=-fbf81707eeac1b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a5ec82638aea6e2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-90a2902e07f9816c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-007eaf5261388096.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39802023-11-06T21:16:25.844Z 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=d2fbf9634265c4ed -C extra-filename=-d2fbf9634265c4ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.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-fdab3de79243e0b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e061b0d48c5e58c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-cccbb4b3ee75b9a9.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-e81924c701d4fdcb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4e6c616925e455fa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-674ccf87f33e09a8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2427780c0ec1f7f9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d9169c37be1faa6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.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-68358c112f5d7022.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4386f979ed879129.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-db085fef6fdfed91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0831c4497144efc6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d4eac4e0e42f7819.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.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-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.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-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1860f04e8a7a8a9.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-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39812023-11-06T21:16:32.885Z 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=6750dd4a76941ef1 -C extra-filename=-6750dd4a76941ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.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-f2a031c83219c682.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-fdab3de79243e0b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e061b0d48c5e58c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-93feafb42dcd4650.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a3442e17024a8bdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d69da0344320450a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-320a5914845d2c37.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.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-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-61c386ba4cc8b15f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.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-cccbb4b3ee75b9a9.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-e81924c701d4fdcb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4e6c616925e455fa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-674ccf87f33e09a8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-2427780c0ec1f7f9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d9169c37be1faa6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44df65f8f0693d6e.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-68358c112f5d7022.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4386f979ed879129.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b5760a574633245d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.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-db085fef6fdfed91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fc5dab58b4d94abe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4bf59a37ad909bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0831c4497144efc6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d4eac4e0e42f7819.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-17519e80ef60d4e0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-e95f473c18d88b3e.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-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2264f2f216c7c46a.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-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.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-1a334ecf9413588b.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-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1860f04e8a7a8a9.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-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.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-9a5207eba4153586/out -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`
39822023-11-06T21:16:46.200Z 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=d1aecc72c7f9727d -C extra-filename=-d1aecc72c7f9727d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-d69da0344320450a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7967faeb45a97ed0.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-d9169c37be1faa6c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-340a790690015da4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-68358c112f5d7022.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4386f979ed879129.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8137c0f92fc859ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-538bd4cc0a906ab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f657325a0a22b64d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.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-5d51ea0c4f1cc83f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5abedd6a3897fd20.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39832023-11-06T21:16:58.746Z 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=7e70c69719c311e4 -C extra-filename=-7e70c69719c311e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.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-c54798b1f61c5ac0.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39842023-11-06T21:16:58.759Z 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=5999da1cf7888a78 -C extra-filename=-5999da1cf7888a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.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-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.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-9a5207eba4153586/out -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`
39852023-11-06T21:16:58.773Z 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=2f33d9f849b09f4a -C extra-filename=-2f33d9f849b09f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.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-c54798b1f61c5ac0.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -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`
39862023-11-06T21:17:01.514Z 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=357f15b6ee486319 -C extra-filename=-357f15b6ee486319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.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-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.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-9a5207eba4153586/out -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`
39872023-11-06T21:17:07.376Z 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=980848ee3bb45847 -C extra-filename=-980848ee3bb45847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a5ec82638aea6e2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-90a2902e07f9816c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-007eaf5261388096.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39882023-11-06T21:17:11.885Z 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=bce745cbf6c639c1 -C extra-filename=-bce745cbf6c639c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a5ec82638aea6e2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-90a2902e07f9816c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-007eaf5261388096.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39892023-11-06T21:17:12.794Z 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=f65a523ddc0bf8b6 -C extra-filename=-f65a523ddc0bf8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a5ec82638aea6e2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-90a2902e07f9816c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-007eaf5261388096.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-9a5207eba4153586/out -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`
39902023-11-06T21:32:27.004Z Finished test [unoptimized + debuginfo] target(s) in 42m 23s
39912023-11-06T21:32:27.391Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-86b4abf04891af60`
39922023-11-06T21:32:27.809Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-bcff7f189c346b6d`
39932023-11-06T21:32:27.819Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-3c4fd458e4b4f225`
39942023-11-06T21:32:27.843Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-89e3850688767bd9`
39952023-11-06T21:32:27.853Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-b6b4b1406878ac72`
39962023-11-06T21:32:27.858Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-5f2dfde09aea5577`
39972023-11-06T21:32:27.861Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-06064465152f1670`
39982023-11-06T21:32:27.882Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-098f4e52c0656282`
39992023-11-06T21:32:27.890Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-b63ba358337e9de2`
40002023-11-06T21:32:27.893Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-99564b6ab2e89e28`
40012023-11-06T21:32:27.896Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-ef8135be8d490a4f`
40022023-11-06T21:32:27.900Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-e136e2e89d4dbe4e`
40032023-11-06T21:32:27.904Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-65bec30f50ab3734`
40042023-11-06T21:32:27.908Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-6c05d6879336c1f8`
40052023-11-06T21:32:27.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-d2d044418a683f92`
40062023-11-06T21:32:27.915Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-893169084a36541b`
40072023-11-06T21:32:27.919Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-b15f1c1be24ffaba`
40082023-11-06T21:32:27.923Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-27fef4e114fb641a`
40092023-11-06T21:32:27.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-bc3ec34c21661ded`
40102023-11-06T21:32:27.931Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-960fbee4613ec852`
40112023-11-06T21:32:27.937Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-ca7debd8501ac486`
40122023-11-06T21:32:27.949Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-329847f29c7bfc59`
40132023-11-06T21:32:27.959Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-35e649fa68b46d53`
40142023-11-06T21:32:28.375Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-c906fb88f715e367`
40152023-11-06T21:32:28.384Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-f0e591de4cc5044c`
40162023-11-06T21:32:28.389Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-9975a57a2909146f`
40172023-11-06T21:32:28.394Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2920ecd235cef035`
40182023-11-06T21:32:28.406Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-97b1323c64297377`
40192023-11-06T21:32:28.823Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-362f99407b38f7d5`
40202023-11-06T21:32:28.827Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-0d08dc6c6baac66b`
40212023-11-06T21:32:28.831Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-2d2a922ae375d87b`
40222023-11-06T21:32:28.834Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-028d604ac84c63be`
40232023-11-06T21:32:28.838Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-f7c08361d72923b6`
40242023-11-06T21:32:28.841Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-d0c22b497f239906`
40252023-11-06T21:32:28.846Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-d4708faf20324921`
40262023-11-06T21:32:28.850Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-fecc58c042d82176`
40272023-11-06T21:32:28.853Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-684d82679997ce7e`
40282023-11-06T21:32:28.857Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-6b3e77add4841d64`
40292023-11-06T21:32:28.861Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-60e213b2801a8b41`
40302023-11-06T21:32:28.865Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-03beb98399f43912`
40312023-11-06T21:32:28.869Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-f231b00c9efa4c62`
40322023-11-06T21:32:28.873Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-c7c02ed66c314b02`
40332023-11-06T21:32:28.876Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-5869f4e0574b1802`
40342023-11-06T21:32:28.881Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-b4910a282f600b71`
40352023-11-06T21:32:28.885Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-2f33d9f849b09f4a`
40362023-11-06T21:32:28.889Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-7e70c69719c311e4`
40372023-11-06T21:32:28.893Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-e8245c3dfdcc0a79`
40382023-11-06T21:32:28.896Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-19d0efc0d9c51816`
40392023-11-06T21:32:28.899Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-0b33fd0b4ad77997`
40402023-11-06T21:32:28.903Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-fbf81707eeac1b18`
40412023-11-06T21:32:28.907Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-980848ee3bb45847`
40422023-11-06T21:32:28.910Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-f65a523ddc0bf8b6`
40432023-11-06T21:32:28.916Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-bce745cbf6c639c1`
40442023-11-06T21:32:28.920Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-357f15b6ee486319`
40452023-11-06T21:32:28.923Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-5999da1cf7888a78`
40462023-11-06T21:32:28.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-6f536838233ae3fe`
40472023-11-06T21:32:28.931Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-683984839cf7fc13`
40482023-11-06T21:32:28.935Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-3fac7ef2ad2e3dc0`
40492023-11-06T21:32:28.939Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-567f8355f023f4de`
40502023-11-06T21:32:28.942Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-979f93e6e63c72c1`
40512023-11-06T21:32:28.947Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-9e0cc7ecad25eb46`
40522023-11-06T21:32:28.951Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-9f3f54b1e4c0d6ff`
40532023-11-06T21:32:28.955Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-831fdb7932cd237d`
40542023-11-06T21:32:28.958Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b736e230b6a6b90a`
40552023-11-06T21:32:28.964Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-04b2b20ffd79d560`
40562023-11-06T21:32:28.968Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-7557d63c8cc1f0b4`
40572023-11-06T21:32:28.972Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-9bcb1d00e3f759a7`
40582023-11-06T21:32:28.976Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-34aad3597dc62f38`
40592023-11-06T21:32:28.979Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-807ec124dc246d9a`
40602023-11-06T21:32:28.983Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-c36f4905eb598410`
40612023-11-06T21:32:28.989Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-b3f26203f94e8b32`
40622023-11-06T21:32:28.992Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-21ba814978f37c69`
40632023-11-06T21:32:28.996Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-63e5d2db24e6fa51`
40642023-11-06T21:32:29.000Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-49217c3a6777b748`
40652023-11-06T21:32:29.003Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-ecbaa916ee08ccb5`
40662023-11-06T21:32:29.007Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-cc5286e2779edc78`
40672023-11-06T21:32:29.011Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-427356624e07e4a8`
40682023-11-06T21:32:29.014Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-b1992c71f4e67d55`
40692023-11-06T21:32:29.019Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-3e04acf946322bd8`
40702023-11-06T21:32:29.023Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1d6cc005f8337170`
40712023-11-06T21:32:29.029Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-d7786e6bffca66d9`
40722023-11-06T21:32:29.033Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-2a6ed2516d312f6c`
40732023-11-06T21:32:29.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-b2db1806e3ba0e0e`
40742023-11-06T21:32:29.040Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-6bc758aa0b2e7af7`
40752023-11-06T21:32:29.043Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-d41c2f4566ae2842`
40762023-11-06T21:32:29.046Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-65747c8a792a7f70`
40772023-11-06T21:32:29.050Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-75719e9ae58856d6`
40782023-11-06T21:32:29.054Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-8c2a705b6eb38d78`
40792023-11-06T21:32:29.076Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-855dfad1f4c76146`
40802023-11-06T21:32:29.093Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0896e54de2a3486e`
40812023-11-06T21:32:29.099Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-94a563cf20fb3954`
40822023-11-06T21:32:29.106Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-0139781fe042c2c3`
40832023-11-06T21:32:29.125Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-09bf042c147a2796`
40842023-11-06T21:32:29.131Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-07a256e2d0d70874`
40852023-11-06T21:32:29.149Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1fd154cf6e524c58`
40862023-11-06T21:32:29.182Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-63eef9343bd0a051`
40872023-11-06T21:32:29.193Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-dbb6c5fc60f536f2`
40882023-11-06T21:32:29.276Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ef9571bb08012494`
40892023-11-06T21:32:29.290Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-ac067bc6b507e951`
40902023-11-06T21:32:29.303Z
40912023-11-06T21:32:29.319Zreal 42:23.974250757
40922023-11-06T21:32:29.339Zuser 3:56:40.397500259
40932023-11-06T21:32:29.351Zsys 28:07.753328019
40942023-11-06T21:32:29.367Ztrap 10.745106399
40952023-11-06T21:32:29.417Ztflt 8.437303020
40962023-11-06T21:32:29.435Zdflt 48.673674214
40972023-11-06T21:32:29.445Zkflt 0.031288904
40982023-11-06T21:32:29.457Zlock 7:41:11.602337305
40992023-11-06T21:32:29.472Zslp 14:45:44.437053941
41002023-11-06T21:32:29.491Zlat 7:12.224371415
41012023-11-06T21:32:29.509Zstop 10:11.362720504
41022023-11-06T21:32:29.997Z
41032023-11-06T21:32:30.004Z ##### ###### #### #####
41042023-11-06T21:32:30.007Z # # # #
41052023-11-06T21:32:30.010Z # ##### #### #
41062023-11-06T21:32:30.014Z # # # #
41072023-11-06T21:32:30.018Z # # # # #
41082023-11-06T21:32:30.027Z # ###### #### #
41092023-11-06T21:32:30.438Z
41102023-11-06T21:32:31.109Z Downloading crates ...
41112023-11-06T21:32:32.533Z Downloaded android-tzdata v0.1.1
41122023-11-06T21:32:32.538Z Downloaded atomic-polyfill v0.1.11
41132023-11-06T21:32:32.542Z Downloaded redox_syscall v0.3.5
41142023-11-06T21:32:32.557Z Downloaded bumpalo v3.13.0
41152023-11-06T21:32:32.561Z Downloaded hermit-abi v0.3.2
41162023-11-06T21:32:32.570Z Downloaded rdrand v0.4.0
41172023-11-06T21:32:32.576Z Downloaded ed25519 v2.2.2
41182023-11-06T21:32:32.595Z Downloaded wasm-bindgen-shared v0.2.87
41192023-11-06T21:32:32.600Z Downloaded md5 v0.7.0
41202023-11-06T21:32:32.603Z Downloaded winreg v0.50.0
41212023-11-06T21:32:32.616Z Downloaded redox_users v0.4.3
41222023-11-06T21:32:32.620Z Downloaded iana-time-zone-haiku v0.1.2
41232023-11-06T21:32:32.623Z Downloaded windows-targets v0.42.2
41242023-11-06T21:32:32.626Z Downloaded android_system_properties v0.1.5
41252023-11-06T21:32:32.630Z Downloaded pbkdf2 v0.12.2
41262023-11-06T21:32:32.633Z Downloaded password-hash v0.4.2
41272023-11-06T21:32:32.636Z Downloaded dirs v5.0.1
41282023-11-06T21:32:32.640Z Downloaded winapi-util v0.1.5
41292023-11-06T21:32:32.648Z Downloaded wasm-bindgen-macro v0.2.87
41302023-11-06T21:32:32.654Z Downloaded hermit-abi v0.1.19
41312023-11-06T21:32:32.663Z Downloaded wasm-bindgen-futures v0.4.37
41322023-11-06T21:32:32.667Z Downloaded option-ext v0.2.0
41332023-11-06T21:32:32.673Z Downloaded wasm-bindgen-backend v0.2.87
41342023-11-06T21:32:32.676Z Downloaded windows-targets v0.48.5
41352023-11-06T21:32:32.678Z Downloaded russh-cryptovec v0.7.0
41362023-11-06T21:32:32.681Z Downloaded rand_chacha v0.2.2
41372023-11-06T21:32:32.692Z Downloaded dirs-sys v0.4.1
41382023-11-06T21:32:32.700Z Downloaded core-foundation v0.9.3
41392023-11-06T21:32:32.706Z Downloaded bcrypt-pbkdf v0.10.0
41402023-11-06T21:32:32.711Z Downloaded wasm-streams v0.3.0
41412023-11-06T21:32:32.717Z Downloaded rand_core v0.4.2
41422023-11-06T21:32:32.732Z Downloaded core-foundation-sys v0.8.4
41432023-11-06T21:32:32.744Z Downloaded fuchsia-cprng v0.1.1
41442023-11-06T21:32:32.748Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
41452023-11-06T21:32:32.751Z Downloaded errno-dragonfly v0.1.2
41462023-11-06T21:32:32.754Z Downloaded ghash v0.5.0
41472023-11-06T21:32:32.758Z Downloaded wasm-bindgen-macro-support v0.2.87
41482023-11-06T21:32:32.764Z Downloaded critical-section v1.1.2
41492023-11-06T21:32:32.769Z Downloaded crossterm_winapi v0.9.1
41502023-11-06T21:32:32.774Z Downloaded ipconfig v0.3.2
41512023-11-06T21:32:32.778Z Downloaded redox_syscall v0.2.16
41522023-11-06T21:32:32.783Z Downloaded security-framework-sys v2.9.1
41532023-11-06T21:32:32.800Z Downloaded anstyle-wincon v2.1.0
41542023-11-06T21:32:32.807Z Downloaded cbc v0.1.2
41552023-11-06T21:32:32.812Z Downloaded blowfish v0.9.1
41562023-11-06T21:32:32.816Z Downloaded schannel v0.1.22
41572023-11-06T21:32:32.819Z Downloaded rand_core v0.3.1
41582023-11-06T21:32:32.825Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
41592023-11-06T21:32:32.835Z Downloaded getrandom v0.1.16
41602023-11-06T21:32:32.843Z Downloaded encode_unicode v0.3.6
41612023-11-06T21:32:32.848Z Downloaded rand_hc v0.2.0
41622023-11-06T21:32:32.854Z Downloaded rand_core v0.5.1
41632023-11-06T21:32:32.928Z Downloaded fs2 v0.4.3
41642023-11-06T21:32:32.942Z Downloaded pbkdf2 v0.11.0
41652023-11-06T21:32:32.954Z Downloaded russh-keys v0.38.0
41662023-11-06T21:32:32.964Z Downloaded widestring v1.0.2
41672023-11-06T21:32:32.973Z Downloaded ed25519-dalek v2.0.0
41682023-11-06T21:32:32.976Z Downloaded rand v0.7.3
41692023-11-06T21:32:32.980Z Downloaded security-framework v2.9.2
41702023-11-06T21:32:32.984Z Downloaded js-sys v0.3.64
41712023-11-06T21:32:32.987Z Downloaded russh v0.38.0
41722023-11-06T21:32:32.990Z Downloaded aes-gcm v0.10.3
41732023-11-06T21:32:32.993Z Downloaded wasm-bindgen v0.2.87
41742023-11-06T21:32:32.997Z Downloaded windows_x86_64_gnullvm v0.42.2
41752023-11-06T21:32:33.000Z Downloaded windows_aarch64_gnullvm v0.42.2
41762023-11-06T21:32:33.003Z Downloaded windows_aarch64_gnullvm v0.48.5
41772023-11-06T21:32:33.006Z Downloaded windows_x86_64_gnullvm v0.48.5
41782023-11-06T21:32:33.101Z Downloaded fiat-crypto v0.2.1
41792023-11-06T21:32:33.311Z Downloaded windows_x86_64_msvc v0.42.2
41802023-11-06T21:32:33.351Z Downloaded windows_aarch64_msvc v0.42.2
41812023-11-06T21:32:33.805Z Downloaded windows_x86_64_gnu v0.42.2
41822023-11-06T21:32:33.816Z Downloaded windows_i686_gnu v0.42.2
41832023-11-06T21:32:33.850Z Downloaded windows_i686_msvc v0.42.2
41842023-11-06T21:32:33.916Z Downloaded windows_x86_64_msvc v0.48.5
41852023-11-06T21:32:33.923Z Downloaded windows_x86_64_gnu v0.48.5
41862023-11-06T21:32:33.930Z Downloaded web-sys v0.3.64
41872023-11-06T21:32:33.985Z Downloaded windows_i686_gnu v0.48.5
41882023-11-06T21:32:33.995Z Downloaded windows_aarch64_msvc v0.48.5
41892023-11-06T21:32:34.006Z Downloaded windows_i686_msvc v0.48.5
41902023-11-06T21:32:34.029Z Downloaded linux-raw-sys v0.3.8
41912023-11-06T21:32:34.042Z Downloaded winapi v0.3.9
41922023-11-06T21:32:34.132Z Downloaded linux-raw-sys v0.4.5
41932023-11-06T21:32:34.647Z Downloaded windows-sys v0.45.0
41942023-11-06T21:32:34.800Z Downloaded windows-sys v0.48.0
41952023-11-06T21:32:34.972Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
41962023-11-06T21:32:35.283Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
41972023-11-06T21:32:36.225Z Downloaded windows v0.48.0
41982023-11-06T21:32:37.355Zinfo: experimental features enabled: setup-scripts
41992023-11-06T21:32:39.334Z Finished test [unoptimized + debuginfo] target(s) in 1.95s
42002023-11-06T21:32:40.896Z Starting 891 tests across 99 binaries (3 skipped)
42012023-11-06T21:32:40.902Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
42022023-11-06T21:32:42.052Z Compiling unicode-ident v1.0.12
42032023-11-06T21:32:42.056Z Compiling cfg-if v1.0.0
42042023-11-06T21:32:42.060Z Compiling once_cell v1.18.0
42052023-11-06T21:32:42.084Z Compiling libc v0.2.149
42062023-11-06T21:32:42.548Z Compiling serde_json v1.0.108
42072023-11-06T21:32:42.556Z Compiling getrandom v0.2.10
42082023-11-06T21:32:42.564Z Compiling memchr v2.6.3
42092023-11-06T21:32:42.595Z Compiling generic-array v0.14.7
42102023-11-06T21:32:42.603Z Compiling itoa v1.0.9
42112023-11-06T21:32:42.612Z Compiling log v0.4.20
42122023-11-06T21:32:42.619Z Compiling proc-macro2 v1.0.67
42132023-11-06T21:32:42.629Z Compiling scopeguard v1.2.0
42142023-11-06T21:32:42.723Z Compiling lock_api v0.4.10
42152023-11-06T21:32:42.782Z Compiling ryu v1.0.15
42162023-11-06T21:32:42.793Z Compiling libm v0.2.7
42172023-11-06T21:32:42.798Z Compiling smallvec v1.11.0
42182023-11-06T21:32:43.073Z Compiling byteorder v1.5.0
42192023-11-06T21:32:43.373Z Compiling heck v0.4.1
42202023-11-06T21:32:43.490Z Compiling ahash v0.8.3
42212023-11-06T21:32:43.506Z Compiling pin-project-lite v0.2.13
42222023-11-06T21:32:43.694Z Compiling rand_core v0.6.4
42232023-11-06T21:32:43.825Z Compiling quote v1.0.33
42242023-11-06T21:32:44.053Z Compiling fnv v1.0.7
42252023-11-06T21:32:44.252Z Compiling jobserver v0.1.26
42262023-11-06T21:32:44.415Z Compiling parking_lot_core v0.9.8
42272023-11-06T21:32:47.339Z Compiling syn v2.0.32
42282023-11-06T21:32:47.468Z Compiling cc v1.0.83
42292023-11-06T21:32:48.031Z Compiling syn v1.0.109
42302023-11-06T21:32:48.199Z Compiling num-traits v0.2.16
42312023-11-06T21:32:48.215Z Compiling parking_lot v0.12.1
42322023-11-06T21:32:48.252Z Compiling typenum v1.16.0
42332023-11-06T21:32:48.267Z Compiling iana-time-zone v0.1.57
42342023-11-06T21:32:48.289Z Compiling futures-core v0.3.29
42352023-11-06T21:32:48.310Z Compiling ucd-trie v0.1.6
42362023-11-06T21:32:48.327Z Compiling num_cpus v1.16.0
42372023-11-06T21:32:48.332Z Compiling socket2 v0.5.4
42382023-11-06T21:32:48.345Z Compiling signal-hook-registry v1.4.1
42392023-11-06T21:32:48.354Z Compiling mio v0.8.8
42402023-11-06T21:32:48.388Z Compiling futures-sink v0.3.29
42412023-11-06T21:32:48.398Z Compiling tinyvec_macros v0.1.1
42422023-11-06T21:32:48.404Z Compiling spin v0.5.2
42432023-11-06T21:32:48.411Z Compiling dyn-clone v1.0.13
42442023-11-06T21:32:48.422Z Compiling tinyvec v1.6.0
42452023-11-06T21:32:48.430Z Compiling futures-channel v0.3.29
42462023-11-06T21:32:48.434Z Compiling slab v0.4.9
42472023-11-06T21:32:48.633Z Compiling futures-task v0.3.29
42482023-11-06T21:32:48.770Z Compiling pin-utils v0.1.0
42492023-11-06T21:32:48.783Z Compiling time-core v0.1.1
42502023-11-06T21:32:48.905Z Compiling futures-io v0.3.29
42512023-11-06T21:32:48.945Z Compiling allocator-api2 v0.2.16
42522023-11-06T21:32:49.039Z Compiling time-macros v0.2.13
42532023-11-06T21:32:49.132Z Compiling hashbrown v0.13.2
42542023-11-06T21:32:49.315Z Compiling spin v0.9.8
42552023-11-06T21:32:49.678Z Compiling ring v0.17.5
42562023-11-06T21:32:49.935Z Compiling openssl-sys v0.9.93
42572023-11-06T21:32:50.233Z Compiling ring v0.16.20
42582023-11-06T21:32:50.725Z Compiling unicode-normalization v0.1.22
42592023-11-06T21:32:51.078Z Compiling hashbrown v0.14.2
42602023-11-06T21:32:51.858Z Compiling openssl v0.10.57
42612023-11-06T21:32:51.896Z Compiling native-tls v0.2.11
42622023-11-06T21:32:51.931Z Compiling tracing-core v0.1.31
42632023-11-06T21:32:52.249Z Compiling unicode-bidi v0.3.13
42642023-11-06T21:32:52.927Z Compiling equivalent v1.0.1
42652023-11-06T21:32:52.937Z Compiling aho-corasick v1.0.4
42662023-11-06T21:32:53.257Z Compiling const-oid v0.9.5
42672023-11-06T21:32:53.900Z Compiling regex-syntax v0.8.2
42682023-11-06T21:32:54.195Z Compiling ppv-lite86 v0.2.17
42692023-11-06T21:32:54.486Z Compiling subtle v2.5.0
42702023-11-06T21:32:55.005Z Compiling bzip2-sys v0.1.11+1.0.8
42712023-11-06T21:32:55.401Z Compiling base64 v0.21.5
42722023-11-06T21:32:55.505Z Compiling rand_chacha v0.3.1
42732023-11-06T21:32:55.766Z Compiling strsim v0.10.0
42742023-11-06T21:32:56.578Z Compiling rand v0.8.5
42752023-11-06T21:32:56.812Z Compiling thread-id v4.2.0
42762023-11-06T21:32:57.030Z Compiling num-bigint v0.4.4
42772023-11-06T21:32:57.103Z Compiling serde_derive_internals v0.26.0
42782023-11-06T21:32:57.600Z Compiling synstructure v0.12.6
42792023-11-06T21:32:57.816Z Compiling untrusted v0.7.1
42802023-11-06T21:32:58.197Z Compiling untrusted v0.9.0
42812023-11-06T21:32:58.479Z Compiling foreign-types-shared v0.1.1
42822023-11-06T21:32:58.638Z Compiling hashbrown v0.12.3
42832023-11-06T21:32:58.856Z Compiling openssl-probe v0.1.5
42842023-11-06T21:32:59.361Z Compiling percent-encoding v2.3.0
42852023-11-06T21:32:59.647Z Compiling bitflags v1.3.2
42862023-11-06T21:33:00.300Z Compiling regex-automata v0.4.3
42872023-11-06T21:33:00.515Z Compiling indexmap v1.9.3
42882023-11-06T21:33:01.532Z Compiling foreign-types v0.3.2
42892023-11-06T21:33:02.151Z Compiling backtrace v0.3.69
42902023-11-06T21:33:03.026Z Compiling errno v0.3.2
42912023-11-06T21:33:03.220Z Compiling siphasher v0.3.11
42922023-11-06T21:33:03.880Z Compiling unicode-width v0.1.11
42932023-11-06T21:33:04.139Z Compiling adler v1.0.2
42942023-11-06T21:33:04.457Z Compiling try-lock v0.2.4
42952023-11-06T21:33:04.494Z Compiling miniz_oxide v0.7.1
42962023-11-06T21:33:04.674Z Compiling want v0.3.1
42972023-11-06T21:33:05.819Z Compiling sct v0.7.0
42982023-11-06T21:33:05.879Z Compiling form_urlencoded v1.2.0
42992023-11-06T21:33:06.341Z Compiling lazy_static v1.4.0
43002023-11-06T21:33:06.408Z Compiling io-lifetimes v1.0.11
43012023-11-06T21:33:06.510Z Compiling httparse v1.8.0
43022023-11-06T21:33:06.542Z Compiling socket2 v0.4.9
43032023-11-06T21:33:06.944Z Compiling tower-service v0.3.2
43042023-11-06T21:33:07.136Z Compiling httpdate v1.0.3
43052023-11-06T21:33:07.337Z Compiling cpufeatures v0.2.9
43062023-11-06T21:33:07.373Z Compiling utf8parse v0.2.1
43072023-11-06T21:33:07.424Z Compiling regex v1.10.2
43082023-11-06T21:33:07.524Z Compiling anstyle v1.0.2
43092023-11-06T21:33:07.621Z Compiling anstyle-parse v0.2.1
43102023-11-06T21:33:07.675Z Compiling serde_derive v1.0.188
43112023-11-06T21:33:07.717Z Compiling zeroize_derive v1.4.2
43122023-11-06T21:33:07.800Z Compiling thiserror-impl v1.0.49
43132023-11-06T21:33:08.180Z Compiling tokio-macros v2.1.0
43142023-11-06T21:33:08.253Z Compiling futures-macro v0.3.29
43152023-11-06T21:33:08.721Z Compiling tracing-attributes v0.1.26
43162023-11-06T21:33:09.203Z Compiling schemars_derive v0.8.13
43172023-11-06T21:33:10.439Z Compiling zeroize v1.6.0
43182023-11-06T21:33:11.706Z Compiling openssl-macros v0.1.1
43192023-11-06T21:33:12.860Z Compiling thiserror v1.0.49
43202023-11-06T21:33:13.092Z Compiling zerocopy-derive v0.2.0
43212023-11-06T21:33:13.256Z Compiling pest v2.7.2
43222023-11-06T21:33:13.465Z Compiling crypto-common v0.1.6
43232023-11-06T21:33:13.782Z Compiling futures-util v0.3.29
43242023-11-06T21:33:14.123Z Compiling tracing v0.1.37
43252023-11-06T21:33:14.987Z Compiling block-buffer v0.10.4
43262023-11-06T21:33:15.687Z Compiling digest v0.10.7
43272023-11-06T21:33:16.005Z Compiling async-trait v0.1.74
43282023-11-06T21:33:16.045Z Compiling hubpack_derive v0.1.1
43292023-11-06T21:33:16.267Z Compiling zerocopy v0.3.0
43302023-11-06T21:33:16.291Z Compiling zerocopy-derive v0.6.4
43312023-11-06T21:33:24.649Z Compiling pest_meta v2.7.2
43322023-11-06T21:33:24.804Z Compiling dof v0.1.5
43332023-11-06T21:33:24.875Z Compiling md-5 v0.10.5
43342023-11-06T21:33:24.900Z Compiling sha2 v0.10.8
43352023-11-06T21:33:24.904Z Compiling hmac v0.12.1
43362023-11-06T21:33:24.917Z Compiling strum_macros v0.25.2
43372023-11-06T21:33:24.923Z Compiling rustix v0.37.23
43382023-11-06T21:33:24.929Z Compiling pest_generator v2.7.2
43392023-11-06T21:33:24.952Z Compiling diesel_table_macro_syntax v0.1.0
43402023-11-06T21:33:24.980Z Compiling serde v1.0.188
43412023-11-06T21:33:25.000Z Compiling rustls-pemfile v1.0.3
43422023-11-06T21:33:25.013Z Compiling stringprep v0.1.3
43432023-11-06T21:33:25.035Z Compiling idna v0.4.0
43442023-11-06T21:33:25.053Z Compiling regress v0.7.1
43452023-11-06T21:33:25.071Z Compiling num-integer v0.1.45
43462023-11-06T21:33:25.163Z Compiling pest_derive v2.7.2
43472023-11-06T21:33:25.565Z Compiling hash32 v0.2.1
43482023-11-06T21:33:26.064Z Compiling colorchoice v1.0.0
43492023-11-06T21:33:26.282Z Compiling gimli v0.28.0
43502023-11-06T21:33:26.316Z Compiling stable_deref_trait v1.2.0
43512023-11-06T21:33:26.333Z Compiling anstyle-query v1.0.0
43522023-11-06T21:33:26.485Z Compiling fallible-iterator v0.2.0
43532023-11-06T21:33:26.547Z Compiling either v1.9.0
43542023-11-06T21:33:26.645Z Compiling dtrace-parser v0.1.14
43552023-11-06T21:33:26.769Z Compiling time v0.3.27
43562023-11-06T21:33:27.087Z Compiling anstream v0.5.0
43572023-11-06T21:33:27.732Z Compiling url v2.4.1
43582023-11-06T21:33:28.130Z Compiling rustls-native-certs v0.6.3
43592023-11-06T21:33:28.767Z Compiling terminal_size v0.2.6
43602023-11-06T21:33:29.030Z Compiling diesel_derives v2.1.1
43612023-11-06T21:33:29.705Z Compiling block-padding v0.3.3
43622023-11-06T21:33:30.085Z Compiling enum-as-inner v0.5.1
43632023-11-06T21:33:30.715Z Compiling serde_repr v0.1.16
43642023-11-06T21:33:32.083Z Compiling bytes v1.5.0
43652023-11-06T21:33:32.657Z Compiling uuid v1.4.1
43662023-11-06T21:33:33.809Z Compiling chrono v0.4.31
43672023-11-06T21:33:33.910Z Compiling tokio v1.33.0
43682023-11-06T21:33:34.672Z Compiling http v0.2.9
43692023-11-06T21:33:37.191Z Compiling semver v1.0.20
43702023-11-06T21:33:38.280Z Compiling schemars v0.8.13
43712023-11-06T21:33:38.517Z Compiling rustc_version v0.4.0
43722023-11-06T21:33:38.916Z Compiling bitflags v2.4.0
43732023-11-06T21:33:39.487Z Compiling indexmap v2.1.0
43742023-11-06T21:33:39.668Z Compiling heapless v0.7.16
43752023-11-06T21:33:40.960Z Compiling usdt-impl v0.3.5
43762023-11-06T21:33:41.656Z Compiling serde_tokenstream v0.1.7
43772023-11-06T21:33:43.635Z Compiling http-body v0.4.5
43782023-11-06T21:33:43.752Z Compiling serde_tokenstream v0.2.0
43792023-11-06T21:33:43.804Z Compiling usdt-attr-macro v0.3.5
43802023-11-06T21:33:44.340Z Compiling usdt-macro v0.3.5
43812023-11-06T21:33:46.605Z Compiling openapiv3 v1.0.3
43822023-11-06T21:33:47.250Z Compiling tokio-util v0.7.10
43832023-11-06T21:33:49.784Z Compiling h2 v0.3.21
43842023-11-06T21:33:50.255Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43852023-11-06T21:34:25.647Z Compiling tokio-native-tls v0.3.1
43862023-11-06T21:34:26.043Z Compiling addr2line v0.21.0
43872023-11-06T21:34:26.237Z Compiling postgres-protocol v0.6.6
43882023-11-06T21:34:26.307Z Compiling toml_datetime v0.6.5
43892023-11-06T21:34:26.724Z Compiling serde_spanned v0.6.4
43902023-11-06T21:34:26.743Z Compiling clap_derive v4.4.2
43912023-11-06T21:34:26.755Z Compiling phf_shared v0.11.2
43922023-11-06T21:34:26.768Z Compiling crc32fast v1.3.2
43932023-11-06T21:34:26.787Z Compiling scheduled-thread-pool v0.2.7
43942023-11-06T21:34:26.809Z Compiling object v0.32.1
43952023-11-06T21:34:26.824Z Compiling rustc-demangle v0.1.23
43962023-11-06T21:34:26.836Z Compiling bit-vec v0.6.3
43972023-11-06T21:34:26.849Z Compiling winnow v0.5.15
43982023-11-06T21:34:26.867Z Compiling managed v0.8.0
43992023-11-06T21:34:26.871Z Compiling deranged v0.3.8
44002023-11-06T21:34:26.881Z Compiling hyper v0.14.27
44012023-11-06T21:34:26.905Z Compiling ipnet v2.8.0
44022023-11-06T21:34:26.920Z Compiling num_threads v0.1.6
44032023-11-06T21:34:26.952Z Compiling clap_lex v0.5.1
44042023-11-06T21:34:26.976Z Compiling matches v0.1.10
44052023-11-06T21:34:27.042Z Compiling regex-automata v0.1.10
44062023-11-06T21:34:27.117Z Compiling tap v1.0.1
44072023-11-06T21:34:27.172Z Compiling clap_builder v4.4.2
44082023-11-06T21:34:27.191Z Compiling wyz v0.5.1
44092023-11-06T21:34:27.207Z Compiling bstr v0.2.17
44102023-11-06T21:34:27.236Z Compiling idna v0.2.3
44112023-11-06T21:34:27.251Z Compiling toml_edit v0.19.15
44122023-11-06T21:34:27.266Z Compiling smoltcp v0.9.1
44132023-11-06T21:34:27.306Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44142023-11-06T21:34:27.323Z Compiling r2d2 v0.8.10
44152023-11-06T21:34:27.344Z Compiling flate2 v1.0.28
44162023-11-06T21:34:27.368Z Compiling hyper-tls v0.5.0
44172023-11-06T21:34:27.378Z Compiling phf v0.11.2
44182023-11-06T21:34:27.385Z Compiling postgres-types v0.2.6
44192023-11-06T21:34:27.390Z Compiling ipnetwork v0.20.0
44202023-11-06T21:34:27.437Z Compiling hubpack v0.1.2
44212023-11-06T21:34:27.456Z Compiling serde_urlencoded v0.7.1
44222023-11-06T21:34:27.476Z Compiling inout v0.1.3
44232023-11-06T21:34:27.904Z Compiling itertools v0.11.0
44242023-11-06T21:34:27.932Z Compiling futures-executor v0.3.29
44252023-11-06T21:34:28.357Z Compiling zerocopy v0.6.4
44262023-11-06T21:34:28.363Z Compiling memoffset v0.9.0
44272023-11-06T21:34:28.367Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
44282023-11-06T21:34:28.398Z Compiling radium v0.7.0
44292023-11-06T21:34:28.410Z Compiling phf_shared v0.10.0
44302023-11-06T21:34:28.421Z Compiling crossbeam-utils v0.8.16
44312023-11-06T21:34:28.430Z Compiling float-cmp v0.9.0
44322023-11-06T21:34:28.434Z Compiling encoding_rs v0.8.33
44332023-11-06T21:34:28.442Z Compiling precomputed-hash v0.1.1
44342023-11-06T21:34:28.448Z Compiling difflib v0.4.0
44352023-11-06T21:34:28.453Z Compiling predicates-core v1.0.6
44362023-11-06T21:34:28.461Z Compiling funty v2.0.0
44372023-11-06T21:34:28.465Z Compiling fixedbitset v0.4.2
44382023-11-06T21:34:28.468Z Compiling new_debug_unreachable v1.0.4
44392023-11-06T21:34:28.473Z Compiling regex-automata v0.3.8
44402023-11-06T21:34:28.483Z Compiling webpki-roots v0.25.2
44412023-11-06T21:34:28.493Z Compiling static_assertions v1.1.0
44422023-11-06T21:34:28.518Z Compiling normalize-line-endings v0.3.0
44432023-11-06T21:34:28.528Z Compiling mime v0.3.17
44442023-11-06T21:34:28.542Z Compiling data-encoding v2.4.0
44452023-11-06T21:34:28.553Z Compiling whoami v1.4.1
44462023-11-06T21:34:28.564Z Compiling unicode-segmentation v1.10.1
44472023-11-06T21:34:28.980Z Compiling tokio-postgres v0.7.10
44482023-11-06T21:34:28.988Z Compiling trust-dns-proto v0.22.0
44492023-11-06T21:34:28.992Z Compiling bitvec v1.0.1
44502023-11-06T21:34:29.000Z Compiling predicates v3.0.4
44512023-11-06T21:34:29.008Z Compiling similar v2.2.1
44522023-11-06T21:34:29.018Z Compiling bstr v1.6.0
44532023-11-06T21:34:29.022Z Compiling yasna v0.5.2
44542023-11-06T21:34:29.026Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
44552023-11-06T21:34:30.261Z Compiling string_cache v0.8.7
44562023-11-06T21:34:30.309Z Compiling petgraph v0.6.4
44572023-11-06T21:34:30.477Z Compiling crossbeam-epoch v0.9.15
44582023-11-06T21:34:30.957Z Compiling diesel v2.1.3
44592023-11-06T21:34:31.695Z Compiling futures v0.3.29
44602023-11-06T21:34:31.885Z Compiling cipher v0.4.4
44612023-11-06T21:34:32.669Z Compiling toml v0.7.8
44622023-11-06T21:34:33.591Z Compiling clap v4.4.3
44632023-11-06T21:34:33.904Z Compiling anyhow v1.0.75
44642023-11-06T21:34:34.193Z Compiling bit-set v0.5.3
44652023-11-06T21:34:34.645Z Compiling tokio-stream v0.1.14
44662023-11-06T21:34:35.327Z Compiling usdt v0.3.5
44672023-11-06T21:34:35.408Z Compiling rustix v0.38.9
44682023-11-06T21:34:35.845Z Compiling hex v0.4.3
44692023-11-06T21:34:36.220Z Compiling num-iter v0.1.43
44702023-11-06T21:34:36.544Z Compiling itertools v0.10.5
44712023-11-06T21:34:36.858Z Compiling signature v2.1.0
44722023-11-06T21:34:37.236Z Compiling console v0.15.7
44732023-11-06T21:34:37.248Z Compiling slog v2.7.0
44742023-11-06T21:34:38.034Z Compiling lalrpop-util v0.19.12
44752023-11-06T21:34:38.624Z Compiling darling_core v0.20.3
44762023-11-06T21:34:44.427Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44772023-11-06T21:34:45.390Z Compiling structmeta-derive v0.2.0
44782023-11-06T21:34:45.498Z Compiling getopts v0.2.21
44792023-11-06T21:34:48.300Z Compiling darling_macro v0.20.3
44802023-11-06T21:34:49.835Z Compiling structmeta v0.2.0
44812023-11-06T21:34:50.037Z Compiling darling v0.20.3
44822023-11-06T21:35:02.640Z Compiling serde_yaml v0.9.25
44832023-11-06T21:35:02.663Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44842023-11-06T21:35:02.723Z Compiling camino v1.1.6
44852023-11-06T21:35:02.773Z Compiling slog-json v2.6.1
44862023-11-06T21:35:02.798Z Compiling sha1 v0.10.5
44872023-11-06T21:35:02.862Z Compiling async-stream-impl v0.3.5
44882023-11-06T21:35:03.321Z Compiling regex-syntax v0.7.5
44892023-11-06T21:35:03.379Z Compiling tempfile v3.8.0
44902023-11-06T21:35:03.409Z Compiling async-stream v0.3.5
44912023-11-06T21:35:03.427Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44922023-11-06T21:35:06.169Z Compiling slog-term v2.9.0
44932023-11-06T21:35:07.083Z Compiling slog-bunyan v2.4.0
44942023-11-06T21:35:07.218Z Compiling parse-display-derive v0.8.2
44952023-11-06T21:35:08.094Z Compiling multer v2.1.0
44962023-11-06T21:35:08.320Z Compiling serde_with_macros v2.3.3
44972023-11-06T21:35:10.065Z Compiling toml_edit v0.20.7
44982023-11-06T21:35:12.924Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44992023-11-06T21:35:13.042Z Compiling serde_path_to_error v0.1.14
45002023-11-06T21:35:14.849Z Compiling backoff v0.4.0
45012023-11-06T21:35:15.436Z Compiling toml v0.8.6
45022023-11-06T21:35:15.612Z Compiling parse-display v0.8.2
45032023-11-06T21:35:16.097Z Compiling serde_with v2.3.3
45042023-11-06T21:35:16.314Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
45052023-11-06T21:35:16.363Z Compiling headers-core v0.2.0
45062023-11-06T21:35:16.596Z Compiling macaddr v1.0.1
45072023-11-06T21:35:17.414Z Compiling strum v0.25.0
45082023-11-06T21:35:17.707Z Compiling rcgen v0.11.3
45092023-11-06T21:35:19.089Z Compiling headers v0.3.9
45102023-11-06T21:35:19.146Z Compiling camino-tempfile v1.0.2
45112023-11-06T21:35:19.171Z Compiling atomicwrites v0.4.2
45122023-11-06T21:35:23.347Z Compiling bzip2 v0.4.4
45132023-11-06T21:35:23.831Z Compiling zip v0.6.6
45142023-11-06T21:35:24.903Z Compiling rustls v0.21.8
45152023-11-06T21:35:27.631Z Compiling rustls-webpki v0.101.7
45162023-11-06T21:35:33.563Z Compiling tokio-rustls v0.24.1
45172023-11-06T21:35:34.173Z Compiling hyper-rustls v0.24.2
45182023-11-06T21:35:34.677Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
45192023-11-06T21:35:35.090Z Compiling reqwest v0.11.20
45202023-11-06T21:35:39.332Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45212023-11-06T21:35:39.812Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45222023-11-06T21:35:46.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45232023-11-06T21:35:47.036Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45242023-11-06T21:35:59.472Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45252023-11-06T21:36:10.575Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45262023-11-06T21:36:13.571Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45272023-11-06T21:36:23.493Z Finished dev [unoptimized + debuginfo] target(s) in 3m 42s
45282023-11-06T21:36:23.537Z Running `target/debug/crdb-seed`
45292023-11-06T21:36:23.588ZNov 06 21:36:23.586 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpE1bJWZ
45302023-11-06T21:36:23.607ZNov 06 21:36:23.586 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpn0A62Q,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpE1bJWZ/listen-url
45312023-11-06T21:36:23.612ZNov 06 21:36:23.586 INFO cockroach environment: BUILDOMAT_JOB_ID=01HEK64YHQ78NW2X3M3RCMY5E7 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=iliana/four GITHUB_REF=refs/heads/iliana/four GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=82e543019da81c3ed161b44144ee87f45047c6d9 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-5495af41434671b7/out:/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-9a5207eba4153586/out:/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-envM7TIlx 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-9a5207eba4153586/out:/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=a1ecf1f3-0bff-46b3-99df-c01c96d7de90 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
45322023-11-06T21:36:25.670ZNov 06 21:36:25.260 INFO cockroach pid: 5952
45332023-11-06T21:36:25.699ZNov 06 21:36:25.261 INFO cockroach listen URL: postgresql://root@[::1]:37117/omicron?sslmode=disable
45342023-11-06T21:36:25.724ZNov 06 21:36:25.261 INFO cockroach: populating
45352023-11-06T21:36:38.882ZNov 06 21:36:27.376 INFO cockroach: populated
45362023-11-06T21:36:39.040ZNov 06 21:36:30.084 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/64780a6c7d4764a39d029fb0f3d9f5189c85cf01211dae6c11c54addcc1b071a.tar`
45372023-11-06T21:36:39.268Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
45382023-11-06T21:36:39.319Z PASS [ 0.047s] authz-macros::proc-macro/authz-macros test_authz_dump
45392023-11-06T21:36:39.355Z PASS [ 0.041s] bootstore schemes::tests::hello_roundtrip
45402023-11-06T21:36:39.388Z PASS [ 0.034s] bootstore trust_quorum::rack_secret::tests::create_and_verify
45412023-11-06T21:36:39.399Z PASS [ 0.040s] bootstore schemes::v0::share_pkg::tests::create_packages
45422023-11-06T21:36:39.423Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
45432023-11-06T21:36:39.446Z PASS [ 0.038s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
45442023-11-06T21:36:39.959Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
45452023-11-06T21:36:39.978Z PASS [ 0.038s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
45462023-11-06T21:36:39.991Z PASS [ 0.038s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
45472023-11-06T21:36:40.043Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
45482023-11-06T21:36:40.072Z PASS [ 0.113s] bootstore schemes::v0::peer::tests::network_config
45492023-11-06T21:36:40.085Z PASS [ 0.236s] dns-server storage::test::test_update_in_progress
45502023-11-06T21:36:40.107Z PASS [ 0.246s] dns-server storage::test::test_update_interrupted
45512023-11-06T21:36:40.537Z PASS [ 0.278s] dns-server storage::test::test_update_basic
45522023-11-06T21:36:40.564Z PASS [ 0.572s] dns-server::basic_test aaaa_crud
45532023-11-06T21:36:40.587Z PASS [ 0.589s] dns-server::basic_test a_crud
45542023-11-06T21:36:40.595Z PASS [ 0.466s] dns-server::basic_test empty_record
45552023-11-06T21:36:40.606Z PASS [ 0.469s] dns-server::basic_test multi_record_crud
45562023-11-06T21:36:40.617Z PASS [ 0.459s] dns-server::basic_test name_contains_zone
45572023-11-06T21:36:40.628Z PASS [ 0.213s] dns-server::openapi_test test_dns_server_openapi
45582023-11-06T21:36:40.640Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
45592023-11-06T21:36:41.066Z PASS [ 0.401s] dns-server::basic_test servfail
45602023-11-06T21:36:41.100Z PASS [ 0.034s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
45612023-11-06T21:36:41.120Z PASS [ 0.070s] illumos-utils destructor::test::test_delayed_delete
45622023-11-06T21:36:41.135Z PASS [ 0.488s] dns-server::basic_test nxdomain
45632023-11-06T21:36:41.140Z PASS [ 0.034s] illumos-utils destructor::test::test_destructor_bad_close
45642023-11-06T21:36:41.143Z PASS [ 0.034s] illumos-utils link::test::test_allocate
45652023-11-06T21:36:41.147Z PASS [ 1.221s] bootstore schemes::v0::peer::tests::basic_3_nodes
45662023-11-06T21:36:41.153Z PASS [ 0.036s] illumos-utils link::test::test_allocate_within_scopes
45672023-11-06T21:36:41.159Z PASS [ 0.036s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
45682023-11-06T21:36:41.163Z PASS [ 0.036s] illumos-utils running_zone::tests::test_is_oxide_smf_service
45692023-11-06T21:36:41.169Z PASS [ 0.471s] dns-server::basic_test srv_crud
45702023-11-06T21:36:41.189Z PASS [ 0.035s] illumos-utils zone::tests::test_parse_ip_network
45712023-11-06T21:36:41.199Z PASS [ 0.040s] illumos-utils zpool::test::test_parse_bad_zpool_names
45722023-11-06T21:36:41.227Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
45732023-11-06T21:36:41.236Z PASS [ 0.041s] illumos-utils zpool::test::test_parse_external_zpool_name
45742023-11-06T21:36:41.247Z PASS [ 0.036s] illumos-utils zpool::test::test_parse_zpool
45752023-11-06T21:36:41.253Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool_missing_column
45762023-11-06T21:36:41.258Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_name_json
45772023-11-06T21:36:41.265Z PASS [ 0.033s] illumos-utils zpool::test::test_zpool_name_regex
45782023-11-06T21:36:41.270Z PASS [ 0.184s] installinator block_size_writer::tests::proptest_block_writer
45792023-11-06T21:36:41.304Z PASS [ 0.039s] internal-dns config::test::display_hosts
45802023-11-06T21:36:41.313Z PASS [ 0.026s] internal-dns config::test::display_srv_service
45812023-11-06T21:36:41.321Z PASS [ 0.042s] internal-dns config::test::test_builder_errors
45822023-11-06T21:36:41.344Z PASS [ 0.053s] internal-dns config::test::test_builder_output
45832023-11-06T21:36:41.359Z PASS [ 0.339s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
45842023-11-06T21:36:41.399Z PASS [ 0.704s] illumos-utils destructor::test::test_delayed_delete_with_error
45852023-11-06T21:36:41.423Z PASS [ 0.554s] internal-dns resolver::test::insert_and_lookup_one_record
45862023-11-06T21:36:41.441Z PASS [ 0.419s] internal-dns resolver::test::lookup_nonexistent_record_fails
45872023-11-06T21:36:41.463Z PASS [ 0.749s] internal-dns resolver::test::insert_and_lookup_multiple_records
45882023-11-06T21:36:41.527Z PASS [ 0.620s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
45892023-11-06T21:36:41.574Z PASS [ 0.762s] internal-dns resolver::test::resolver_can_access_backup_dns_server
45902023-11-06T21:36:42.039Z PASS [ 0.628s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
45912023-11-06T21:36:42.462Z PASS [ 0.046s] ipcc-key-value tests::deserialize_fixed_value
45922023-11-06T21:36:42.466Z PASS [ 0.075s] ipcc-key-value tests::serialized_size
45932023-11-06T21:36:42.476Z PASS [ 0.091s] ipcc-key-value tests::installinator_image_id_round_trip
45942023-11-06T21:36:42.505Z PASS [ 0.040s] key-manager tests::different_ikm_produces_different_keys
45952023-11-06T21:36:42.525Z PASS [ 0.055s] key-manager tests::different_disks_produce_different_keys
45962023-11-06T21:36:42.536Z PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0
45972023-11-06T21:36:42.539Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
45982023-11-06T21:36:42.542Z PASS [ 0.033s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
45992023-11-06T21:36:42.557Z PASS [ 0.042s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
46002023-11-06T21:36:42.576Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
46012023-11-06T21:36:42.584Z PASS [ 0.075s] nexus-db-model device_auth::test::test_generate_user_code
46022023-11-06T21:36:42.606Z PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string
46032023-11-06T21:36:42.633Z PASS [ 0.047s] nexus-db-model tests::test_ip_subnet_check_requestable_address
46042023-11-06T21:36:42.642Z PASS [ 0.049s] nexus-db-model tests::test_ipv6_net_random_subnet
46052023-11-06T21:36:42.659Z PASS [ 0.034s] nexus-db-model tests::test_roles_database_strings
46062023-11-06T21:36:42.679Z PASS [ 0.042s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
46072023-11-06T21:36:42.706Z PASS [ 0.570s] internal-dns resolver::test::update_record
46082023-11-06T21:36:42.724Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
46092023-11-06T21:36:42.759Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
46102023-11-06T21:36:42.811Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
46112023-11-06T21:36:42.831Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
46122023-11-06T21:36:42.854Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
46132023-11-06T21:36:43.272Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
46142023-11-06T21:36:43.303Z PASS [ 0.092s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
46152023-11-06T21:36:43.342Z PASS [ 0.076s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
46162023-11-06T21:36:43.395Z PASS [ 0.064s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
46172023-11-06T21:36:43.423Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token
46182023-11-06T21:36:43.445Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
46192023-11-06T21:36:43.882Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
46202023-11-06T21:36:43.888Z PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
46212023-11-06T21:36:43.892Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
46222023-11-06T21:36:43.899Z PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
46232023-11-06T21:36:43.905Z PASS [ 0.055s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
46242023-11-06T21:36:43.915Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_make_header_value
46252023-11-06T21:36:43.928Z PASS [ 0.088s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
46262023-11-06T21:36:43.936Z PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
46272023-11-06T21:36:43.960Z PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
46282023-11-06T21:36:43.978Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
46292023-11-06T21:36:43.990Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
46302023-11-06T21:36:43.998Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
46312023-11-06T21:36:44.010Z PASS [ 0.047s] nexus-db-queries authn::external::test::test_authn_sequence
46322023-11-06T21:36:44.021Z PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_make_header_value
46332023-11-06T21:36:44.444Z PASS [ 0.052s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
46342023-11-06T21:36:44.452Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_missing
46352023-11-06T21:36:44.462Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid
46362023-11-06T21:36:44.473Z PASS [ 0.045s] nexus-db-queries authn::test::test_internal_users
46372023-11-06T21:36:44.498Z PASS [ 0.054s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
46382023-11-06T21:36:44.520Z PASS [ 4.441s] dns-server::commands_test test_dnsadm
46392023-11-06T21:36:44.528Z PASS [ 7.552s] nexus-db-queries authz::context::test::test_unregistered_resource
46402023-11-06T21:36:44.956Z PASS [ 7.351s] nexus-db-queries context::test::test_background_context
46412023-11-06T21:36:44.962Z PASS [ 12.893s] installinator mock_peers::tests::proptest_fetch_artifact
46422023-11-06T21:36:46.082Z PASS [ 14.648s] installinator write::tests::proptest_write_artifact
46432023-11-06T21:36:51.260Z PASS [ 9.683s] nexus-db-queries context::test::test_child_context
46442023-11-06T21:36:52.147Z PASS [ 18.100s] nexus-db-queries authz::policy_test::test_conferred_roles
46452023-11-06T21:36:52.259Z PASS [ 7.939s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
46462023-11-06T21:36:52.378Z PASS [ 9.652s] nexus-db-queries context::test::test_test_context
46472023-11-06T21:36:54.139Z PASS [ 8.045s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
46482023-11-06T21:36:58.953Z PASS [ 7.688s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
46492023-11-06T21:37:00.430Z PASS [ 8.165s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
46502023-11-06T21:37:00.471Z PASS [ 8.104s] nexus-db-queries db::collection_attach::test::test_attach_once
46512023-11-06T21:37:00.545Z PASS [ 8.390s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
46522023-11-06T21:37:00.605Z PASS [ 0.062s] nexus-db-queries db::collection_attach::test::test_verify_query
46532023-11-06T21:37:02.102Z PASS [ 7.967s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
46542023-11-06T21:37:07.518Z PASS [ 8.567s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
46552023-11-06T21:37:08.374Z PASS [ 7.953s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
46562023-11-06T21:37:08.421Z PASS [ 7.819s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
46572023-11-06T21:37:08.517Z PASS [ 8.049s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
46582023-11-06T21:37:10.145Z PASS [ 8.049s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
46592023-11-06T21:37:10.211Z PASS [ 0.060s] nexus-db-queries db::collection_detach::test::test_verify_query
46602023-11-06T21:37:20.739Z PASS [ 7.808s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
46612023-11-06T21:37:20.903Z PASS [ 7.965s] nexus-db-queries db::collection_detach::test::test_detach_once
46622023-11-06T21:37:20.937Z PASS [ 8.115s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
46632023-11-06T21:37:20.988Z PASS [ 8.309s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
46642023-11-06T21:37:21.018Z PASS [ 7.914s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
46652023-11-06T21:37:22.891Z PASS [ 7.558s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
46662023-11-06T21:37:24.093Z PASS [ 7.462s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
46672023-11-06T21:37:24.306Z PASS [ 7.968s] nexus-db-queries db::collection_detach_many::test::test_detach_many
46682023-11-06T21:37:24.368Z PASS [ 0.056s] nexus-db-queries db::collection_detach_many::test::test_verify_query
46692023-11-06T21:37:24.902Z PASS [ 8.175s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
46702023-11-06T21:37:25.745Z PASS [ 7.631s] nexus-db-queries db::collection_detach_many::test::test_detach_once
46712023-11-06T21:37:25.806Z PASS [ 0.059s] nexus-db-queries db::collection_insert::test::test_verify_query
46722023-11-06T21:37:25.912Z PASS [ 51.818s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
46732023-11-06T21:37:28.520Z PASS [ 5.621s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
46742023-11-06T21:37:28.552Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
46752023-11-06T21:37:29.806Z PASS [ 5.445s] nexus-db-queries db::collection_insert::test::test_collection_not_present
46762023-11-06T21:37:29.953Z PASS [ 5.858s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
46772023-11-06T21:37:30.127Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
46782023-11-06T21:37:30.134Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
46792023-11-06T21:37:30.248Z PASS [ 5.344s] nexus-db-queries db::collection_insert::test::test_collection_present
46802023-11-06T21:37:31.171Z PASS [ 5.265s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
46812023-11-06T21:37:31.549Z PASS [ 5.733s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
46822023-11-06T21:37:35.900Z PASS [ 7.341s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
46832023-11-06T21:37:36.753Z PASS [ 66.626s] bootstore::v0-fsm-proptest-learner run
46842023-11-06T21:37:38.243Z PASS [ 8.291s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
46852023-11-06T21:37:38.571Z PASS [ 8.326s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
46862023-11-06T21:37:40.108Z PASS [ 7.977s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
46872023-11-06T21:37:40.143Z PASS [ 9.767s] nexus-db-queries db::datastore::dns::test::test_dns_update
46882023-11-06T21:37:41.029Z PASS [ 9.478s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
46892023-11-06T21:37:50.487Z PASS [ 7.317s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
46902023-11-06T21:37:51.829Z PASS [ 7.423s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
46912023-11-06T21:37:52.109Z PASS [ 7.525s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
46922023-11-06T21:37:52.317Z PASS [ 7.953s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
46932023-11-06T21:37:52.348Z PASS [ 7.717s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
46942023-11-06T21:37:52.481Z PASS [ 7.669s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
46952023-11-06T21:37:52.585Z PASS [ 0.059s] nexus-db-queries db::datastore::region::test::test_extent_count
46962023-11-06T21:37:52.661Z PASS [ 7.379s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
46972023-11-06T21:37:52.741Z PASS [ 78.510s] bootstore::v0-fsm-proptest-rack-coordinator run
46982023-11-06T21:37:52.825Z PASS [ 8.540s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
46992023-11-06T21:37:52.893Z PASS [ 7.610s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
47002023-11-06T21:37:54.105Z PASS [ 7.998s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
47012023-11-06T21:37:54.734Z PASS [ 7.433s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
47022023-11-06T21:37:54.918Z PASS [ 8.723s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
47032023-11-06T21:37:55.507Z PASS [ 8.644s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
47042023-11-06T21:37:56.011Z PASS [ 7.369s] nexus-db-queries db::datastore::test::test_component_update_conflict
47052023-11-06T21:37:56.059Z PASS [ 7.162s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
47062023-11-06T21:37:59.191Z PASS [ 6.995s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
47072023-11-06T21:37:59.207Z PASS [ 7.091s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
47082023-11-06T21:37:59.903Z PASS [ 5.168s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
47092023-11-06T21:38:01.524Z PASS [ 7.429s] nexus-db-queries db::datastore::test::test_project_creation
47102023-11-06T21:38:02.966Z PASS [ 8.047s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
47112023-11-06T21:38:03.338Z PASS [ 7.570s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
47122023-11-06T21:38:05.436Z PASS [ 9.923s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
47132023-11-06T21:38:05.895Z PASS [ 10.088s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
47142023-11-06T21:38:08.729Z PASS [ 5.396s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
47152023-11-06T21:38:09.210Z PASS [ 7.686s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
47162023-11-06T21:38:09.275Z PASS [ 10.529s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
47172023-11-06T21:38:09.314Z PASS [ 10.432s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
47182023-11-06T21:38:09.516Z PASS [ 9.613s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
47192023-11-06T21:38:10.183Z PASS [ 7.212s] nexus-db-queries db::datastore::test::test_session_methods
47202023-11-06T21:38:10.225Z PASS [ 0.048s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
47212023-11-06T21:38:10.285Z PASS [ 0.050s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
47222023-11-06T21:38:10.328Z PASS [ 0.053s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
47232023-11-06T21:38:10.381Z PASS [ 0.051s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
47242023-11-06T21:38:12.444Z PASS [ 7.013s] nexus-db-queries db::datastore::test::test_ssh_keys
47252023-11-06T21:38:12.538Z PASS [ 6.644s] nexus-db-queries db::datastore::test::test_system_update_conflict
47262023-11-06T21:38:14.748Z PASS [ 5.395s] nexus-db-queries db::explain::test::test_explain_async
47272023-11-06T21:38:14.786Z PASS [ 5.264s] nexus-db-queries db::explain::test::test_explain_full_table_scan
47282023-11-06T21:38:15.666Z PASS [ 6.938s] nexus-db-queries db::datastore::test::test_table_scan
47292023-11-06T21:38:17.045Z PASS [ 7.835s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
47302023-11-06T21:38:17.133Z PASS [ 7.858s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
47312023-11-06T21:38:17.231Z PASS [ 6.842s] nexus-db-queries db::lookup::test::test_lookup
47322023-11-06T21:38:17.918Z PASS [ 5.477s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
47332023-11-06T21:38:17.973Z PASS [ 5.433s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
47342023-11-06T21:38:20.329Z PASS [ 5.549s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
47352023-11-06T21:38:20.399Z PASS [ 5.693s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
47362023-11-06T21:38:23.237Z PASS [ 7.527s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
47372023-11-06T21:38:24.858Z PASS [ 7.812s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
47382023-11-06T21:38:24.868Z PASS [ 7.649s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
47392023-11-06T21:38:25.574Z PASS [ 8.437s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
47402023-11-06T21:38:26.096Z PASS [ 7.711s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
47412023-11-06T21:38:26.102Z PASS [ 7.775s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
47422023-11-06T21:38:26.105Z PASS [ 0.056s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
47432023-11-06T21:38:27.391Z PASS [ 6.996s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
47442023-11-06T21:38:27.459Z PASS [ 7.131s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
47452023-11-06T21:38:30.850Z PASS [ 7.653s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
47462023-11-06T21:38:32.422Z PASS [ 7.562s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
47472023-11-06T21:38:32.552Z PASS [ 7.676s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
47482023-11-06T21:38:33.164Z PASS [ 7.595s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
47492023-11-06T21:38:33.746Z PASS [ 7.940s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
47502023-11-06T21:38:34.659Z PASS [ 8.980s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
47512023-11-06T21:38:34.868Z PASS [ 7.403s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
47522023-11-06T21:38:35.290Z PASS [ 7.895s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
47532023-11-06T21:38:38.120Z PASS [ 7.274s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
47542023-11-06T21:38:39.765Z PASS [ 7.342s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
47552023-11-06T21:38:39.806Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
47562023-11-06T21:38:40.054Z PASS [ 7.511s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
47572023-11-06T21:38:40.610Z PASS [ 7.427s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
47582023-11-06T21:38:40.751Z PASS [ 0.141s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
47592023-11-06T21:38:40.799Z PASS [ 0.051s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
47602023-11-06T21:38:40.846Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
47612023-11-06T21:38:40.895Z PASS [ 0.051s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
47622023-11-06T21:38:40.943Z PASS [ 0.054s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
47632023-11-06T21:38:41.280Z PASS [ 7.587s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
47642023-11-06T21:38:42.264Z PASS [ 7.593s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
47652023-11-06T21:38:42.550Z PASS [ 7.682s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
47662023-11-06T21:38:42.587Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
47672023-11-06T21:38:42.654Z PASS [ 0.065s] nexus-inventory builder::test::test_basic
47682023-11-06T21:38:42.673Z PASS [ 7.377s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
47692023-11-06T21:38:42.689Z PASS [ 0.033s] nexus-inventory builder::test::test_empty
47702023-11-06T21:38:43.099Z PASS [ 0.037s] nexus-inventory builder::test::test_problems
47712023-11-06T21:38:43.354Z PASS [ 0.654s] nexus-inventory collector::test::test_basic
47722023-11-06T21:38:43.569Z PASS [ 0.868s] nexus-inventory collector::test::test_multi_mgs
47732023-11-06T21:38:43.613Z PASS [ 0.041s] nexus-types external_api::shared::test::test_policy_parsing
47742023-11-06T21:38:43.741Z PASS [ 0.114s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
47752023-11-06T21:38:43.825Z PASS [ 0.048s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
47762023-11-06T21:38:43.879Z PASS [ 0.101s] omicron-certificates tests::test_cert_extended_key_usage
47772023-11-06T21:38:43.893Z PASS [ 0.544s] nexus-inventory collector::test::test_multi_mgs_failure
47782023-11-06T21:38:43.943Z PASS [ 0.070s] omicron-certificates tests::test_common_name_is_validated
47792023-11-06T21:38:43.960Z PASS [ 0.082s] omicron-certificates tests::test_subject_alternate_names_are_validated
47802023-11-06T21:38:43.986Z PASS [ 0.044s] omicron-common address::test::test_dns_subnets
47812023-11-06T21:38:43.993Z PASS [ 0.033s] omicron-common address::test::test_ip_range_checks_non_decreasing
47822023-11-06T21:38:44.022Z PASS [ 0.035s] omicron-common address::test::test_ip_range_enum_deserialization
47832023-11-06T21:38:44.030Z PASS [ 0.036s] omicron-common address::test::test_ip_range_iter
47842023-11-06T21:38:44.048Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
47852023-11-06T21:38:44.062Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
47862023-11-06T21:38:44.077Z PASS [ 0.028s] omicron-common address::test::test_sled_address
47872023-11-06T21:38:44.102Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
47882023-11-06T21:38:44.114Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
47892023-11-06T21:38:44.139Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_pagination_examples
47902023-11-06T21:38:44.162Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
47912023-11-06T21:38:44.188Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_id
47922023-11-06T21:38:44.193Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_name
47932023-11-06T21:38:44.221Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
47942023-11-06T21:38:44.265Z PASS [ 0.068s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
47952023-11-06T21:38:44.274Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
47962023-11-06T21:38:44.298Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount
47972023-11-06T21:38:44.722Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display
47982023-11-06T21:38:44.736Z PASS [ 0.045s] omicron-common api::external::test::test_digest
47992023-11-06T21:38:44.753Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_deserialization
48002023-11-06T21:38:44.770Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
48012023-11-06T21:38:44.783Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_target_parse
48022023-11-06T21:38:44.798Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str
48032023-11-06T21:38:44.815Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
48042023-11-06T21:38:44.828Z PASS [ 0.027s] omicron-common api::external::test::test_ipnet_first_last_address
48052023-11-06T21:38:44.845Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde
48062023-11-06T21:38:44.865Z PASS [ 0.026s] omicron-common api::external::test::test_ipv4_net_operations
48072023-11-06T21:38:44.886Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
48082023-11-06T21:38:44.908Z PASS [ 0.031s] omicron-common api::external::test::test_mac_system_iterator
48092023-11-06T21:38:44.920Z PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions
48102023-11-06T21:38:44.930Z PASS [ 0.028s] omicron-common api::external::test::test_macaddr
48112023-11-06T21:38:44.939Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse
48122023-11-06T21:38:44.948Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse_from_param
48132023-11-06T21:38:44.960Z PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse
48142023-11-06T21:38:44.975Z PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse
48152023-11-06T21:38:44.981Z PASS [ 0.036s] omicron-common api::external::test::test_route_destination_parse
48162023-11-06T21:38:44.985Z PASS [ 0.038s] omicron-common api::external::test::test_route_target_parse
48172023-11-06T21:38:45.000Z PASS [ 0.033s] omicron-common api::external::test::test_semver_serialize
48182023-11-06T21:38:45.480Z PASS [ 0.035s] omicron-common api::external::test::test_semver_validation
48192023-11-06T21:38:45.500Z PASS [ 0.036s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
48202023-11-06T21:38:45.948Z PASS [ 0.035s] omicron-common ledger::test::test_create_default_ledger
48212023-11-06T21:38:45.977Z PASS [ 0.050s] omicron-common ledger::test::test_commit_handles_write_failures
48222023-11-06T21:38:45.987Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_from_storage
48232023-11-06T21:38:46.004Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
48242023-11-06T21:38:46.014Z PASS [ 0.039s] omicron-common nexus_config::test::test_bad_authn_schemes
48252023-11-06T21:38:46.028Z PASS [ 0.034s] omicron-common nexus_config::test::test_config_bad_toml
48262023-11-06T21:38:46.036Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty
48272023-11-06T21:38:46.048Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent
48282023-11-06T21:38:46.058Z PASS [ 0.044s] omicron-common nexus_config::test::test_deployment_config_schema
48292023-11-06T21:38:46.073Z PASS [ 0.045s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
48302023-11-06T21:38:46.087Z PASS [ 0.036s] omicron-common nexus_config::test::test_valid
48312023-11-06T21:38:46.098Z PASS [ 0.052s] omicron-common nexus_config::test::test_repo_configs_are_valid
48322023-11-06T21:38:46.108Z PASS [ 0.025s] omicron-common postgres_config::test::test_bad_url
48332023-11-06T21:38:46.133Z PASS [ 0.027s] omicron-common postgres_config::test::test_example_url
48342023-11-06T21:38:46.148Z PASS [ 0.029s] omicron-common update::tests::serde_artifact_kind
48352023-11-06T21:38:46.164Z PASS [ 7.017s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
48362023-11-06T21:38:46.184Z PASS [ 0.434s] omicron-dev::test_omicron_dev test_cert_create
48372023-11-06T21:38:46.199Z PASS [ 5.303s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
48382023-11-06T21:38:46.219Z PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
48392023-11-06T21:38:46.230Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
48402023-11-06T21:38:46.242Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
48412023-11-06T21:38:46.249Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
48422023-11-06T21:38:46.258Z PASS [ 0.039s] omicron-gateway management_switch::location_map::tests::test_config_validation
48432023-11-06T21:38:46.264Z PASS [ 0.042s] omicron-gateway management_switch::location_map::tests::test_resolve_location
48442023-11-06T21:38:46.270Z PASS [ 0.359s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
48452023-11-06T21:38:46.281Z PASS [ 5.343s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
48462023-11-06T21:38:46.351Z PASS [ 0.347s] omicron-gateway::test_all integration_tests::component_list::component_list
48472023-11-06T21:38:46.605Z PASS [ 5.317s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
48482023-11-06T21:38:46.663Z PASS [ 0.297s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
48492023-11-06T21:38:47.120Z PASS [ 0.561s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
48502023-11-06T21:38:47.149Z PASS [ 0.313s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
48512023-11-06T21:38:47.385Z PASS [ 7.565s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
48522023-11-06T21:38:47.411Z PASS [ 5.156s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
48532023-11-06T21:38:49.831Z PASS [ 4.893s] omicron-dev::test_omicron_dev test_db_killed
48542023-11-06T21:39:04.275Z PASS [ 19.137s] omicron-dev::test_omicron_dev test_db_run
48552023-11-06T21:39:11.171Z PASS [ 25.610s] omicron-dev::test_omicron_dev test_run_all
48562023-11-06T21:39:12.569Z PASS [ 25.159s] omicron-nexus app::background::dns_servers::test::test_basic
48572023-11-06T21:39:13.066Z PASS [ 26.159s] omicron-nexus app::background::dns_config::test::test_basic
48582023-11-06T21:39:13.250Z PASS [ 0.171s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
48592023-11-06T21:39:13.289Z PASS [ 26.393s] omicron-nexus app::background::common::test::test_driver_basic
48602023-11-06T21:39:13.298Z PASS [ 25.885s] omicron-nexus app::background::dns_propagation::test::test_basic
48612023-11-06T21:39:13.333Z PASS [ 0.077s] omicron-nexus app::external_endpoints::test::test_no_endpoint
48622023-11-06T21:39:13.372Z PASS [ 0.115s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
48632023-11-06T21:39:13.411Z PASS [ 23.580s] omicron-nexus app::background::external_endpoints::test::test_basic
48642023-11-06T21:39:13.429Z PASS [ 0.095s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
48652023-11-06T21:39:13.919Z PASS [ 1.345s] omicron-nexus app::external_endpoints::test::test_authority
48662023-11-06T21:39:14.465Z PASS [ 27.803s] omicron-nexus app::background::common::test::test_activation_in_progress
48672023-11-06T21:39:24.083Z PASS [ 10.839s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
48682023-11-06T21:39:28.102Z PASS [ 23.817s] omicron-nexus app::background::init::test::test_dns_propagation_basic
48692023-11-06T21:39:39.680Z PASS [ 28.514s] omicron-nexus app::background::inventory_collection::test::test_basic
48702023-11-06T21:39:40.263Z PASS [ 26.342s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
48712023-11-06T21:39:41.777Z PASS [ 28.348s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
48722023-11-06T21:39:41.897Z PASS [ 27.444s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
48732023-11-06T21:39:45.891Z PASS [ 32.530s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
48742023-11-06T21:39:46.931Z PASS [ 33.523s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
48752023-11-06T21:39:52.018Z PASS [ 27.945s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
48762023-11-06T21:40:13.941Z PASS [ 29.899s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
48772023-11-06T21:40:13.988Z PASS [ 32.490s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
48782023-11-06T21:40:14.002Z PASS [ 31.930s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
48792023-11-06T21:40:16.880Z PASS [ 30.984s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
48802023-11-06T21:40:24.221Z PASS [ 31.984s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
48812023-11-06T21:40:39.244Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48822023-11-06T21:40:39.850Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48832023-11-06T21:40:42.881Z PASS [ 30.138s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
48842023-11-06T21:40:44.507Z PASS [ 29.356s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
48852023-11-06T21:40:46.937Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48862023-11-06T21:40:47.472Z PASS [ 23.472s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
48872023-11-06T21:40:47.547Z PASS [ 0.075s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
48882023-11-06T21:40:49.199Z PASS [ 37.518s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
48892023-11-06T21:40:50.552Z PASS [ 33.669s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
48902023-11-06T21:40:58.916Z PASS [ 71.988s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48912023-11-06T21:41:10.232Z PASS [ 102.135s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48922023-11-06T21:41:18.517Z PASS [ 30.972s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
48932023-11-06T21:41:20.274Z PASS [ 21.298s] omicron-nexus app::sagas::test_saga::test_saga_stuck
48942023-11-06T21:41:21.681Z PASS [ 32.495s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
48952023-11-06T21:41:22.835Z PASS [ 102.822s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48962023-11-06T21:41:30.755Z PASS [ 40.190s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
48972023-11-06T21:41:40.815Z PASS [ 30.595s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48982023-11-06T21:41:42.494Z PASS [ 22.283s] omicron-nexus app::update::tests::test_populate_mock_system_updates
48992023-11-06T21:41:42.779Z PASS [ 21.097s] omicron-nexus app::update::tests::test_semver_max
49002023-11-06T21:41:42.846Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
49012023-11-06T21:41:42.879Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49022023-11-06T21:41:42.918Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
49032023-11-06T21:41:42.980Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
49042023-11-06T21:41:43.095Z PASS [ 0.103s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
49052023-11-06T21:41:43.143Z PASS [ 24.624s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
49062023-11-06T21:41:43.152Z PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
49072023-11-06T21:41:43.178Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49082023-11-06T21:41:43.219Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
49092023-11-06T21:41:43.225Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_relative_uri
49102023-11-06T21:41:43.758Z PASS [ 0.144s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
49112023-11-06T21:41:44.230Z PASS [ 21.731s] omicron-nexus app::update::tests::test_system_updates
49122023-11-06T21:41:51.736Z PASS [ 9.237s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
49132023-11-06T21:41:53.427Z PASS [ 22.699s] omicron-nexus app::update::tests::test_update_deployments
49142023-11-06T21:42:01.904Z PASS [ 10.173s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
49152023-11-06T21:42:02.042Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
49162023-11-06T21:42:02.684Z PASS [ 21.870s] omicron-nexus app::update::tests::test_updateable_components
49172023-11-06T21:42:03.216Z PASS [ 9.784s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
49182023-11-06T21:42:04.906Z PASS [ 20.676s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
49192023-11-06T21:42:05.193Z PASS [ 21.840s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
49202023-11-06T21:42:24.953Z PASS [ 22.174s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
49212023-11-06T21:42:24.963Z PASS [ 22.842s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
49222023-11-06T21:42:26.656Z PASS [ 21.721s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
49232023-11-06T21:42:26.720Z PASS [ 23.508s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
49242023-11-06T21:42:28.819Z PASS [ 23.636s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
49252023-11-06T21:42:53.171Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49262023-11-06T21:42:53.245Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49272023-11-06T21:42:53.744Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
49282023-11-06T21:42:53.913Z PASS [ 21.186s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
49292023-11-06T21:42:53.950Z PASS [ 21.344s] omicron-nexus::test_all integration_tests::basic::test_ping
49302023-11-06T21:42:53.989Z PASS [ 124.040s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49312023-11-06T21:42:54.000Z PASS [ 21.174s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
49322023-11-06T21:42:55.899Z PASS [ 72.689s] omicron-nexus populate::test::test_populators
49332023-11-06T21:42:57.845Z PASS [ 31.220s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
49342023-11-06T21:43:04.373Z PASS [ 37.648s] omicron-nexus::test_all integration_tests::basic::test_projects_list
49352023-11-06T21:43:18.156Z PASS [ 22.393s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
49362023-11-06T21:43:18.378Z PASS [ 0.314s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
49372023-11-06T21:43:18.460Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
49382023-11-06T21:43:18.471Z PASS [ 22.711s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
49392023-11-06T21:43:18.476Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
49402023-11-06T21:43:18.483Z PASS [ 0.572s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
49412023-11-06T21:43:18.510Z PASS [ 22.498s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
49422023-11-06T21:43:18.515Z PASS [ 1.055s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
49432023-11-06T21:43:18.519Z PASS [ 22.838s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
49442023-11-06T21:43:20.799Z PASS [ 22.884s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
49452023-11-06T21:43:21.995Z PASS [ 26.093s] omicron-nexus::test_all integration_tests::certificates::test_crud
49462023-11-06T21:43:32.668Z PASS [ 23.053s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
49472023-11-06T21:43:33.030Z PASS [ 23.039s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
49482023-11-06T21:43:33.159Z PASS [ 23.447s] omicron-nexus::test_all integration_tests::console_api::test_assets
49492023-11-06T21:43:37.303Z PASS [ 32.936s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
49502023-11-06T21:43:45.238Z PASS [ 27.660s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
49512023-11-06T21:43:45.302Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49522023-11-06T21:43:45.391Z PASS [ 22.990s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
49532023-11-06T21:43:50.119Z PASS [ 29.377s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
49542023-11-06T21:43:56.746Z PASS [ 24.081s] omicron-nexus::test_all integration_tests::console_api::test_session_me
49552023-11-06T21:43:56.782Z PASS [ 23.752s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
49562023-11-06T21:44:00.776Z PASS [ 23.481s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
49572023-11-06T21:44:01.915Z PASS [ 28.755s] omicron-nexus::test_all integration_tests::console_api::test_sessions
49582023-11-06T21:44:03.952Z PASS [ 23.459s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
49592023-11-06T21:44:13.931Z PASS [ 28.950s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
49602023-11-06T21:44:25.993Z PASS [ 29.201s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
49612023-11-06T21:44:26.024Z PASS [ 29.273s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
49622023-11-06T21:44:28.647Z PASS [ 26.328s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
49632023-11-06T21:44:29.460Z PASS [ 28.668s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
49642023-11-06T21:44:31.197Z PASS [ 41.099s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
49652023-11-06T21:44:42.873Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49662023-11-06T21:44:45.089Z PASS [ 41.145s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
49672023-11-06T21:44:52.862Z PASS [ 26.678s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
49682023-11-06T21:44:58.399Z PASS [ 25.555s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
49692023-11-06T21:44:59.404Z PASS [ 25.188s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
49702023-11-06T21:45:00.117Z PASS [ 29.026s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
49712023-11-06T21:45:08.323Z PASS [ 53.975s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
49722023-11-06T21:45:23.566Z PASS [ 26.380s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
49732023-11-06T21:45:23.760Z PASS [ 25.547s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
49742023-11-06T21:45:24.727Z PASS [ 52.494s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
49752023-11-06T21:45:25.520Z PASS [ 27.132s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
49762023-11-06T21:45:26.588Z PASS [ 31.482s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
49772023-11-06T21:45:41.672Z PASS [ 33.765s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
49782023-11-06T21:45:42.124Z PASS [ 30.655s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
49792023-11-06T21:45:42.874Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49802023-11-06T21:45:43.099Z PASS [ 46.717s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
49812023-11-06T21:45:46.380Z PASS [ 27.908s] omicron-nexus::test_all integration_tests::images::test_image_create
49822023-11-06T21:45:47.181Z PASS [ 28.945s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
49832023-11-06T21:45:50.970Z PASS [ 26.578s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
49842023-11-06T21:45:53.208Z PASS [ 26.727s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
49852023-11-06T21:46:08.322Z PASS [ 26.658s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
49862023-11-06T21:46:09.237Z PASS [ 27.117s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
49872023-11-06T21:46:13.238Z PASS [ 30.123s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
49882023-11-06T21:46:17.146Z PASS [ 29.963s] omicron-nexus::test_all integration_tests::images::test_image_promotion
49892023-11-06T21:46:18.126Z PASS [ 334.849s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49902023-11-06T21:46:20.387Z PASS [ 29.416s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
49912023-11-06T21:46:21.450Z PASS [ 28.232s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
49922023-11-06T21:46:23.054Z PASS [ 36.677s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
49932023-11-06T21:46:24.223Z PASS [ 11.001s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
49942023-11-06T21:46:27.994Z PASS [ 10.843s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
49952023-11-06T21:46:29.196Z PASS [ 11.482s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
49962023-11-06T21:46:31.402Z PASS [ 11.012s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
49972023-11-06T21:46:42.968Z PASS [ 25.849s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
49982023-11-06T21:46:43.425Z PASS [ 28.089s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
49992023-11-06T21:46:47.844Z PASS [ 26.376s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
50002023-11-06T21:46:56.878Z PASS [ 32.607s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
50012023-11-06T21:46:57.586Z PASS [ 22.480s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
50022023-11-06T21:47:10.409Z PASS [ 37.639s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
50032023-11-06T21:47:10.601Z PASS [ 39.072s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
50042023-11-06T21:47:14.087Z PASS [ 46.102s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
50052023-11-06T21:47:15.713Z PASS [ 39.236s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
50062023-11-06T21:47:17.171Z PASS [ 54.119s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
50072023-11-06T21:47:27.638Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::instances::test_instance_access
50082023-11-06T21:47:34.745Z PASS [ 37.179s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
50092023-11-06T21:47:45.957Z PASS [ 38.706s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
50102023-11-06T21:47:47.817Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50112023-11-06T21:47:48.188Z PASS [ 34.102s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
50122023-11-06T21:47:50.644Z PASS [ 40.175s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
50132023-11-06T21:47:52.377Z PASS [ 36.620s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
50142023-11-06T21:48:06.724Z PASS [ 45.095s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
50152023-11-06T21:48:14.588Z PASS [ 39.439s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
50162023-11-06T21:48:19.440Z PASS [ 51.820s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
50172023-11-06T21:48:19.986Z PASS [ 92.160s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50182023-11-06T21:48:24.520Z PASS [ 38.984s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
50192023-11-06T21:48:25.078Z PASS [ 34.435s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
50202023-11-06T21:48:27.381Z PASS [ 39.193s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
50212023-11-06T21:48:32.757Z PASS [ 40.491s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
50222023-11-06T21:48:40.810Z PASS [ 26.629s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
50232023-11-06T21:48:45.752Z PASS [ 43.488s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
50242023-11-06T21:48:46.544Z PASS [ 26.574s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
50252023-11-06T21:48:51.119Z PASS [ 23.741s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
50262023-11-06T21:48:54.270Z PASS [ 29.196s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
50272023-11-06T21:48:55.850Z PASS [ 36.414s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
50282023-11-06T21:48:55.885Z PASS [ 31.370s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
50292023-11-06T21:49:08.192Z PASS [ 21.335s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
50302023-11-06T21:49:11.046Z PASS [ 30.230s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
50312023-11-06T21:49:16.257Z PASS [ 25.133s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
50322023-11-06T21:49:17.093Z PASS [ 44.335s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
50332023-11-06T21:49:19.908Z PASS [ 24.400s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
50342023-11-06T21:49:20.057Z PASS [ 23.356s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
50352023-11-06T21:49:20.073Z PASS [ 23.538s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
50362023-11-06T21:49:20.542Z PASS [ 33.738s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
50372023-11-06T21:49:34.942Z PASS [ 23.908s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
50382023-11-06T21:49:39.682Z PASS [ 23.432s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
50392023-11-06T21:49:40.308Z PASS [ 23.220s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
50402023-11-06T21:49:40.662Z PASS [ 21.982s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
50412023-11-06T21:49:44.894Z PASS [ 35.393s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
50422023-11-06T21:49:45.009Z PASS [ 24.836s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
50432023-11-06T21:49:45.121Z PASS [ 25.264s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
50442023-11-06T21:49:51.595Z PASS [ 32.352s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
50452023-11-06T21:50:01.916Z PASS [ 22.229s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
50462023-11-06T21:50:09.097Z PASS [ 28.774s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
50472023-11-06T21:50:10.651Z PASS [ 26.427s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
50482023-11-06T21:50:11.415Z PASS [ 26.668s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
50492023-11-06T21:50:17.822Z PASS [ 26.228s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
50502023-11-06T21:50:19.283Z PASS [ 38.636s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
50512023-11-06T21:50:34.947Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50522023-11-06T21:50:36.755Z PASS [ 26.104s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
50532023-11-06T21:50:37.528Z PASS [ 54.263s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
50542023-11-06T21:50:44.283Z PASS [ 69.344s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50552023-11-06T21:50:54.296Z PASS [ 35.005s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
50562023-11-06T21:50:55.823Z PASS [ 53.917s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
50572023-11-06T21:51:01.302Z PASS [ 43.473s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
50582023-11-06T21:51:01.386Z PASS [ 52.308s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
50592023-11-06T21:51:04.417Z PASS [ 26.890s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
50602023-11-06T21:51:04.492Z PASS [ 53.061s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
50612023-11-06T21:51:21.393Z PASS [ 36.720s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
50622023-11-06T21:51:22.595Z PASS [ 38.164s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
50632023-11-06T21:51:26.588Z PASS [ 24.469s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
50642023-11-06T21:51:36.184Z PASS [ 25.642s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
50652023-11-06T21:51:36.355Z PASS [ 28.938s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
50662023-11-06T21:51:40.702Z PASS [ 26.976s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
50672023-11-06T21:51:49.348Z PASS [ 55.055s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
50682023-11-06T21:51:51.263Z PASS [ 25.412s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
50692023-11-06T21:51:52.855Z PASS [ 57.032s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
50702023-11-06T21:51:54.121Z PASS [ 20.762s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
50712023-11-06T21:51:54.868Z PASS [ 24.746s] omicron-nexus::test_all integration_tests::projects::test_projects
50722023-11-06T21:51:58.310Z PASS [ 35.862s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
50732023-11-06T21:52:01.293Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50742023-11-06T21:52:02.004Z PASS [ 21.526s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
50752023-11-06T21:52:14.529Z PASS [ 25.190s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
50762023-11-06T21:52:14.701Z PASS [ 0.172s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
50772023-11-06T21:52:15.250Z PASS [ 0.269s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
50782023-11-06T21:52:15.256Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
50792023-11-06T21:52:15.260Z PASS [ 0.151s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
50802023-11-06T21:52:15.395Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
50812023-11-06T21:52:15.658Z PASS [ 24.393s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
50822023-11-06T21:52:15.744Z PASS [ 74.459s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50832023-11-06T21:52:17.256Z PASS [ 23.138s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
50842023-11-06T21:52:18.042Z PASS [ 23.081s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
50852023-11-06T21:52:22.300Z PASS [ 25.865s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
50862023-11-06T21:52:23.439Z PASS [ 25.123s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
50872023-11-06T21:52:30.624Z PASS [ 28.635s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
50882023-11-06T21:52:38.734Z PASS [ 22.980s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
50892023-11-06T21:52:38.741Z PASS [ 23.330s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
50902023-11-06T21:52:38.806Z PASS [ 0.074s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
50912023-11-06T21:52:38.864Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
50922023-11-06T21:52:39.018Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
50932023-11-06T21:52:39.712Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
50942023-11-06T21:52:39.884Z PASS [ 22.633s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
50952023-11-06T21:52:41.280Z PASS [ 23.342s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
50962023-11-06T21:52:42.137Z PASS [ 23.422s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
50972023-11-06T21:52:47.452Z PASS [ 24.022s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
50982023-11-06T21:52:52.210Z PASS [ 10.923s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
50992023-11-06T21:52:53.730Z PASS [ 11.445s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
51002023-11-06T21:52:53.801Z PASS [ 23.164s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
51012023-11-06T21:53:00.609Z PASS [ 10.681s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
51022023-11-06T21:53:00.758Z PASS [ 20.644s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
51032023-11-06T21:53:00.797Z PASS [ 21.549s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
51042023-11-06T21:53:00.802Z PASS [ 21.546s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
51052023-11-06T21:53:01.359Z PASS [ 21.414s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
51062023-11-06T21:53:02.406Z PASS [ 10.197s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
51072023-11-06T21:53:03.950Z PASS [ 10.358s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
51082023-11-06T21:53:04.748Z PASS [ 10.550s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
51092023-11-06T21:53:06.355Z PASS [ 5.581s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
51102023-11-06T21:53:20.614Z PASS [ 19.318s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
51112023-11-06T21:53:23.348Z PASS [ 22.859s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
51122023-11-06T21:53:23.813Z PASS [ 21.416s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
51132023-11-06T21:53:25.306Z PASS [ 24.900s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
51142023-11-06T21:53:25.772Z PASS [ 21.451s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
51152023-11-06T21:53:25.922Z PASS [ 21.956s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
51162023-11-06T21:53:29.252Z PASS [ 23.312s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
51172023-11-06T21:53:45.162Z PASS [ 24.542s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
51182023-11-06T21:53:49.548Z PASS [ 23.682s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
51192023-11-06T21:53:49.754Z PASS [ 23.779s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
51202023-11-06T21:53:49.786Z PASS [ 49.649s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
51212023-11-06T21:53:49.796Z PASS [ 22.897s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
51222023-11-06T21:53:49.809Z PASS [ 23.812s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
51232023-11-06T21:53:51.328Z PASS [ 22.079s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
51242023-11-06T21:53:52.204Z PASS [ 26.430s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
51252023-11-06T21:54:15.533Z PASS [ 24.422s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
51262023-11-06T21:54:15.735Z PASS [ 24.310s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
51272023-11-06T21:54:15.778Z PASS [ 25.173s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
51282023-11-06T21:54:15.987Z PASS [ 23.950s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
51292023-11-06T21:54:16.047Z PASS [ 23.673s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
51302023-11-06T21:54:16.068Z PASS [ 23.268s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
51312023-11-06T21:54:16.470Z PASS [ 24.232s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
51322023-11-06T21:54:22.553Z PASS [ 34.961s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
51332023-11-06T21:54:33.790Z PASS [ 24.215s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
51342023-11-06T21:54:37.550Z PASS [ 22.957s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
51352023-11-06T21:54:37.934Z PASS [ 25.195s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
51362023-11-06T21:54:40.281Z PASS [ 28.197s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
51372023-11-06T21:54:43.840Z PASS [ 31.644s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
51382023-11-06T21:54:44.359Z PASS [ 31.579s] omicron-nexus::test_all integration_tests::silos::test_silos
51392023-11-06T21:54:45.481Z PASS [ 22.929s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
51402023-11-06T21:54:46.524Z PASS [ 30.098s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
51412023-11-06T21:55:02.336Z PASS [ 24.789s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
51422023-11-06T21:55:02.533Z PASS [ 28.744s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
51432023-11-06T21:55:06.192Z PASS [ 21.790s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
51442023-11-06T21:55:07.591Z PASS [ 23.231s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
51452023-11-06T21:55:11.161Z PASS [ 24.635s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
51462023-11-06T21:55:11.722Z PASS [ 26.241s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
51472023-11-06T21:55:15.547Z PASS [ 37.614s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
51482023-11-06T21:55:20.340Z PASS [ 40.060s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
51492023-11-06T21:55:30.925Z PASS [ 23.334s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
51502023-11-06T21:55:33.544Z PASS [ 21.825s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
51512023-11-06T21:55:36.740Z PASS [ 21.194s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
51522023-11-06T21:55:36.819Z PASS [ 31.195s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
51532023-11-06T21:55:39.895Z PASS [ 37.561s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
51542023-11-06T21:55:41.048Z PASS [ 0.864s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
51552023-11-06T21:55:41.623Z PASS [ 21.279s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
51562023-11-06T21:55:48.448Z PASS [ 37.266s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
51572023-11-06T21:55:48.631Z PASS [ 46.095s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
51582023-11-06T21:55:53.059Z PASS [ 22.138s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
51592023-11-06T21:55:56.329Z PASS [ 22.782s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
51602023-11-06T21:55:59.940Z PASS [ 23.186s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
51612023-11-06T21:56:02.684Z PASS [ 21.925s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
51622023-11-06T21:56:06.172Z PASS [ 24.556s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
51632023-11-06T21:56:10.436Z PASS [ 21.900s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
51642023-11-06T21:56:23.310Z PASS [ 31.690s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
51652023-11-06T21:56:35.074Z PASS [ 37.309s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
51662023-11-06T21:56:35.442Z PASS [ 34.209s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
51672023-11-06T21:56:35.884Z PASS [ 35.026s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
51682023-11-06T21:56:36.798Z PASS [ 34.070s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
51692023-11-06T21:56:36.839Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51702023-11-06T21:56:46.537Z PASS [ 34.545s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
51712023-11-06T21:56:46.718Z PASS [ 35.543s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
51722023-11-06T21:56:55.376Z PASS [ 35.065s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
51732023-11-06T21:56:59.071Z PASS [ 24.122s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
51742023-11-06T21:57:04.905Z PASS [ 34.541s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
51752023-11-06T21:57:08.009Z PASS [ 37.477s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
51762023-11-06T21:57:19.901Z PASS [ 43.151s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
51772023-11-06T21:57:23.998Z PASS [ 43.284s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
51782023-11-06T21:57:25.491Z PASS [ 108.673s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51792023-11-06T21:57:37.180Z PASS [ 51.316s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
51802023-11-06T21:57:46.088Z PASS [ 20.002s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
51812023-11-06T21:57:46.617Z PASS [ 50.114s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
51822023-11-06T21:57:47.056Z PASS [ 38.585s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
51832023-11-06T21:57:51.650Z PASS [ 52.038s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
51842023-11-06T21:58:10.046Z PASS [ 37.048s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
51852023-11-06T21:58:10.542Z PASS [ 52.206s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
51862023-11-06T21:58:10.734Z PASS [ 33.602s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
51872023-11-06T21:58:10.899Z PASS [ 20.521s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
51882023-11-06T21:58:10.969Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
51892023-11-06T21:58:11.049Z PASS [ 21.852s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
51902023-11-06T21:58:11.130Z PASS [ 22.102s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
51912023-11-06T21:58:12.513Z PASS [ 21.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
51922023-11-06T21:58:19.271Z PASS [ 21.555s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51932023-11-06T21:58:19.276Z PASS [ 22.325s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
51942023-11-06T21:58:19.383Z PASS [ 22.270s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
51952023-11-06T21:58:19.584Z PASS [ 21.987s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
51962023-11-06T21:58:29.800Z PASS [ 22.836s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51972023-11-06T21:58:29.838Z PASS [ 22.488s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51982023-11-06T21:58:32.238Z PASS [ 23.546s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51992023-11-06T21:58:35.043Z PASS [ 22.533s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
52002023-11-06T21:58:42.289Z PASS [ 23.037s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
52012023-11-06T21:58:42.344Z PASS [ 22.966s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
52022023-11-06T21:58:42.736Z PASS [ 23.464s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
52032023-11-06T21:58:47.500Z PASS [ 27.916s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
52042023-11-06T21:59:05.257Z PASS [ 30.007s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
52052023-11-06T21:59:05.378Z PASS [ 30.469s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
52062023-11-06T21:59:05.568Z PASS [ 21.383s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
52072023-11-06T21:59:05.643Z PASS [ 0.056s] omicron-package dot::test::test_bad_dependency
52082023-11-06T21:59:05.786Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
52092023-11-06T21:59:06.067Z PASS [ 21.106s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
52102023-11-06T21:59:06.183Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
52112023-11-06T21:59:06.301Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
52122023-11-06T21:59:06.401Z PASS [ 34.052s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
52132023-11-06T21:59:06.438Z PASS [ 0.058s] omicron-passwords test::test_stable
52142023-11-06T21:59:06.446Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
52152023-11-06T21:59:06.477Z PASS [ 0.036s] omicron-rpaths internal::tests::test_configure_from_path
52162023-11-06T21:59:06.546Z PASS [ 0.080s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
52172023-11-06T21:59:06.586Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
52182023-11-06T21:59:06.601Z PASS [ 0.090s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
52192023-11-06T21:59:06.616Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
52202023-11-06T21:59:06.629Z PASS [ 0.103s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
52212023-11-06T21:59:06.636Z PASS [ 0.109s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
52222023-11-06T21:59:07.058Z PASS [ 0.143s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
52232023-11-06T21:59:07.078Z PASS [ 0.096s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
52242023-11-06T21:59:07.086Z PASS [ 0.068s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
52252023-11-06T21:59:07.091Z PASS [ 0.053s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
52262023-11-06T21:59:07.104Z PASS [ 0.047s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
52272023-11-06T21:59:07.118Z PASS [ 0.053s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
52282023-11-06T21:59:07.141Z PASS [ 0.051s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
52292023-11-06T21:59:07.174Z PASS [ 0.050s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
52302023-11-06T21:59:07.253Z PASS [ 0.048s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
52312023-11-06T21:59:07.264Z PASS [ 0.058s] omicron-sled-agent config::test::test_smf_configs
52322023-11-06T21:59:07.274Z PASS [ 0.047s] omicron-sled-agent profile::tests::empty_profile
52332023-11-06T21:59:07.290Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_instance
52342023-11-06T21:59:07.304Z PASS [ 0.053s] omicron-sled-agent profile::tests::test_multiple
52352023-11-06T21:59:07.314Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_property
52362023-11-06T21:59:07.324Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_property_group
52372023-11-06T21:59:07.348Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service
52382023-11-06T21:59:07.407Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_service_property_group
52392023-11-06T21:59:07.464Z PASS [ 0.065s] omicron-sled-agent rack_setup::config::test::test_extra_certs
52402023-11-06T21:59:07.488Z PASS [ 0.051s] omicron-sled-agent rack_setup::config::test::test_subnets
52412023-11-06T21:59:07.516Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
52422023-11-06T21:59:07.566Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
52432023-11-06T21:59:07.985Z PASS [ 0.104s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
52442023-11-06T21:59:07.994Z PASS [ 0.056s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
52452023-11-06T21:59:08.006Z PASS [ 0.052s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
52462023-11-06T21:59:08.023Z PASS [ 30.904s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
52472023-11-06T21:59:08.031Z PASS [ 0.055s] omicron-sled-agent services::test::test_all_zone_requests_schema
52482023-11-06T21:59:08.037Z PASS [ 0.049s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
52492023-11-06T21:59:08.045Z PASS [ 0.327s] omicron-sled-agent services::test::test_ensure_service
52502023-11-06T21:59:08.051Z PASS [ 0.312s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52512023-11-06T21:59:08.058Z PASS [ 0.275s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52522023-11-06T21:59:08.063Z PASS [ 0.288s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52532023-11-06T21:59:08.070Z PASS [ 0.051s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
52542023-11-06T21:59:08.089Z PASS [ 0.078s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
52552023-11-06T21:59:08.094Z PASS [ 0.091s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
52562023-11-06T21:59:08.102Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
52572023-11-06T21:59:08.106Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
52582023-11-06T21:59:08.112Z PASS [ 0.074s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
52592023-11-06T21:59:08.116Z PASS [ 0.080s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
52602023-11-06T21:59:08.123Z PASS [ 0.062s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
52612023-11-06T21:59:08.128Z PASS [ 0.068s] omicron-sled-agent updates::test::test_query_no_components
52622023-11-06T21:59:08.132Z PASS [ 0.059s] omicron-sled-agent updates::test::test_query_sled_agent_version
52632023-11-06T21:59:08.135Z PASS [ 0.062s] omicron-sled-agent updates::test::test_query_zone_version
52642023-11-06T21:59:08.141Z PASS [ 4.266s] omicron-omdb::test_all_output test_omdb_usage_errors
52652023-11-06T21:59:08.148Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
52662023-11-06T21:59:08.158Z PASS [ 0.292s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
52672023-11-06T21:59:08.171Z PASS [ 0.060s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
52682023-11-06T21:59:08.180Z PASS [ 3.443s] omicron-passwords test::test_reproducible
52692023-11-06T21:59:08.193Z PASS [ 0.475s] omicron-sled-agent zone_bundle::illumos_tests::test_context
52702023-11-06T21:59:08.196Z PASS [ 0.454s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52712023-11-06T21:59:08.200Z PASS [ 0.085s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
52722023-11-06T21:59:08.203Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
52732023-11-06T21:59:08.207Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_disk_usage
52742023-11-06T21:59:08.212Z PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
52752023-11-06T21:59:08.227Z PASS [ 1.070s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
52762023-11-06T21:59:08.233Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
52772023-11-06T21:59:08.282Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
52782023-11-06T21:59:08.288Z PASS [ 0.776s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52792023-11-06T21:59:08.303Z PASS [ 0.186s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
52802023-11-06T21:59:08.473Z PASS [ 0.416s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
52812023-11-06T21:59:08.502Z PASS [ 0.228s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
52822023-11-06T21:59:08.531Z PASS [ 0.058s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52832023-11-06T21:59:08.552Z PASS [ 0.275s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
52842023-11-06T21:59:08.568Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52852023-11-06T21:59:08.597Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52862023-11-06T21:59:08.646Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52872023-11-06T21:59:08.670Z PASS [ 0.092s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52882023-11-06T21:59:09.336Z PASS [ 1.640s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52892023-11-06T21:59:09.345Z PASS [ 0.382s] omicron-test-utils dev::db::test::test_bad_cmd
52902023-11-06T21:59:09.392Z PASS [ 0.731s] omicron-test-utils dev::db::test::test_cmd_fails
52912023-11-06T21:59:09.820Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52922023-11-06T21:59:09.836Z PASS [ 0.426s] omicron-test-utils dev::db::test::test_database_start_hang
52932023-11-06T21:59:09.843Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52942023-11-06T21:59:10.266Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52952023-11-06T21:59:10.274Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_normal
52962023-11-06T21:59:10.285Z PASS [ 1.044s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52972023-11-06T21:59:11.943Z LEAK [ 2.451s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52982023-11-06T21:59:12.004Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_starter_tmpdir
52992023-11-06T21:59:12.059Z PASS [ 0.069s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
53002023-11-06T21:59:12.115Z PASS [ 0.050s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
53012023-11-06T21:59:12.168Z PASS [ 0.045s] oximeter histogram::tests::test_bin_range
53022023-11-06T21:59:12.204Z PASS [ 0.048s] oximeter histogram::tests::test_bin_range_from
53032023-11-06T21:59:12.247Z PASS [ 0.044s] oximeter histogram::tests::test_bin_range_to
53042023-11-06T21:59:12.286Z PASS [ 0.041s] oximeter histogram::tests::test_ensure_finite
53052023-11-06T21:59:12.332Z PASS [ 0.043s] oximeter histogram::tests::test_foo
53062023-11-06T21:59:12.373Z PASS [ 0.042s] oximeter histogram::tests::test_histogram
53072023-11-06T21:59:12.424Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_extreme_bins
53082023-11-06T21:59:12.451Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_extreme_samples
53092023-11-06T21:59:12.495Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_float_bins
53102023-11-06T21:59:12.547Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_to_arrays
53112023-11-06T21:59:13.012Z PASS [ 0.052s] oximeter histogram::tests::test_histogram_unbounded_samples
53122023-11-06T21:59:13.476Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_unsorted_bins
53132023-11-06T21:59:13.480Z PASS [ 25.147s] omicron-omdb::test_all_output test_omdb_env_settings
53142023-11-06T21:59:13.483Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins
53152023-11-06T21:59:13.486Z PASS [ 0.049s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
53162023-11-06T21:59:13.489Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_with_overlapping_bins
53172023-11-06T21:59:13.492Z PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_all_representable
53182023-11-06T21:59:13.495Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
53192023-11-06T21:59:13.499Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
53202023-11-06T21:59:13.502Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
53212023-11-06T21:59:13.506Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
53222023-11-06T21:59:13.509Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
53232023-11-06T21:59:13.512Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
53242023-11-06T21:59:13.515Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades
53252023-11-06T21:59:13.518Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_f64
53262023-11-06T21:59:13.521Z PASS [ 0.032s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
53272023-11-06T21:59:13.525Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
53282023-11-06T21:59:13.528Z PASS [ 0.039s] oximeter test_util::tests::test_gen_test_samples
53292023-11-06T21:59:13.531Z PASS [ 0.038s] oximeter traits::tests::test_metric_trait
53302023-11-06T21:59:13.534Z PASS [ 0.035s] oximeter traits::tests::test_producer_trait
53312023-11-06T21:59:13.538Z PASS [ 0.035s] oximeter traits::tests::test_target_trait
53322023-11-06T21:59:13.541Z PASS [ 0.036s] oximeter types::tests::test_cumulative_f64
53332023-11-06T21:59:13.545Z PASS [ 0.034s] oximeter types::tests::test_cumulative_i64
53342023-11-06T21:59:13.550Z PASS [ 0.039s] oximeter types::tests::test_datum
53352023-11-06T21:59:13.555Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
53362023-11-06T21:59:13.569Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
53372023-11-06T21:59:13.986Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
53382023-11-06T21:59:13.990Z PASS [ 9.337s] omicron-passwords test::test_compatible
53392023-11-06T21:59:13.993Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
53402023-11-06T21:59:13.997Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
53412023-11-06T21:59:14.000Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
53422023-11-06T21:59:14.003Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
53432023-11-06T21:59:14.007Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
53442023-11-06T21:59:14.010Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
53452023-11-06T21:59:14.014Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
53462023-11-06T21:59:14.017Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53472023-11-06T21:59:14.021Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53482023-11-06T21:59:14.025Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53492023-11-06T21:59:14.028Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53502023-11-06T21:59:14.033Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53512023-11-06T21:59:14.039Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53522023-11-06T21:59:14.047Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53532023-11-06T21:59:14.059Z PASS [ 0.034s] oximeter types::tests::test_measurement
53542023-11-06T21:59:14.081Z PASS [ 0.035s] oximeter types::tests::test_sample_struct
53552023-11-06T21:59:14.131Z PASS [ 0.034s] oximeter types::tests::test_verify_field_names
53562023-11-06T21:59:14.163Z PASS [ 0.572s] oximeter-collector::test_commands test_oximeter_no_args
53572023-11-06T21:59:14.175Z PASS [ 0.680s] oximeter-collector::test_commands test_oximeter_openapi
53582023-11-06T21:59:14.192Z PASS [ 0.040s] oximeter-db client::tests::test_unravel_index
53592023-11-06T21:59:14.197Z PASS [ 0.046s] oximeter-db model::tests::test_db_bool
53602023-11-06T21:59:14.408Z PASS [ 0.353s] oximeter-db model::tests::test_db_bool_bad
53612023-11-06T21:59:14.443Z PASS [ 0.039s] oximeter-db model::tests::test_db_datum_type_conversion
53622023-11-06T21:59:14.535Z PASS [ 0.063s] oximeter-db model::tests::test_db_field_list_conversion
53632023-11-06T21:59:14.556Z PASS [ 0.041s] oximeter-db model::tests::test_db_field_type_conversion
53642023-11-06T21:59:14.602Z PASS [ 0.050s] oximeter-db model::tests::test_db_histogram
53652023-11-06T21:59:14.663Z PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays
53662023-11-06T21:59:14.848Z PASS [ 5.299s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
53672023-11-06T21:59:14.864Z PASS [ 5.947s] omicron-test-utils dev::db::test::test_database_concurrent
53682023-11-06T21:59:14.881Z PASS [ 0.043s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
53692023-11-06T21:59:14.906Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
53702023-11-06T21:59:14.915Z PASS [ 0.276s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
53712023-11-06T21:59:14.926Z PASS [ 0.048s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
53722023-11-06T21:59:14.946Z PASS [ 0.049s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
53732023-11-06T21:59:14.960Z PASS [ 0.044s] oximeter-db model::tests::test_unroll_from_source
53742023-11-06T21:59:14.979Z PASS [ 0.044s] oximeter-db model::tests::test_unroll_measurement_row
53752023-11-06T21:59:14.992Z PASS [ 0.038s] oximeter-db query::tests::test_field_cmp
53762023-11-06T21:59:15.008Z PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query
53772023-11-06T21:59:15.017Z PASS [ 0.048s] oximeter-db query::tests::test_field_value_as_db_str
53782023-11-06T21:59:15.083Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_from_parts
53792023-11-06T21:59:15.087Z PASS [ 0.080s] oximeter-db query::tests::test_select_query_builder_field_selectors
53802023-11-06T21:59:15.110Z PASS [ 0.097s] oximeter-db query::tests::test_select_query_builder_filter_raw
53812023-11-06T21:59:15.122Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset
53822023-11-06T21:59:15.137Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_full
53832023-11-06T21:59:15.150Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_no_fields
53842023-11-06T21:59:15.183Z PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_no_selectors
53852023-11-06T21:59:15.199Z PASS [ 0.041s] oximeter-db query::tests::test_time_range
53862023-11-06T21:59:15.220Z PASS [ 0.080s] oximeter-db query::tests::test_string_field_selector
53872023-11-06T21:59:15.224Z PASS [ 0.044s] oximeter-db tests::test_field_schema_ordering
53882023-11-06T21:59:15.265Z PASS [ 0.060s] oximeter-db tests::test_schema_field_ordering_across_target_metric
53892023-11-06T21:59:15.281Z PASS [ 0.045s] oximeter-db tests::test_timeseries_key_sample_stability
53902023-11-06T21:59:15.296Z PASS [ 0.066s] oximeter-db tests::test_timeseries_key_field_stability
53912023-11-06T21:59:15.311Z PASS [ 0.052s] oximeter-db tests::test_timeseries_name
53922023-11-06T21:59:15.336Z PASS [ 0.054s] oximeter-db tests::test_timeseries_name_from_str
53932023-11-06T21:59:15.376Z PASS [ 0.052s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
53942023-11-06T21:59:15.585Z PASS [ 0.055s] oximeter-instruments http::tests::test_latency_tracker
53952023-11-06T21:59:15.594Z PASS [ 0.047s] oximeter-instruments http::tests::test_normalize_uri_path
53962023-11-06T21:59:15.618Z PASS [ 0.046s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53972023-11-06T21:59:15.622Z PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53982023-11-06T21:59:15.627Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53992023-11-06T21:59:15.635Z PASS [ 0.037s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
54002023-11-06T21:59:15.641Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
54012023-11-06T21:59:15.645Z PASS [ 0.038s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
54022023-11-06T21:59:15.649Z PASS [ 0.039s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
54032023-11-06T21:59:15.653Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
54042023-11-06T21:59:15.662Z PASS [ 0.052s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
54052023-11-06T21:59:15.666Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
54062023-11-06T21:59:15.670Z PASS [ 0.093s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
54072023-11-06T21:59:15.682Z PASS [ 0.060s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
54082023-11-06T21:59:15.691Z PASS [ 0.086s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
54092023-11-06T21:59:15.701Z PASS [ 0.052s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
54102023-11-06T21:59:15.736Z PASS [ 0.131s] sled-hardware disk::test::test_disk_paths
54112023-11-06T21:59:15.974Z PASS [ 0.131s] sled-hardware disk::test::test_partition_device_paths
54122023-11-06T21:59:15.977Z PASS [ 0.097s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
54132023-11-06T21:59:15.986Z PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
54142023-11-06T21:59:15.991Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
54152023-11-06T21:59:15.994Z PASS [ 0.085s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
54162023-11-06T21:59:15.998Z PASS [ 0.101s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
54172023-11-06T21:59:16.001Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
54182023-11-06T21:59:16.004Z PASS [ 0.063s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
54192023-11-06T21:59:16.007Z PASS [ 0.102s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
54202023-11-06T21:59:16.749Z PASS [ 0.793s] tufaceous::integration-tests command_tests::test_init_and_add
54212023-11-06T21:59:16.895Z PASS [ 0.145s] tufaceous-lib archive::tests::test_validate_path
54222023-11-06T21:59:16.944Z PASS [ 0.049s] tufaceous-lib key::tests::test_from_str
54232023-11-06T21:59:17.122Z PASS [ 0.178s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54242023-11-06T21:59:17.511Z PASS [ 0.390s] update-engine buffer::tests::test_buffer
54252023-11-06T21:59:17.566Z PASS [ 0.051s] update-engine engine::tests::error_exits_early
54262023-11-06T21:59:17.576Z PASS [ 1.602s] tufaceous::manifest-tests check_manifest::fake.toml
54272023-11-06T21:59:17.616Z PASS [ 0.051s] update-engine events::tests::progress_event_parse_unknown
54282023-11-06T21:59:17.660Z PASS [ 0.048s] update-engine events::tests::step_event_parse_unknown
54292023-11-06T21:59:17.669Z PASS [ 0.045s] wicket state::inventory::tests::component_id_display
54302023-11-06T21:59:17.687Z PASS [ 0.071s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
54312023-11-06T21:59:17.779Z PASS [ 1.860s] tufaceous::integration-tests command_tests::test_assemble_fake
54322023-11-06T21:59:17.927Z PASS [ 0.136s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
54332023-11-06T21:59:17.979Z PASS [ 0.296s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54342023-11-06T21:59:17.993Z PASS [ 0.058s] wicketd installinator_progress::tests::test_states
54352023-11-06T21:59:18.474Z PASS [ 0.502s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54362023-11-06T21:59:19.623Z PASS [ 1.938s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
54372023-11-06T21:59:19.851Z PASS [ 1.872s] wicketd::mod integration_tests::inventory::test_inventory
54382023-11-06T21:59:22.979Z PASS [ 3.365s] wicketd::mod integration_tests::updates::test_update_races
54392023-11-06T21:59:23.267Z PASS [ 3.430s] wicketd::mod integration_tests::updates::test_updates
54402023-11-06T21:59:24.061Z PASS [ 5.604s] wicketd::mod integration_tests::updates::test_installinator_fetch
54412023-11-06T21:59:24.142Z PASS [ 14.633s] omicron-test-utils dev::db::test::test_setup_database_default_dir
54422023-11-06T21:59:24.659Z PASS [ 20.786s] omicron-passwords test::test_smoke
54432023-11-06T21:59:25.549Z PASS [ 25.769s] omicron-omdb::test_all_output test_omdb_success_cases
54442023-11-06T21:59:30.333Z PASS [ 16.501s] oximeter-db client::tests::test_single_node
54452023-11-06T22:00:19.431Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
54462023-11-06T22:01:13.291Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
54472023-11-06T22:02:13.289Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
54482023-11-06T22:03:13.294Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
54492023-11-06T22:04:13.290Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
54502023-11-06T22:05:13.286Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
54512023-11-06T22:06:13.302Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
54522023-11-06T22:06:28.003Z PASS [ 434.737s] oximeter-db client::tests::test_replicated
54532023-11-06T22:06:28.012Z------------
54542023-11-06T22:06:28.020Z Summary [2027.197s] 891 tests run: 891 passed (13 slow, 1 leaky), 3 skipped
54552023-11-06T22:06:28.044Z
54562023-11-06T22:06:28.114Zreal 33:59.097593096
54572023-11-06T22:06:28.124Zuser 2:42:39.904736517
54582023-11-06T22:06:28.138Zsys 38:13.294998380
54592023-11-06T22:06:28.153Ztrap 2:44.453050845
54602023-11-06T22:06:28.616Ztflt 5.776294997
54612023-11-06T22:06:29.462Zdflt 18.862074289
54622023-11-06T22:06:38.515Zkflt 0.255700596
54632023-11-06T22:06:39.061Zlock 641:15:38.064103596
54642023-11-06T22:06:39.174Zslp 37:32:02.140367496
54652023-11-06T22:06:39.234Zlat 2:33:55.347631261
54662023-11-06T22:06:39.249Zstop 22:23.060658635
54672023-11-06T22:06:39.595Z
54682023-11-06T22:06:39.716Z ##### #### #### ##### ###### #### #####
54692023-11-06T22:06:39.896Z # # # # # # # # # #
54702023-11-06T22:06:40.005Z # # # # # # ##### #### #
54712023-11-06T22:06:40.260Z # # # # # # # # #
54722023-11-06T22:06:40.422Z # # # # # # # # # # #
54732023-11-06T22:06:40.530Z ##### #### #### # ###### #### #
54742023-11-06T22:06:40.581Z
54752023-11-06T22:06:40.651Z Fresh unicode-ident v1.0.12
54762023-11-06T22:06:40.702Z Fresh cfg-if v1.0.0
54772023-11-06T22:06:40.741Z Fresh autocfg v1.1.0
54782023-11-06T22:06:40.790Z Fresh version_check v0.9.4
54792023-11-06T22:06:40.824Z Fresh proc-macro2 v1.0.67
54802023-11-06T22:06:40.911Z Fresh once_cell v1.18.0
54812023-11-06T22:06:40.968Z Fresh memchr v2.6.3
54822023-11-06T22:06:41.388Z Fresh log v0.4.20
54832023-11-06T22:06:41.395Z Fresh itoa v1.0.9
54842023-11-06T22:06:41.401Z Fresh quote v1.0.33
54852023-11-06T22:06:41.416Z Fresh libc v0.2.149
54862023-11-06T22:06:41.430Z Fresh scopeguard v1.2.0
54872023-11-06T22:06:41.438Z Fresh smallvec v1.11.0
54882023-11-06T22:06:41.450Z Fresh syn v2.0.32
54892023-11-06T22:06:41.470Z Fresh getrandom v0.2.10
54902023-11-06T22:06:41.486Z Fresh syn v1.0.109
54912023-11-06T22:06:41.493Z Fresh jobserver v0.1.26
54922023-11-06T22:06:41.507Z Fresh serde_derive v1.0.188
54932023-11-06T22:06:41.522Z Fresh lock_api v0.4.10
54942023-11-06T22:06:41.938Z Fresh libm v0.2.7
54952023-11-06T22:06:41.949Z Fresh parking_lot_core v0.9.8
54962023-11-06T22:06:41.955Z Fresh cc v1.0.83
54972023-11-06T22:06:41.965Z Fresh ryu v1.0.15
54982023-11-06T22:06:41.970Z Fresh thiserror-impl v1.0.49
54992023-11-06T22:06:41.986Z Fresh serde v1.0.188
55002023-11-06T22:06:41.997Z Fresh num-traits v0.2.16
55012023-11-06T22:06:42.016Z Fresh parking_lot v0.12.1
55022023-11-06T22:06:42.040Z Fresh pin-project-lite v0.2.13
55032023-11-06T22:06:42.084Z Fresh spin v0.5.2
55042023-11-06T22:06:42.102Z Fresh rand_core v0.6.4
55052023-11-06T22:06:42.109Z Fresh signal-hook-registry v1.4.1
55062023-11-06T22:06:42.136Z Fresh bytes v1.5.0
55072023-11-06T22:06:42.158Z Fresh thiserror v1.0.49
55082023-11-06T22:06:42.185Z Fresh mio v0.8.8
55092023-11-06T22:06:42.229Z Fresh bitflags v2.4.0
55102023-11-06T22:06:42.281Z Fresh num_cpus v1.16.0
55112023-11-06T22:06:42.299Z Fresh zeroize_derive v1.4.2
55122023-11-06T22:06:42.319Z Fresh pkg-config v0.3.27
55132023-11-06T22:06:42.335Z Fresh zeroize v1.6.0
55142023-11-06T22:06:42.364Z Fresh tokio-macros v2.1.0
55152023-11-06T22:06:42.370Z Fresh socket2 v0.5.4
55162023-11-06T22:06:42.374Z Fresh fnv v1.0.7
55172023-11-06T22:06:42.378Z Fresh heck v0.4.1
55182023-11-06T22:06:42.382Z Fresh ahash v0.8.3
55192023-11-06T22:06:42.388Z Fresh futures-core v0.3.29
55202023-11-06T22:06:42.392Z Fresh tokio v1.33.0
55212023-11-06T22:06:42.396Z Fresh allocator-api2 v0.2.16
55222023-11-06T22:06:42.411Z Fresh iana-time-zone v0.1.57
55232023-11-06T22:06:42.422Z Fresh pin-utils v0.1.0
55242023-11-06T22:06:42.444Z Fresh futures-sink v0.3.29
55252023-11-06T22:06:42.453Z Fresh hashbrown v0.14.2
55262023-11-06T22:06:42.461Z Fresh chrono v0.4.31
55272023-11-06T22:06:42.473Z Fresh futures-macro v0.3.29
55282023-11-06T22:06:42.478Z Fresh futures-io v0.3.29
55292023-11-06T22:06:42.496Z Fresh slab v0.4.9
55302023-11-06T22:06:42.505Z Fresh tinyvec_macros v0.1.1
55312023-11-06T22:06:42.522Z Fresh equivalent v1.0.1
55322023-11-06T22:06:42.939Z Fresh byteorder v1.5.0
55332023-11-06T22:06:43.787Z Fresh futures-channel v0.3.29
55342023-11-06T22:06:43.805Z Fresh futures-task v0.3.29
55352023-11-06T22:06:43.832Z Fresh tinyvec v1.6.0
55362023-11-06T22:06:43.856Z Fresh indexmap v2.1.0
55372023-11-06T22:06:43.871Z Fresh uuid v1.4.1
55382023-11-06T22:06:43.885Z Fresh aho-corasick v1.0.4
55392023-11-06T22:06:43.897Z Fresh futures-util v0.3.29
55402023-11-06T22:06:43.911Z Fresh regex-syntax v0.8.2
55412023-11-06T22:06:43.923Z Fresh typenum v1.16.0
55422023-11-06T22:06:43.931Z Fresh unicode-normalization v0.1.22
55432023-11-06T22:06:43.946Z Fresh vcpkg v0.2.15
55442023-11-06T22:06:43.955Z Fresh unicode-bidi v0.3.13
55452023-11-06T22:06:43.969Z Fresh lazy_static v1.4.0
55462023-11-06T22:06:43.981Z Fresh regex-automata v0.4.3
55472023-11-06T22:06:43.991Z Fresh generic-array v0.14.7
55482023-11-06T22:06:44.000Z Fresh subtle v2.5.0
55492023-11-06T22:06:44.013Z Fresh percent-encoding v2.3.0
55502023-11-06T22:06:44.023Z Fresh serde_derive_internals v0.26.0
55512023-11-06T22:06:44.029Z Fresh dyn-clone v1.0.13
55522023-11-06T22:06:44.055Z Fresh regex v1.10.2
55532023-11-06T22:06:44.085Z Fresh crypto-common v0.1.6
55542023-11-06T22:06:44.501Z Fresh base64 v0.21.5
55552023-11-06T22:06:44.516Z Fresh schemars_derive v0.8.13
55562023-11-06T22:06:44.541Z Fresh form_urlencoded v1.2.0
55572023-11-06T22:06:44.555Z Fresh tracing-attributes v0.1.26
55582023-11-06T22:06:44.571Z Fresh tracing-core v0.1.31
55592023-11-06T22:06:44.590Z Fresh http v0.2.9
55602023-11-06T22:06:44.601Z Fresh errno v0.3.2
55612023-11-06T22:06:44.621Z Fresh idna v0.4.0
55622023-11-06T22:06:44.640Z Fresh ppv-lite86 v0.2.17
55632023-11-06T22:06:44.654Z Fresh const-oid v0.9.5
55642023-11-06T22:06:44.672Z Fresh spin v0.9.8
55652023-11-06T22:06:44.684Z Fresh tracing v0.1.37
55662023-11-06T22:06:44.703Z Fresh url v2.4.1
55672023-11-06T22:06:44.718Z Fresh rand_chacha v0.3.1
55682023-11-06T22:06:44.736Z Fresh bitflags v1.3.2
55692023-11-06T22:06:45.157Z Fresh block-buffer v0.10.4
55702023-11-06T22:06:45.160Z Fresh rand v0.8.5
55712023-11-06T22:06:45.164Z Fresh hashbrown v0.12.3
55722023-11-06T22:06:45.197Z Fresh tokio-util v0.7.10
55732023-11-06T22:06:45.202Z Fresh digest v0.10.7
55742023-11-06T22:06:45.212Z Fresh httparse v1.8.0
55752023-11-06T22:06:45.219Z Fresh indexmap v1.9.3
55762023-11-06T22:06:45.223Z Fresh rustix v0.38.9
55772023-11-06T22:06:45.229Z Fresh cpufeatures v0.2.9
55782023-11-06T22:06:45.239Z Fresh semver v1.0.20
55792023-11-06T22:06:45.248Z Fresh unicode-width v0.1.11
55802023-11-06T22:06:45.254Z Fresh untrusted v0.7.1
55812023-11-06T22:06:45.261Z Fresh adler v1.0.2
55822023-11-06T22:06:45.269Z Fresh serde_spanned v0.6.4
55832023-11-06T22:06:45.275Z Fresh miniz_oxide v0.7.1
55842023-11-06T22:06:45.287Z Fresh ring v0.16.20
55852023-11-06T22:06:45.306Z Fresh toml_datetime v0.6.5
55862023-11-06T22:06:45.314Z Fresh socket2 v0.4.9
55872023-11-06T22:06:45.318Z Fresh ucd-trie v0.1.6
55882023-11-06T22:06:45.322Z Fresh untrusted v0.9.0
55892023-11-06T22:06:45.328Z Fresh winnow v0.5.15
55902023-11-06T22:06:45.337Z Fresh pest v2.7.2
55912023-11-06T22:06:45.350Z Fresh ring v0.17.5
55922023-11-06T22:06:45.362Z Fresh httpdate v1.0.3
55932023-11-06T22:06:45.365Z Fresh try-lock v0.2.4
55942023-11-06T22:06:45.369Z Fresh sct v0.7.0
55952023-11-06T22:06:45.377Z Fresh h2 v0.3.21
55962023-11-06T22:06:45.393Z Fresh http-body v0.4.5
55972023-11-06T22:06:45.397Z Fresh want v0.3.1
55982023-11-06T22:06:45.400Z Fresh rustls-webpki v0.101.7
55992023-11-06T22:06:45.404Z Fresh foreign-types-shared v0.1.1
56002023-11-06T22:06:45.413Z Fresh tower-service v0.3.2
56012023-11-06T22:06:45.420Z Fresh openssl-probe v0.1.5
56022023-11-06T22:06:45.836Z Fresh openssl-sys v0.9.93
56032023-11-06T22:06:45.841Z Fresh rustls v0.21.8
56042023-11-06T22:06:45.898Z Fresh hyper v0.14.27
56052023-11-06T22:06:45.906Z Fresh foreign-types v0.3.2
56062023-11-06T22:06:45.918Z Fresh rustls-pemfile v1.0.3
56072023-11-06T22:06:45.925Z Fresh hashbrown v0.13.2
56082023-11-06T22:06:45.930Z Fresh openssl-macros v0.1.1
56092023-11-06T22:06:45.936Z Fresh mime v0.3.17
56102023-11-06T22:06:45.945Z Fresh openssl v0.10.57
56112023-11-06T22:06:45.957Z Fresh tokio-rustls v0.24.1
56122023-11-06T22:06:45.971Z Fresh serde_json v1.0.108
56132023-11-06T22:06:45.995Z Fresh toml_edit v0.19.15
56142023-11-06T22:06:46.010Z Fresh unicode-xid v0.2.4
56152023-11-06T22:06:46.024Z Fresh gimli v0.28.0
56162023-11-06T22:06:46.029Z Fresh ipnet v2.8.0
56172023-11-06T22:06:46.036Z Fresh object v0.32.1
56182023-11-06T22:06:46.046Z Fresh strsim v0.10.0
56192023-11-06T22:06:46.050Z Fresh rustc-demangle v0.1.23
56202023-11-06T22:06:46.056Z Fresh addr2line v0.21.0
56212023-11-06T22:06:46.067Z Fresh native-tls v0.2.11
56222023-11-06T22:06:46.077Z Fresh serde_urlencoded v0.7.1
56232023-11-06T22:06:46.082Z Fresh encoding_rs v0.8.33
56242023-11-06T22:06:46.088Z Fresh backtrace v0.3.69
56252023-11-06T22:06:46.097Z Fresh async-trait v0.1.74
56262023-11-06T22:06:46.103Z Fresh tokio-native-tls v0.3.1
56272023-11-06T22:06:46.112Z Fresh rustls-native-certs v0.6.3
56282023-11-06T22:06:46.120Z Fresh webpki-roots v0.25.2
56292023-11-06T22:06:46.128Z Fresh either v1.9.0
56302023-11-06T22:06:46.146Z Fresh anyhow v1.0.75
56312023-11-06T22:06:46.168Z Fresh rustversion v1.0.14
56322023-11-06T22:06:46.178Z Fresh hyper-rustls v0.24.2
56332023-11-06T22:06:46.190Z Fresh hyper-tls v0.5.0
56342023-11-06T22:06:46.201Z Fresh time-core v0.1.1
56352023-11-06T22:06:46.212Z Fresh deranged v0.3.8
56362023-11-06T22:06:46.220Z Fresh time-macros v0.2.13
56372023-11-06T22:06:46.233Z Fresh num_threads v0.1.6
56382023-11-06T22:06:46.240Z Fresh synstructure v0.12.6
56392023-11-06T22:06:46.244Z Fresh pest_meta v2.7.2
56402023-11-06T22:06:46.248Z Fresh rustc_version v0.4.0
56412023-11-06T22:06:46.254Z Fresh time v0.3.27
56422023-11-06T22:06:46.258Z Fresh slog v2.7.0
56432023-11-06T22:06:46.262Z Fresh crossbeam-utils v0.8.16
56442023-11-06T22:06:46.265Z Fresh pest_generator v2.7.2
56452023-11-06T22:06:46.269Z Fresh zerocopy-derive v0.2.0
56462023-11-06T22:06:46.272Z Fresh futures-executor v0.3.29
56472023-11-06T22:06:46.276Z Fresh thread-id v4.2.0
56482023-11-06T22:06:46.280Z Fresh pest_derive v2.7.2
56492023-11-06T22:06:46.284Z Fresh zerocopy v0.3.0
56502023-11-06T22:06:46.290Z Fresh siphasher v0.3.11
56512023-11-06T22:06:46.293Z Fresh toml v0.7.8
56522023-11-06T22:06:46.296Z Fresh futures v0.3.29
56532023-11-06T22:06:46.302Z Fresh serde_tokenstream v0.1.7
56542023-11-06T22:06:46.305Z Fresh strum_macros v0.25.2
56552023-11-06T22:06:46.309Z Fresh dof v0.1.5
56562023-11-06T22:06:46.313Z Fresh dtrace-parser v0.1.14
56572023-11-06T22:06:46.319Z Fresh sha2 v0.10.8
56582023-11-06T22:06:46.323Z Fresh hmac v0.12.1
56592023-11-06T22:06:46.328Z Fresh fallible-iterator v0.2.0
56602023-11-06T22:06:46.332Z Fresh regex-syntax v0.6.29
56612023-11-06T22:06:46.337Z Fresh hex v0.4.3
56622023-11-06T22:06:46.343Z Fresh md-5 v0.10.5
56632023-11-06T22:06:46.348Z Fresh stringprep v0.1.3
56642023-11-06T22:06:46.356Z Fresh utf8parse v0.2.1
56652023-11-06T22:06:46.361Z Fresh phf_shared v0.11.2
56662023-11-06T22:06:46.367Z Fresh schemars v0.8.13
56672023-11-06T22:06:46.372Z Fresh usdt-macro v0.3.5
56682023-11-06T22:06:46.377Z Fresh usdt-attr-macro v0.3.5
56692023-11-06T22:06:46.383Z Fresh crc32fast v1.3.2
56702023-11-06T22:06:46.388Z Fresh postgres-protocol v0.6.6
56712023-11-06T22:06:46.396Z Fresh anstyle v1.0.2
56722023-11-06T22:06:46.403Z Fresh flate2 v1.0.28
56732023-11-06T22:06:46.410Z Fresh io-lifetimes v1.0.11
56742023-11-06T22:06:46.423Z Fresh phf v0.11.2
56752023-11-06T22:06:46.433Z Fresh block-padding v0.3.3
56762023-11-06T22:06:46.444Z Fresh static_assertions v1.1.0
56772023-11-06T22:06:46.456Z Fresh whoami v1.4.1
56782023-11-06T22:06:46.474Z Fresh rustix v0.37.23
56792023-11-06T22:06:46.486Z Fresh num-integer v0.1.45
56802023-11-06T22:06:46.493Z Fresh inout v0.1.3
56812023-11-06T22:06:46.503Z Fresh anstyle-parse v0.2.1
56822023-11-06T22:06:46.508Z Fresh itertools v0.10.5
56832023-11-06T22:06:46.513Z Fresh zerocopy-derive v0.6.4
56842023-11-06T22:06:46.519Z Fresh colorchoice v1.0.0
56852023-11-06T22:06:46.523Z Fresh unicode-segmentation v1.10.1
56862023-11-06T22:06:46.526Z Fresh anstyle-query v1.0.0
56872023-11-06T22:06:46.533Z Fresh terminal_size v0.2.6
56882023-11-06T22:06:46.538Z Fresh cipher v0.4.4
56892023-11-06T22:06:46.542Z Fresh zerocopy v0.6.4
56902023-11-06T22:06:46.545Z Fresh data-encoding v2.4.0
56912023-11-06T22:06:46.549Z Fresh clap_lex v0.5.1
56922023-11-06T22:06:46.554Z Fresh bit-vec v0.6.3
56932023-11-06T22:06:46.557Z Fresh anstream v0.5.0
56942023-11-06T22:06:46.562Z Fresh itertools v0.11.0
56952023-11-06T22:06:46.573Z Fresh clap_derive v4.4.2
56962023-11-06T22:06:46.578Z Fresh serde_tokenstream v0.2.0
56972023-11-06T22:06:46.589Z Fresh clap_builder v4.4.2
56982023-11-06T22:06:46.602Z Fresh managed v0.8.0
56992023-11-06T22:06:46.611Z Fresh tap v1.0.1
57002023-11-06T22:06:47.031Z Fresh bit-set v0.5.3
57012023-11-06T22:06:47.044Z Fresh clap v4.4.3
57022023-11-06T22:06:47.052Z Fresh memoffset v0.9.0
57032023-11-06T22:06:47.063Z Fresh wyz v0.5.1
57042023-11-06T22:06:47.073Z Fresh radium v0.7.0
57052023-11-06T22:06:47.083Z Fresh phf_shared v0.10.0
57062023-11-06T22:06:47.093Z Fresh fixedbitset v0.4.2
57072023-11-06T22:06:47.512Z Fresh funty v2.0.0
57082023-11-06T22:06:47.928Z Fresh new_debug_unreachable v1.0.4
57092023-11-06T22:06:47.931Z Fresh precomputed-hash v0.1.1
57102023-11-06T22:06:47.934Z Fresh matches v0.1.10
57112023-11-06T22:06:47.936Z Fresh crossbeam-epoch v0.9.15
57122023-11-06T22:06:47.939Z Fresh petgraph v0.6.4
57132023-11-06T22:06:47.942Z Fresh bitvec v1.0.1
57142023-11-06T22:06:47.944Z Fresh num-iter v0.1.43
57152023-11-06T22:06:47.947Z Fresh enum-as-inner v0.5.1
57162023-11-06T22:06:47.952Z Fresh idna v0.2.3
57172023-11-06T22:06:47.959Z Fresh string_cache v0.8.7
57182023-11-06T22:06:48.029Z Fresh scheduled-thread-pool v0.2.7
57192023-11-06T22:06:48.035Z Fresh diesel_table_macro_syntax v0.1.0
57202023-11-06T22:06:48.045Z Fresh regex-automata v0.1.10
57212023-11-06T22:06:48.052Z Fresh trust-dns-proto v0.22.0
57222023-11-06T22:06:48.058Z Fresh predicates-core v1.0.6
57232023-11-06T22:06:48.063Z Fresh lalrpop-util v0.19.12
57242023-11-06T22:06:48.068Z Fresh bstr v0.2.17
57252023-11-06T22:06:48.074Z Fresh r2d2 v0.8.10
57262023-11-06T22:06:48.084Z Fresh diesel_derives v2.1.1
57272023-11-06T22:06:48.092Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57282023-11-06T22:06:48.115Z Fresh bzip2-sys v0.1.11+1.0.8
57292023-11-06T22:06:48.123Z Fresh regress v0.7.1
57302023-11-06T22:06:48.140Z Fresh signature v2.1.0
57312023-11-06T22:06:48.145Z Fresh hash32 v0.2.1
57322023-11-06T22:06:48.156Z Fresh float-cmp v0.9.0
57332023-11-06T22:06:48.172Z Fresh normalize-line-endings v0.3.0
57342023-11-06T22:06:48.597Z Fresh difflib v0.4.0
57352023-11-06T22:06:48.601Z Fresh regex-automata v0.3.8
57362023-11-06T22:06:48.624Z Fresh stable_deref_trait v1.2.0
57372023-11-06T22:06:48.631Z Fresh bzip2 v0.4.4
57382023-11-06T22:06:49.099Z Fresh console v0.15.7
57392023-11-06T22:06:49.508Z Fresh hubpack_derive v0.1.1
57402023-11-06T22:06:49.511Z Fresh bstr v1.6.0
57412023-11-06T22:06:49.517Z Fresh heapless v0.7.16
57422023-11-06T22:06:49.531Z Fresh num-bigint v0.4.4
57432023-11-06T22:06:49.541Z Fresh zip v0.6.6
57442023-11-06T22:06:49.560Z Fresh hubpack v0.1.2
57452023-11-06T22:06:49.564Z Fresh similar v2.2.1
57462023-11-06T22:06:49.569Z Fresh smoltcp v0.9.1
57472023-11-06T22:06:49.572Z Fresh serde_repr v0.1.16
57482023-11-06T22:06:49.575Z Fresh yasna v0.5.2
57492023-11-06T22:06:49.580Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57502023-11-06T22:06:49.585Z Fresh predicates v3.0.4
57512023-11-06T22:06:49.589Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57522023-11-06T22:06:49.592Z Fresh tokio-stream v0.1.14
57532023-11-06T22:06:49.595Z Fresh getopts v0.2.21
57542023-11-06T22:06:49.599Z Fresh reqwest v0.11.20
57552023-11-06T22:06:49.602Z Fresh openapiv3 v1.0.3
57562023-11-06T22:06:49.605Z Fresh unsafe-libyaml v0.2.9
57572023-11-06T22:06:49.608Z Fresh ipnetwork v0.20.0
57582023-11-06T22:06:49.614Z Fresh usdt-impl v0.3.5
57592023-11-06T22:06:49.617Z Fresh fastrand v2.0.0
57602023-11-06T22:06:49.621Z Fresh postgres-types v0.2.6
57612023-11-06T22:06:49.624Z Fresh ident_case v1.0.1
57622023-11-06T22:06:49.627Z Fresh serde_yaml v0.9.25
57632023-11-06T22:06:49.630Z Fresh usdt v0.3.5
57642023-11-06T22:06:49.634Z Fresh tempfile v3.8.0
57652023-11-06T22:06:49.637Z Fresh tokio-postgres v0.7.10
57662023-11-06T22:06:49.640Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57672023-11-06T22:06:49.643Z Fresh dirs-sys-next v0.1.2
57682023-11-06T22:06:49.646Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57692023-11-06T22:06:49.650Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57702023-11-06T22:06:49.654Z Fresh dirs-next v2.0.0
57712023-11-06T22:06:49.657Z Fresh atty v0.2.14
57722023-11-06T22:06:49.661Z Fresh match_cfg v0.1.0
57732023-11-06T22:06:49.665Z Fresh darling_core v0.20.3
57742023-11-06T22:06:49.668Z Fresh sha1 v0.10.5
57752023-11-06T22:06:49.672Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57762023-11-06T22:06:49.676Z Fresh term v0.7.0
57772023-11-06T22:06:49.679Z Fresh hostname v0.3.1
57782023-11-06T22:06:49.683Z Fresh darling_macro v0.20.3
57792023-11-06T22:06:49.697Z Fresh diesel v2.1.3
57802023-11-06T22:06:49.709Z Fresh crossbeam-channel v0.5.8
57812023-11-06T22:06:49.729Z Fresh toml_edit v0.20.7
57822023-11-06T22:06:49.743Z Fresh thread_local v1.1.7
57832023-11-06T22:06:49.746Z Fresh darling v0.20.3
57842023-11-06T22:06:49.749Z Fresh toml v0.8.6
57852023-11-06T22:06:49.758Z Fresh strum v0.25.0
57862023-11-06T22:06:49.766Z Fresh instant v0.1.12
57872023-11-06T22:06:49.774Z Fresh take_mut v0.2.2
57882023-11-06T22:06:49.781Z Fresh serde_with_macros v2.3.3
57892023-11-06T22:06:49.785Z Fresh slog-term v2.9.0
57902023-11-06T22:06:49.787Z Fresh slog-json v2.6.1
57912023-11-06T22:06:49.797Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
57922023-11-06T22:06:49.800Z Fresh paste v1.0.14
57932023-11-06T22:06:49.803Z Fresh slog-async v2.8.0
57942023-11-06T22:06:49.805Z Fresh serde_with v2.3.3
57952023-11-06T22:06:49.808Z Fresh slog-bunyan v2.4.0
57962023-11-06T22:06:49.811Z Fresh camino v1.1.6
57972023-11-06T22:06:49.814Z Fresh async-stream-impl v0.3.5
57982023-11-06T22:06:49.817Z Fresh atomic-waker v1.1.1
57992023-11-06T22:06:49.820Z Fresh debug-ignore v1.0.5
58002023-11-06T22:06:49.823Z Fresh async-stream v0.3.5
58012023-11-06T22:06:49.826Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58022023-11-06T22:06:49.829Z Fresh serde_path_to_error v0.1.14
58032023-11-06T22:06:49.832Z Fresh backoff v0.4.0
58042023-11-06T22:06:49.837Z Fresh multer v2.1.0
58052023-11-06T22:06:49.841Z Fresh waitgroup v0.1.2
58062023-11-06T22:06:49.845Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
58072023-11-06T22:06:49.848Z Fresh macaddr v1.0.1
58082023-11-06T22:06:49.853Z Fresh quick-error v1.2.3
58092023-11-06T22:06:49.858Z Fresh structmeta-derive v0.2.0
58102023-11-06T22:06:49.864Z Fresh wait-timeout v0.2.0
58112023-11-06T22:06:49.875Z Fresh regex-syntax v0.7.5
58122023-11-06T22:06:50.290Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58132023-11-06T22:06:50.298Z Fresh structmeta v0.2.0
58142023-11-06T22:06:50.307Z Fresh rusty-fork v0.3.0
58152023-11-06T22:06:50.312Z Fresh rand_xorshift v0.3.0
58162023-11-06T22:06:50.329Z Fresh unarray v0.1.4
58172023-11-06T22:06:50.344Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58182023-11-06T22:06:50.350Z Fresh base64ct v1.6.0
58192023-11-06T22:06:50.356Z Fresh is-terminal v0.4.9
58202023-11-06T22:06:50.364Z Fresh proptest v1.3.1
58212023-11-06T22:06:50.381Z Fresh parse-display-derive v0.8.2
58222023-11-06T22:06:50.407Z Fresh test-strategy v0.3.1
58232023-11-06T22:06:50.424Z Fresh proc-macro-crate v1.3.1
58242023-11-06T22:06:50.449Z Fresh password-hash v0.5.0
58252023-11-06T22:06:50.887Z Fresh blake2 v0.10.6
58262023-11-06T22:06:50.898Z Fresh parse-display v0.8.2
58272023-11-06T22:06:50.913Z Fresh argon2 v0.5.2
58282023-11-06T22:06:50.922Z Fresh num_enum_derive v0.5.11
58292023-11-06T22:06:50.929Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58302023-11-06T22:06:50.935Z Fresh crucible-workspace-hack v0.1.0
58312023-11-06T22:06:50.942Z Fresh proc-macro-error-attr v1.0.4
58322023-11-06T22:06:50.945Z Fresh num_enum v0.5.11
58332023-11-06T22:06:50.949Z Fresh postcard-cobs v0.1.5-pre
58342023-11-06T22:06:50.952Z Fresh proc-macro-error v1.0.4
58352023-11-06T22:06:50.956Z Fresh postcard v0.7.3
58362023-11-06T22:06:50.959Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58372023-11-06T22:06:50.962Z Fresh smoltcp v0.8.2
58382023-11-06T22:06:50.967Z Fresh foreign-types-macros v0.2.3
58392023-11-06T22:06:50.971Z Fresh cfg-if v0.1.10
58402023-11-06T22:06:50.975Z Fresh termtree v0.4.1
58412023-11-06T22:06:50.979Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58422023-11-06T22:06:50.983Z Fresh foreign-types-shared v0.3.1
58432023-11-06T22:06:50.987Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58442023-11-06T22:06:50.990Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58452023-11-06T22:06:50.994Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58462023-11-06T22:06:50.998Z Fresh predicates-tree v1.0.9
58472023-11-06T22:06:51.002Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58482023-11-06T22:06:51.005Z Fresh foreign-types v0.5.0
58492023-11-06T22:06:51.009Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58502023-11-06T22:06:51.013Z Fresh filetime v0.2.22
58512023-11-06T22:06:51.017Z Fresh xattr v1.0.1
58522023-11-06T22:06:51.021Z Fresh cstr-argument v0.1.2
58532023-11-06T22:06:51.025Z Fresh pretty-hex v0.2.1
58542023-11-06T22:06:51.029Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58552023-11-06T22:06:51.036Z Fresh tar v0.4.40
58562023-11-06T22:06:51.053Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58572023-11-06T22:06:51.059Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58582023-11-06T22:06:51.063Z Fresh colored v2.0.4
58592023-11-06T22:06:51.070Z Fresh zone_cfg_derive v0.2.0
58602023-11-06T22:06:51.486Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58612023-11-06T22:06:51.491Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58622023-11-06T22:06:51.496Z Fresh predicates v2.1.5
58632023-11-06T22:06:51.507Z Fresh num-derive v0.4.0
58642023-11-06T22:06:51.511Z Fresh mockall_derive v0.11.4
58652023-11-06T22:06:51.519Z Fresh fragile v2.0.0
58662023-11-06T22:06:51.526Z Fresh downcast v0.11.0
58672023-11-06T22:06:51.534Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
58682023-11-06T22:06:51.579Z Fresh mockall v0.11.4
58692023-11-06T22:06:51.586Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
58702023-11-06T22:06:51.592Z Fresh zone v0.2.0
58712023-11-06T22:06:51.602Z Fresh smf v0.2.2
58722023-11-06T22:06:51.613Z Fresh same-file v1.0.6
58732023-11-06T22:06:51.622Z Fresh base64 v0.13.1
58742023-11-06T22:06:51.633Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58752023-11-06T22:06:52.057Z Fresh walkdir v2.4.0
58762023-11-06T22:06:52.062Z Fresh termcolor v1.2.0
58772023-11-06T22:06:52.067Z Fresh pem v1.1.1
58782023-11-06T22:06:52.072Z Fresh camino-tempfile v1.0.2
58792023-11-06T22:06:52.083Z Fresh linked-hash-map v0.5.6
58802023-11-06T22:06:52.097Z Fresh toml v0.5.11
58812023-11-06T22:06:52.540Z Fresh lru-cache v0.1.2
58822023-11-06T22:06:52.552Z Fresh pem-rfc7468 v0.7.0
58832023-11-06T22:06:52.565Z Fresh der_derive v0.7.2
58842023-11-06T22:06:52.589Z Fresh slog-dtrace v0.2.3
58852023-11-06T22:06:52.597Z Fresh flagset v0.4.3
58862023-11-06T22:06:52.608Z Fresh ciborium-io v0.2.1
58872023-11-06T22:06:52.620Z Fresh half v1.8.2
58882023-11-06T22:06:52.635Z Fresh hkdf v0.12.3
58892023-11-06T22:06:52.647Z Fresh semver-parser v0.10.2
58902023-11-06T22:06:52.655Z Fresh headers-core v0.2.0
58912023-11-06T22:06:52.662Z Fresh cancel-safe-futures v0.1.5
58922023-11-06T22:06:52.668Z Fresh der v0.7.8
58932023-11-06T22:06:52.674Z Fresh ciborium-ll v0.2.1
58942023-11-06T22:06:52.681Z Fresh headers v0.3.9
58952023-11-06T22:06:52.689Z Fresh semver v0.11.0
58962023-11-06T22:06:52.697Z Fresh heck v0.3.3
58972023-11-06T22:06:52.706Z Fresh textwrap v0.11.0
58982023-11-06T22:06:52.720Z Fresh spki v0.7.2
58992023-11-06T22:06:52.730Z Fresh ciborium v0.2.1
59002023-11-06T22:06:52.739Z Fresh vec_map v0.8.2
59012023-11-06T22:06:52.757Z Fresh strsim v0.8.0
59022023-11-06T22:06:52.762Z Fresh ansi_term v0.12.1
59032023-11-06T22:06:52.768Z Fresh home v0.5.5
59042023-11-06T22:06:52.774Z Fresh keccak v0.1.4
59052023-11-06T22:06:52.781Z Fresh toolchain_find v0.2.0
59062023-11-06T22:06:52.788Z Fresh clap v2.34.0
59072023-11-06T22:06:52.793Z Fresh structopt-derive v0.4.18
59082023-11-06T22:06:52.802Z Fresh pem v3.0.2
59092023-11-06T22:06:52.817Z Fresh sha3 v0.10.8
59102023-11-06T22:06:52.828Z Fresh secrecy v0.8.0
59112023-11-06T22:06:52.839Z Fresh crc-catalog v2.2.0
59122023-11-06T22:06:52.852Z Fresh rcgen v0.11.3
59132023-11-06T22:06:52.913Z Fresh crc v3.0.1
59142023-11-06T22:06:52.916Z Fresh structopt v0.3.26
59152023-11-06T22:06:52.919Z Fresh libefi-sys v0.1.0
59162023-11-06T22:06:52.922Z Fresh memoffset v0.7.1
59172023-11-06T22:06:52.925Z Fresh maybe-uninit v2.0.0
59182023-11-06T22:06:52.928Z Fresh rustfmt-wrapper v0.2.0
59192023-11-06T22:06:52.931Z Fresh pkcs8 v0.10.2
59202023-11-06T22:06:52.934Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59212023-11-06T22:06:52.938Z Fresh atomicwrites v0.4.2
59222023-11-06T22:06:52.942Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59232023-11-06T22:06:52.945Z Fresh packed_struct_codegen v0.10.1
59242023-11-06T22:06:52.948Z Fresh subprocess v0.2.9
59252023-11-06T22:06:52.951Z Fresh nodrop v0.1.14
59262023-11-06T22:06:52.955Z Fresh pkcs1 v0.7.5
59272023-11-06T22:06:52.962Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59282023-11-06T22:06:52.967Z Fresh smallvec v0.6.14
59292023-11-06T22:06:52.970Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
59302023-11-06T22:06:52.975Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59312023-11-06T22:06:52.979Z Fresh array-init v0.0.4
59322023-11-06T22:06:52.984Z Fresh packed_struct v0.10.1
59332023-11-06T22:06:52.989Z Fresh signal-hook v0.3.17
59342023-11-06T22:06:52.994Z Fresh num-bigint-dig v0.8.4
59352023-11-06T22:06:52.999Z Fresh bitfield v0.14.0
59362023-11-06T22:06:53.003Z Fresh rsa v0.9.2
59372023-11-06T22:06:53.010Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59382023-11-06T22:06:53.018Z Fresh serde-hex v0.1.0
59392023-11-06T22:06:53.027Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59402023-11-06T22:06:53.036Z Fresh x509-cert v0.2.4
59412023-11-06T22:06:53.043Z Fresh env_logger v0.10.0
59422023-11-06T22:06:53.051Z Fresh ron v0.8.1
59432023-11-06T22:06:53.058Z Fresh crc-any v2.4.3
59442023-11-06T22:06:53.070Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59452023-11-06T22:06:53.078Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59462023-11-06T22:06:53.085Z Fresh resolv-conf v0.7.0
59472023-11-06T22:06:53.096Z Fresh object v0.30.4
59482023-11-06T22:06:53.101Z Fresh derive-where v1.2.5
59492023-11-06T22:06:53.519Z Fresh arc-swap v1.6.0
59502023-11-06T22:06:53.525Z Fresh utf-8 v0.7.6
59512023-11-06T22:06:53.537Z Fresh path-slash v0.1.5
59522023-11-06T22:06:53.545Z Fresh linear-map v1.2.0
59532023-11-06T22:06:53.556Z Fresh slog-scope v4.4.0
59542023-11-06T22:06:53.568Z Fresh trust-dns-resolver v0.22.0
59552023-11-06T22:06:54.008Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
59562023-11-06T22:06:54.018Z Fresh glob v0.3.1
59572023-11-06T22:06:54.031Z Fresh semver v0.1.20
59582023-11-06T22:06:54.457Z Fresh num-rational v0.4.1
59592023-11-06T22:06:54.466Z Fresh slog-stdlog v4.1.1
59602023-11-06T22:06:54.480Z Fresh doc-comment v0.3.3
59612023-11-06T22:06:54.493Z Fresh rustc_version v0.1.7
59622023-11-06T22:06:54.906Z Fresh fxhash v0.2.1
59632023-11-06T22:06:54.910Z Fresh num-complex v0.4.4
59642023-11-06T22:06:54.918Z Fresh structmeta-derive v0.1.6
59652023-11-06T22:06:54.926Z Fresh humantime v2.1.0
59662023-11-06T22:06:54.929Z Fresh structmeta v0.1.6
59672023-11-06T22:06:54.933Z Fresh num v0.4.1
59682023-11-06T22:06:54.937Z Fresh slog-envlogger v2.2.0
59692023-11-06T22:06:54.940Z Fresh libz-sys v1.1.12
59702023-11-06T22:06:54.943Z Fresh convert_case v0.4.0
59712023-11-06T22:06:54.947Z Fresh newline-converter v0.3.0
59722023-11-06T22:06:54.952Z Fresh parse-display-derive v0.7.0
59732023-11-06T22:06:54.956Z Fresh libgit2-sys v0.15.2+1.6.4
59742023-11-06T22:06:54.961Z Fresh derive_more v0.99.17
59752023-11-06T22:06:54.965Z Fresh universal-hash v0.5.1
59762023-11-06T22:06:54.970Z Fresh snafu-derive v0.7.5
59772023-11-06T22:06:54.973Z Fresh opaque-debug v0.3.0
59782023-11-06T22:06:54.980Z Fresh snafu v0.7.5
59792023-11-06T22:06:54.984Z Fresh newtype_derive v0.1.6
59802023-11-06T22:06:54.989Z Fresh parse-display v0.7.0
59812023-11-06T22:06:55.414Z Fresh git2 v0.17.2
59822023-11-06T22:06:55.419Z Fresh expectorate v1.1.0
59832023-11-06T22:06:55.423Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59842023-11-06T22:06:55.427Z Fresh vergen v8.2.4
59852023-11-06T22:06:55.441Z Fresh steno v0.4.0
59862023-11-06T22:06:55.461Z Fresh tungstenite v0.18.0
59872023-11-06T22:06:55.467Z Fresh aead v0.5.2
59882023-11-06T22:06:55.471Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59892023-11-06T22:06:55.473Z Fresh signature v1.6.4
59902023-11-06T22:06:55.476Z Fresh tokio-tungstenite v0.18.0
59912023-11-06T22:06:55.479Z Fresh libsqlite3-sys v0.26.0
59922023-11-06T22:06:55.482Z Fresh buf-list v1.0.3
59932023-11-06T22:06:55.485Z Fresh ed25519 v1.5.3
59942023-11-06T22:06:55.487Z Fresh crossbeam-deque v0.8.3
59952023-11-06T22:06:55.490Z Fresh hashlink v0.8.3
59962023-11-06T22:06:55.493Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59972023-11-06T22:06:55.496Z Fresh fallible-streaming-iterator v0.1.9
59982023-11-06T22:06:55.500Z Fresh display-error-chain v0.2.0
59992023-11-06T22:06:55.502Z Fresh rayon-core v1.12.0
60002023-11-06T22:06:55.506Z Fresh rusqlite v0.29.0
60012023-11-06T22:06:55.515Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
60022023-11-06T22:06:55.525Z Fresh salty v0.2.0
60032023-11-06T22:06:55.534Z Fresh nix v0.26.2
60042023-11-06T22:06:55.538Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
60052023-11-06T22:06:55.543Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60062023-11-06T22:06:55.547Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60072023-11-06T22:06:55.553Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60082023-11-06T22:06:55.557Z Fresh num_enum_derive v0.7.0
60092023-11-06T22:06:55.575Z Fresh twox-hash v1.6.3
60102023-11-06T22:06:55.580Z Fresh serde-big-array v0.4.1
60112023-11-06T22:06:55.588Z Fresh serde-big-array v0.5.1
60122023-11-06T22:06:55.592Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60132023-11-06T22:06:55.596Z Fresh path-dedot v3.1.0
60142023-11-06T22:06:55.617Z
60152023-11-06T22:06:55.623Z Fresh diff v0.1.13
60162023-11-06T22:06:55.626Zrunning 5 tests
60172023-11-06T22:06:55.630Z Fresh path-absolutize v3.1.0
60182023-11-06T22:06:55.638Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
60192023-11-06T22:06:55.643Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60202023-11-06T22:06:55.653Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
60212023-11-06T22:06:55.659Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60222023-11-06T22:06:55.666Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
60232023-11-06T22:06:56.083Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
60242023-11-06T22:06:56.094Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
60252023-11-06T22:06:56.110Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60262023-11-06T22:06:56.119Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
60272023-11-06T22:06:56.135Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60282023-11-06T22:06:56.544Z
60292023-11-06T22:06:56.550Z Fresh num_enum v0.7.0
60302023-11-06T22:06:56.558Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60312023-11-06T22:06:56.567Z Fresh platforms v3.0.2
60322023-11-06T22:06:56.578Z
60332023-11-06T22:06:56.587Z Fresh crunchy v0.2.2
60342023-11-06T22:06:56.592Z Fresh rayon v1.8.0
60352023-11-06T22:06:56.598Z Fresh polyval v0.6.1
60362023-11-06T22:06:56.606Z Fresh signal-hook-tokio v0.3.1
60372023-11-06T22:06:56.610Z Fresh darling_core v0.14.4
60382023-11-06T22:06:56.613Z Fresh globset v0.4.13
60392023-11-06T22:06:56.617Z Fresh aes v0.8.3
60402023-11-06T22:06:56.620Z Fresh ctr v0.9.2
60412023-11-06T22:06:56.625Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60422023-11-06T22:06:56.630Z Fresh olpc-cjson v0.1.3
60432023-11-06T22:06:56.634Z Fresh bincode v1.3.3
60442023-11-06T22:06:56.638Z Fresh serde_plain v1.0.2
60452023-11-06T22:06:56.642Z Fresh nibble_vec v0.1.0
60462023-11-06T22:06:56.647Z Fresh minimal-lexical v0.2.1
60472023-11-06T22:06:56.655Z
60482023-11-06T22:06:56.660Z Fresh corncobs v0.1.3
60492023-11-06T22:06:56.666Zrunning 0 tests
60502023-11-06T22:06:56.671Z Fresh endian-type v0.1.2
60512023-11-06T22:06:56.676Z
60522023-11-06T22:06:56.682Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60532023-11-06T22:06:56.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60542023-11-06T22:06:56.702Z Fresh tough v0.12.5
60552023-11-06T22:06:56.709Z
60562023-11-06T22:06:56.714Z Fresh nom v7.1.3
60572023-11-06T22:06:56.719Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60582023-11-06T22:06:56.724Z Fresh radix_trie v0.2.1
60592023-11-06T22:06:56.729Z Fresh aes-gcm-siv v0.11.1
60602023-11-06T22:06:56.734Z Fresh darling_macro v0.14.4
60612023-11-06T22:06:56.741Z Fresh tiny-keccak v2.0.2
60622023-11-06T22:06:56.745Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60632023-11-06T22:06:56.754Z Fresh parking_lot_core v0.8.6
60642023-11-06T22:06:56.757Z Fresh unicase v2.7.0
60652023-11-06T22:06:56.761Z Fresh env_logger v0.9.3
60662023-11-06T22:06:56.764Z Fresh ascii-canvas v3.0.0
60672023-11-06T22:06:56.768Z Fresh ff v0.13.0
60682023-11-06T22:06:56.771Z Fresh async-recursion v1.0.5
60692023-11-06T22:06:56.775Z Fresh bitstruct_derive v0.1.0
60702023-11-06T22:06:56.778Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60712023-11-06T22:06:56.782Z Fresh ena v0.14.2
60722023-11-06T22:06:56.786Z Fresh libloading v0.7.4
60732023-11-06T22:06:56.792Z Fresh ringbuffer v0.15.0
60742023-11-06T22:06:56.798Z Fresh ascii v1.1.0
60752023-11-06T22:06:56.807Z Fresh lalrpop v0.19.12
60762023-11-06T22:06:57.224Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60772023-11-06T22:06:57.239Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
60782023-11-06T22:06:57.335Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60792023-11-06T22:06:57.349Z Fresh bitstruct v0.1.1
60802023-11-06T22:06:57.360Z Fresh clang-sys v1.6.1
60812023-11-06T22:06:57.374Z Fresh group v0.13.0
60822023-11-06T22:06:57.380Z Fresh parking_lot v0.11.2
60832023-11-06T22:06:57.389Z Fresh darling v0.14.4
60842023-11-06T22:06:57.395Z Fresh erased-serde v0.3.30
60852023-11-06T22:06:57.404Z Fresh trust-dns-client v0.22.0
60862023-11-06T22:06:57.415Z Fresh cexpr v0.6.0
60872023-11-06T22:06:57.438Z Fresh prettyplease v0.2.12
60882023-11-06T22:06:57.540Z Fresh tungstenite v0.20.1
60892023-11-06T22:06:57.584Z Fresh signal-hook-mio v0.2.3
60902023-11-06T22:06:57.598Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60912023-11-06T22:06:57.604Z Fresh which v4.4.0
60922023-11-06T22:06:57.613Z Fresh crypto-bigint v0.5.2
60932023-11-06T22:06:57.618Z Fresh serde_arrays v0.1.0
60942023-11-06T22:06:57.623Z
60952023-11-06T22:06:57.628Z Fresh thiserror-impl-no-std v2.0.2
60962023-11-06T22:06:57.635Zrunning 0 tests
60972023-11-06T22:06:57.641Z Fresh curve25519-dalek-derive v0.1.0
60982023-11-06T22:06:57.647Z
60992023-11-06T22:06:57.652Z Fresh shlex v1.1.0
61002023-11-06T22:06:57.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61012023-11-06T22:06:57.663Z Fresh base16ct v0.2.0
61022023-11-06T22:06:57.668Z
61032023-11-06T22:06:57.678Z Fresh peeking_take_while v0.1.2
61042023-11-06T22:06:57.690Z Fresh rustc-hash v1.1.0
61052023-11-06T22:06:58.131Z Fresh lazycell v1.3.0
61062023-11-06T22:06:58.141Z Fresh curve25519-dalek v4.1.0
61072023-11-06T22:06:58.151Z Fresh thiserror-no-std v2.0.2
61082023-11-06T22:06:58.168Z Fresh elliptic-curve v0.13.5
61092023-11-06T22:06:58.188Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61102023-11-06T22:06:58.206Z Fresh trust-dns-server v0.22.1
61112023-11-06T22:06:58.214Z Fresh bindgen v0.65.1
61122023-11-06T22:06:58.223Z Fresh tokio-tungstenite v0.20.1
61132023-11-06T22:06:58.230Z Fresh sled v0.34.7
61142023-11-06T22:06:58.235Z Fresh derive_builder_core v0.12.0
61152023-11-06T22:06:58.240Z Fresh portable-atomic v1.4.3
61162023-11-06T22:06:58.248Z Fresh poly1305 v0.8.0
61172023-11-06T22:06:58.258Z Fresh chacha20 v0.9.1
61182023-11-06T22:06:58.267Z Fresh bcs v0.1.6
61192023-11-06T22:06:58.278Z Fresh bytesize v1.3.0
61202023-11-06T22:06:58.287Z Fresh ref-cast-impl v1.0.20
61212023-11-06T22:06:58.297Z Fresh highway v1.1.0
61222023-11-06T22:06:58.333Z Fresh fs-err v2.9.0
61232023-11-06T22:06:58.346Z Fresh pretty-hex v0.3.0
61242023-11-06T22:06:58.366Z Fresh number_prefix v0.4.0
61252023-11-06T22:06:58.372Z Fresh ref-cast v1.0.20
61262023-11-06T22:06:58.379Z Fresh indicatif v0.17.7
61272023-11-06T22:06:58.383Z Fresh chacha20poly1305 v0.10.1
61282023-11-06T22:06:58.388Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61292023-11-06T22:06:58.392Z Fresh mime_guess v2.0.4
61302023-11-06T22:06:58.400Z Fresh derive_builder_macro v0.12.0
61312023-11-06T22:06:58.409Z Fresh vsss-rs v3.3.1
61322023-11-06T22:06:58.414Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61332023-11-06T22:06:58.419Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61342023-11-06T22:06:58.424Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
61352023-11-06T22:06:58.429Z Fresh strum_macros v0.24.3
61362023-11-06T22:06:58.435Z Fresh const_format_proc_macros v0.2.31
61372023-11-06T22:06:58.439Z Fresh indoc v1.0.9
61382023-11-06T22:06:58.448Z Fresh const_format v0.2.31
61392023-11-06T22:06:58.452Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61402023-11-06T22:06:58.463Z Fresh derive_builder v0.12.0
61412023-11-06T22:06:58.469Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61422023-11-06T22:06:58.475Z Fresh polar-core v0.27.0
61432023-11-06T22:06:58.481Z Fresh libxml v0.3.3
61442023-11-06T22:06:58.488Z Fresh crossterm v0.27.0
61452023-11-06T22:06:58.509Z Fresh ron v0.7.1
61462023-11-06T22:06:58.520Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61472023-11-06T22:06:58.596Z Fresh bb8 v0.8.1
61482023-11-06T22:06:58.614Z Fresh quick-xml v0.23.1
61492023-11-06T22:06:58.630Z Fresh impl-trait-for-tuples v0.2.2
61502023-11-06T22:06:58.649Z Fresh oso-derive v0.27.0
61512023-11-06T22:06:58.665Z Fresh cassowary v0.3.0
61522023-11-06T22:06:58.682Z Fresh maplit v1.0.2
61532023-11-06T22:06:58.687Z Fresh assert_matches v1.5.0
61542023-11-06T22:06:58.691Z Fresh indoc v2.0.3
61552023-11-06T22:06:58.694Z Fresh http-range v0.1.5
61562023-11-06T22:06:58.698Z Fresh bit_field v0.10.2
61572023-11-06T22:06:58.704Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
61582023-11-06T22:06:58.712Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
61592023-11-06T22:06:58.721Z Fresh oso v0.27.0
61602023-11-06T22:06:58.729Z Fresh ratatui v0.23.0
61612023-11-06T22:06:58.735Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61622023-11-06T22:06:58.739Z Fresh hyper-staticfile v0.9.5
61632023-11-06T22:06:58.742Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
61642023-11-06T22:06:58.745Z Fresh cookie v0.16.2
61652023-11-06T22:06:58.748Z Fresh rtoolbox v0.0.1
61662023-11-06T22:06:58.751Z Fresh vte_generate_state_changes v0.1.1
61672023-11-06T22:06:58.754Z Fresh unicode-linebreak v0.1.5
61682023-11-06T22:06:58.763Z Fresh smawk v0.3.1
61692023-11-06T22:06:58.773Z Fresh owo-colors v3.5.0
61702023-11-06T22:06:58.781Z Fresh plotters-backend v0.3.5
61712023-11-06T22:06:58.790Z
61722023-11-06T22:06:58.798Z Fresh vte v0.11.1
61732023-11-06T22:06:58.805Zrunning 3 tests
61742023-11-06T22:06:58.815Z Fresh tui-tree-widget v0.13.0
61752023-11-06T22:06:58.823Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
61762023-11-06T22:06:58.832Z Fresh textwrap v0.16.0
61772023-11-06T22:06:58.841Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
61782023-11-06T22:06:58.849Z Fresh plotters-svg v0.3.5
61792023-11-06T22:06:58.859Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
61802023-11-06T22:06:58.869Z Fresh rpassword v7.2.0
61812023-11-06T22:06:58.883Z
61822023-11-06T22:06:58.893Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61832023-11-06T22:06:58.903Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
61842023-11-06T22:06:58.913Z Fresh cast v0.3.0
61852023-11-06T22:06:58.924Z
61862023-11-06T22:06:58.935Z Fresh shell-words v1.1.0
61872023-11-06T22:06:58.949Z Fresh plotters v0.3.5
61882023-11-06T22:06:58.962Z Fresh strip-ansi-escapes v0.2.0
61892023-11-06T22:06:58.973Z Fresh crossterm v0.26.1
61902023-11-06T22:06:58.982Z Fresh criterion-plot v0.5.0
61912023-11-06T22:06:58.991Z Fresh tinytemplate v1.2.1
61922023-11-06T22:06:59.008Z Fresh fd-lock v3.0.13
61932023-11-06T22:06:59.018Z Fresh dashmap v5.5.1
61942023-11-06T22:06:59.035Z Fresh threadpool v1.8.1
61952023-11-06T22:06:59.045Z Fresh pin-project-internal v1.1.3
61962023-11-06T22:07:00.276Z Fresh nanorand v0.7.0
61972023-11-06T22:07:00.300Z Fresh serial_test_derive v0.10.0
61982023-11-06T22:07:00.320Z Fresh arrayref v0.3.7
61992023-11-06T22:07:00.330Z Fresh relative-path v1.9.0
62002023-11-06T22:07:00.345Z Fresh arrayvec v0.7.4
62012023-11-06T22:07:00.411Z Fresh anes v0.1.6
62022023-11-06T22:07:00.415Z Fresh yansi v0.5.1
62032023-11-06T22:07:00.424Z Fresh constant_time_eq v0.2.6
62042023-11-06T22:07:01.301Z Fresh oorandom v11.1.3
62052023-11-06T22:07:01.378Z Fresh nu-ansi-term v0.49.0
62062023-11-06T22:07:01.393Z Fresh pin-project v1.1.3
62072023-11-06T22:07:01.410Z Fresh flume v0.11.0
62082023-11-06T22:07:01.422Z Fresh serial_test v0.10.0
62092023-11-06T22:07:01.428Z Fresh pretty_assertions v1.4.0
62102023-11-06T22:07:01.433Z Fresh criterion v0.5.1
62112023-11-06T22:07:01.437Z Fresh blake2b_simd v1.0.1
62122023-11-06T22:07:01.442Z Fresh reedline v0.23.0
62132023-11-06T22:07:01.447Z Fresh libtest-mimic v0.6.1
62142023-11-06T22:07:01.450Z Fresh rstest_macros v0.18.2
62152023-11-06T22:07:01.455Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62162023-11-06T22:07:01.459Z Fresh assert_cmd v2.0.12
62172023-11-06T22:07:01.464Z Fresh omicron-zone-package v0.8.3
62182023-11-06T22:07:01.469Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
62192023-11-06T22:07:01.475Z Fresh fatfs v0.3.6
62202023-11-06T22:07:01.480Z Fresh basic-toml v0.1.4
62212023-11-06T22:07:01.492Z Fresh rand v0.4.6
62222023-11-06T22:07:01.500Z Fresh constant_time_eq v0.3.0
62232023-11-06T22:07:01.517Z Fresh futures-timer v3.0.2
62242023-11-06T22:07:01.526Z Fresh topological-sort v0.2.2
62252023-11-06T22:07:01.534Z
62262023-11-06T22:07:01.544Z Fresh remove_dir_all v0.5.3
62272023-11-06T22:07:01.553Zrunning 0 tests
62282023-11-06T22:07:01.562Z Fresh rust-argon2 v1.0.1
62292023-11-06T22:07:01.570Z
62302023-11-06T22:07:01.578Z Fresh trybuild v1.0.85
62312023-11-06T22:07:01.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62322023-11-06T22:07:01.595Z Fresh tempdir v0.3.7
62332023-11-06T22:07:01.608Z
62342023-11-06T22:07:01.618Z Fresh rstest v0.18.2
62352023-11-06T22:07:01.627Z Fresh datatest-stable v0.2.3
62362023-11-06T22:07:01.638Z Fresh partial-io v0.5.4
62372023-11-06T22:07:01.647Z Fresh httptest v0.15.5
62382023-11-06T22:07:01.656Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62392023-11-06T22:07:01.666Z Fresh similar-asserts v1.5.0
62402023-11-06T22:07:01.676Z Fresh approx v0.5.1
62412023-11-06T22:07:01.687Z Fresh hex-literal v0.4.1
62422023-11-06T22:07:01.699Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62432023-11-06T22:07:01.709Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62442023-11-06T22:07:01.719Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62452023-11-06T22:07:01.731Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62462023-11-06T22:07:01.736Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62472023-11-06T22:07:01.740Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62482023-11-06T22:07:01.745Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62492023-11-06T22:07:01.750Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62502023-11-06T22:07:01.754Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62512023-11-06T22:07:01.759Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62522023-11-06T22:07:01.764Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62532023-11-06T22:07:01.769Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62542023-11-06T22:07:01.776Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62552023-11-06T22:07:01.786Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62562023-11-06T22:07:01.815Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62572023-11-06T22:07:01.832Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62582023-11-06T22:07:01.842Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
62592023-11-06T22:07:01.861Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
62602023-11-06T22:07:01.875Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62612023-11-06T22:07:01.881Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
62622023-11-06T22:07:01.905Z
62632023-11-06T22:07:01.913Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62642023-11-06T22:07:01.920Zrunning 0 tests
62652023-11-06T22:07:01.927Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62662023-11-06T22:07:01.935Z
62672023-11-06T22:07:01.943Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62682023-11-06T22:07:01.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62692023-11-06T22:07:01.964Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62702023-11-06T22:07:01.975Z
62712023-11-06T22:07:01.985Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62722023-11-06T22:07:01.996Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62732023-11-06T22:07:02.006Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62742023-11-06T22:07:02.016Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62752023-11-06T22:07:02.026Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62762023-11-06T22:07:02.042Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62772023-11-06T22:07:02.051Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62782023-11-06T22:07:02.064Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62792023-11-06T22:07:02.082Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62802023-11-06T22:07:02.091Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62812023-11-06T22:07:02.098Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62822023-11-06T22:07:02.108Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62832023-11-06T22:07:02.128Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62842023-11-06T22:07:02.143Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62852023-11-06T22:07:02.157Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62862023-11-06T22:07:02.594Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62872023-11-06T22:07:02.600Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62882023-11-06T22:07:02.606Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62892023-11-06T22:07:02.615Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62902023-11-06T22:07:02.621Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
62912023-11-06T22:07:02.627Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62922023-11-06T22:07:02.634Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62932023-11-06T22:07:02.639Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62942023-11-06T22:07:02.643Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62952023-11-06T22:07:02.647Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62962023-11-06T22:07:02.652Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62972023-11-06T22:07:02.663Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62982023-11-06T22:07:02.667Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62992023-11-06T22:07:02.677Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63002023-11-06T22:07:02.690Z Finished test [unoptimized + debuginfo] target(s) in 19.75s
63012023-11-06T22:07:02.699Z Doc-tests authz-macros
63022023-11-06T22:07:02.709Z 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-9a5207eba4153586/out -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-c42e92af664754bd.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-131bd8cfb71db92e.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`
63032023-11-06T22:07:02.721Z Doc-tests bootstore
63042023-11-06T22:07:02.754Z 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-9a5207eba4153586/out -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-03f2b0c308491575.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-2461c06998a3a0cc.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-d5d25d46cb43563c.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`
63052023-11-06T22:07:02.781Z Doc-tests bootstrap-agent-client
63062023-11-06T22:07:02.851Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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`
63072023-11-06T22:07:02.973Z Doc-tests db-macros
63082023-11-06T22:07:03.082Z 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-9a5207eba4153586/out -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-72f364d71c5ea1cc.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-131bd8cfb71db92e.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-1e57ecf3a9cc839d.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`
63092023-11-06T22:07:03.219Z Doc-tests ddm-admin-client
63102023-11-06T22:07:03.328Z 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-9a5207eba4153586/out -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-f4a03e61116e5bc0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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`
63112023-11-06T22:07:03.543Z Doc-tests dns-server
63122023-11-06T22:07:03.657Z 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-9a5207eba4153586/out -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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-7e6853dd44b23429.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-d15ebd01fa8e9bef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63132023-11-06T22:07:03.695Z Doc-tests dns-service-client
63142023-11-06T22:07:03.755Z 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-9a5207eba4153586/out -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-4417deb27720fba0.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-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
63152023-11-06T22:07:03.789Z
63162023-11-06T22:07:03.849Zrunning 0 tests
63172023-11-06T22:07:03.872Z
63182023-11-06T22:07:03.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63192023-11-06T22:07:03.899Z
63202023-11-06T22:07:03.914Z Doc-tests dpd-client
63212023-11-06T22:07:03.933Z 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-9a5207eba4153586/out -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-069201349dfa8986.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.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-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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`
63222023-11-06T22:07:03.965Z
63232023-11-06T22:07:03.970Zrunning 0 tests
63242023-11-06T22:07:03.980Z
63252023-11-06T22:07:03.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63262023-11-06T22:07:04.012Z
63272023-11-06T22:07:04.026Z Doc-tests gateway-client
63282023-11-06T22:07:04.037Z 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-9a5207eba4153586/out -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-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-11-06T22:07:05.399Z
63302023-11-06T22:07:05.403Zrunning 0 tests
63312023-11-06T22:07:05.407Z
63322023-11-06T22:07:05.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63332023-11-06T22:07:05.415Z
63342023-11-06T22:07:05.437Z Doc-tests gateway-test-utils
63352023-11-06T22:07:05.454Z 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-9a5207eba4153586/out -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-fd2d57c6605e671e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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`
63362023-11-06T22:07:06.364Z
63372023-11-06T22:07:06.374Zrunning 0 tests
63382023-11-06T22:07:06.384Z
63392023-11-06T22:07:06.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63402023-11-06T22:07:06.409Z
63412023-11-06T22:07:06.833Z Doc-tests illumos-utils
63422023-11-06T22:07:06.846Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.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-520a82150b2d2200.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-d15ebd01fa8e9bef.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`
63432023-11-06T22:07:09.334Z
63442023-11-06T22:07:09.346Zrunning 0 tests
63452023-11-06T22:07:09.349Z
63462023-11-06T22:07:09.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63472023-11-06T22:07:09.374Z
63482023-11-06T22:07:09.428Z Doc-tests installinator
63492023-11-06T22:07:09.434Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.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-84f5a1062849ca51.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-f4a03e61116e5bc0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-7e6853dd44b23429.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-588e61721eaff395.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-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63502023-11-06T22:07:10.501Z
63512023-11-06T22:07:10.509Zrunning 0 tests
63522023-11-06T22:07:10.517Z
63532023-11-06T22:07:10.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63542023-11-06T22:07:10.533Z
63552023-11-06T22:07:10.544Z Doc-tests installinator-artifact-client
63562023-11-06T22:07:10.553Z 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-9a5207eba4153586/out -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-5ab3468ab9c6d87d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63572023-11-06T22:07:11.956Z
63582023-11-06T22:07:11.963Zrunning 0 tests
63592023-11-06T22:07:11.966Z
63602023-11-06T22:07:11.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63612023-11-06T22:07:11.972Z
63622023-11-06T22:07:12.431Z Doc-tests installinator-artifactd
63632023-11-06T22:07:12.444Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
63642023-11-06T22:07:12.522Z
63652023-11-06T22:07:12.543Zrunning 0 tests
63662023-11-06T22:07:12.560Z
63672023-11-06T22:07:12.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63682023-11-06T22:07:12.617Z
63692023-11-06T22:07:12.627Z Doc-tests installinator-common
63702023-11-06T22:07:12.636Z 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-9a5207eba4153586/out -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-fe5eb962f571eab5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-75f9f56acffefda2.rlib -C embed-bitcode=no -D warnings --error-format human`
63712023-11-06T22:07:13.255Z
63722023-11-06T22:07:13.259Zrunning 0 tests
63732023-11-06T22:07:13.271Z
63742023-11-06T22:07:13.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63752023-11-06T22:07:13.299Z
63762023-11-06T22:07:13.308Z Doc-tests internal-dns
63772023-11-06T22:07:13.317Z 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-9a5207eba4153586/out -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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.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-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63782023-11-06T22:07:14.205Z
63792023-11-06T22:07:14.262Zrunning 0 tests
63802023-11-06T22:07:14.268Z
63812023-11-06T22:07:14.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63822023-11-06T22:07:14.275Z
63832023-11-06T22:07:14.278Z Doc-tests ipcc-key-value
63842023-11-06T22:07:14.281Z 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-9a5207eba4153586/out -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-729844fa0094baf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-588e61721eaff395.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`
63852023-11-06T22:07:14.284Z
63862023-11-06T22:07:14.287Zrunning 0 tests
63872023-11-06T22:07:14.290Z
63882023-11-06T22:07:14.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63892023-11-06T22:07:14.346Z
63902023-11-06T22:07:14.352Z Doc-tests key-manager
63912023-11-06T22:07:14.356Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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`
63922023-11-06T22:07:14.739Z
63932023-11-06T22:07:14.751Zrunning 0 tests
63942023-11-06T22:07:14.761Z
63952023-11-06T22:07:14.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63962023-11-06T22:07:14.781Z
63972023-11-06T22:07:14.791Z Doc-tests mg-admin-client
63982023-11-06T22:07:14.801Z 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-9a5207eba4153586/out -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-b547f36e99f499df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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`
63992023-11-06T22:07:15.401Z
64002023-11-06T22:07:15.412Zrunning 0 tests
64012023-11-06T22:07:15.428Z
64022023-11-06T22:07:15.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64032023-11-06T22:07:15.455Z
64042023-11-06T22:07:15.469Z Doc-tests nexus-client
64052023-11-06T22:07:15.489Z 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-9a5207eba4153586/out -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-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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`
64062023-11-06T22:07:18.435Z
64072023-11-06T22:07:18.444Zrunning 0 tests
64082023-11-06T22:07:18.453Z
64092023-11-06T22:07:18.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64102023-11-06T22:07:18.475Z
64112023-11-06T22:07:18.493Z Doc-tests nexus-db-model
64122023-11-06T22:07:18.503Z 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-9a5207eba4153586/out -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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-65b20f517658e4e7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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`
64132023-11-06T22:07:32.008Z
64142023-11-06T22:07:32.027Zrunning 2 tests
64152023-11-06T22:07:35.083Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64162023-11-06T22:07:35.090Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64172023-11-06T22:07:35.093Z
64182023-11-06T22:07:35.097Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.03s
64192023-11-06T22:07:35.100Z
64202023-11-06T22:07:35.239Z Doc-tests nexus-db-queries
64212023-11-06T22:07:35.251Z 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-9a5207eba4153586/out -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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c42e92af664754bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-72f364d71c5ea1cc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.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-007eaf5261388096.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-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b59af77b85018137.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-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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`
64222023-11-06T22:07:38.733Z
64232023-11-06T22:07:38.746Zrunning 1 test
64242023-11-06T22:07:38.763Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
64252023-11-06T22:07:38.771Z
64262023-11-06T22:07:38.783Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64272023-11-06T22:07:38.791Z
64282023-11-06T22:07:38.823Z Doc-tests nexus-defaults
64292023-11-06T22:07:38.830Z 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-9a5207eba4153586/out -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-330c871f3d192e5f.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-16bcc5e688e8aead.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -C embed-bitcode=no -D warnings --error-format human`
64302023-11-06T22:07:39.215Z
64312023-11-06T22:07:39.222Zrunning 0 tests
64322023-11-06T22:07:39.279Z
64332023-11-06T22:07:39.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64342023-11-06T22:07:39.293Z
64352023-11-06T22:07:39.297Z Doc-tests nexus-inventory
64362023-11-06T22:07:39.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-9a5207eba4153586/out -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 expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.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`
64372023-11-06T22:07:39.699Z
64382023-11-06T22:07:39.704Zrunning 0 tests
64392023-11-06T22:07:39.709Z
64402023-11-06T22:07:39.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64412023-11-06T22:07:39.718Z
64422023-11-06T22:07:39.729Z Doc-tests nexus-types
64432023-11-06T22:07:39.733Z 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-9a5207eba4153586/out -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-6c18219f8cd26a88.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-4417deb27720fba0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-03eb206d43e2404a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-11-06T22:07:42.979Z
64452023-11-06T22:07:42.984Zrunning 0 tests
64462023-11-06T22:07:42.987Z
64472023-11-06T22:07:42.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64482023-11-06T22:07:42.995Z
64492023-11-06T22:07:43.052Z Doc-tests omicron-certificates
64502023-11-06T22:07:43.055Z 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-9a5207eba4153586/out -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-1dfce92cb519156b.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-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64512023-11-06T22:07:43.519Z
64522023-11-06T22:07:43.524Zrunning 0 tests
64532023-11-06T22:07:43.528Z
64542023-11-06T22:07:43.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64552023-11-06T22:07:43.536Z
64562023-11-06T22:07:43.549Z Doc-tests omicron-common
64572023-11-06T22:07:43.557Z 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-9a5207eba4153586/out -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-6c18219f8cd26a88.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-e18c481408ad2194.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-588e61721eaff395.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.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-11-06T22:07:47.056Z
64592023-11-06T22:07:47.089Zrunning 2 tests
64602023-11-06T22:07:47.132Ztest common/src/lib.rs - FileKv (line 57) ... ignored
64612023-11-06T22:07:55.725Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
64622023-11-06T22:07:55.728Z
64632023-11-06T22:07:55.731Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.47s
64642023-11-06T22:07:55.734Z
64652023-11-06T22:07:55.796Z Doc-tests omicron-gateway
64662023-11-06T22:07:55.800Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-605b7b99f36ff5b8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-729844fa0094baf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-e18c481408ad2194.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-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64672023-11-06T22:07:57.631Z
64682023-11-06T22:07:57.642Zrunning 0 tests
64692023-11-06T22:07:57.651Z
64702023-11-06T22:07:57.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64712023-11-06T22:07:57.658Z
64722023-11-06T22:07:57.670Z Doc-tests omicron-nexus
64732023-11-06T22:07:57.675Z 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-9a5207eba4153586/out -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-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.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-84f5a1062849ca51.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-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a5ec82638aea6e2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-acb160d220fbf2ab.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-90a2902e07f9816c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.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-b547f36e99f499df.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-65b20f517658e4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-768bb449177bf66a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-16bcc5e688e8aead.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e44d88db129da4d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e6ef8b92ed21f8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b41f7d44edbf98b0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-940408dc2e23f7a6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.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-04bf7a9a16d28bdc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2b2087a6d6ca7acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.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-0c179b211347ba51.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-03eb206d43e2404a.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-007eaf5261388096.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-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b59af77b85018137.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-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-29a22843e91795cc.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-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-11-06T22:08:01.737Z
64752023-11-06T22:08:01.741Zrunning 5 tests
64762023-11-06T22:08:01.838Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored
64772023-11-06T22:08:05.818Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 638) ... ok
64782023-11-06T22:08:05.823Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 660) ... ok
64792023-11-06T22:08:05.839Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 732) ... ok
64802023-11-06T22:08:05.849Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok
64812023-11-06T22:08:05.856Z
64822023-11-06T22:08:05.863Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.10s
64832023-11-06T22:08:05.868Z
64842023-11-06T22:08:05.923Z Doc-tests omicron-package
64852023-11-06T22:08:05.928Z 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-9a5207eba4153586/out -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-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0a328659e87903ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9a077915d3cf9df3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.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-2461c06998a3a0cc.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-d15ebd01fa8e9bef.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-11-06T22:08:06.709Z
64872023-11-06T22:08:06.725Zrunning 0 tests
64882023-11-06T22:08:06.740Z
64892023-11-06T22:08:06.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64902023-11-06T22:08:06.752Z
64912023-11-06T22:08:06.756Z Doc-tests omicron-passwords
64922023-11-06T22:08:06.761Z 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-9a5207eba4153586/out -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-3133ab9b876662c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-11-06T22:08:06.768Z
64942023-11-06T22:08:06.782Zrunning 0 tests
64952023-11-06T22:08:06.795Z
64962023-11-06T22:08:06.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64972023-11-06T22:08:06.809Z
64982023-11-06T22:08:06.812Z Doc-tests omicron-rpaths
64992023-11-06T22:08:06.816Z 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-9a5207eba4153586/out -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-d3e91835e2c6e933.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib -C embed-bitcode=no -D warnings --error-format human`
65002023-11-06T22:08:06.821Z
65012023-11-06T22:08:06.825Zrunning 0 tests
65022023-11-06T22:08:06.831Z
65032023-11-06T22:08:06.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65042023-11-06T22:08:06.837Z
65052023-11-06T22:08:06.841Z Doc-tests omicron-sled-agent
65062023-11-06T22:08:06.846Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-03f2b0c308491575.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-84f5a1062849ca51.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-1a5ec82638aea6e2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-f4a03e61116e5bc0.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-2cff08e928d9610c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4417deb27720fba0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.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-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b278de837236e1b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-42944529bb37d717.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.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-7b741ad08c56af00.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7529baeea50e9e5d.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-fa828fcc3ae20806.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.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-b59af77b85018137.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-b3334cae29d15269.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-c3e2aeeaf9c8864d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.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-11-06T22:08:10.910Z
65082023-11-06T22:08:10.924Zrunning 0 tests
65092023-11-06T22:08:10.933Z
65102023-11-06T22:08:10.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65112023-11-06T22:08:10.942Z
65122023-11-06T22:08:11.001Z Doc-tests omicron-test-utils
65132023-11-06T22:08:11.010Z 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-9a5207eba4153586/out -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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.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-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
65142023-11-06T22:08:11.572Z
65152023-11-06T22:08:11.575Zrunning 0 tests
65162023-11-06T22:08:11.578Z
65172023-11-06T22:08:11.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65182023-11-06T22:08:11.601Z
65192023-11-06T22:08:11.605Z Doc-tests oxide-client
65202023-11-06T22:08:11.612Z 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-9a5207eba4153586/out -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-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8401baf4dee97d1e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.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-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65212023-11-06T22:08:21.554Z
65222023-11-06T22:08:41.777Zrunning 158 tests
65232023-11-06T22:08:42.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
65242023-11-06T22:08:42.301Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
65252023-11-06T22:08:42.513Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
65262023-11-06T22:08:43.100Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
65272023-11-06T22:08:43.214Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
65282023-11-06T22:08:43.335Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
65292023-11-06T22:08:43.468Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
65302023-11-06T22:08:43.720Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
65312023-11-06T22:08:43.839Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
65322023-11-06T22:08:43.899Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
65332023-11-06T22:08:43.941Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
65342023-11-06T22:08:44.053Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
65352023-11-06T22:08:44.060Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
65362023-11-06T22:08:44.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
65372023-11-06T22:08:44.103Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
65382023-11-06T22:08:44.117Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
65392023-11-06T22:08:44.137Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
65402023-11-06T22:08:44.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
65412023-11-06T22:08:44.164Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
65422023-11-06T22:08:44.176Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
65432023-11-06T22:08:44.193Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
65442023-11-06T22:08:44.216Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
65452023-11-06T22:08:44.238Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
65462023-11-06T22:08:44.253Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
65472023-11-06T22:08:44.258Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
65482023-11-06T22:08:44.264Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
65492023-11-06T22:08:44.268Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
65502023-11-06T22:08:44.272Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
65512023-11-06T22:08:44.276Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
65522023-11-06T22:08:44.281Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
65532023-11-06T22:08:44.286Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
65542023-11-06T22:08:44.291Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
65552023-11-06T22:08:44.296Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
65562023-11-06T22:08:44.302Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
65572023-11-06T22:08:44.306Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
65582023-11-06T22:08:44.311Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
65592023-11-06T22:08:44.315Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
65602023-11-06T22:08:44.318Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
65612023-11-06T22:08:44.323Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
65622023-11-06T22:08:44.331Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
65632023-11-06T22:08:44.339Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
65642023-11-06T22:08:44.353Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
65652023-11-06T22:08:44.368Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
65662023-11-06T22:08:44.388Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
65672023-11-06T22:08:44.402Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
65682023-11-06T22:08:44.415Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
65692023-11-06T22:08:44.427Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
65702023-11-06T22:08:44.438Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
65712023-11-06T22:08:44.448Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
65722023-11-06T22:08:44.470Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
65732023-11-06T22:08:44.478Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
65742023-11-06T22:08:44.489Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
65752023-11-06T22:08:44.503Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
65762023-11-06T22:08:44.516Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
65772023-11-06T22:08:44.539Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
65782023-11-06T22:08:44.560Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
65792023-11-06T22:08:44.575Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
65802023-11-06T22:08:44.591Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
65812023-11-06T22:08:44.611Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
65822023-11-06T22:08:44.632Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
65832023-11-06T22:08:44.649Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
65842023-11-06T22:08:44.667Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
65852023-11-06T22:08:44.685Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
65862023-11-06T22:08:45.124Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
65872023-11-06T22:08:45.173Z Doc-tests oximeter
65882023-11-06T22:08:45.193Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
65892023-11-06T22:08:45.205Z 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-9a5207eba4153586/out -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-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65902023-11-06T22:08:45.227Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
65912023-11-06T22:08:45.242Z Doc-tests oximeter-client
65922023-11-06T22:08:45.258Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
65932023-11-06T22:08:46.183Z 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-9a5207eba4153586/out -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-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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`
65942023-11-06T22:08:46.604Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
65952023-11-06T22:08:46.612Z Doc-tests oximeter-collector
65962023-11-06T22:08:46.620Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
65972023-11-06T22:08:46.632Z 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-9a5207eba4153586/out -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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fa16861b5afb6aef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b4969ffd2b2c39c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-443f714eaaa83f65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-d15ebd01fa8e9bef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65982023-11-06T22:08:46.655Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
65992023-11-06T22:08:46.670Z Doc-tests oximeter-db
66002023-11-06T22:08:46.696Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
66012023-11-06T22:08:46.707Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.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-fd2d57c6605e671e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ac5e25eb24b1357.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-b3334cae29d15269.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-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66022023-11-06T22:08:47.131Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
66032023-11-06T22:08:47.137Z Doc-tests oximeter-instruments
66042023-11-06T22:08:47.146Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
66052023-11-06T22:08:47.153Z 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-9a5207eba4153586/out -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-fd2d57c6605e671e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f9a36cd8273f417c.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`
66062023-11-06T22:08:47.164Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
66072023-11-06T22:08:47.234Z Doc-tests oximeter-macro-impl
66082023-11-06T22:08:47.268Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
66092023-11-06T22:08:47.295Z 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-9a5207eba4153586/out -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-131bd8cfb71db92e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8c7f4983773fc477.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`
66102023-11-06T22:08:47.333Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
66112023-11-06T22:08:47.351Z Doc-tests oximeter-producer
66122023-11-06T22:08:47.356Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
66132023-11-06T22:08:47.366Z 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-9a5207eba4153586/out -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-fd2d57c6605e671e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39aea95707430fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-1ec13bc6ccba68e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.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-b3334cae29d15269.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`
66142023-11-06T22:08:47.381Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
66152023-11-06T22:08:47.404Z Doc-tests sled-agent-client
66162023-11-06T22:08:47.417Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
66172023-11-06T22:08:47.430Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.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-b59af77b85018137.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`
66182023-11-06T22:08:47.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
66192023-11-06T22:08:47.865Z Doc-tests sled-hardware
66202023-11-06T22:08:47.881Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
66212023-11-06T22:08:48.302Z 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-9a5207eba4153586/out -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-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a84c1331923cc4a9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-5660a9df84c24863.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-cdbdc60797400330.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-3e1bb4f324028987.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.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-c3e2aeeaf9c8864d.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`
66222023-11-06T22:08:48.319Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
66232023-11-06T22:08:48.334Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
66242023-11-06T22:08:48.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
66252023-11-06T22:08:48.360Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
66262023-11-06T22:08:48.374Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
66272023-11-06T22:08:48.390Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
66282023-11-06T22:08:48.401Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
66292023-11-06T22:08:48.415Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
66302023-11-06T22:08:48.426Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
66312023-11-06T22:08:48.440Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
66322023-11-06T22:08:48.463Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
66332023-11-06T22:08:48.483Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
66342023-11-06T22:08:48.493Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
66352023-11-06T22:08:48.503Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
66362023-11-06T22:08:48.518Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
66372023-11-06T22:08:48.535Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
66382023-11-06T22:08:48.544Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
66392023-11-06T22:08:48.554Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
66402023-11-06T22:08:48.568Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
66412023-11-06T22:08:48.577Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
66422023-11-06T22:08:48.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
66432023-11-06T22:08:48.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
66442023-11-06T22:08:48.596Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
66452023-11-06T22:08:48.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
66462023-11-06T22:08:48.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
66472023-11-06T22:08:48.619Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
66482023-11-06T22:08:48.628Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
66492023-11-06T22:08:48.637Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
66502023-11-06T22:08:48.653Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
66512023-11-06T22:08:48.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
66522023-11-06T22:08:48.688Z Doc-tests sp-sim
66532023-11-06T22:08:48.700Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
66542023-11-06T22:08:48.722Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f7c5800e538dad98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7688117b896fc636.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-d15ebd01fa8e9bef.rlib -C embed-bitcode=no -D warnings --error-format human`
66552023-11-06T22:08:48.746Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
66562023-11-06T22:08:48.764Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
66572023-11-06T22:08:48.773Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
66582023-11-06T22:08:48.786Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
66592023-11-06T22:08:48.791Z Doc-tests tufaceous
66602023-11-06T22:08:48.800Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
66612023-11-06T22:08:49.236Z 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-9a5207eba4153586/out -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-2498884576e8ad17.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-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.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-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.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-7e6853dd44b23429.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-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib -C embed-bitcode=no -D warnings --error-format human`
66622023-11-06T22:08:49.254Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
66632023-11-06T22:08:49.271Z Doc-tests tufaceous-lib
66642023-11-06T22:08:49.348Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
66652023-11-06T22:08:49.356Z 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-9a5207eba4153586/out -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-2b539087163b61f2.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-cf8401fd601cd9a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-e18c481408ad2194.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-fe1dc465c7097af7.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-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -C embed-bitcode=no -D warnings --error-format human`
66662023-11-06T22:08:49.370Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
66672023-11-06T22:08:49.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
66682023-11-06T22:08:49.381Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
66692023-11-06T22:08:49.386Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
66702023-11-06T22:08:49.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
66712023-11-06T22:08:49.406Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
66722023-11-06T22:08:49.412Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
66732023-11-06T22:08:49.421Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
66742023-11-06T22:08:49.430Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
66752023-11-06T22:08:49.438Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
66762023-11-06T22:08:49.448Z Doc-tests update-engine
66772023-11-06T22:08:49.458Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
66782023-11-06T22:08:49.466Z 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-9a5207eba4153586/out -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-84f5a1062849ca51.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-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.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-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-007eaf5261388096.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66792023-11-06T22:08:49.471Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
66802023-11-06T22:08:49.495Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
66812023-11-06T22:08:49.509Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
66822023-11-06T22:08:49.520Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
66832023-11-06T22:08:49.539Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
66842023-11-06T22:08:49.552Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
66852023-11-06T22:08:49.563Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
66862023-11-06T22:08:49.571Z Doc-tests wicket
66872023-11-06T22:08:49.592Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
66882023-11-06T22:08:49.617Z 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-9a5207eba4153586/out -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-2498884576e8ad17.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-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.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-5f3babd46aca785b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.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-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.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-7e6853dd44b23429.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-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-622b9843d0a6f71f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-684c1773d0393b26.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
66892023-11-06T22:08:49.633Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
66902023-11-06T22:08:49.650Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
66912023-11-06T22:08:49.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
66922023-11-06T22:08:49.682Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
66932023-11-06T22:08:49.705Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
66942023-11-06T22:08:49.722Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
66952023-11-06T22:08:49.734Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
66962023-11-06T22:08:49.756Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
66972023-11-06T22:08:49.778Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
66982023-11-06T22:08:49.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
66992023-11-06T22:08:49.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
67002023-11-06T22:08:49.844Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
67012023-11-06T22:08:50.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
67022023-11-06T22:08:50.738Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
67032023-11-06T22:08:50.750Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
67042023-11-06T22:08:50.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
67052023-11-06T22:08:50.800Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
67062023-11-06T22:08:50.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
67072023-11-06T22:08:50.824Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
67082023-11-06T22:08:50.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
67092023-11-06T22:08:50.844Z
67102023-11-06T22:08:50.877Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.41s
67112023-11-06T22:08:50.913Z
67122023-11-06T22:08:50.944Z
67132023-11-06T22:08:50.962Zrunning 8 tests
67142023-11-06T22:08:50.973Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
67152023-11-06T22:08:50.982Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
67162023-11-06T22:08:50.999Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
67172023-11-06T22:08:51.011Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
67182023-11-06T22:08:51.028Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
67192023-11-06T22:08:51.040Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
67202023-11-06T22:08:51.056Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
67212023-11-06T22:08:51.067Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
67222023-11-06T22:08:51.080Z
67232023-11-06T22:08:51.504Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.20s
67242023-11-06T22:08:51.517Z
67252023-11-06T22:08:51.530Z
67262023-11-06T22:08:51.959Zrunning 0 tests
67272023-11-06T22:08:51.973Z
67282023-11-06T22:08:51.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67292023-11-06T22:08:51.987Z
67302023-11-06T22:08:51.991Z
67312023-11-06T22:08:52.005Zrunning 0 tests
67322023-11-06T22:08:52.024Z
67332023-11-06T22:08:52.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67342023-11-06T22:08:52.037Z
67352023-11-06T22:08:52.044Z
67362023-11-06T22:08:52.065Zrunning 0 tests
67372023-11-06T22:08:52.087Z
67382023-11-06T22:08:52.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67392023-11-06T22:08:52.566Z
67402023-11-06T22:08:52.585Z
67412023-11-06T22:08:52.602Zrunning 0 tests
67422023-11-06T22:08:52.607Z
67432023-11-06T22:08:52.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67442023-11-06T22:08:52.627Z
67452023-11-06T22:08:52.638Z
67462023-11-06T22:08:52.645Zrunning 0 tests
67472023-11-06T22:08:52.650Z
67482023-11-06T22:08:52.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67492023-11-06T22:08:52.678Z
67502023-11-06T22:08:52.713Z
67512023-11-06T22:08:52.722Zrunning 0 tests
67522023-11-06T22:08:52.730Z
67532023-11-06T22:08:52.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67542023-11-06T22:08:52.750Z
67552023-11-06T22:08:52.761Z
67562023-11-06T22:08:52.768Z Doc-tests wicket-common
67572023-11-06T22:08:52.781Zrunning 0 tests
67582023-11-06T22:08:52.795Z 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-9a5207eba4153586/out -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-9e7d2cf8190df159.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib -C embed-bitcode=no -D warnings --error-format human`
67592023-11-06T22:08:52.807Z
67602023-11-06T22:08:52.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67612023-11-06T22:08:52.834Z
67622023-11-06T22:08:52.845Z
67632023-11-06T22:08:52.854Zrunning 0 tests
67642023-11-06T22:08:52.865Z
67652023-11-06T22:08:52.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67662023-11-06T22:08:52.896Z
67672023-11-06T22:08:52.907Z Doc-tests wicket-dbg
67682023-11-06T22:08:53.360Z
67692023-11-06T22:08:53.775Z 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-9a5207eba4153586/out -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-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.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-7e6853dd44b23429.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-684c1773d0393b26.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d3741a1464d353c9.rlib -C embed-bitcode=no -D warnings --error-format human`
67702023-11-06T22:08:53.793Zrunning 0 tests
67712023-11-06T22:08:54.237Z
67722023-11-06T22:08:54.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67732023-11-06T22:08:54.446Z
67742023-11-06T22:08:54.478Z
67752023-11-06T22:08:54.485Zrunning 0 tests
67762023-11-06T22:08:54.504Z
67772023-11-06T22:08:54.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67782023-11-06T22:08:54.529Z Doc-tests wicketd
67792023-11-06T22:08:54.546Z
67802023-11-06T22:08:54.560Z 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-9a5207eba4153586/out -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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-96cd9acdee29295f.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-f4a03e61116e5bc0.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-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-069201349dfa8986.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fd2d57c6605e671e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9e7d2cf8190df159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9875b96a5271484e.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-cf8401fd601cd9a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fe5eb962f571eab5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-20f5d0aba5374288.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-5ab3468ab9c6d87d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ab5f52350674b02a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b5e70577e4fd71ba.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c336cbcd768603f4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-fdbfa81faa6301ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-04bf7a9a16d28bdc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2c26d86ba500d397.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-795b09c4f228dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8a5b88f06c6011a8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-30a62ecb4bdce728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2461c06998a3a0cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.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-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d15ebd01fa8e9bef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4480086ba9c53326.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-76f2ab9288b582d1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-38011786e089aabf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib -C embed-bitcode=no -D warnings --error-format human`
67812023-11-06T22:08:54.586Z
67822023-11-06T22:08:54.597Zrunning 0 tests
67832023-11-06T22:08:54.603Z
67842023-11-06T22:08:54.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67852023-11-06T22:08:54.634Z
67862023-11-06T22:08:54.647Z
67872023-11-06T22:08:54.662Zrunning 3 tests
67882023-11-06T22:08:54.680Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
67892023-11-06T22:08:54.696Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
67902023-11-06T22:08:54.893Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
67912023-11-06T22:08:55.131Z
67922023-11-06T22:08:55.187Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
67932023-11-06T22:08:55.313Z
67942023-11-06T22:09:04.341Z
67952023-11-06T22:09:04.582Zrunning 0 tests
67962023-11-06T22:09:05.442Z
67972023-11-06T22:09:05.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67982023-11-06T22:09:05.763Z
67992023-11-06T22:09:05.868Z
68002023-11-06T22:09:06.067Zrunning 0 tests
68012023-11-06T22:09:06.135Z
68022023-11-06T22:09:06.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68032023-11-06T22:09:06.397Z
68042023-11-06T22:09:06.544Z
68052023-11-06T22:09:06.641Z Doc-tests wicketd-client
68062023-11-06T22:09:06.761Zrunning 0 tests
68072023-11-06T22:09:06.857Z 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-9a5207eba4153586/out -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-b5e70577e4fd71ba.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f0671134746e6231.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7b741ad08c56af00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-75f9f56acffefda2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5855019d9db6b3cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b1855c815e68a57.rlib -C embed-bitcode=no -D warnings --error-format human`
68082023-11-06T22:09:06.882Z
68092023-11-06T22:09:06.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68102023-11-06T22:09:07.067Z
68112023-11-06T22:09:07.177Z
68122023-11-06T22:09:07.315Zrunning 0 tests
68132023-11-06T22:09:07.481Z
68142023-11-06T22:09:07.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68152023-11-06T22:09:07.770Z
68162023-11-06T22:09:07.896Z
68172023-11-06T22:09:07.936Zrunning 0 tests
68182023-11-06T22:09:08.062Z
68192023-11-06T22:09:08.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68202023-11-06T22:09:08.352Z
68212023-11-06T22:09:08.563Z
68222023-11-06T22:09:08.633Zreal 2:27.128589288
68232023-11-06T22:09:09.859Zuser 2:12.475559004
68242023-11-06T22:09:09.865Zsys 40.064022978
68252023-11-06T22:09:09.872Ztrap 0.028547560
68262023-11-06T22:09:09.889Ztflt 1.005458197
68272023-11-06T22:09:09.898Zdflt 7.998360672
68282023-11-06T22:09:09.906Zkflt 0.060900218
68292023-11-06T22:09:09.916Zlock 2:10.754494955
68302023-11-06T22:09:09.926Zslp 13:28.049985024
68312023-11-06T22:09:09.943Zlat 0.950290956
68322023-11-06T22:09:09.956Zstop 2.922319116
68332023-11-06T22:09:09.962Zfiles in /var/tmp/omicron_tmp (none expected on success):
68342023-11-06T22:09:10.033Z163911 11 drwxr-xr-x 2 build build 2 Nov 6 22:08 /var/tmp/omicron_tmp
68352023-11-06T22:09:10.056Zprocess exited: duration 4875512 ms, exit code 0
 
68362023-11-06T22:09:10.498Zfound 0 output files