01HG9T11N7R5C12XG0ZCQHD3BN: 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: 01HG9T1RC9T1H8XX7F8F3XE28S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-28T01:54:20.222Zjob assigned to worker 01HG9T20ZZNKJ26W38ANFW09R9 (queued for 1 m 40 s)
 
22023-11-28T01:54:20.522Zstarting task 0: "setup"
32023-11-28T01:54:20.579Z++ uname -s
42023-11-28T01:54:20.587Z+ kern=SunOS
52023-11-28T01:54:20.587Z+ case "$kern" in
62023-11-28T01:54:20.588Z+ groupadd -g 12345 build
72023-11-28T01:54:20.588Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-28T01:54:22.612Z+ zfs create -o mountpoint=/work rpool/work
92023-11-28T01:54:22.841Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-28T01:54:22.845Z+ home_fs=zfs
112023-11-28T01:54:22.845Z+ [[ zfs == autofs ]]
122023-11-28T01:54:22.845Z+ mkdir -p /home/build
132023-11-28T01:54:22.845Z+ chown build:build /home/build /work
142023-11-28T01:54:24.846Z+ chmod 0700 /home/build /work
152023-11-28T01:54:24.851Zprocess exited: duration 4333 ms, exit code 0
 
162023-11-28T01:54:24.862Zstarting task 1: "rust-toolchain"
172023-11-28T01:54:24.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-28T01:54:24.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-28T01:54:25.035Zinfo: downloading installer
202023-11-28T01:54:27.495Zwarning: it looks like you have an existing installation of Rust at:
212023-11-28T01:54:27.495Zwarning: /opt/ooce/bin
222023-11-28T01:54:27.495Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-28T01:54:27.495Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-28T01:54:27.495Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-28T01:54:27.495Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-28T01:54:27.495Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-28T01:54:27.495Zerror: cannot install while Rust is installed
282023-11-28T01:54:27.495Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-28T01:54:27.740Zinfo: profile set to 'default'
302023-11-28T01:54:27.740Zinfo: default host triple is x86_64-unknown-illumos
312023-11-28T01:54:27.748Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-28T01:54:27.974Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-28T01:54:27.974Zinfo: downloading component 'cargo'
342023-11-28T01:54:28.871Zinfo: downloading component 'clippy'
352023-11-28T01:54:29.190Zinfo: downloading component 'rust-docs'
362023-11-28T01:54:30.346Zinfo: downloading component 'rust-std'
372023-11-28T01:54:32.417Zinfo: downloading component 'rustc'
382023-11-28T01:54:37.475Zinfo: downloading component 'rustfmt'
392023-11-28T01:54:37.704Zinfo: installing component 'cargo'
402023-11-28T01:54:39.570Zinfo: installing component 'clippy'
412023-11-28T01:54:40.296Zinfo: installing component 'rust-docs'
422023-11-28T01:54:43.123Zinfo: installing component 'rust-std'
432023-11-28T01:54:46.760Zinfo: installing component 'rustc'
442023-11-28T01:54:56.241Zinfo: installing component 'rustfmt'
452023-11-28T01:54:56.688Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-28T01:54:56.688Z
472023-11-28T01:54:56.824Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-28T01:54:56.824Z
492023-11-28T01:54:56.824Z
502023-11-28T01:54:56.824ZRust is installed now. Great!
512023-11-28T01:54:56.824Z
522023-11-28T01:54:56.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-28T01:54:56.824Zenvironment variable. This has not been done automatically.
542023-11-28T01:54:56.824Z
552023-11-28T01:54:56.831ZTo configure your current shell, run:
562023-11-28T01:54:56.831Zsource "$HOME/.cargo/env"
572023-11-28T01:54:56.916Z+ rustc --version
582023-11-28T01:54:57.024Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-28T01:54:57.033Zprocess exited: duration 32165 ms, exit code 0
 
602023-11-28T01:54:57.057Zstarting task 2: "authentication"
612023-11-28T01:54:57.102Zprocess exited: duration 42 ms, exit code 0
 
622023-11-28T01:54:57.118Zstarting task 3: "clone repository"
632023-11-28T01:54:57.125Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-28T01:54:57.138Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-28T01:54:57.199ZCloning into '/work/oxidecomputer/omicron'...
662023-11-28T01:55:03.347Z+ cd /work/oxidecomputer/omicron
672023-11-28T01:55:03.347Z+ [[ -n '' ]]
682023-11-28T01:55:03.765Z+ git fetch origin d8329ac62bb1c4204af385baba4b0f02419b6af4
692023-11-28T01:55:03.771ZFrom https://github.com/oxidecomputer/omicron
702023-11-28T01:55:03.771Z * branch d8329ac62bb1c4204af385baba4b0f02419b6af4 -> FETCH_HEAD
712023-11-28T01:55:03.771Z+ git reset --hard d8329ac62bb1c4204af385baba4b0f02419b6af4
722023-11-28T01:55:03.931ZHEAD is now at d8329ac6 debug -> trace
732023-11-28T01:55:03.934Zprocess exited: duration 6820 ms, exit code 0
 
742023-11-28T01:55:03.940Zstarting task 4: "build"
752023-11-28T01:55:03.951Z+ NEXTEST_VERSION=0.9.59
762023-11-28T01:55:03.951Z+ cargo --version
772023-11-28T01:55:03.958Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
782023-11-28T01:55:04.171Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
792023-11-28T01:55:04.174Zinfo: downloading component 'cargo'
802023-11-28T01:55:05.024Zinfo: downloading component 'clippy'
812023-11-28T01:55:05.296Zinfo: downloading component 'rust-docs'
822023-11-28T01:55:06.347Zinfo: downloading component 'rust-std'
832023-11-28T01:55:08.072Zinfo: downloading component 'rustc'
842023-11-28T01:55:12.496Zinfo: downloading component 'rustfmt'
852023-11-28T01:55:12.802Zinfo: installing component 'cargo'
862023-11-28T01:55:14.129Zinfo: installing component 'clippy'
872023-11-28T01:55:14.602Zinfo: installing component 'rust-docs'
882023-11-28T01:55:17.546Zinfo: installing component 'rust-std'
892023-11-28T01:55:20.152Zinfo: installing component 'rustc'
902023-11-28T01:55:26.403Zinfo: installing component 'rustfmt'
912023-11-28T01:55:26.951Zcargo 1.74.0 (ecb9851af 2023-10-18)
922023-11-28T01:55:26.961Z+ rustc --version
932023-11-28T01:55:27.100Zrustc 1.74.0 (79e9716c9 2023-11-13)
942023-11-28T01:55:27.108Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
952023-11-28T01:55:27.108Z+ gunzip
962023-11-28T01:55:27.108Z+ tar -xvf - -C /home/build/.cargo/bin
972023-11-28T01:55:28.430Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
982023-11-28T01:55:28.436Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
992023-11-28T01:55:28.436Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1002023-11-28T01:55:28.436Ztests will store output in /var/tmp/omicron_tmp
1012023-11-28T01:55:28.436Z+ mkdir /var/tmp/omicron_tmp
1022023-11-28T01:55:28.436Z+ source ./env.sh
1032023-11-28T01:55:28.436Z++ set -o xtrace
1042023-11-28T01:55:28.444Z++++ dirname ./env.sh
1052023-11-28T01:55:28.444Z+++ cd .
1062023-11-28T01:55:28.444Z+++ echo /work/oxidecomputer/omicron
1072023-11-28T01:55:28.444Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082023-11-28T01:55:28.444Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092023-11-28T01:55:28.444Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102023-11-28T01:55:28.444Z++ 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
1112023-11-28T01:55:28.444Z++ 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
1122023-11-28T01:55:28.444Z++ 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
1132023-11-28T01:55:28.444Z++ 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
1142023-11-28T01:55:28.444Z++ 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
1152023-11-28T01:55:28.445Z++ 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
1162023-11-28T01:55:28.448Z++ unset OMICRON_WS
1172023-11-28T01:55:28.448Z++ set +o xtrace
1182023-11-28T01:55:28.606Z
1192023-11-28T01:55:28.606Z ##### ##### ###### ##### ###### #### # # # #### #
1202023-11-28T01:55:28.606Z # # # # # # # # # # # # # # #
1212023-11-28T01:55:28.606Z # # # # ##### # # ##### # # # # # #### #
1222023-11-28T01:55:28.606Z ##### ##### # ##### # # # # # # # # #
1232023-11-28T01:55:28.606Z # # # # # # # # # # # # # # #
1242023-11-28T01:55:28.606Z # # # ###### # # ###### ### # #### # #### #
1252023-11-28T01:55:28.606Z
1262023-11-28T01:55:36.910Z Startup: Refreshing catalog 'helios-dev' ... Done
1272023-11-28T01:55:37.898Z Startup: Caching catalogs ... Done
1282023-11-28T01:55:43.296ZPlanning: Solver setup ... Done (5.051s)
1292023-11-28T01:55:43.429ZPlanning: Running solver ... Done (0.128s)
1302023-11-28T01:55:43.476ZPlanning: Finding local manifests ... Done (0.004s)
1312023-11-28T01:55:43.491ZPlanning: Fetching manifests: 0/4 0% complete
1322023-11-28T01:55:43.748ZPlanning: Fetching manifests: 4/4 100% complete
1332023-11-28T01:55:43.828ZPlanning: Package planning ... Done (0.081s)
1342023-11-28T01:55:43.916ZPlanning: Merging actions ... Done (0.085s)
1352023-11-28T01:55:44.573ZPlanning: Checking for conflicting actions ... Done (0.653s)
1362023-11-28T01:55:44.593ZPlanning: Consolidating action changes ... Done (0.017s)
1372023-11-28T01:55:48.182ZPlanning: Evaluating mediators ... Done (3.598s)
1382023-11-28T01:55:48.199ZPlanning: Planning completed in 10.24 seconds
1392023-11-28T01:55:48.227Z Packages to install: 4
1402023-11-28T01:55:48.239Z Mediators to change: 2
1412023-11-28T01:55:48.240Z Services to change: 1
1422023-11-28T01:55:48.240Z Estimated space available: 148.88 GB
1432023-11-28T01:55:48.240ZEstimated space to be consumed: 1.37 GB
1442023-11-28T01:55:48.240Z Create boot environment: No
1452023-11-28T01:55:48.240ZCreate backup boot environment: No
1462023-11-28T01:55:48.240Z Rebuild boot archive: No
1472023-11-28T01:55:48.240Z
1482023-11-28T01:55:48.240ZChanged mediators:
1492023-11-28T01:55:48.241Z mediator clang:
1502023-11-28T01:55:48.241Z version: None -> 15 (system default)
1512023-11-28T01:55:48.241Z
1522023-11-28T01:55:48.241Z mediator llvm:
1532023-11-28T01:55:48.241Z version: 14 (system default) -> 15 (system default)
1542023-11-28T01:55:48.241Z
1552023-11-28T01:55:48.241ZChanged packages:
1562023-11-28T01:55:48.241Zhelios-dev
1572023-11-28T01:55:48.241Z developer/build-essential
1582023-11-28T01:55:48.241Z None -> 11-2.0
1592023-11-28T01:55:48.241Z library/libxmlsec1
1602023-11-28T01:55:48.241Z None -> 1.2.35-2.0
1612023-11-28T01:55:48.241Z ooce/developer/clang-15
1622023-11-28T01:55:48.241Z None -> 15.0.7-2.0
1632023-11-28T01:55:48.241Z ooce/developer/llvm-15
1642023-11-28T01:55:48.241Z None -> 15.0.7-2.0
1652023-11-28T01:55:48.241Z
1662023-11-28T01:55:48.242ZServices:
1672023-11-28T01:55:48.242Z restart_fmri:
1682023-11-28T01:55:48.243Z svc:/system/update-man-index:default
1692023-11-28T01:55:48.458Z
1702023-11-28T01:55:48.458ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712023-11-28T01:55:53.455ZDownload: 1141/3290 items 42.2/212.6MB 19% complete (8.3M/s)
1722023-11-28T01:55:58.460ZDownload: 1438/3290 items 115.6/212.6MB 54% complete (12.0M/s)
1732023-11-28T01:56:03.975ZDownload: 2219/3290 items 118.4/212.6MB 55% complete (9.8M/s)
1742023-11-28T01:56:14.437ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.7M/s)
1752023-11-28T01:56:19.444ZDownload: 2981/3290 items 121.2/212.6MB 57% complete (438k/s)
1762023-11-28T01:56:24.530ZDownload: 3243/3290 items 203.0/212.6MB 95% complete (10.8M/s)
1772023-11-28T01:56:28.934ZDownload: Completed 212.60 MB in 40.48 seconds (5.2M/s)
1782023-11-28T01:56:29.181Z Actions: 1/3687 actions (Installing new actions)
1792023-11-28T01:56:34.243Z Actions: 2195/3687 actions (Installing new actions)
1802023-11-28T01:56:37.504Z Actions: Completed 3687 actions in 8.32 seconds.
1812023-11-28T01:56:37.604Z Done (0.090s)
1822023-11-28T01:56:37.604Z Done (0.000s)
1832023-11-28T01:56:37.854Z Done (0.218s)
1842023-11-28T01:56:45.009Z Done (7.059s)
1852023-11-28T01:56:45.245Z Done (0.119s)
1862023-11-28T01:56:45.262Z Done (0.000s)
1872023-11-28T01:56:45.500Z Done (0.000s)
1882023-11-28T01:56:46.185ZPlanning: Evaluating mediator changes ... Done
1892023-11-28T01:56:46.463ZPlanning: Checking for conflicting actions ... Done
1902023-11-28T01:56:46.469ZPlanning: Consolidating action changes ... Done
1912023-11-28T01:56:46.901ZPlanning: Evaluating mediators ... Done
1922023-11-28T01:56:46.910ZPlanning: Planning completed in 0.72 seconds
1932023-11-28T01:56:47.331Z Mediators to change: 2
1942023-11-28T01:56:47.331Z Create boot environment: No
1952023-11-28T01:56:47.331ZCreate backup boot environment: No
1962023-11-28T01:56:47.331Z Done
1972023-11-28T01:56:47.331Z Done
1982023-11-28T01:56:47.331Z Done
1992023-11-28T01:56:52.967Z Done
2002023-11-28T01:56:53.085Z Done
2012023-11-28T01:56:53.101Z Done
2022023-11-28T01:56:53.202Z Done
2032023-11-28T01:56:54.189ZPlanning: Evaluating mediator changes ... Done
2042023-11-28T01:56:54.196ZPlanning: Merging actions ... Done
2052023-11-28T01:56:54.529ZPlanning: Checking for conflicting actions ... Done
2062023-11-28T01:56:54.538ZPlanning: Consolidating action changes ... Done
2072023-11-28T01:56:54.953ZPlanning: Evaluating mediators ... Done
2082023-11-28T01:56:55.873ZPlanning: Planning completed in 1.28 seconds
2092023-11-28T01:56:55.876Z Packages to change: 1
2102023-11-28T01:56:55.876Z Mediators to change: 1
2112023-11-28T01:56:55.876Z Services to change: 1
2122023-11-28T01:56:55.876Z Create boot environment: No
2132023-11-28T01:56:55.876ZCreate backup boot environment: Yes
2142023-11-28T01:56:57.137Z Actions: 1/6 actions (Updating modified actions)
2152023-11-28T01:56:57.151Z Actions: Completed 6 actions in 0.00 seconds.
2162023-11-28T01:56:57.151Z Done
2172023-11-28T01:56:57.151Z Done
2182023-11-28T01:56:57.190Z Done
2192023-11-28T01:57:02.939Z Done
2202023-11-28T01:57:03.053Z Done
2212023-11-28T01:57:03.056Z Done
2222023-11-28T01:57:03.181Z Done
2232023-11-28T01:57:03.848ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242023-11-28T01:57:03.848Zclang system 15 system
2252023-11-28T01:57:03.848Zcsh system system illumos
2262023-11-28T01:57:03.848Zctags system system illumos
2272023-11-28T01:57:03.848Zgcc vendor 12 vendor
2282023-11-28T01:57:03.848Zgcc system 10 system
2292023-11-28T01:57:03.848Zgcc system 7 system
2302023-11-28T01:57:03.848Zgo system 1.20 system
2312023-11-28T01:57:03.848Zgo system 1.19 system
2322023-11-28T01:57:03.848Zllvm system 15 system
2332023-11-28T01:57:03.848Zllvm system 14 system
2342023-11-28T01:57:03.848Zmariadb system 10.6 system
2352023-11-28T01:57:03.848Zmta vendor vendor dma
2362023-11-28T01:57:03.848Zopenjdk system 17 system
2372023-11-28T01:57:03.848Zopenjdk system 11 system
2382023-11-28T01:57:03.848Zopenjdk system 1.8 system
2392023-11-28T01:57:03.848Zopenssl vendor 3 vendor
2402023-11-28T01:57:03.848Zperl system 5.36 system
2412023-11-28T01:57:03.848Zpostgresql system 15 system
2422023-11-28T01:57:03.848Zpostgresql system 13 system
2432023-11-28T01:57:03.848Zpython vendor 3 vendor
2442023-11-28T01:57:03.848Zpython system 2 system
2452023-11-28T01:57:03.848Zpython3 system 3.11 system
2462023-11-28T01:57:03.848Zruby system 3.0 system
2472023-11-28T01:57:03.848Zwords vendor vendor american-english
2482023-11-28T01:57:03.848Zwords system system australian-english
2492023-11-28T01:57:03.848Zwords system system british-english
2502023-11-28T01:57:03.848Zwords system system canadian-english
2512023-11-28T01:57:03.848Zwords system system french
2522023-11-28T01:57:03.848Zwords system system italian
2532023-11-28T01:57:03.848Zwords system system ngerman
2542023-11-28T01:57:03.848Zwords system system ogerman
2552023-11-28T01:57:03.848Zwords system system spanish
2562023-11-28T01:57:04.374ZFMRI IFO
2572023-11-28T01:57:04.374Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582023-11-28T01:57:04.374Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592023-11-28T01:57:04.374Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602023-11-28T01:57:04.374Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2612023-11-28T01:57:04.374Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622023-11-28T01:57:04.374Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2632023-11-28T01:57:04.446Z+ set -o errexit
2642023-11-28T01:57:04.451Z+++ dirname ./tools/ci_download_cockroachdb
2652023-11-28T01:57:04.451Z++ cd ./tools
2662023-11-28T01:57:04.451Z++ pwd
2672023-11-28T01:57:04.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2682023-11-28T01:57:04.454Z++ basename ./tools/ci_download_cockroachdb
2692023-11-28T01:57:04.454Z+ ARG0=ci_download_cockroachdb
2702023-11-28T01:57:04.454Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2712023-11-28T01:57:04.457Z+ CIDL_VERSION=v22.1.9
2722023-11-28T01:57:04.457Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2732023-11-28T01:57:04.457Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2742023-11-28T01:57:04.459Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2752023-11-28T01:57:04.459Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2762023-11-28T01:57:04.459Z+ TARGET_DIR=out
2772023-11-28T01:57:04.459Z+ DOWNLOAD_DIR=out/downloads
2782023-11-28T01:57:04.459Z+ DEST_DIR=./out/cockroachdb
2792023-11-28T01:57:04.459Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2802023-11-28T01:57:04.459Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2812023-11-28T01:57:04.459Z+ main
2822023-11-28T01:57:04.459Z+ [[ 0 != 0 ]]
2832023-11-28T01:57:04.459Z+ CIDL_OS=solaris2.11
2842023-11-28T01:57:04.459Z+ [[ 0 != 0 ]]
2852023-11-28T01:57:04.459Z+ configure_os solaris2.11
2862023-11-28T01:57:04.459Z+ echo 'current directory: /work/oxidecomputer/omicron'
2872023-11-28T01:57:04.459Zcurrent directory: /work/oxidecomputer/omicron
2882023-11-28T01:57:04.459Z+ echo 'configuring based on OS: "solaris2.11"'
2892023-11-28T01:57:04.459Zconfiguring based on OS: "solaris2.11"
2902023-11-28T01:57:04.462Z+ case "$1" in
2912023-11-28T01:57:04.462Z+ CIDL_BUILD=illumos
2922023-11-28T01:57:04.462Z+ CIDL_SUFFIX=tar.gz
2932023-11-28T01:57:04.462Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2942023-11-28T01:57:04.462Z+ CIDL_MD5FUNC=do_md5sum
2952023-11-28T01:57:04.462Z+ CIDL_URL_BASE=https://illumos.org/downloads
2962023-11-28T01:57:04.462Z+ CIDL_ASSEMBLE=do_assemble_illumos
2972023-11-28T01:57:04.463Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2982023-11-28T01:57:04.463Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2992023-11-28T01:57:04.463Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-11-28T01:57:04.463Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3012023-11-28T01:57:04.473Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-11-28T01:57:04.474Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032023-11-28T01:57:04.474ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3042023-11-28T01:57:04.474Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3052023-11-28T01:57:04.474ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-11-28T01:57:04.474Z+ mkdir -p out/downloads
3072023-11-28T01:57:04.474Z+ mkdir -p ./out/cockroachdb
3082023-11-28T01:57:04.477Z+ local DO_DOWNLOAD=true
3092023-11-28T01:57:04.477Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3102023-11-28T01:57:04.477Z+ '[' true == true ']'
3112023-11-28T01:57:04.477Z+ echo Downloading...
3122023-11-28T01:57:04.477ZDownloading...
3132023-11-28T01:57:04.477Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-11-28T01:57:04.477Z+ 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
3152023-11-28T01:57:08.023Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162023-11-28T01:57:08.032Z++ md5sum
3172023-11-28T01:57:08.032Z++ awk '{print $1}'
3182023-11-28T01:57:08.224Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3192023-11-28T01:57:08.225Z+ [[ 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 ]]
3202023-11-28T01:57:08.225Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212023-11-28T01:57:08.231Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3222023-11-28T01:57:11.804Z+ do_assemble_illumos
3232023-11-28T01:57:11.805Z+ rm -r ./out/cockroachdb
3242023-11-28T01:57:11.808Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3252023-11-28T01:57:12.481Z+ ./out/cockroachdb/bin/cockroach version
3262023-11-28T01:57:12.776ZBuild Tag: v22.1.9-dirty
3272023-11-28T01:57:12.776ZBuild Time: 2022/10/26 21:17:46
3282023-11-28T01:57:12.776ZDistribution: OSS
3292023-11-28T01:57:12.777ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3302023-11-28T01:57:12.777ZGo Version: go1.17.13
3312023-11-28T01:57:12.777ZC Compiler: gcc 10.3.0
3322023-11-28T01:57:12.777ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3332023-11-28T01:57:12.777ZBuild Type: release
3342023-11-28T01:57:12.802Z+ set -o errexit
3352023-11-28T01:57:12.805Z+++ dirname ./tools/ci_download_clickhouse
3362023-11-28T01:57:12.808Z++ cd ./tools
3372023-11-28T01:57:12.808Z++ pwd
3382023-11-28T01:57:12.808Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3392023-11-28T01:57:12.811Z++ basename ./tools/ci_download_clickhouse
3402023-11-28T01:57:12.811Z+ ARG0=ci_download_clickhouse
3412023-11-28T01:57:12.811Z+ TARGET_DIR=out
3422023-11-28T01:57:12.811Z+ DOWNLOAD_DIR=out/downloads
3432023-11-28T01:57:12.811Z+ DEST_DIR=./out/clickhouse
3442023-11-28T01:57:12.811Z+ CIDL_VERSION=v22.8.9.24
3452023-11-28T01:57:12.811Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3462023-11-28T01:57:12.811Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3472023-11-28T01:57:12.811Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3482023-11-28T01:57:12.811Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3492023-11-28T01:57:12.811Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3502023-11-28T01:57:12.814Z+ main
3512023-11-28T01:57:12.814Z+ [[ 0 != 0 ]]
3522023-11-28T01:57:12.814Z+ CIDL_OS=solaris2.11
3532023-11-28T01:57:12.814Z+ [[ 0 != 0 ]]
3542023-11-28T01:57:12.814Z+ configure_os solaris2.11
3552023-11-28T01:57:12.814Z+ echo 'current directory: /work/oxidecomputer/omicron'
3562023-11-28T01:57:12.814Zcurrent directory: /work/oxidecomputer/omicron
3572023-11-28T01:57:12.814Z+ echo 'configuring based on OS: "solaris2.11"'
3582023-11-28T01:57:12.814Zconfiguring based on OS: "solaris2.11"
3592023-11-28T01:57:12.814Z+ CIDL_DASHREV=
3602023-11-28T01:57:12.814Z+ case "$1" in
3612023-11-28T01:57:12.814Z+ CIDL_PLATFORM=illumos
3622023-11-28T01:57:12.814Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3632023-11-28T01:57:12.814Z+ CIDL_MD5FUNC=do_md5sum
3642023-11-28T01:57:12.814Z+ CIDL_DASHREV=-1
3652023-11-28T01:57:12.814Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3662023-11-28T01:57:12.814Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3672023-11-28T01:57:12.814Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-11-28T01:57:12.814Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692023-11-28T01:57:12.815Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3702023-11-28T01:57:12.815ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-11-28T01:57:12.815Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3722023-11-28T01:57:12.815ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732023-11-28T01:57:12.815Z+ mkdir -p out/downloads
3742023-11-28T01:57:12.818Z+ mkdir -p ./out/clickhouse
3752023-11-28T01:57:12.818Z+ local DO_DOWNLOAD=true
3762023-11-28T01:57:12.818Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3772023-11-28T01:57:12.818Z+ '[' true == true ']'
3782023-11-28T01:57:12.818Z+ echo Downloading...
3792023-11-28T01:57:12.818ZDownloading...
3802023-11-28T01:57:12.818Z+ 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
3812023-11-28T01:57:12.818Z+ 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
3822023-11-28T01:57:14.399Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832023-11-28T01:57:14.821Z++ md5sum
3842023-11-28T01:57:14.821Z++ awk '{print $1}'
3852023-11-28T01:57:14.821Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3862023-11-28T01:57:14.821Z+ [[ 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 ]]
3872023-11-28T01:57:14.821Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3882023-11-28T01:57:14.821Z+ mkdir -p ./out/clickhouse
3892023-11-28T01:57:14.821Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3902023-11-28T01:57:19.741Z+ ./out/clickhouse/clickhouse server --version
3912023-11-28T01:57:19.819ZClickHouse server version 22.8.9.1.
3922023-11-28T01:57:19.826Z+ set -o errexit
3932023-11-28T01:57:19.826Z+++ dirname ./tools/ci_download_console
3942023-11-28T01:57:19.827Z++ cd ./tools
3952023-11-28T01:57:19.827Z++ pwd
3962023-11-28T01:57:19.827Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972023-11-28T01:57:19.827Z++ basename ./tools/ci_download_console
3982023-11-28T01:57:19.833Z+ ARG0=ci_download_console
3992023-11-28T01:57:19.833Z+ TARGET_DIR=out
4002023-11-28T01:57:19.833Z+ DOWNLOAD_DIR=out/downloads
4012023-11-28T01:57:19.834Z+ DEST_DIR=./out/console-assets
4022023-11-28T01:57:19.834Z+ source /work/oxidecomputer/omicron/tools/console_version
4032023-11-28T01:57:19.834Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4042023-11-28T01:57:19.834Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4052023-11-28T01:57:19.834Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4062023-11-28T01:57:19.834Z+ TARBALL_FILE=out/downloads/console.tar.gz
4072023-11-28T01:57:19.834Z+ main
4082023-11-28T01:57:19.835Z+ [[ 0 != 0 ]]
4092023-11-28T01:57:19.835Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4102023-11-28T01:57:19.835ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4112023-11-28T01:57:19.835Z+ echo 'Local file: out/downloads/console.tar.gz'
4122023-11-28T01:57:19.835ZLocal file: out/downloads/console.tar.gz
4132023-11-28T01:57:19.835Z+ local DO_DOWNLOAD=true
4142023-11-28T01:57:19.835Z+ [[ -f out/downloads/console.tar.gz ]]
4152023-11-28T01:57:19.835Z+ mkdir -p out/downloads
4162023-11-28T01:57:19.835Z+ '[' true == true ']'
4172023-11-28T01:57:19.835Z+ echo Downloading...
4182023-11-28T01:57:19.835ZDownloading...
4192023-11-28T01:57:19.835Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4202023-11-28T01:57:19.835Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4212023-11-28T01:57:20.459Z++ do_sha256sum out/downloads/console.tar.gz
4222023-11-28T01:57:20.462Z++ case "$OSTYPE" in
4232023-11-28T01:57:20.463Z++ SHA=sha256sum
4242023-11-28T01:57:20.463Z++ sha256sum
4252023-11-28T01:57:20.464Z++ awk '{print $1}'
4262023-11-28T01:57:20.483Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4272023-11-28T01:57:20.483Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4282023-11-28T01:57:20.483Z+ rm -rf ./out/console-assets
4292023-11-28T01:57:20.486Z+ mkdir -p ./out/console-assets
4302023-11-28T01:57:20.489Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4312023-11-28T01:57:20.489Z+ mkdir -p ./out/console-assets
4322023-11-28T01:57:20.493Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4332023-11-28T01:57:20.638Z+ set -o errexit
4342023-11-28T01:57:20.647Z+++ dirname ./tools/ci_download_maghemite_openapi
4352023-11-28T01:57:20.648Z++ cd ./tools
4362023-11-28T01:57:20.648Z++ pwd
4372023-11-28T01:57:20.648Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4382023-11-28T01:57:20.648Z++ basename ./tools/ci_download_maghemite_openapi
4392023-11-28T01:57:20.648Z+ ARG0=ci_download_maghemite_openapi
4402023-11-28T01:57:20.648Z+ TARGET_DIR=out
4412023-11-28T01:57:20.648Z+ DOWNLOAD_DIR=out/downloads
4422023-11-28T01:57:20.649Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4432023-11-28T01:57:20.649Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4442023-11-28T01:57:20.649Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4452023-11-28T01:57:20.649Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4462023-11-28T01:57:21.071Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4472023-11-28T01:57:21.071Z+ main
4482023-11-28T01:57:21.071Z+ [[ 0 != 0 ]]
4492023-11-28T01:57:21.071Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4502023-11-28T01:57:21.071ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4512023-11-28T01:57:21.071Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4522023-11-28T01:57:21.071ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4532023-11-28T01:57:21.071Z+ local DO_DOWNLOAD=true
4542023-11-28T01:57:21.071Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4552023-11-28T01:57:21.072Z+ mkdir -p out/downloads
4562023-11-28T01:57:21.072Z+ '[' true == true ']'
4572023-11-28T01:57:21.072Z+ echo Downloading...
4582023-11-28T01:57:21.072ZDownloading...
4592023-11-28T01:57:21.072Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4602023-11-28T01:57:21.072Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4612023-11-28T01:57:21.258Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4622023-11-28T01:57:21.267Z++ case "$OSTYPE" in
4632023-11-28T01:57:21.267Z++ SHA=sha256sum
4642023-11-28T01:57:21.268Z++ sha256sum
4652023-11-28T01:57:21.268Z++ awk '{print $1}'
4662023-11-28T01:57:21.294Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4672023-11-28T01:57:21.294Z+ [[ 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 ]]
4682023-11-28T01:57:21.294Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4692023-11-28T01:57:21.294Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4702023-11-28T01:57:21.294Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4712023-11-28T01:57:21.295Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4722023-11-28T01:57:21.295Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4732023-11-28T01:57:21.295Z+ main
4742023-11-28T01:57:21.295Z+ [[ 0 != 0 ]]
4752023-11-28T01:57:21.295Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4762023-11-28T01:57:21.295ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4772023-11-28T01:57:21.296ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4782023-11-28T01:57:21.297Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4792023-11-28T01:57:21.297Z+ local DO_DOWNLOAD=true
4802023-11-28T01:57:21.297Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4812023-11-28T01:57:21.297Z+ mkdir -p out/downloads
4822023-11-28T01:57:21.297Z+ '[' true == true ']'
4832023-11-28T01:57:21.297Z+ echo Downloading...
4842023-11-28T01:57:21.297ZDownloading...
4852023-11-28T01:57:21.297Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4862023-11-28T01:57:21.297Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4872023-11-28T01:57:21.748Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4882023-11-28T01:57:21.748Z++ case "$OSTYPE" in
4892023-11-28T01:57:21.749Z++ SHA=sha256sum
4902023-11-28T01:57:21.749Z++ sha256sum
4912023-11-28T01:57:21.749Z++ awk '{print $1}'
4922023-11-28T01:57:21.749Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4932023-11-28T01:57:21.749Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4942023-11-28T01:57:21.749Z+ set -o errexit
4952023-11-28T01:57:21.749Z+++ dirname ./tools/ci_download_dendrite_openapi
4962023-11-28T01:57:21.749Z++ cd ./tools
4972023-11-28T01:57:21.749Z++ pwd
4982023-11-28T01:57:21.749Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992023-11-28T01:57:21.749Z++ basename ./tools/ci_download_dendrite_openapi
5002023-11-28T01:57:21.749Z+ ARG0=ci_download_dendrite_openapi
5012023-11-28T01:57:21.749Z+ TARGET_DIR=out
5022023-11-28T01:57:21.749Z+ DOWNLOAD_DIR=out/downloads
5032023-11-28T01:57:21.749Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042023-11-28T01:57:21.749Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5052023-11-28T01:57:21.749Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5062023-11-28T01:57:21.749Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5072023-11-28T01:57:21.749Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5082023-11-28T01:57:21.749Z+ main
5092023-11-28T01:57:21.749Z+ [[ 0 != 0 ]]
5102023-11-28T01:57:21.749Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
5112023-11-28T01:57:21.749ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5122023-11-28T01:57:21.749Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
5132023-11-28T01:57:21.749Z+ local DO_DOWNLOAD=true
5142023-11-28T01:57:21.749ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5152023-11-28T01:57:21.749Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
5162023-11-28T01:57:21.749Z+ mkdir -p out/downloads
5172023-11-28T01:57:21.749Z+ '[' true == true ']'
5182023-11-28T01:57:21.750Z+ echo Downloading...
5192023-11-28T01:57:21.750ZDownloading...
5202023-11-28T01:57:21.750Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5212023-11-28T01:57:21.751Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5222023-11-28T01:57:22.029Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5232023-11-28T01:57:22.029Z++ case "$OSTYPE" in
5242023-11-28T01:57:22.033Z++ SHA=sha256sum
5252023-11-28T01:57:22.033Z++ sha256sum
5262023-11-28T01:57:22.033Z++ awk '{print $1}'
5272023-11-28T01:57:22.036Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5282023-11-28T01:57:22.036Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5292023-11-28T01:57:22.050Z+ set -o errexit
5302023-11-28T01:57:22.058Z+++ dirname ./tools/ci_download_dendrite_stub
5312023-11-28T01:57:22.058Z++ cd ./tools
5322023-11-28T01:57:22.058Z++ pwd
5332023-11-28T01:57:22.058Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342023-11-28T01:57:22.058Z++ basename ./tools/ci_download_dendrite_stub
5352023-11-28T01:57:22.069Z+ ARG0=ci_download_dendrite_stub
5362023-11-28T01:57:22.069Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5372023-11-28T01:57:22.069Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5382023-11-28T01:57:22.069Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5392023-11-28T01:57:22.069Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5402023-11-28T01:57:22.069Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5412023-11-28T01:57:22.069Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5422023-11-28T01:57:22.069Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5432023-11-28T01:57:22.069Z+ TARGET_DIR=out
5442023-11-28T01:57:22.069Z+ DOWNLOAD_DIR=out/downloads
5452023-11-28T01:57:22.069Z+ DEST_DIR=./out/dendrite-stub
5462023-11-28T01:57:22.069Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5472023-11-28T01:57:22.069Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5482023-11-28T01:57:22.069Z+ REPO=oxidecomputer/dendrite
5492023-11-28T01:57:22.069Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5502023-11-28T01:57:22.069Z+ main
5512023-11-28T01:57:22.069Z+ [[ 0 != 0 ]]
5522023-11-28T01:57:22.069Z+ CIDL_OS=solaris2.11
5532023-11-28T01:57:22.069Z+ [[ 0 != 0 ]]
5542023-11-28T01:57:22.069Z+ configure_os solaris2.11
5552023-11-28T01:57:22.069Z+ echo 'current directory: /work/oxidecomputer/omicron'
5562023-11-28T01:57:22.069Zcurrent directory: /work/oxidecomputer/omicron
5572023-11-28T01:57:22.069Z+ echo 'configuring based on OS: "solaris2.11"'
5582023-11-28T01:57:22.069Z+ case "$1" in
5592023-11-28T01:57:22.069Z+ SET_BINARIES=
5602023-11-28T01:57:22.069Zconfiguring based on OS: "solaris2.11"
5612023-11-28T01:57:22.070Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5622023-11-28T01:57:22.070Z+ CIDL_SHA256FUNC=do_sha256sum
5632023-11-28T01:57:22.070Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5642023-11-28T01:57:22.070Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5652023-11-28T01:57:22.070Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5662023-11-28T01:57:22.070Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5672023-11-28T01:57:22.070ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5682023-11-28T01:57:22.070Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5692023-11-28T01:57:22.070ZLocal file: out/downloads/dendrite-stub.tar.gz
5702023-11-28T01:57:22.070Z+ mkdir -p out/downloads
5712023-11-28T01:57:22.071Z+ mkdir -p ./out/dendrite-stub
5722023-11-28T01:57:22.071Z+ fetch_and_verify
5732023-11-28T01:57:22.071Z+ local DO_DOWNLOAD=true
5742023-11-28T01:57:22.071Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5752023-11-28T01:57:22.071Z+ '[' true == true ']'
5762023-11-28T01:57:22.071Z+ echo Downloading...
5772023-11-28T01:57:22.071ZDownloading...
5782023-11-28T01:57:22.071Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5792023-11-28T01:57:22.071Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5802023-11-28T01:57:33.002Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5812023-11-28T01:57:33.071Z++ sha256sum
5822023-11-28T01:57:33.071Z++ awk '{print $1}'
5832023-11-28T01:57:33.088Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5842023-11-28T01:57:33.088Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5852023-11-28T01:57:33.091Z+ do_untar out/downloads/dendrite-stub.tar.gz
5862023-11-28T01:57:33.091Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5872023-11-28T01:57:34.602Z+ do_assemble
5882023-11-28T01:57:34.602Z+ rm -r ./out/dendrite-stub
5892023-11-28T01:57:35.059Z+ mkdir ./out/dendrite-stub
5902023-11-28T01:57:35.060Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5912023-11-28T01:57:35.060Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5922023-11-28T01:57:35.060Z+ set -o errexit
5932023-11-28T01:57:35.060Z+++ dirname ./tools/ci_download_maghemite_mgd
5942023-11-28T01:57:35.060Z++ cd ./tools
5952023-11-28T01:57:35.060Z++ pwd
5962023-11-28T01:57:35.060Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5972023-11-28T01:57:35.060Z++ basename ./tools/ci_download_maghemite_mgd
5982023-11-28T01:57:35.060Z+ ARG0=ci_download_maghemite_mgd
5992023-11-28T01:57:35.060Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6002023-11-28T01:57:35.060Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6012023-11-28T01:57:35.060Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
6022023-11-28T01:57:35.061Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6032023-11-28T01:57:35.061Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
6042023-11-28T01:57:35.061Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
6052023-11-28T01:57:35.061Z+ TARGET_DIR=out
6062023-11-28T01:57:35.061Z+ DOWNLOAD_DIR=out/downloads
6072023-11-28T01:57:35.061Z+ DEST_DIR=./out/mgd
6082023-11-28T01:57:35.061Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6092023-11-28T01:57:35.061Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6102023-11-28T01:57:35.061Z+ REPO=oxidecomputer/maghemite
6112023-11-28T01:57:35.061Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
6122023-11-28T01:57:35.061Z+ main
6132023-11-28T01:57:35.061Z+ [[ 0 != 0 ]]
6142023-11-28T01:57:35.061Z+ CIDL_OS=solaris2.11
6152023-11-28T01:57:35.061Z+ [[ 0 != 0 ]]
6162023-11-28T01:57:35.061Z+ configure_os solaris2.11
6172023-11-28T01:57:35.062Z+ echo 'current directory: /work/oxidecomputer/omicron'
6182023-11-28T01:57:35.062Zcurrent directory: /work/oxidecomputer/omicron
6192023-11-28T01:57:35.062Z+ echo 'configuring based on OS: "solaris2.11"'
6202023-11-28T01:57:35.062Z+ case "$1" in
6212023-11-28T01:57:35.062Z+ SET_BINARIES=
6222023-11-28T01:57:35.062Zconfiguring based on OS: "solaris2.11"
6232023-11-28T01:57:35.063Z+ CIDL_SHA256FUNC=do_sha256sum
6242023-11-28T01:57:35.063Z+ TARBALL_FILENAME=mgd.tar.gz
6252023-11-28T01:57:35.063Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6262023-11-28T01:57:35.063Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6272023-11-28T01:57:35.063Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6282023-11-28T01:57:35.063ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6292023-11-28T01:57:35.063ZLocal file: out/downloads/mgd.tar.gz
6302023-11-28T01:57:35.063Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6312023-11-28T01:57:35.063Z+ mkdir -p out/downloads
6322023-11-28T01:57:35.063Z+ mkdir -p ./out/mgd
6332023-11-28T01:57:35.063Z+ fetch_and_verify
6342023-11-28T01:57:35.063Z+ local DO_DOWNLOAD=true
6352023-11-28T01:57:35.063Z+ [[ -f out/downloads/mgd.tar.gz ]]
6362023-11-28T01:57:35.063Z+ '[' true == true ']'
6372023-11-28T01:57:35.063Z+ echo Downloading...
6382023-11-28T01:57:35.063ZDownloading...
6392023-11-28T01:57:35.063Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6402023-11-28T01:57:35.063Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6412023-11-28T01:57:42.323Z++ do_sha256sum out/downloads/mgd.tar.gz
6422023-11-28T01:57:42.329Z++ sha256sum
6432023-11-28T01:57:42.329Z++ awk '{print $1}'
6442023-11-28T01:57:42.405Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6452023-11-28T01:57:42.405Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6462023-11-28T01:57:42.414Z+ do_untar out/downloads/mgd.tar.gz
6472023-11-28T01:57:42.414Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6482023-11-28T01:57:43.097Z+ do_assemble
6492023-11-28T01:57:43.097Z+ rm -r ./out/mgd
6502023-11-28T01:57:43.107Z+ mkdir ./out/mgd
6512023-11-28T01:57:43.108Z+ cp -r out/downloads/root ./out/mgd/root
6522023-11-28T01:57:43.306Z+ set -o errexit
6532023-11-28T01:57:43.318Z+++ dirname ./tools/ci_download_transceiver_control
6542023-11-28T01:57:43.318Z++ cd ./tools
6552023-11-28T01:57:43.318Z++ pwd
6562023-11-28T01:57:43.318Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6572023-11-28T01:57:43.318Z++ basename ./tools/ci_download_transceiver_control
6582023-11-28T01:57:43.333Z+ ARG0=ci_download_transceiver_control
6592023-11-28T01:57:43.333Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6602023-11-28T01:57:43.333Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6612023-11-28T01:57:43.333Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622023-11-28T01:57:43.333Z+ TARGET_DIR=out
6632023-11-28T01:57:43.333Z+ DOWNLOAD_DIR=out/downloads
6642023-11-28T01:57:43.333Z+ DEST_DIR=./out/transceiver-control
6652023-11-28T01:57:43.333Z+ BIN_DIR=/opt/oxide/bin
6662023-11-28T01:57:43.333Z+ BINARY=xcvradm
6672023-11-28T01:57:43.333Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6682023-11-28T01:57:43.334Z+ REPO=oxidecomputer/transceiver-control
6692023-11-28T01:57:43.334Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702023-11-28T01:57:43.334Z+ main
6712023-11-28T01:57:43.334Z+ [[ 0 != 0 ]]
6722023-11-28T01:57:43.334Z+ CIDL_OS=solaris2.11
6732023-11-28T01:57:43.334Z+ [[ 0 != 0 ]]
6742023-11-28T01:57:43.334Z+ configure_os solaris2.11
6752023-11-28T01:57:43.334Z+ echo 'current directory: /work/oxidecomputer/omicron'
6762023-11-28T01:57:43.334Zcurrent directory: /work/oxidecomputer/omicron
6772023-11-28T01:57:43.334Z+ echo 'configuring based on OS: "solaris2.11"'
6782023-11-28T01:57:43.334Z+ case "$1" in
6792023-11-28T01:57:43.334Z+ SET_BINARIES=
6802023-11-28T01:57:43.334Zconfiguring based on OS: "solaris2.11"
6812023-11-28T01:57:43.334Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822023-11-28T01:57:43.334Z+ CIDL_SHA256FUNC=do_sha256sum
6832023-11-28T01:57:43.334Z+ ARCHIVE_FILENAME=xcvradm.gz
6842023-11-28T01:57:43.334Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852023-11-28T01:57:43.334Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6862023-11-28T01:57:43.334Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6872023-11-28T01:57:43.334ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882023-11-28T01:57:43.334Z+ echo 'Local file: out/downloads/xcvradm.gz'
6892023-11-28T01:57:43.334Z+ mkdir -p out/downloads
6902023-11-28T01:57:43.334ZLocal file: out/downloads/xcvradm.gz
6912023-11-28T01:57:43.335Z+ mkdir -p ./out/transceiver-control
6922023-11-28T01:57:43.335Z+ fetch_and_verify
6932023-11-28T01:57:43.335Z+ local DO_DOWNLOAD=true
6942023-11-28T01:57:43.335Z+ [[ -f out/downloads/xcvradm.gz ]]
6952023-11-28T01:57:43.335Z+ '[' true == true ']'
6962023-11-28T01:57:43.335Z+ echo Downloading...
6972023-11-28T01:57:43.335ZDownloading...
6982023-11-28T01:57:43.335Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6992023-11-28T01:57:43.335Z+ 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
7002023-11-28T01:57:46.051Z++ do_sha256sum out/downloads/xcvradm.gz
7012023-11-28T01:57:46.055Z++ sha256sum
7022023-11-28T01:57:46.055Z++ awk '{print $1}'
7032023-11-28T01:57:46.076Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7042023-11-28T01:57:46.076Z+ [[ 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 ]]
7052023-11-28T01:57:46.081Z+ do_unpack out/downloads/xcvradm.gz
7062023-11-28T01:57:46.081Z+ mkdir -p out/downloads/root//opt/oxide/bin
7072023-11-28T01:57:46.081Z+ gzip -dc out/downloads/xcvradm.gz
7082023-11-28T01:57:46.269Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7092023-11-28T01:57:46.284Z+ do_assemble
7102023-11-28T01:57:46.284Z+ rm -r ./out/transceiver-control
7112023-11-28T01:57:46.284Z+ mkdir ./out/transceiver-control
7122023-11-28T01:57:46.285Z+ cp -r out/downloads/root ./out/transceiver-control/root
7132023-11-28T01:57:46.532ZAll builder prerequisites installed successfully, and PATH looks valid
7142023-11-28T01:57:46.546Z
7152023-11-28T01:57:46.546Zreal 2:17.932773500
7162023-11-28T01:57:46.546Zuser 52.819887295
7172023-11-28T01:57:46.546Zsys 10.626785223
7182023-11-28T01:57:46.546Ztrap 0.022493555
7192023-11-28T01:57:46.546Ztflt 0.129207550
7202023-11-28T01:57:46.546Zdflt 0.505699535
7212023-11-28T01:57:46.546Zkflt 0.163189273
7222023-11-28T01:57:46.546Zlock 1.868334452
7232023-11-28T01:57:46.546Zslp 4:22.437910954
7242023-11-28T01:57:46.547Zlat 4.207735913
7252023-11-28T01:57:46.547Zstop 0.061565831
7262023-11-28T01:57:46.547Z
7272023-11-28T01:57:46.547Z ##### # # # # #####
7282023-11-28T01:57:46.547Z # # # # # # # #
7292023-11-28T01:57:46.547Z ##### # # # # # #
7302023-11-28T01:57:46.547Z # # # # # # # #
7312023-11-28T01:57:46.547Z # # # # # # # #
7322023-11-28T01:57:46.547Z ##### #### # ###### #####
7332023-11-28T01:57:46.547Z
7342023-11-28T01:57:46.870Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7352023-11-28T01:57:47.245Z Updating crates.io index
7362023-11-28T01:57:47.252Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7372023-11-28T01:57:48.110Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7382023-11-28T01:57:49.800Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7392023-11-28T01:57:50.459Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402023-11-28T01:57:50.820Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412023-11-28T01:57:51.115Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422023-11-28T01:57:51.428Z Updating git repository `https://github.com/oxidecomputer/propolis`
7432023-11-28T01:57:52.274Z Updating git repository `https://github.com/oxidecomputer/crucible`
7442023-11-28T01:57:54.381Z Updating git repository `https://github.com/oxidecomputer/opte`
7452023-11-28T01:57:55.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7462023-11-28T01:57:55.780Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7472023-11-28T01:57:56.362Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7482023-11-28T01:57:56.741Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7492023-11-28T01:57:57.064Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7502023-11-28T01:57:57.465Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7512023-11-28T01:57:57.787Z Updating git repository `https://github.com/njaremko/samael`
7522023-11-28T01:57:58.235Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7532023-11-28T01:57:59.150Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7542023-11-28T01:57:59.647Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7552023-11-28T01:58:00.076Z Updating git repository `https://github.com/jgallagher/nix`
7562023-11-28T01:58:01.441Z Updating git repository `https://github.com/cbiffle/hubpack`
7572023-11-28T01:58:02.011Z Updating git repository `https://github.com/oxidecomputer/typify`
7582023-11-28T01:58:02.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7592023-11-28T01:58:03.310Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7602023-11-28T01:58:03.630Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7612023-11-28T01:58:05.155Z Downloading crates ...
7622023-11-28T01:58:05.828Z Downloaded crossbeam-deque v0.8.3
7632023-11-28T01:58:05.843Z Downloaded anes v0.1.6
7642023-11-28T01:58:05.843Z Downloaded matches v0.1.10
7652023-11-28T01:58:05.843Z Downloaded is_ci v1.1.1
7662023-11-28T01:58:05.843Z Downloaded newline-converter v0.3.0
7672023-11-28T01:58:05.843Z Downloaded ipnetwork v0.20.0
7682023-11-28T01:58:05.843Z Downloaded maybe-uninit v2.0.0
7692023-11-28T01:58:05.844Z Downloaded indoc v2.0.3
7702023-11-28T01:58:05.844Z Downloaded macaddr v1.0.1
7712023-11-28T01:58:05.844Z Downloaded lru-cache v0.1.2
7722023-11-28T01:58:05.844Z Downloaded miniz_oxide v0.7.1
7732023-11-28T01:58:05.844Z Downloaded hostname v0.3.1
7742023-11-28T01:58:05.844Z Downloaded ident_case v1.0.1
7752023-11-28T01:58:05.844Z Downloaded nom v7.1.3
7762023-11-28T01:58:05.844Z Downloaded lalrpop-util v0.19.12
7772023-11-28T01:58:05.844Z Downloaded libsw v3.3.0
7782023-11-28T01:58:05.844Z Downloaded crossbeam v0.8.2
7792023-11-28T01:58:05.844Z Downloaded adler v1.0.2
7802023-11-28T01:58:05.844Z Downloaded backoff v0.4.0
7812023-11-28T01:58:05.844Z Downloaded camino-tempfile v1.0.2
7822023-11-28T01:58:05.844Z Downloaded constant_time_eq v0.3.0
7832023-11-28T01:58:05.844Z Downloaded convert_case v0.4.0
7842023-11-28T01:58:05.844Z Downloaded humantime v2.1.0
7852023-11-28T01:58:05.844Z Downloaded normalize-line-endings v0.3.0
7862023-11-28T01:58:05.844Z Downloaded crc32fast v1.3.2
7872023-11-28T01:58:05.844Z Downloaded num_threads v0.1.6
7882023-11-28T01:58:05.844Z Downloaded new_debug_unreachable v1.0.4
7892023-11-28T01:58:05.844Z Downloaded num v0.4.1
7902023-11-28T01:58:05.844Z Downloaded nodrop v0.1.14
7912023-11-28T01:58:05.844Z Downloaded newtype_derive v0.1.6
7922023-11-28T01:58:05.844Z Downloaded lock_api v0.4.10
7932023-11-28T01:58:05.844Z Downloaded http-range v0.1.5
7942023-11-28T01:58:05.844Z Downloaded num_enum v0.5.11
7952023-11-28T01:58:05.844Z Downloaded match_cfg v0.1.0
7962023-11-28T01:58:05.844Z Downloaded memoffset v0.9.0
7972023-11-28T01:58:05.844Z Downloaded rustc_version v0.4.0
7982023-11-28T01:58:05.844Z Downloaded num-iter v0.1.43
7992023-11-28T01:58:05.844Z Downloaded num_cpus v1.16.0
8002023-11-28T01:58:05.844Z Downloaded bytecount v0.6.3
8012023-11-28T01:58:05.844Z Downloaded rustc_version v0.1.7
8022023-11-28T01:58:05.844Z Downloaded num-rational v0.4.1
8032023-11-28T01:58:05.844Z Downloaded slog-scope v4.4.0
8042023-11-28T01:58:05.844Z Downloaded try-lock v0.2.4
8052023-11-28T01:58:05.844Z Downloaded supports-color v2.1.0
8062023-11-28T01:58:05.845Z Downloaded version_check v0.9.4
8072023-11-28T01:58:05.845Z Downloaded base16ct v0.2.0
8082023-11-28T01:58:05.845Z Downloaded hyper-staticfile v0.9.5
8092023-11-28T01:58:05.846Z Downloaded mockall v0.11.4
8102023-11-28T01:58:05.846Z Downloaded num_enum_derive v0.5.11
8112023-11-28T01:58:05.846Z Downloaded multer v2.1.0
8122023-11-28T01:58:05.846Z Downloaded bytes v1.5.0
8132023-11-28T01:58:05.846Z Downloaded nu-ansi-term v0.49.0
8142023-11-28T01:58:05.846Z Downloaded pest_generator v2.7.2
8152023-11-28T01:58:05.846Z Downloaded same-file v1.0.6
8162023-11-28T01:58:05.846Z Downloaded untrusted v0.9.0
8172023-11-28T01:58:05.846Z Downloaded whoami v1.4.1
8182023-11-28T01:58:05.846Z Downloaded foreign-types v0.5.0
8192023-11-28T01:58:05.846Z Downloaded crypto-common v0.1.6
8202023-11-28T01:58:05.846Z Downloaded httptest v0.15.5
8212023-11-28T01:58:05.847Z Downloaded crc-any v2.4.3
8222023-11-28T01:58:05.847Z Downloaded wait-timeout v0.2.0
8232023-11-28T01:58:05.847Z Downloaded olpc-cjson v0.1.3
8242023-11-28T01:58:05.847Z Downloaded thread_local v1.1.7
8252023-11-28T01:58:05.847Z Downloaded serde_urlencoded v0.7.1
8262023-11-28T01:58:05.847Z Downloaded form_urlencoded v1.2.0
8272023-11-28T01:58:05.847Z Downloaded omicron-zone-package v0.9.1
8282023-11-28T01:58:05.847Z Downloaded precomputed-hash v0.1.1
8292023-11-28T01:58:05.847Z Downloaded futures-io v0.3.29
8302023-11-28T01:58:05.847Z Downloaded indicatif v0.17.7
8312023-11-28T01:58:05.847Z Downloaded predicates-core v1.0.6
8322023-11-28T01:58:05.847Z Downloaded tiny-keccak v2.0.2
8332023-11-28T01:58:05.847Z Downloaded derive_builder_macro v0.12.0
8342023-11-28T01:58:05.848Z Downloaded darling_macro v0.14.4
8352023-11-28T01:58:05.848Z Downloaded time-macros v0.2.13
8362023-11-28T01:58:05.848Z Downloaded relative-path v1.9.0
8372023-11-28T01:58:05.848Z Downloaded slog-dtrace v0.2.3
8382023-11-28T01:58:05.848Z Downloaded ron v0.8.1
8392023-11-28T01:58:05.848Z Downloaded openssl-probe v0.1.5
8402023-11-28T01:58:05.848Z Downloaded http v0.2.11
8412023-11-28T01:58:05.848Z Downloaded paste v1.0.14
8422023-11-28T01:58:05.848Z Downloaded textwrap v0.11.0
8432023-11-28T01:58:05.848Z Downloaded opaque-debug v0.3.0
8442023-11-28T01:58:05.848Z Downloaded plotters-svg v0.3.5
8452023-11-28T01:58:05.848Z Downloaded parse-display v0.8.2
8462023-11-28T01:58:05.848Z Downloaded usdt-macro v0.3.5
8472023-11-28T01:58:05.848Z Downloaded fnv v1.0.7
8482023-11-28T01:58:05.848Z Downloaded structmeta v0.2.0
8492023-11-28T01:58:06.261Z Downloaded crossbeam-utils v0.8.16
8502023-11-28T01:58:06.261Z Downloaded ryu v1.0.15
8512023-11-28T01:58:06.262Z Downloaded pin-utils v0.1.0
8522023-11-28T01:58:06.262Z Downloaded fragile v2.0.0
8532023-11-28T01:58:06.262Z Downloaded equivalent v1.0.1
8542023-11-28T01:58:06.262Z Downloaded getrandom v0.2.10
8552023-11-28T01:58:06.262Z Downloaded want v0.3.1
8562023-11-28T01:58:06.262Z Downloaded slog-envlogger v2.2.0
8572023-11-28T01:58:06.262Z Downloaded globset v0.4.13
8582023-11-28T01:58:06.262Z Downloaded semver v0.1.20
8592023-11-28T01:58:06.262Z Downloaded schemars_derive v0.8.13
8602023-11-28T01:58:06.262Z Downloaded utf-8 v0.7.6
8612023-11-28T01:58:06.262Z Downloaded pretty-hex v0.2.1
8622023-11-28T01:58:06.262Z Downloaded oso-derive v0.27.0
8632023-11-28T01:58:06.262Z Downloaded rustfmt-wrapper v0.2.0
8642023-11-28T01:58:06.263Z Downloaded env_logger v0.10.0
8652023-11-28T01:58:06.263Z Downloaded swrite v0.1.0
8662023-11-28T01:58:06.263Z Downloaded darling_macro v0.20.3
8672023-11-28T01:58:06.263Z Downloaded zerocopy v0.3.0
8682023-11-28T01:58:06.263Z Downloaded diesel_table_macro_syntax v0.1.0
8692023-11-28T01:58:06.263Z Downloaded fs-err v2.11.0
8702023-11-28T01:58:06.263Z Downloaded zone v0.3.0
8712023-11-28T01:58:06.263Z Downloaded crypto-bigint v0.5.2
8722023-11-28T01:58:06.263Z Downloaded pretty-hex v0.3.0
8732023-11-28T01:58:06.263Z Downloaded which v4.4.0
8742023-11-28T01:58:06.263Z Downloaded elliptic-curve v0.13.5
8752023-11-28T01:58:06.263Z Downloaded vte_generate_state_changes v0.1.1
8762023-11-28T01:58:06.263Z Downloaded oorandom v11.1.3
8772023-11-28T01:58:06.263Z Downloaded proc-macro2 v1.0.69
8782023-11-28T01:58:06.263Z Downloaded test-strategy v0.3.1
8792023-11-28T01:58:06.263Z Downloaded percent-encoding v2.3.0
8802023-11-28T01:58:06.263Z Downloaded usdt-impl v0.3.5
8812023-11-28T01:58:06.263Z Downloaded serde v1.0.192
8822023-11-28T01:58:06.263Z Downloaded take_mut v0.2.2
8832023-11-28T01:58:06.263Z Downloaded tokio-macros v2.2.0
8842023-11-28T01:58:06.263Z Downloaded dashmap v5.5.1
8852023-11-28T01:58:06.263Z Downloaded structmeta-derive v0.2.0
8862023-11-28T01:58:06.263Z Downloaded pest_derive v2.7.2
8872023-11-28T01:58:06.263Z Downloaded trust-dns-client v0.22.0
8882023-11-28T01:58:06.263Z Downloaded foreign-types-shared v0.3.1
8892023-11-28T01:58:06.263Z Downloaded foreign-types-macros v0.2.3
8902023-11-28T01:58:06.263Z Downloaded dtrace-parser v0.1.14
8912023-11-28T01:58:06.263Z Downloaded diff v0.1.13
8922023-11-28T01:58:06.263Z Downloaded hex v0.4.3
8932023-11-28T01:58:06.263Z Downloaded tabled_derive v0.6.0
8942023-11-28T01:58:06.263Z Downloaded unicode-ident v1.0.12
8952023-11-28T01:58:06.263Z Downloaded spin v0.5.2
8962023-11-28T01:58:06.263Z Downloaded once_cell v1.18.0
8972023-11-28T01:58:06.263Z Downloaded semver-parser v0.10.2
8982023-11-28T01:58:06.263Z Downloaded shell-words v1.1.0
8992023-11-28T01:58:06.263Z Downloaded tar v0.4.40
9002023-11-28T01:58:06.263Z Downloaded filetime v0.2.22
9012023-11-28T01:58:06.263Z Downloaded zeroize_derive v1.4.2
9022023-11-28T01:58:06.263Z Downloaded darling v0.20.3
9032023-11-28T01:58:06.263Z Downloaded parse-display-derive v0.8.2
9042023-11-28T01:58:06.263Z Downloaded usdt-attr-macro v0.3.5
9052023-11-28T01:58:06.264Z Downloaded rustls-pemfile v1.0.3
9062023-11-28T01:58:06.264Z Downloaded dyn-clone v1.0.13
9072023-11-28T01:58:06.264Z Downloaded dof v0.1.5
9082023-11-28T01:58:06.264Z Downloaded typenum v1.16.0
9092023-11-28T01:58:06.264Z Downloaded hash32 v0.2.1
9102023-11-28T01:58:06.265Z Downloaded resolv-conf v0.7.0
9112023-11-28T01:58:06.265Z Downloaded signature v2.1.0
9122023-11-28T01:58:06.265Z Downloaded pin-project-lite v0.2.13
9132023-11-28T01:58:06.265Z Downloaded slog v2.7.0
9142023-11-28T01:58:06.265Z Downloaded tower-service v0.3.2
9152023-11-28T01:58:06.265Z Downloaded termtree v0.4.1
9162023-11-28T01:58:06.265Z Downloaded display-error-chain v0.2.0
9172023-11-28T01:58:06.265Z Downloaded rpassword v7.3.1
9182023-11-28T01:58:06.265Z Downloaded strsim v0.10.0
9192023-11-28T01:58:06.265Z Downloaded radium v0.7.0
9202023-11-28T01:58:06.265Z Downloaded group v0.13.0
9212023-11-28T01:58:06.265Z Downloaded smawk v0.3.1
9222023-11-28T01:58:06.265Z Downloaded sha1 v0.10.6
9232023-11-28T01:58:06.265Z Downloaded stringprep v0.1.3
9242023-11-28T01:58:06.265Z Downloaded signal-hook-tokio v0.3.1
9252023-11-28T01:58:06.265Z Downloaded fatfs v0.3.6
9262023-11-28T01:58:06.265Z Downloaded tokio-native-tls v0.3.1
9272023-11-28T01:58:06.265Z Downloaded vec_map v0.8.2
9282023-11-28T01:58:06.265Z Downloaded rand_core v0.6.4
9292023-11-28T01:58:06.265Z Downloaded walkdir v2.4.0
9302023-11-28T01:58:06.265Z Downloaded rust-argon2 v1.0.1
9312023-11-28T01:58:06.265Z Downloaded r2d2 v0.8.10
9322023-11-28T01:58:06.265Z Downloaded ff v0.13.0
9332023-11-28T01:58:06.265Z Downloaded ed25519 v1.5.3
9342023-11-28T01:58:06.265Z Downloaded unicode-linebreak v0.1.5
9352023-11-28T01:58:06.265Z Downloaded platforms v3.0.2
9362023-11-28T01:58:06.265Z Downloaded vsss-rs v3.3.1
9372023-11-28T01:58:06.265Z Downloaded proc-macro-error v1.0.4
9382023-11-28T01:58:06.266Z Downloaded strum_macros v0.24.3
9392023-11-28T01:58:06.266Z Downloaded rustls-native-certs v0.6.3
9402023-11-28T01:58:06.266Z Downloaded poly1305 v0.8.0
9412023-11-28T01:58:06.266Z Downloaded indexmap v1.9.3
9422023-11-28T01:58:06.266Z Downloaded tracing-attributes v0.1.26
9432023-11-28T01:58:06.266Z Downloaded winnow v0.5.15
9442023-11-28T01:58:06.266Z Downloaded serde_derive_internals v0.26.0
9452023-11-28T01:58:06.266Z Downloaded socket2 v0.5.5
9462023-11-28T01:58:06.266Z Downloaded zip v0.6.6
9472023-11-28T01:58:06.266Z Downloaded unicase v2.7.0
9482023-11-28T01:58:06.266Z Downloaded rstest v0.18.2
9492023-11-28T01:58:06.278Z Downloaded sha2 v0.10.8
9502023-11-28T01:58:06.278Z Downloaded pest v2.7.2
9512023-11-28T01:58:06.278Z Downloaded darling_core v0.20.3
9522023-11-28T01:58:06.278Z Downloaded h2 v0.3.21
9532023-11-28T01:58:06.278Z Downloaded steno v0.4.0
9542023-11-28T01:58:06.289Z Downloaded hashbrown v0.14.2
9552023-11-28T01:58:06.295Z Downloaded vcpkg v0.2.15
9562023-11-28T01:58:06.361Z Downloaded reqwest v0.11.22
9572023-11-28T01:58:06.375Z Downloaded crossterm v0.27.0
9582023-11-28T01:58:06.388Z Downloaded rand v0.4.6
9592023-11-28T01:58:06.394Z Downloaded quick-xml v0.23.1
9602023-11-28T01:58:06.407Z Downloaded serde_yaml v0.9.25
9612023-11-28T01:58:06.414Z Downloaded rsa v0.9.2
9622023-11-28T01:58:06.423Z Downloaded reedline v0.26.0
9632023-11-28T01:58:06.437Z Downloaded flate2 v1.0.28
9642023-11-28T01:58:06.446Z Downloaded polar-core v0.27.0
9652023-11-28T01:58:06.463Z Downloaded radix_trie v0.2.1
9662023-11-28T01:58:06.473Z Downloaded openssl v0.10.57
9672023-11-28T01:58:06.492Z Downloaded x509-cert v0.2.4
9682023-11-28T01:58:06.503Z Downloaded bitvec v1.0.1
9692023-11-28T01:58:06.531Z Downloaded regex-syntax v0.7.5
9702023-11-28T01:58:06.549Z Downloaded rayon v1.8.0
9712023-11-28T01:58:06.565Z Downloaded idna v0.2.3
9722023-11-28T01:58:06.578Z Downloaded lalrpop v0.19.12
9732023-11-28T01:58:06.598Z Downloaded portable-atomic v1.4.3
9742023-11-28T01:58:06.608Z Downloaded petgraph v0.6.4
9752023-11-28T01:58:06.633Z Downloaded zerocopy-derive v0.2.0
9762023-11-28T01:58:06.651Z Downloaded plotters v0.3.5
9772023-11-28T01:58:06.667Z Downloaded regex-automata v0.3.8
9782023-11-28T01:58:06.714Z Downloaded regex-automata v0.4.3
9792023-11-28T01:58:06.739Z Downloaded smoltcp v0.8.2
9802023-11-28T01:58:06.756Z Downloaded object v0.32.1
9812023-11-28T01:58:06.771Z Downloaded gimli v0.28.0
9822023-11-28T01:58:06.787Z Downloaded syn v1.0.109
9832023-11-28T01:58:06.808Z Downloaded bstr v0.2.17
9842023-11-28T01:58:06.825Z Downloaded regex v1.10.2
9852023-11-28T01:58:06.850Z Downloaded regress v0.7.1
9862023-11-28T01:58:06.863Z Downloaded ratatui v0.23.0
9872023-11-28T01:58:06.885Z Downloaded encoding_rs v0.8.33
9882023-11-28T01:58:06.926Z Downloaded smoltcp v0.9.1
9892023-11-28T01:58:06.946Z Downloaded rustix v0.37.23
9902023-11-28T01:58:06.982Z Downloaded rustls v0.21.9
9912023-11-28T01:58:07.003Z Downloaded openapiv3 v2.0.0-rc.1
9922023-11-28T01:58:07.027Z Downloaded sled v0.34.7
9932023-11-28T01:58:07.049Z Downloaded openapiv3 v1.0.3
9942023-11-28T01:58:07.069Z Downloaded zerocopy-derive v0.6.4
9952023-11-28T01:58:07.088Z Downloaded tokio v1.34.0
9962023-11-28T01:58:07.159Z Downloaded sha3 v0.10.8
9972023-11-28T01:58:07.570Z Downloaded bzip2-sys v0.1.11+1.0.8
9982023-11-28T01:58:07.570Z Downloaded libc v0.2.150
9992023-11-28T01:58:07.570Z Downloaded regex-syntax v0.8.2
10002023-11-28T01:58:07.570Z Downloaded rustix v0.38.9
10012023-11-28T01:58:07.571Z Downloaded regex-syntax v0.6.29
10022023-11-28T01:58:07.571Z Downloaded diesel v2.1.4
10032023-11-28T01:58:07.571Z Downloaded syn v2.0.32
10042023-11-28T01:58:07.571Z Downloaded bstr v1.6.0
10052023-11-28T01:58:07.571Z Downloaded webpki-roots v0.25.2
10062023-11-28T01:58:07.571Z Downloaded object v0.30.4
10072023-11-28T01:58:07.571Z Downloaded trust-dns-proto v0.22.0
10082023-11-28T01:58:07.571Z Downloaded idna v0.4.0
10092023-11-28T01:58:07.571Z Downloaded tabled v0.14.0
10102023-11-28T01:58:07.571Z Downloaded ring v0.17.5
10112023-11-28T01:58:07.641Z Downloaded bindgen v0.65.1
10122023-11-28T01:58:07.658Z Downloaded rand v0.8.5
10132023-11-28T01:58:07.663Z Downloaded curve25519-dalek v4.1.0
10142023-11-28T01:58:07.679Z Downloaded serde_json v1.0.108
10152023-11-28T01:58:07.692Z Downloaded clap_builder v4.4.2
10162023-11-28T01:58:07.705Z Downloaded ring v0.16.20
10172023-11-28T01:58:07.864Z Downloaded proptest v1.4.0
10182023-11-28T01:58:07.880Z Downloaded tokio-postgres v0.7.10
10192023-11-28T01:58:07.888Z Downloaded subprocess v0.2.9
10202023-11-28T01:58:07.892Z Downloaded unicode-bidi v0.3.13
10212023-11-28T01:58:07.896Z Downloaded tough v0.15.0
10222023-11-28T01:58:07.909Z Downloaded regex-automata v0.1.10
10232023-11-28T01:58:07.918Z Downloaded time v0.3.27
10242023-11-28T01:58:07.928Z Downloaded futures-util v0.3.29
10252023-11-28T01:58:07.949Z Downloaded hyper v0.14.27
10262023-11-28T01:58:07.963Z Downloaded tokio-util v0.7.10
10272023-11-28T01:58:07.974Z Downloaded unsafe-libyaml v0.2.9
10282023-11-28T01:58:07.980Z Downloaded openssl-sys v0.9.93
10292023-11-28T01:58:07.990Z Downloaded toml_edit v0.21.0
10302023-11-28T01:58:08.438Z Downloaded expectorate v1.1.0
10312023-11-28T01:58:08.859Z Downloaded socket2 v0.4.9
10322023-11-28T01:58:08.859Z Downloaded prettyplease v0.2.12
10332023-11-28T01:58:08.859Z Downloaded typed-path v0.6.0
10342023-11-28T01:58:08.859Z Downloaded der v0.7.8
10352023-11-28T01:58:08.859Z Downloaded aho-corasick v1.0.4
10362023-11-28T01:58:08.859Z Downloaded flagset v0.4.3
10372023-11-28T01:58:08.859Z Downloaded hkdf v0.12.3
10382023-11-28T01:58:08.859Z Downloaded pin-project v1.1.3
10392023-11-28T01:58:08.859Z Downloaded serde_with_macros v2.3.3
10402023-11-28T01:58:08.859Z Downloaded rustls-webpki v0.101.7
10412023-11-28T01:58:08.859Z Downloaded unicode-normalization v0.1.22
10422023-11-28T01:58:08.859Z Downloaded tokio-rustls v0.24.1
10432023-11-28T01:58:08.859Z Downloaded derive_builder v0.12.0
10442023-11-28T01:58:08.859Z Downloaded headers v0.3.9
10452023-11-28T01:58:08.859Z Downloaded chrono v0.4.31
10462023-11-28T01:58:08.859Z Downloaded serde_with v2.3.3
10472023-11-28T01:58:08.859Z Downloaded smallvec v1.11.0
10482023-11-28T01:58:08.859Z Downloaded darling v0.14.4
10492023-11-28T01:58:08.859Z Downloaded quote v1.0.33
10502023-11-28T01:58:08.859Z Downloaded vte v0.11.1
10512023-11-28T01:58:08.859Z Downloaded papergrid v0.10.0
10522023-11-28T01:58:08.859Z Downloaded pin-project-internal v1.1.3
10532023-11-28T01:58:08.859Z Downloaded parking_lot v0.12.1
10542023-11-28T01:58:08.859Z Downloaded url v2.4.1
10552023-11-28T01:58:08.859Z Downloaded postgres-types v0.2.6
10562023-11-28T01:58:08.859Z Downloaded either v1.9.0
10572023-11-28T01:58:08.859Z Downloaded quick-error v1.2.3
10582023-11-28T01:58:08.859Z Downloaded rayon-core v1.12.0
10592023-11-28T01:58:08.859Z Downloaded structopt v0.3.26
10602023-11-28T01:58:08.859Z Downloaded hubpack v0.1.2
10612023-11-28T01:58:08.859Z Downloaded yansi v0.5.1
10622023-11-28T01:58:08.859Z Downloaded xattr v1.0.1
10632023-11-28T01:58:08.859Z Downloaded packed_struct_codegen v0.10.1
10642023-11-28T01:58:08.859Z Downloaded packed_struct v0.10.1
10652023-11-28T01:58:08.859Z Downloaded heapless v0.7.16
10662023-11-28T01:58:08.859Z Downloaded toml_edit v0.19.15
10672023-11-28T01:58:08.859Z Downloaded parking_lot v0.11.2
10682023-11-28T01:58:08.859Z Downloaded derive_more v0.99.17
10692023-11-28T01:58:08.859Z Downloaded unicode-segmentation v1.10.1
10702023-11-28T01:58:08.859Z Downloaded oso v0.27.0
10712023-11-28T01:58:08.859Z Downloaded pretty_assertions v1.4.0
10722023-11-28T01:58:08.859Z Downloaded hashbrown v0.13.2
10732023-11-28T01:58:08.859Z Downloaded hashbrown v0.12.3
10742023-11-28T01:58:08.859Z Downloaded yasna v0.5.2
10752023-11-28T01:58:08.859Z Downloaded generic-array v0.14.7
10762023-11-28T01:58:08.859Z Downloaded unicode-xid v0.2.4
10772023-11-28T01:58:08.859Z Downloaded plotters-backend v0.3.5
10782023-11-28T01:58:08.859Z Downloaded cast v0.3.0
10792023-11-28T01:58:08.859Z Downloaded rcgen v0.11.3
10802023-11-28T01:58:08.859Z Downloaded similar v2.2.1
10812023-11-28T01:58:08.859Z Downloaded rand_xorshift v0.3.0
10822023-11-28T01:58:08.859Z Downloaded rand_chacha v0.3.1
10832023-11-28T01:58:08.861Z Downloaded usdt v0.3.5
10842023-11-28T01:58:08.861Z Downloaded similar-asserts v1.5.0
10852023-11-28T01:58:08.861Z Downloaded rstest_macros v0.18.2
10862023-11-28T01:58:08.861Z Downloaded toml v0.5.11
10872023-11-28T01:58:08.861Z Downloaded darling_core v0.14.4
10882023-11-28T01:58:08.861Z Downloaded minimal-lexical v0.2.1
10892023-11-28T01:58:08.861Z Downloaded doc-comment v0.3.3
10902023-11-28T01:58:08.861Z Downloaded crunchy v0.2.2
10912023-11-28T01:58:08.861Z Downloaded unicode-width v0.1.11
10922023-11-28T01:58:08.861Z Downloaded salty v0.2.0
10932023-11-28T01:58:08.861Z Downloaded zeroize v1.6.0
10942023-11-28T01:58:08.861Z Downloaded foreign-types-shared v0.1.1
10952023-11-28T01:58:08.861Z Downloaded zone_cfg_derive v0.3.0
10962023-11-28T01:58:08.861Z Downloaded fxhash v0.2.1
10972023-11-28T01:58:08.861Z Downloaded postcard-cobs v0.1.5-pre
10982023-11-28T01:58:08.861Z Downloaded deranged v0.3.8
10992023-11-28T01:58:08.861Z Downloaded serde_tokenstream v0.2.0
11002023-11-28T01:58:08.861Z Downloaded serde_tokenstream v0.1.7
11012023-11-28T01:58:08.861Z Downloaded pem v1.1.1
11022023-11-28T01:58:08.861Z Downloaded rustc-demangle v0.1.23
11032023-11-28T01:58:08.861Z Downloaded tracing-core v0.1.31
11042023-11-28T01:58:08.861Z Downloaded tracing v0.1.37
11052023-11-28T01:58:08.861Z Downloaded flume v0.11.0
11062023-11-28T01:58:08.861Z Downloaded toml v0.8.8
11072023-11-28T01:58:08.861Z Downloaded libm v0.2.7
11082023-11-28T01:58:08.875Z Downloaded trust-dns-server v0.22.1
11092023-11-28T01:58:08.875Z Downloaded postcard v0.7.3
11102023-11-28T01:58:08.876Z Downloaded derive-where v1.2.5
11112023-11-28T01:58:08.876Z Downloaded diesel_derives v2.1.1
11122023-11-28T01:58:08.876Z Downloaded shlex v1.1.0
11132023-11-28T01:58:08.876Z Downloaded number_prefix v0.4.0
11142023-11-28T01:58:08.876Z Downloaded fd-lock v3.0.13
11152023-11-28T01:58:08.876Z Downloaded threadpool v1.8.1
11162023-11-28T01:58:08.877Z Downloaded thread-id v4.2.0
11172023-11-28T01:58:08.877Z Downloaded thiserror-no-std v2.0.2
11182023-11-28T01:58:08.877Z Downloaded data-encoding v2.4.0
11192023-11-28T01:58:08.877Z Downloaded mio v0.8.9
11202023-11-28T01:58:08.877Z Downloaded ref-cast v1.0.20
11212023-11-28T01:58:08.877Z Downloaded owo-colors v3.5.0
11222023-11-28T01:58:08.877Z Downloaded signature v1.6.4
11232023-11-28T01:58:08.877Z Downloaded textwrap v0.16.0
11242023-11-28T01:58:08.877Z Downloaded phf v0.11.2
11252023-11-28T01:58:08.877Z Downloaded pem-rfc7468 v0.7.0
11262023-11-28T01:58:08.877Z Downloaded curve25519-dalek-derive v0.1.0
11272023-11-28T01:58:08.877Z Downloaded downcast v0.11.0
11282023-11-28T01:58:08.877Z Downloaded partial-io v0.5.4
11292023-11-28T01:58:08.877Z Downloaded num-bigint v0.4.4
11302023-11-28T01:58:08.877Z Downloaded serde_path_to_error v0.1.14
11312023-11-28T01:58:08.877Z Downloaded pem v3.0.2
11322023-11-28T01:58:08.877Z Downloaded wyz v0.5.1
11332023-11-28T01:58:08.877Z Downloaded half v1.8.2
11342023-11-28T01:58:08.877Z Downloaded tinyvec v1.6.0
11352023-11-28T01:58:08.877Z Downloaded itertools v0.12.0
11362023-11-28T01:58:08.877Z Downloaded toml v0.7.8
11372023-11-28T01:58:08.877Z Downloaded chacha20poly1305 v0.10.1
11382023-11-28T01:58:08.878Z Downloaded dirs-sys-next v0.1.2
11392023-11-28T01:58:08.878Z Downloaded dirs-next v2.0.0
11402023-11-28T01:58:08.878Z Downloaded utf8parse v0.2.1
11412023-11-28T01:58:08.879Z Downloaded tinytemplate v1.2.1
11422023-11-28T01:58:08.879Z Downloaded uuid v1.6.1
11432023-11-28T01:58:08.879Z Downloaded ref-cast-impl v1.0.20
11442023-11-28T01:58:08.879Z Downloaded predicates v2.1.5
11452023-11-28T01:58:08.879Z Downloaded spin v0.9.8
11462023-11-28T01:58:08.879Z Downloaded trust-dns-resolver v0.22.0
11472023-11-28T01:58:08.879Z Downloaded semver v1.0.20
11482023-11-28T01:58:08.879Z Downloaded serde_derive v1.0.192
11492023-11-28T01:58:08.879Z Downloaded pkg-config v0.3.27
11502023-11-28T01:58:08.879Z Downloaded tungstenite v0.20.1
11512023-11-28T01:58:08.879Z Downloaded digest v0.10.7
11522023-11-28T01:58:08.879Z Downloaded password-hash v0.5.0
11532023-11-28T01:58:08.879Z Downloaded errno v0.3.2
11542023-11-28T01:58:08.879Z Downloaded postgres-protocol v0.6.6
11552023-11-28T01:58:08.879Z Downloaded futures v0.3.29
11562023-11-28T01:58:08.879Z Downloaded semver v0.11.0
11572023-11-28T01:58:08.879Z Downloaded parking_lot_core v0.9.8
11582023-11-28T01:58:08.879Z Downloaded parking_lot_core v0.8.6
11592023-11-28T01:58:08.879Z Downloaded ppv-lite86 v0.2.17
11602023-11-28T01:58:08.879Z Downloaded tempdir v0.3.7
11612023-11-28T01:58:08.880Z Downloaded fastrand v2.0.0
11622023-11-28T01:58:08.880Z Downloaded tokio-tungstenite v0.20.1
11632023-11-28T01:58:08.880Z Downloaded crossbeam-channel v0.5.8
11642023-11-28T01:58:08.880Z Downloaded endian-type v0.1.2
11652023-11-28T01:58:08.880Z Downloaded memchr v2.6.3
11662023-11-28T01:58:08.880Z Downloaded fallible-iterator v0.2.0
11672023-11-28T01:58:08.880Z Downloaded enum-as-inner v0.5.1
11682023-11-28T01:58:08.880Z Downloaded slog-json v2.6.1
11692023-11-28T01:58:08.880Z Downloaded futures-task v0.3.29
11702023-11-28T01:58:08.880Z Downloaded thiserror-impl v1.0.49
11712023-11-28T01:58:08.880Z Downloaded subtle v2.5.0
11722023-11-28T01:58:08.880Z Downloaded schemars v0.8.13
11732023-11-28T01:58:08.880Z Downloaded ucd-trie v0.1.6
11742023-11-28T01:58:08.880Z Downloaded predicates-tree v1.0.9
11752023-11-28T01:58:08.880Z Downloaded static_assertions v1.1.0
11762023-11-28T01:58:08.880Z Downloaded siphasher v0.3.11
11772023-11-28T01:58:08.880Z Downloaded difflib v0.4.0
11782023-11-28T01:58:08.880Z Downloaded proc-macro-error-attr v1.0.4
11792023-11-28T01:58:08.880Z Downloaded thiserror v1.0.49
11802023-11-28T01:58:08.880Z Downloaded predicates v3.0.4
11812023-11-28T01:58:08.881Z Downloaded float-cmp v0.9.0
11822023-11-28T01:58:08.881Z Downloaded strum_macros v0.25.2
11832023-11-28T01:58:08.881Z Downloaded proc-macro-crate v1.3.1
11842023-11-28T01:58:08.881Z Downloaded glob v0.3.1
11852023-11-28T01:58:08.881Z Downloaded smf v0.2.2
11862023-11-28T01:58:08.881Z Downloaded futures-channel v0.3.29
11872023-11-28T01:58:08.881Z Downloaded itertools v0.11.0
11882023-11-28T01:58:08.881Z Downloaded itertools v0.10.5
11892023-11-28T01:58:08.881Z Downloaded tokio-stream v0.1.14
11902023-11-28T01:58:08.881Z Downloaded string_cache v0.8.7
11912023-11-28T01:58:08.881Z Downloaded fixedbitset v0.4.2
11922023-11-28T01:58:08.881Z Downloaded clap v2.34.0
11932023-11-28T01:58:08.881Z Downloaded openssl-macros v0.1.1
11942023-11-28T01:58:08.882Z Downloaded toml_datetime v0.6.5
11952023-11-28T01:58:08.882Z Downloaded smallvec v0.6.14
11962023-11-28T01:58:08.882Z Downloaded slab v0.4.9
11972023-11-28T01:58:08.882Z Downloaded getopts v0.2.21
11982023-11-28T01:58:08.882Z Downloaded futures-timer v3.0.2
11992023-11-28T01:58:08.882Z Downloaded futures-sink v0.3.29
12002023-11-28T01:58:08.882Z Downloaded futures-core v0.3.29
12012023-11-28T01:58:08.882Z Downloaded mockall_derive v0.11.4
12022023-11-28T01:58:08.882Z Downloaded snafu v0.7.5
12032023-11-28T01:58:08.882Z Downloaded base64 v0.21.5
12042023-11-28T01:58:08.882Z Downloaded slog-bunyan v2.4.0
12052023-11-28T01:58:08.882Z Downloaded pkcs8 v0.10.2
12062023-11-28T01:58:08.882Z Downloaded thiserror-impl-no-std v2.0.2
12072023-11-28T01:58:08.883Z Downloaded futures-macro v0.3.29
12082023-11-28T01:58:08.895Z Downloaded pkcs1 v0.7.5
12092023-11-28T01:58:08.895Z Downloaded pest_meta v2.7.2
12102023-11-28T01:58:08.895Z Downloaded indexmap v2.1.0
12112023-11-28T01:58:08.895Z Downloaded futures-executor v0.3.29
12122023-11-28T01:58:08.895Z Downloaded funty v2.0.0
12132023-11-28T01:58:08.895Z Downloaded libxml v0.3.3
12142023-11-28T01:58:08.904Z Downloaded num-traits v0.2.16
12152023-11-28T01:58:08.904Z Downloaded zerocopy v0.6.4
12162023-11-28T01:58:08.904Z Downloaded snafu-derive v0.7.5
12172023-11-28T01:58:08.904Z Downloaded ena v0.14.2
12182023-11-28T01:58:08.904Z Downloaded backtrace v0.3.69
12192023-11-28T01:58:08.917Z Downloaded derive_builder_core v0.12.0
12202023-11-28T01:58:08.917Z Downloaded foreign-types v0.3.2
12212023-11-28T01:58:08.917Z Downloaded tinyvec_macros v0.1.1
12222023-11-28T01:58:08.917Z Downloaded universal-hash v0.5.1
12232023-11-28T01:58:08.917Z Downloaded scheduled-thread-pool v0.2.7
12242023-11-28T01:58:08.921Z Downloaded heck v0.3.3
12252023-11-28T01:58:08.921Z Downloaded der_derive v0.7.2
12262023-11-28T01:58:08.921Z Downloaded signal-hook v0.3.17
12272023-11-28T01:58:08.921Z Downloaded untrusted v0.7.1
12282023-11-28T01:58:08.921Z Downloaded trybuild v1.0.85
12292023-11-28T01:58:08.927Z Downloaded heck v0.4.1
12302023-11-28T01:58:08.929Z Downloaded unarray v0.1.4
12312023-11-28T01:58:08.932Z Downloaded num-bigint-dig v0.8.4
12322023-11-28T01:58:08.939Z Downloaded slog-term v2.9.0
12332023-11-28T01:58:08.943Z Downloaded datatest-stable v0.2.3
12342023-11-28T01:58:08.946Z Downloaded tempfile v3.8.0
12352023-11-28T01:58:08.950Z Downloaded strip-ansi-escapes v0.2.0
12362023-11-28T01:58:08.953Z Downloaded criterion v0.5.1
12372023-11-28T01:58:08.964Z Downloaded base64 v0.13.1
12382023-11-28T01:58:08.969Z Downloaded basic-toml v0.1.4
12392023-11-28T01:58:08.986Z Downloaded term v0.7.0
12402023-11-28T01:58:08.991Z Downloaded clang-sys v1.6.1
12412023-11-28T01:58:08.995Z Downloaded num-complex v0.4.4
12422023-11-28T01:58:08.998Z Downloaded mime_guess v2.0.4
12432023-11-28T01:58:09.001Z Downloaded num-derive v0.4.0
12442023-11-28T01:58:09.004Z Downloaded base64ct v1.6.0
12452023-11-28T01:58:09.007Z Downloaded async-trait v0.1.74
12462023-11-28T01:58:09.013Z Downloaded maplit v1.0.2
12472023-11-28T01:58:09.016Z Downloaded headers-core v0.2.0
12482023-11-28T01:58:09.016Z Downloaded cstr-argument v0.1.2
12492023-11-28T01:58:09.018Z Downloaded crucible-workspace-hack v0.1.0
12502023-11-28T01:58:09.018Z Downloaded waitgroup v0.1.2
12512023-11-28T01:58:09.021Z Downloaded log v0.4.20
12522023-11-28T01:58:09.024Z Downloaded libtest-mimic v0.6.1
12532023-11-28T01:58:09.027Z Downloaded debug-ignore v1.0.5
12542023-11-28T01:58:09.029Z Downloaded structopt-derive v0.4.18
12552023-11-28T01:58:09.032Z Downloaded io-lifetimes v1.0.11
12562023-11-28T01:58:09.035Z Downloaded serde-big-array v0.4.1
12572023-11-28T01:58:09.038Z Downloaded crossbeam-epoch v0.9.15
12582023-11-28T01:58:09.042Z Downloaded bzip2 v0.4.4
12592023-11-28T01:58:09.045Z Downloaded hmac v0.12.1
12602023-11-28T01:58:09.048Z Downloaded time-core v0.1.1
12612023-11-28T01:58:09.051Z Downloaded phf_shared v0.11.2
12622023-11-28T01:58:09.051Z Downloaded phf_shared v0.10.0
12632023-11-28T01:58:09.057Z Downloaded slog-async v2.8.0
12642023-11-28T01:58:09.057Z Downloaded native-tls v0.2.11
12652023-11-28T01:58:09.060Z Downloaded httparse v1.8.0
12662023-11-28T01:58:09.063Z Downloaded anyhow v1.0.75
12672023-11-28T01:58:09.067Z Downloaded topological-sort v0.2.2
12682023-11-28T01:58:09.070Z Downloaded sct v0.7.0
12692023-11-28T01:58:09.074Z Downloaded rustc-hash v1.1.0
12702023-11-28T01:58:09.077Z Downloaded rtoolbox v0.0.1
12712023-11-28T01:58:09.080Z Downloaded nibble_vec v0.1.0
12722023-11-28T01:58:09.080Z Downloaded addr2line v0.21.0
12732023-11-28T01:58:09.084Z Downloaded ahash v0.8.3
12742023-11-28T01:58:09.088Z Downloaded tui-tree-widget v0.13.0
12752023-11-28T01:58:09.091Z Downloaded terminal_size v0.2.6
12762023-11-28T01:58:09.094Z Downloaded tap v1.0.1
12772023-11-28T01:58:09.094Z Downloaded synstructure v0.12.6
12782023-11-28T01:58:09.096Z Downloaded strsim v0.8.0
12792023-11-28T01:58:09.100Z Downloaded spki v0.7.2
12802023-11-28T01:58:09.102Z Downloaded const-oid v0.9.5
12812023-11-28T01:58:09.105Z Downloaded peeking_take_while v0.1.2
12822023-11-28T01:58:09.105Z Downloaded path-slash v0.1.5
12832023-11-28T01:58:09.107Z Downloaded termcolor v1.2.0
12842023-11-28T01:58:09.110Z Downloaded stable_deref_trait v1.2.0
12852023-11-28T01:58:09.110Z Downloaded ciborium v0.2.1
12862023-11-28T01:58:09.114Z Downloaded cancel-safe-futures v0.1.5
12872023-11-28T01:58:09.120Z Downloaded blake2b_simd v1.0.1
12882023-11-28T01:58:09.124Z Downloaded arrayvec v0.7.4
12892023-11-28T01:58:09.127Z Downloaded num-integer v0.1.45
12902023-11-28T01:58:09.130Z Downloaded termios v0.3.3
12912023-11-28T01:58:09.132Z Downloaded nanorand v0.7.0
12922023-11-28T01:58:09.135Z Downloaded camino v1.1.6
12932023-11-28T01:58:09.138Z Downloaded argon2 v0.5.2
12942023-11-28T01:58:09.140Z Downloaded assert_cmd v2.0.12
12952023-11-28T01:58:09.144Z Downloaded anstyle-parse v0.2.1
12962023-11-28T01:58:09.147Z Downloaded secrecy v0.8.0
12972023-11-28T01:58:09.149Z Downloaded memoffset v0.7.1
12982023-11-28T01:58:09.149Z Downloaded clap v4.4.3
12992023-11-28T01:58:09.164Z Downloaded cassowary v0.3.0
13002023-11-28T01:58:09.167Z Downloaded cipher v0.4.4
13012023-11-28T01:58:09.169Z Downloaded ansi_term v0.12.1
13022023-11-28T01:58:09.172Z Downloaded slog-stdlog v4.1.1
13032023-11-28T01:58:09.175Z Downloaded signal-hook-registry v1.4.1
13042023-11-28T01:58:09.177Z Downloaded signal-hook-mio v0.2.3
13052023-11-28T01:58:09.180Z Downloaded toolchain_find v0.2.0
13062023-11-28T01:58:09.180Z Downloaded strum v0.25.0
13072023-11-28T01:58:09.183Z Downloaded lazycell v1.3.0
13082023-11-28T01:58:09.183Z Downloaded lazy_static v1.4.0
13092023-11-28T01:58:09.185Z Downloaded http-body v0.4.5
13102023-11-28T01:58:09.188Z Downloaded serde_repr v0.1.16
13112023-11-28T01:58:09.191Z Downloaded serde_plain v1.0.2
13122023-11-28T01:58:09.193Z Downloaded serde-hex v0.1.0
13132023-11-28T01:58:09.196Z Downloaded scopeguard v1.2.0
13142023-11-28T01:58:09.201Z Downloaded rustversion v1.0.14
13152023-11-28T01:58:09.201Z Downloaded crc-catalog v2.2.0
13162023-11-28T01:58:09.204Z Downloaded md-5 v0.10.5
13172023-11-28T01:58:09.223Z Downloaded aead v0.5.2
13182023-11-28T01:58:09.223Z Downloaded bitflags v2.4.0
13192023-11-28T01:58:09.644Z Downloaded bcs v0.1.6
13202023-11-28T01:58:09.644Z Downloaded rusty-fork v0.3.0
13212023-11-28T01:58:09.644Z Downloaded is-terminal v0.4.9
13222023-11-28T01:58:09.644Z Downloaded block-padding v0.3.3
13232023-11-28T01:58:09.644Z Downloaded array-init v0.0.4
13242023-11-28T01:58:09.644Z Downloaded remove_dir_all v0.5.3
13252023-11-28T01:58:09.644Z Downloaded crossbeam-queue v0.3.8
13262023-11-28T01:58:09.644Z Downloaded anstream v0.5.0
13272023-11-28T01:58:09.644Z Downloaded byteorder v1.5.0
13282023-11-28T01:58:09.649Z Downloaded atomic-waker v1.1.1
13292023-11-28T01:58:09.649Z Downloaded buf-list v1.0.3
13302023-11-28T01:58:09.649Z Downloaded assert_matches v1.5.0
13312023-11-28T01:58:09.649Z Downloaded hyper-rustls v0.24.2
13322023-11-28T01:58:09.649Z Downloaded hex-literal v0.4.1
13332023-11-28T01:58:09.649Z Downloaded autocfg v1.1.0
13342023-11-28T01:58:09.649Z Downloaded chacha20 v0.9.1
13352023-11-28T01:58:09.649Z Downloaded bitflags v1.3.2
13362023-11-28T01:58:09.649Z Downloaded bytesize v1.3.0
13372023-11-28T01:58:09.649Z Downloaded approx v0.5.1
13382023-11-28T01:58:09.649Z Downloaded async-stream v0.3.5
13392023-11-28T01:58:09.649Z Downloaded async-recursion v1.0.5
13402023-11-28T01:58:09.649Z Downloaded bit-set v0.5.3
13412023-11-28T01:58:09.649Z Downloaded bit-vec v0.6.3
13422023-11-28T01:58:09.649Z Downloaded ascii-canvas v3.0.0
13432023-11-28T01:58:09.649Z Downloaded anstyle v1.0.2
13442023-11-28T01:58:09.649Z Downloaded arrayref v0.3.7
13452023-11-28T01:58:09.649Z Downloaded serial_test_derive v0.10.0
13462023-11-28T01:58:09.649Z Downloaded managed v0.8.0
13472023-11-28T01:58:09.649Z Downloaded cfg-if v0.1.10
13482023-11-28T01:58:09.649Z Downloaded home v0.5.5
13492023-11-28T01:58:09.649Z Downloaded cexpr v0.6.0
13502023-11-28T01:58:09.649Z Downloaded serial_test v0.10.0
13512023-11-28T01:58:09.649Z Downloaded serde_spanned v0.6.4
13522023-11-28T01:58:09.649Z Downloaded serde-big-array v0.5.1
13532023-11-28T01:58:09.649Z Downloaded impl-trait-for-tuples v0.2.2
13542023-11-28T01:58:09.649Z Downloaded colored v2.0.4
13552023-11-28T01:58:09.649Z Downloaded indoc v1.0.9
13562023-11-28T01:58:09.649Z Downloaded arc-swap v1.6.0
13572023-11-28T01:58:09.649Z Downloaded hubpack_derive v0.1.1
13582023-11-28T01:58:09.649Z Downloaded blake2 v0.10.6
13592023-11-28T01:58:09.649Z Downloaded mime v0.3.17
13602023-11-28T01:58:09.649Z Downloaded linked-hash-map v0.5.6
13612023-11-28T01:58:09.649Z Downloaded criterion-plot v0.5.0
13622023-11-28T01:58:09.649Z Downloaded libloading v0.7.4
13632023-11-28T01:58:09.649Z Downloaded inout v0.1.3
13642023-11-28T01:58:09.649Z Downloaded clap_lex v0.5.1
13652023-11-28T01:58:09.649Z Downloaded atty v0.2.14
13662023-11-28T01:58:09.649Z Downloaded keccak v0.1.4
13672023-11-28T01:58:09.649Z Downloaded cc v1.0.83
13682023-11-28T01:58:09.649Z Downloaded console v0.15.7
13692023-11-28T01:58:09.649Z Downloaded cfg-if v1.0.0
13702023-11-28T01:58:09.649Z Downloaded kstat-rs v0.2.3
13712023-11-28T01:58:09.649Z Downloaded atomicwrites v0.4.2
13722023-11-28T01:58:09.649Z Downloaded async-stream-impl v0.3.5
13732023-11-28T01:58:09.650Z Downloaded colorchoice v1.0.0
13742023-11-28T01:58:09.650Z Downloaded crc v3.0.1
13752023-11-28T01:58:09.650Z Downloaded cookie v0.18.0
13762023-11-28T01:58:09.650Z Downloaded ciborium-io v0.2.1
13772023-11-28T01:58:09.650Z Downloaded ipnet v2.8.0
13782023-11-28T01:58:09.650Z Downloaded cpufeatures v0.2.9
13792023-11-28T01:58:09.650Z Downloaded libefi-sys v0.1.0
13802023-11-28T01:58:09.650Z Downloaded itoa v1.0.9
13812023-11-28T01:58:09.650Z Downloaded clap_derive v4.4.2
13822023-11-28T01:58:09.650Z Downloaded block-buffer v0.10.4
13832023-11-28T01:58:09.650Z Downloaded bb8 v0.8.1
13842023-11-28T01:58:09.650Z Downloaded anstyle-query v1.0.0
13852023-11-28T01:58:09.651Z Downloaded highway v1.1.0
13862023-11-28T01:58:09.651Z Downloaded linear-map v1.2.0
13872023-11-28T01:58:09.651Z Downloaded iana-time-zone v0.1.57
13882023-11-28T01:58:09.651Z Downloaded hyper-tls v0.5.0
13892023-11-28T01:58:09.651Z Downloaded httpdate v1.0.3
13902023-11-28T01:58:09.651Z Downloaded corncobs v0.1.3
13912023-11-28T01:58:09.651Z Downloaded constant_time_eq v0.2.6
13922023-11-28T01:58:09.651Z Downloaded ciborium-ll v0.2.1
13932023-11-28T01:58:09.651Z Downloaded bitfield v0.14.0
13942023-11-28T01:58:09.651Z Downloaded instant v0.1.12
13952023-11-28T01:58:09.988Z Compiling proc-macro2 v1.0.69
13962023-11-28T01:58:09.988Z Compiling unicode-ident v1.0.12
13972023-11-28T01:58:09.991Z Compiling libc v0.2.150
13982023-11-28T01:58:09.991Z Compiling cfg-if v1.0.0
13992023-11-28T01:58:09.991Z Compiling serde v1.0.192
14002023-11-28T01:58:09.991Z Compiling autocfg v1.1.0
14012023-11-28T01:58:10.041Z Compiling version_check v0.9.4
14022023-11-28T01:58:10.044Z Compiling syn v1.0.109
14032023-11-28T01:58:10.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14042023-11-28T01:58:10.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14052023-11-28T01:58:10.059Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=5f2d8efe6a5b94cf -C extra-filename=-5f2d8efe6a5b94cf --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14062023-11-28T01:58:10.059Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8bce2695bb143fc6 -C extra-filename=-8bce2695bb143fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14072023-11-28T01:58:10.059Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14082023-11-28T01:58:10.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14092023-11-28T01:58:10.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14102023-11-28T01:58:10.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14112023-11-28T01:58:10.205Z Compiling memchr v2.6.3
14122023-11-28T01:58:10.265Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14132023-11-28T01:58:10.338Z Compiling log v0.4.20
14142023-11-28T01:58:10.341Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14152023-11-28T01:58:10.953Z Compiling once_cell v1.18.0
14162023-11-28T01:58:10.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=60360085401b1f6c -C extra-filename=-60360085401b1f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14172023-11-28T01:58:11.151Z Compiling scopeguard v1.2.0
14182023-11-28T01:58:11.157Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14192023-11-28T01:58:11.279Z Compiling lock_api v0.4.10
14202023-11-28T01:58:11.295Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14212023-11-28T01:58:11.307Z Compiling smallvec v1.11.0
14222023-11-28T01:58:11.321Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a077806bd7e84eb -C extra-filename=-0a077806bd7e84eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14232023-11-28T01:58:11.401Z Compiling itoa v1.0.9
14242023-11-28T01:58:11.406Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14252023-11-28T01:58:11.715Z Compiling parking_lot_core v0.9.8
14262023-11-28T01:58:11.719Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14272023-11-28T01:58:11.884Z Compiling libm v0.2.7
14282023-11-28T01:58:11.887Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14292023-11-28T01:58:12.059Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build`
14302023-11-28T01:58:12.062Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build`
14312023-11-28T01:58:12.062Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6/build-script-build`
14322023-11-28T01:58:12.062Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build`
14332023-11-28T01:58:12.062Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf/build-script-build`
14342023-11-28T01:58:12.128Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14352023-11-28T01:58:12.153Z Compiling num-traits v0.2.16
14362023-11-28T01:58:12.184Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14372023-11-28T01:58:12.603Z Compiling spin v0.5.2
14382023-11-28T01:58:12.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14392023-11-28T01:58:12.607Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14402023-11-28T01:58:12.607Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=45ce8912dc32de8c -C extra-filename=-45ce8912dc32de8c --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`
14412023-11-28T01:58:12.607Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build`
14422023-11-28T01:58:12.607Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build`
14432023-11-28T01:58:12.607Z Compiling pin-project-lite v0.2.13
14442023-11-28T01:58:12.607Z Compiling thiserror v1.0.49
14452023-11-28T01:58:13.032Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14462023-11-28T01:58:13.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14472023-11-28T01:58:13.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14482023-11-28T01:58:13.039Z Compiling futures-core v0.3.29
14492023-11-28T01:58:13.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14502023-11-28T01:58:13.039Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build`
14512023-11-28T01:58:13.059Z Compiling ryu v1.0.15
14522023-11-28T01:58:13.086Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532023-11-28T01:58:13.098Z Compiling serde_json v1.0.108
14542023-11-28T01:58:13.155Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=a1b2d4ac8ebf1491 -C extra-filename=-a1b2d4ac8ebf1491 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14552023-11-28T01:58:13.468Z Compiling quote v1.0.33
14562023-11-28T01:58:13.472Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings`
14572023-11-28T01:58:13.616Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build`
14582023-11-28T01:58:13.690Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build`
14592023-11-28T01:58:13.764Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14602023-11-28T01:58:13.776Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491/build-script-build`
14612023-11-28T01:58:13.820Z Compiling heck v0.4.1
14622023-11-28T01:58:13.823Z Compiling fnv v1.0.7
14632023-11-28T01:58:13.850Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14642023-11-28T01:58:13.853Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14652023-11-28T01:58:14.004Z Compiling futures-sink v0.3.29
14662023-11-28T01:58:14.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14672023-11-28T01:58:14.054Z Compiling lazy_static v1.4.0
14682023-11-28T01:58:14.119Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings`
14692023-11-28T01:58:14.544Z Compiling syn v2.0.32
14702023-11-28T01:58:14.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
14712023-11-28T01:58:14.558Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
14722023-11-28T01:58:14.558Z Compiling slab v0.4.9
14732023-11-28T01:58:14.558Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14742023-11-28T01:58:14.669Z Compiling getrandom v0.2.10
14752023-11-28T01:58:14.672Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=fd3f8e5b97695db0 -C extra-filename=-fd3f8e5b97695db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
14762023-11-28T01:58:14.672Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfc67bc75751d566 -C extra-filename=-dfc67bc75751d566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
14772023-11-28T01:58:14.840Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
14782023-11-28T01:58:15.013Z Compiling cc v1.0.83
14792023-11-28T01:58:15.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d7dbaf4d3b8f9e6 -C extra-filename=-3d7dbaf4d3b8f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
14802023-11-28T01:58:15.065Z Compiling rand_core v0.6.4
14812023-11-28T01:58:15.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=8e66244baa1a5b19 -C extra-filename=-8e66244baa1a5b19 --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-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings`
14822023-11-28T01:58:15.092Z Compiling signal-hook-registry v1.4.1
14832023-11-28T01:58:15.134Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=448540a737297354 -C extra-filename=-448540a737297354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
14842023-11-28T01:58:15.443Z Compiling parking_lot v0.12.1
14852023-11-28T01:58:15.447Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5405541c40fedf6c -C extra-filename=-5405541c40fedf6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings`
14862023-11-28T01:58:15.739Z Compiling mio v0.8.9
14872023-11-28T01:58:15.742Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=681018778da6c197 -C extra-filename=-681018778da6c197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
14882023-11-28T01:58:15.851Z Compiling num_cpus v1.16.0
14892023-11-28T01:58:15.854Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f696aea8912d905 -C extra-filename=-2f696aea8912d905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
14902023-11-28T01:58:16.033Z Compiling socket2 v0.5.5
14912023-11-28T01:58:16.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=ef8aaf88987f1e15 -C extra-filename=-ef8aaf88987f1e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
14922023-11-28T01:58:16.422Z Compiling regex-syntax v0.8.2
14932023-11-28T01:58:16.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-11-28T01:58:17.064Z Compiling futures-task v0.3.29
14952023-11-28T01:58:17.080Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14962023-11-28T01:58:17.575Z Compiling futures-channel v0.3.29
14972023-11-28T01:58:17.578Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14982023-11-28T01:58:18.127Z Compiling hashbrown v0.14.2
14992023-11-28T01:58:18.130Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15002023-11-28T01:58:18.130Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build`
15012023-11-28T01:58:18.130Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build`
15022023-11-28T01:58:18.130Z Compiling futures-util v0.3.29
15032023-11-28T01:58:18.130Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15042023-11-28T01:58:18.206Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build`
15052023-11-28T01:58:18.230Z Compiling pin-utils v0.1.0
15062023-11-28T01:58:18.230Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15072023-11-28T01:58:18.267Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings`
15082023-11-28T01:58:18.353Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15092023-11-28T01:58:18.612Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build`
15102023-11-28T01:58:18.652Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15112023-11-28T01:58:18.789Z Compiling errno v0.3.2
15122023-11-28T01:58:18.792Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1b468a20b03a26 -C extra-filename=-4c1b468a20b03a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15132023-11-28T01:58:18.914Z Compiling aho-corasick v1.0.4
15142023-11-28T01:58:18.941Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
15152023-11-28T01:58:19.071Z Compiling equivalent v1.0.1
15162023-11-28T01:58:19.074Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15172023-11-28T01:58:19.144Z Compiling futures-io v0.3.29
15182023-11-28T01:58:19.160Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15192023-11-28T01:58:19.226Z Compiling byteorder v1.5.0
15202023-11-28T01:58:19.249Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15212023-11-28T01:58:19.553Z Compiling typenum v1.16.0
15222023-11-28T01:58:19.556Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-11-28T01:58:19.705Z Compiling generic-array v0.14.7
15242023-11-28T01:58:19.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
15252023-11-28T01:58:19.966Z Compiling iana-time-zone v0.1.57
15262023-11-28T01:58:19.972Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15272023-11-28T01:58:20.109Z Compiling pkg-config v0.3.27
15282023-11-28T01:58:20.112Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15292023-11-28T01:58:20.289Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build`
15302023-11-28T01:58:20.380Z Compiling subtle v2.5.0
15312023-11-28T01:58:20.383Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15322023-11-28T01:58:20.620Z Compiling tinyvec_macros v0.1.1
15332023-11-28T01:58:20.624Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15342023-11-28T01:58:20.745Z Compiling rustix v0.38.9
15352023-11-28T01:58:20.748Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=c4c8ec7fc081b369 -C extra-filename=-c4c8ec7fc081b369 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c4c8ec7fc081b369 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15362023-11-28T01:58:20.874Z Compiling tinyvec v1.6.0
15372023-11-28T01:58:20.876Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-89b2b77651f9688d.rmeta --cap-lints allow -D warnings`
15382023-11-28T01:58:21.310Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main`
15392023-11-28T01:58:21.681Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-11-28T01:58:21.938Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c4c8ec7fc081b369/build-script-build`
15412023-11-28T01:58:22.098Z Compiling tracing-core v0.1.31
15422023-11-28T01:58:22.102Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=38aa913b0151a141 -C extra-filename=-38aa913b0151a141 --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-60360085401b1f6c.rmeta --cap-lints allow -D warnings`
15432023-11-28T01:58:22.303Z Compiling regex-automata v0.4.3
15442023-11-28T01:58:22.308Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=57572678d71e52ed -C extra-filename=-57572678d71e52ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
15452023-11-28T01:58:23.437Z Compiling unicode-normalization v0.1.22
15462023-11-28T01:58:23.440Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
15472023-11-28T01:58:24.091Z Compiling base64 v0.21.5
15482023-11-28T01:58:24.097Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15492023-11-28T01:58:24.514Z Compiling const-oid v0.9.5
15502023-11-28T01:58:24.524Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15512023-11-28T01:58:25.259Z Compiling unicode-bidi v0.3.13
15522023-11-28T01:58:25.262Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-11-28T01:58:25.302Z Compiling dyn-clone v1.0.13
15542023-11-28T01:58:25.333Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15552023-11-28T01:58:25.606Z Compiling serde_derive_internals v0.26.0
15562023-11-28T01:58:25.609Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
15572023-11-28T01:58:26.392Z Compiling percent-encoding v2.3.0
15582023-11-28T01:58:26.395Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=cd462a449c4b210b -C extra-filename=-cd462a449c4b210b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-11-28T01:58:26.964Z Compiling schemars v0.8.13
15602023-11-28T01:58:26.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-11-28T01:58:27.619Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build`
15622023-11-28T01:58:27.659Z Compiling ppv-lite86 v0.2.17
15632023-11-28T01:58:27.662Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15642023-11-28T01:58:27.784Z Compiling bitflags v1.3.2
15652023-11-28T01:58:27.787Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15662023-11-28T01:58:27.857Z Compiling unicode-width v0.1.11
15672023-11-28T01:58:27.860Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15682023-11-28T01:58:27.926Z Compiling form_urlencoded v1.2.0
15692023-11-28T01:58:27.931Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=bea906fb5bcc439c -C extra-filename=-bea906fb5bcc439c --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-cd462a449c4b210b.rmeta --cap-lints allow -D warnings`
15702023-11-28T01:58:28.004Z Compiling spin v0.9.8
15712023-11-28T01:58:28.452Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings`
15722023-11-28T01:58:28.455Z Compiling indexmap v1.9.3
15732023-11-28T01:58:28.456Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
15742023-11-28T01:58:28.456Z Compiling vcpkg v0.2.15
15752023-11-28T01:58:28.456Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-11-28T01:58:28.571Z Compiling hashbrown v0.12.3
15772023-11-28T01:58:28.588Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15782023-11-28T01:58:28.632Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build`
15792023-11-28T01:58:28.671Z Compiling httparse v1.8.0
15802023-11-28T01:58:28.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15812023-11-28T01:58:28.932Z Compiling rand_chacha v0.3.1
15822023-11-28T01:58:28.935Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=49ba573a971a5789 -C extra-filename=-49ba573a971a5789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
15832023-11-28T01:58:29.389Z Compiling regex v1.10.2
15842023-11-28T01:58:29.393Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=537384909654dd1b -C extra-filename=-537384909654dd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
15852023-11-28T01:58:30.328Z Compiling rand v0.8.5
15862023-11-28T01:58:30.873Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=8c4ac547107558e9 -C extra-filename=-8c4ac547107558e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
15872023-11-28T01:58:30.877Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std`
15882023-11-28T01:58:31.214Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build`
15892023-11-28T01:58:31.252Z Compiling either v1.9.0
15902023-11-28T01:58:31.256Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15912023-11-28T01:58:31.784Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
15922023-11-28T01:58:31.809Z Compiling idna v0.4.0
15932023-11-28T01:58:31.814Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.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=a78578e81ee3fb2d -C extra-filename=-a78578e81ee3fb2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
15942023-11-28T01:58:31.868Z Compiling semver v1.0.20
15952023-11-28T01:58:31.899Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15962023-11-28T01:58:32.133Z Compiling openssl-sys v0.9.93
15972023-11-28T01:58:32.136Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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 debuginfo=line-tables-only -C metadata=efdd12c64f09c97c -C extra-filename=-efdd12c64f09c97c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-efdd12c64f09c97c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings`
15982023-11-28T01:58:32.786Z Compiling ucd-trie v0.1.6
15992023-11-28T01:58:32.789Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16002023-11-28T01:58:32.916Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build`
16012023-11-28T01:58:33.011Z Compiling ring v0.17.5
16022023-11-28T01:58:33.013Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=8884798a5cb10bd2 -C extra-filename=-8884798a5cb10bd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-8884798a5cb10bd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
16032023-11-28T01:58:33.774Z Compiling url v2.4.1
16042023-11-28T01:58:33.778Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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=703d4970c9697e1c -C extra-filename=-703d4970c9697e1c --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-bea906fb5bcc439c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a78578e81ee3fb2d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --cap-lints allow -D warnings`
16052023-11-28T01:58:33.814Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-efdd12c64f09c97c/build-script-main`
16062023-11-28T01:58:34.020Z Compiling ring v0.16.20
16072023-11-28T01:58:34.023Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=b044ec4a0bf7a5c7 -C extra-filename=-b044ec4a0bf7a5c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b044ec4a0bf7a5c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
16082023-11-28T01:58:34.550Z Compiling socket2 v0.4.9
16092023-11-28T01:58:34.552Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4af9db241e249833 -C extra-filename=-4af9db241e249833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
16102023-11-28T01:58:34.897Z Compiling ahash v0.8.3
16112023-11-28T01:58:34.900Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01adb4bcf8196813 -C extra-filename=-01adb4bcf8196813 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
16122023-11-28T01:58:35.464Z Compiling adler v1.0.2
16132023-11-28T01:58:35.501Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16142023-11-28T01:58:35.798Z Compiling winnow v0.5.15
16152023-11-28T01:58:35.800Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-11-28T01:58:35.824Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b044ec4a0bf7a5c7/build-script-build`
16172023-11-28T01:58:35.859Z Compiling miniz_oxide v0.7.1
16182023-11-28T01:58:35.862Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-b64914fab9901ac1.rmeta --cap-lints allow -D warnings`
16192023-11-28T01:58:36.104Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813/build-script-build`
16202023-11-28T01:58:36.226Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-8884798a5cb10bd2/build-script-build`
16212023-11-28T01:58:36.779Z Compiling async-trait v0.1.74
16222023-11-28T01:58:36.781Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16232023-11-28T01:58:37.685Z Compiling strsim v0.10.0
16242023-11-28T01:58:37.688Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16252023-11-28T01:58:37.931Z Compiling serde_derive v1.0.192
16262023-11-28T01:58:37.934Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=101f844cca2ed149 -C extra-filename=-101f844cca2ed149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16272023-11-28T01:58:38.072Z Compiling thiserror-impl v1.0.49
16282023-11-28T01:58:38.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16292023-11-28T01:58:38.328Z Compiling zeroize_derive v1.4.2
16302023-11-28T01:58:38.331Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16312023-11-28T01:58:38.432Z Compiling tokio-macros v2.2.0
16322023-11-28T01:58:38.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16332023-11-28T01:58:38.908Z Compiling futures-macro v0.3.29
16342023-11-28T01:58:38.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16352023-11-28T01:58:39.418Z Compiling tracing-attributes v0.1.26
16362023-11-28T01:58:39.422Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16372023-11-28T01:58:41.271Z Compiling zeroize v1.6.0
16382023-11-28T01:58:41.275Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.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=132142e83018d57b -C extra-filename=-132142e83018d57b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-3347ed7177904ed4.so --cap-lints allow -D warnings`
16392023-11-28T01:58:41.398Z Compiling schemars_derive v0.8.13
16402023-11-28T01:58:41.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
16412023-11-28T01:58:41.593Z Compiling httpdate v1.0.3
16422023-11-28T01:58:41.618Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16432023-11-28T01:58:41.870Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=c23e6ee783c912f3 -C extra-filename=-c23e6ee783c912f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16442023-11-28T01:58:41.899Z Compiling untrusted v0.7.1
16452023-11-28T01:58:41.932Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16462023-11-28T01:58:42.208Z Compiling try-lock v0.2.4
16472023-11-28T01:58:42.222Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16482023-11-28T01:58:42.309Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c4886c411ec599bb -C extra-filename=-c4886c411ec599bb --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-60360085401b1f6c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -l static=ring-core -l static=ring-test`
16492023-11-28T01:58:42.469Z Compiling want v0.3.1
16502023-11-28T01:58:42.469Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings`
16512023-11-28T01:58:43.251Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings`
16522023-11-28T01:58:43.254Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build`
16532023-11-28T01:58:43.254Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=d3ff75378bf82262 -C extra-filename=-d3ff75378bf82262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
16542023-11-28T01:58:43.612Z Compiling openssl v0.10.57
16552023-11-28T01:58:43.615Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=64afff6561369d4b -C extra-filename=-64afff6561369d4b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-64afff6561369d4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16562023-11-28T01:58:43.838Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-56271d855a05ea1b.so --cap-lints allow -D warnings`
16572023-11-28T01:58:44.008Z Compiling pest v2.7.2
16582023-11-28T01:58:44.011Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings`
16592023-11-28T01:58:44.253Z Compiling crypto-common v0.1.6
16602023-11-28T01:58:44.256Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=a33671fa8ef1c928 -C extra-filename=-a33671fa8ef1c928 --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-c23e6ee783c912f3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings`
16612023-11-28T01:58:44.327Z Compiling block-buffer v0.10.4
16622023-11-28T01:58:44.359Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cbb7005fdf74ce38 -C extra-filename=-cbb7005fdf74ce38 --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-c23e6ee783c912f3.rmeta --cap-lints allow -D warnings`
16632023-11-28T01:58:44.578Z Compiling tower-service v0.3.2
16642023-11-28T01:58:44.581Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16652023-11-28T01:58:44.731Z Compiling digest v0.10.7
16662023-11-28T01:58:44.763Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=0e38fde94b3751f2 -C extra-filename=-0e38fde94b3751f2 --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-cbb7005fdf74ce38.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a33671fa8ef1c928.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
16672023-11-28T01:58:44.767Z Compiling openssl-probe v0.1.5
16682023-11-28T01:58:44.767Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16692023-11-28T01:58:45.259Z Compiling foreign-types-shared v0.1.1
16702023-11-28T01:58:45.268Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16712023-11-28T01:58:45.410Z Compiling cpufeatures v0.2.9
16722023-11-28T01:58:45.440Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16732023-11-28T01:58:45.443Z Compiling untrusted v0.9.0
16742023-11-28T01:58:45.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16752023-11-28T01:58:45.553Z Compiling foreign-types v0.3.2
16762023-11-28T01:58:45.580Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-98a776ebe496b644.rmeta --cap-lints allow -D warnings`
16772023-11-28T01:58:45.705Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=a2184cc7dcbbb190 -C extra-filename=-a2184cc7dcbbb190 --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-fd3f8e5b97695db0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
16782023-11-28T01:58:46.134Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-64afff6561369d4b/build-script-build`
16792023-11-28T01:58:46.153Z Compiling hashbrown v0.13.2
16802023-11-28T01:58:46.153Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=0da48a872d5df034 -C extra-filename=-0da48a872d5df034 --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-d3ff75378bf82262.rmeta --cap-lints allow -D warnings`
16812023-11-28T01:58:46.271Z Compiling tracing v0.1.37
16822023-11-28T01:58:46.311Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=0fcd7419c0caa38d -C extra-filename=-0fcd7419c0caa38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-38aa913b0151a141.rmeta --cap-lints allow -D warnings`
16832023-11-28T01:58:47.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16842023-11-28T01:58:47.177Z Compiling openssl-macros v0.1.1
16852023-11-28T01:58:47.187Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16862023-11-28T01:58:47.723Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=945ddc784a0aa3eb -C extra-filename=-945ddc784a0aa3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.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`
16872023-11-28T01:58:48.601Z Compiling rustls v0.21.9
16882023-11-28T01:58:48.606Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16892023-11-28T01:58:48.636Z Compiling mime v0.3.17
16902023-11-28T01:58:48.638Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16912023-11-28T01:58:48.733Z Compiling sct v0.7.0
16922023-11-28T01:58:48.736Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fee862dc150e6395 -C extra-filename=-fee862dc150e6395 --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-c4886c411ec599bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
16932023-11-28T01:58:49.141Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build`
16942023-11-28T01:58:49.182Z Compiling rustls-webpki v0.101.7
16952023-11-28T01:58:49.185Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6f2df29225feba44 -C extra-filename=-6f2df29225feba44 --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-a2184cc7dcbbb190.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out`
16962023-11-28T01:58:49.237Z Compiling native-tls v0.2.11
16972023-11-28T01:58:49.240Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16982023-11-28T01:58:49.569Z Compiling ipnet v2.8.0
16992023-11-28T01:58:49.650Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17002023-11-28T01:58:49.847Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build`
17012023-11-28T01:58:49.889Z Compiling rustls-pemfile v1.0.3
17022023-11-28T01:58:49.918Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
17032023-11-28T01:58:49.998Z Compiling backtrace v0.3.69
17042023-11-28T01:58:50.003Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adf632ad3be64156 -C extra-filename=-adf632ad3be64156 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
17052023-11-28T01:58:50.456Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0749c1580f3bf80c -C extra-filename=-0749c1580f3bf80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a2184cc7dcbbb190.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6f2df29225feba44.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-fee862dc150e6395.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
17062023-11-28T01:58:50.795Z Compiling crossbeam-utils v0.8.16
17072023-11-28T01:58:50.798Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17082023-11-28T01:58:51.572Z Compiling unicode-xid v0.2.4
17092023-11-28T01:58:51.586Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17102023-11-28T01:58:51.680Z Compiling gimli v0.28.0
17112023-11-28T01:58:51.715Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17122023-11-28T01:58:51.824Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build`
17132023-11-28T01:58:51.904Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156/build-script-build`
17142023-11-28T01:58:51.906Z Compiling object v0.32.1
17152023-11-28T01:58:51.909Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
17162023-11-28T01:58:52.007Z Compiling encoding_rs v0.8.33
17172023-11-28T01:58:52.050Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17182023-11-28T01:58:52.231Z Compiling anyhow v1.0.75
17192023-11-28T01:58:52.241Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17202023-11-28T01:58:52.652Z Compiling rustc-demangle v0.1.23
17212023-11-28T01:58:52.652Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17222023-11-28T01:58:52.666Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17232023-11-28T01:58:52.700Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-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=fc3da6c1712bbba6 -C extra-filename=-fc3da6c1712bbba6 --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-101f844cca2ed149.so --cap-lints allow -D warnings`
17242023-11-28T01:58:53.227Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build`
17252023-11-28T01:58:53.456Z Compiling rustls-native-certs v0.6.3
17262023-11-28T01:58:53.459Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings`
17272023-11-28T01:58:54.000Z Compiling crc32fast v1.3.2
17282023-11-28T01:58:54.004Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17292023-11-28T01:58:54.087Z Compiling slog v2.7.0
17302023-11-28T01:58:54.089Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17312023-11-28T01:58:54.593Z Compiling webpki-roots v0.25.2
17322023-11-28T01:58:54.605Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17332023-11-28T01:58:54.823Z Compiling utf8parse v0.2.1
17342023-11-28T01:58:54.825Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17352023-11-28T01:58:54.852Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build`
17362023-11-28T01:58:54.932Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build`
17372023-11-28T01:58:54.960Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17382023-11-28T01:58:55.030Z Compiling io-lifetimes v1.0.11
17392023-11-28T01:58:55.041Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17402023-11-28T01:58:55.065Z Compiling rustversion v1.0.14
17412023-11-28T01:58:55.106Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17422023-11-28T01:58:55.472Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17432023-11-28T01:58:55.998Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build`
17442023-11-28T01:58:56.200Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build`
17452023-11-28T01:58:56.294Z Compiling futures-executor v0.3.29
17462023-11-28T01:58:56.297Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
17472023-11-28T01:58:56.361Z Compiling num-integer v0.1.45
17482023-11-28T01:58:56.366Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
17492023-11-28T01:58:56.723Z Compiling anstyle v1.0.2
17502023-11-28T01:58:56.726Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17512023-11-28T01:58:56.905Z Compiling rustix v0.37.23
17522023-11-28T01:58:56.908Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17532023-11-28T01:58:57.197Z Compiling time-core v0.1.1
17542023-11-28T01:58:57.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17552023-11-28T01:58:57.475Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build`
17562023-11-28T01:58:57.519Z Compiling time-macros v0.2.13
17572023-11-28T01:58:57.522Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=0a4e164824626899 -C extra-filename=-0a4e164824626899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
17582023-11-28T01:58:57.546Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings`
17592023-11-28T01:58:57.805Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17602023-11-28T01:58:58.073Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build`
17612023-11-28T01:58:58.178Z Compiling synstructure v0.12.6
17622023-11-28T01:58:58.182Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
17632023-11-28T01:59:00.913Z Compiling addr2line v0.21.0
17642023-11-28T01:59:00.917Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings`
17652023-11-28T01:59:00.917Z Compiling pest_meta v2.7.2
17662023-11-28T01:59:00.917Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59ac61c60e3a378e -C extra-filename=-59ac61c60e3a378e --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-60360085401b1f6c.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings`
17672023-11-28T01:59:00.918Z Compiling num_threads v0.1.6
17682023-11-28T01:59:00.918Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17692023-11-28T01:59:00.918Z Compiling deranged v0.3.8
17702023-11-28T01:59:00.918Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17712023-11-28T01:59:00.941Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=91a8876819c816e7 -C extra-filename=-91a8876819c816e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-4c1b468a20b03a26.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-0a4e164824626899.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17722023-11-28T01:59:01.193Z Compiling zerocopy-derive v0.2.0
17732023-11-28T01:59:01.219Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings`
17742023-11-28T01:59:02.894Z Compiling bytes v1.5.0
17752023-11-28T01:59:02.898Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cf72f843b9ce520b -C extra-filename=-cf72f843b9ce520b --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17762023-11-28T01:59:03.045Z Compiling bitflags v2.4.0
17772023-11-28T01:59:03.049Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=95e0840708437b88 -C extra-filename=-95e0840708437b88 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17782023-11-28T01:59:03.340Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=dd2977d951e95a2e -C extra-filename=-dd2977d951e95a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17792023-11-28T01:59:03.344Z Compiling indexmap v2.1.0
17802023-11-28T01:59:03.347Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2e7a89619d1b841a -C extra-filename=-2e7a89619d1b841a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17812023-11-28T01:59:03.682Z Compiling chrono v0.4.31
17822023-11-28T01:59:03.691Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=9ebc0d9ab6a565e5 -C extra-filename=-9ebc0d9ab6a565e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17832023-11-28T01:59:03.713Z Compiling uuid v1.6.1
17842023-11-28T01:59:03.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=3397c14cb16db240 -C extra-filename=-3397c14cb16db240 --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-fd3f8e5b97695db0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17852023-11-28T01:59:04.757Z Compiling tokio v1.34.0
17862023-11-28T01:59:04.761Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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="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=92ca6d6243f4e95c -C extra-filename=-92ca6d6243f4e95c --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-cf72f843b9ce520b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings`
17872023-11-28T01:59:04.983Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=5631119ba69f172b -C extra-filename=-5631119ba69f172b --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-95e0840708437b88.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-4c1b468a20b03a26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17882023-11-28T01:59:05.333Z Compiling http v0.2.11
17892023-11-28T01:59:05.340Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a198b56a5f9eb1ad -C extra-filename=-a198b56a5f9eb1ad --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-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings`
17902023-11-28T01:59:05.690Z Compiling toml_datetime v0.6.5
17912023-11-28T01:59:05.731Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=f7c2b7796e32d7a6 -C extra-filename=-f7c2b7796e32d7a6 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17922023-11-28T01:59:06.255Z Compiling serde_spanned v0.6.4
17932023-11-28T01:59:06.259Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=fe3e9a6041e02309 -C extra-filename=-fe3e9a6041e02309 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17942023-11-28T01:59:06.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=54881a1782a3e1b0 -C extra-filename=-54881a1782a3e1b0 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
17952023-11-28T01:59:06.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=36301ae01a46cbf2 -C extra-filename=-36301ae01a46cbf2 --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-95e0840708437b88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.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`
17962023-11-28T01:59:07.718Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=655abe61a0792043 -C extra-filename=-655abe61a0792043 --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-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17972023-11-28T01:59:08.410Z Compiling http-body v0.4.5
17982023-11-28T01:59:08.417Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fcbfd8235f78087 -C extra-filename=-9fcbfd8235f78087 --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-cf72f843b9ce520b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
17992023-11-28T01:59:08.553Z Compiling toml_edit v0.19.15
18002023-11-28T01:59:08.566Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=32ad42ce06f6cab4 -C extra-filename=-32ad42ce06f6cab4 --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-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
18012023-11-28T01:59:09.026Z Compiling serde_urlencoded v0.7.1
18022023-11-28T01:59:09.028Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c44a39ae764039d9 -C extra-filename=-c44a39ae764039d9 --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-bea906fb5bcc439c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18032023-11-28T01:59:09.522Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9672aa5509b59d9 -C extra-filename=-a9672aa5509b59d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings`
18042023-11-28T01:59:09.852Z Compiling rustc_version v0.4.0
18052023-11-28T01:59:09.855Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24886e505c93f47 -C extra-filename=-a24886e505c93f47 --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-54881a1782a3e1b0.rmeta --cap-lints allow -D warnings`
18062023-11-28T01:59:09.877Z Compiling openapiv3 v2.0.0-rc.1
18072023-11-28T01:59:09.880Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0-rc.1/src/lib.rs --error-format=json --json=diagnostic-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=8bdc91c0611425a8 -C extra-filename=-8bdc91c0611425a8 --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-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings`
18082023-11-28T01:59:10.205Z Compiling hex v0.4.3
18092023-11-28T01:59:10.212Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f7e7e787f938be2 -C extra-filename=-6f7e7e787f938be2 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18102023-11-28T01:59:11.069Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4df5b42792d76143 -C extra-filename=-4df5b42792d76143 --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-a9672aa5509b59d9.rmeta --cap-lints allow -D warnings`
18112023-11-28T01:59:11.205Z Compiling time v0.3.27
18122023-11-28T01:59:11.230Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=9b800e302f11b330 -C extra-filename=-9b800e302f11b330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings`
18132023-11-28T01:59:16.350Z Compiling pest_generator v2.7.2
18142023-11-28T01:59:18.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=cb8b0f020db1d377 -C extra-filename=-cb8b0f020db1d377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-59ac61c60e3a378e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
18152023-11-28T01:59:18.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128`
18162023-11-28T01:59:18.786Z Compiling futures v0.3.29
18172023-11-28T01:59:18.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
18182023-11-28T01:59:18.786Z Compiling flate2 v1.0.28
18192023-11-28T01:59:18.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings`
18202023-11-28T01:59:20.302Z Compiling anstyle-parse v0.2.1
18212023-11-28T01:59:20.302Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
18222023-11-28T01:59:20.302Z Compiling zerocopy-derive v0.6.4
18232023-11-28T01:59:20.302Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
18242023-11-28T01:59:20.302Z Compiling itertools v0.10.5
18252023-11-28T01:59:20.302Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
18262023-11-28T01:59:20.302Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54f05d0aede7b833 -C extra-filename=-54f05d0aede7b833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18272023-11-28T01:59:20.373Z Compiling tokio-util v0.7.10
18282023-11-28T01:59:20.373Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=785b7f79852bfc20 -C extra-filename=-785b7f79852bfc20 --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-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings`
18292023-11-28T01:59:20.373Z Compiling tokio-rustls v0.24.1
18302023-11-28T01:59:20.373Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=c09986439c97375a -C extra-filename=-c09986439c97375a --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-0749c1580f3bf80c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
18312023-11-28T01:59:41.895Z Compiling tokio-native-tls v0.3.1
18322023-11-28T01:59:41.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2de728d79d150fd1 -C extra-filename=-2de728d79d150fd1 --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-54f05d0aede7b833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18332023-11-28T01:59:41.895Z Compiling anstyle-query v1.0.0
18342023-11-28T01:59:41.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18352023-11-28T01:59:41.895Z Compiling h2 v0.3.21
18362023-11-28T01:59:41.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46d5e3c9df5cab33 -C extra-filename=-46d5e3c9df5cab33 --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-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings`
18372023-11-28T01:59:41.896Z Compiling unicode-segmentation v1.10.1
18382023-11-28T01:59:41.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18392023-11-28T01:59:41.896Z Compiling siphasher v0.3.11
18402023-11-28T01:59:41.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18412023-11-28T01:59:41.896Z Compiling colorchoice v1.0.0
18422023-11-28T01:59:41.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18432023-11-28T01:59:42.818Z Compiling anstream v0.5.0
18442023-11-28T01:59:42.818Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
18452023-11-28T01:59:42.956Z Compiling zerocopy v0.6.4
18462023-11-28T01:59:42.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings`
18472023-11-28T01:59:42.956Z Compiling pest_derive v2.7.2
18482023-11-28T01:59:42.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=08632d05d7b6ebb3 -C extra-filename=-08632d05d7b6ebb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-cb8b0f020db1d377.rlib --extern proc_macro --cap-lints allow -D warnings`
18492023-11-28T01:59:42.956Z Compiling zerocopy v0.3.0
18502023-11-28T01:59:42.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings`
18512023-11-28T01:59:42.956Z Compiling terminal_size v0.2.6
18522023-11-28T01:59:42.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=907dbe34ad032331 -C extra-filename=-907dbe34ad032331 --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-91a8876819c816e7.rmeta --cap-lints allow -D warnings`
18532023-11-28T01:59:42.957Z Compiling memoffset v0.9.0
18542023-11-28T01:59:42.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
18552023-11-28T01:59:42.957Z Compiling usdt-impl v0.3.5
18562023-11-28T01:59:42.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
18572023-11-28T01:59:42.957Z Compiling bit-vec v0.6.3
18582023-11-28T01:59:42.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18592023-11-28T01:59:42.957Z Compiling clap_lex v0.5.1
18602023-11-28T01:59:42.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18612023-11-28T01:59:42.958Z Compiling dof v0.1.5
18622023-11-28T01:59:42.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings`
18632023-11-28T01:59:42.958Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build`
18642023-11-28T01:59:42.958Z Compiling dtrace-parser v0.1.14
18652023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcea443e6c284b25 -C extra-filename=-dcea443e6c284b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-08632d05d7b6ebb3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
18662023-11-28T01:59:42.959Z Compiling toml v0.7.8
18672023-11-28T01:59:42.959Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build`
18682023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=06af5535c6198b55 -C extra-filename=-06af5535c6198b55 --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-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings`
18692023-11-28T01:59:42.959Z Compiling clap_builder v4.4.2
18702023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=65ec1a0f41bf9aef -C extra-filename=-65ec1a0f41bf9aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-907dbe34ad032331.rmeta --cap-lints allow -D warnings`
18712023-11-28T01:59:42.959Z Compiling toml_edit v0.21.0
18722023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=e0682a68817d4d48 -C extra-filename=-e0682a68817d4d48 --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-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
18732023-11-28T01:59:42.959Z Compiling clap_derive v4.4.2
18742023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
18752023-11-28T01:59:42.959Z Compiling thread-id v4.2.0
18762023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a44f4ab348dc9b12 -C extra-filename=-a44f4ab348dc9b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
18772023-11-28T01:59:42.959Z Compiling crossbeam-epoch v0.9.15
18782023-11-28T01:59:42.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
18792023-11-28T01:59:42.960Z Compiling data-encoding v2.4.0
18802023-11-28T01:59:42.960Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18812023-11-28T01:59:42.960Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build`
18822023-11-28T01:59:42.960Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e1fe6e8ae9df5f9b -C extra-filename=-e1fe6e8ae9df5f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dcea443e6c284b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a44f4ab348dc9b12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
18832023-11-28T01:59:42.960Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
18842023-11-28T01:59:42.961Z Compiling serde_tokenstream v0.1.7
18852023-11-28T01:59:42.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fd957c89515b950 -C extra-filename=-2fd957c89515b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
18862023-11-28T01:59:42.961Z Compiling strum_macros v0.25.2
18872023-11-28T01:59:42.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51af52420240f790 -C extra-filename=-51af52420240f790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
18882023-11-28T01:59:42.961Z Compiling num-iter v0.1.43
18892023-11-28T01:59:42.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
18902023-11-28T01:59:42.962Z Compiling managed v0.8.0
18912023-11-28T01:59:42.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18922023-11-28T01:59:42.962Z Compiling signal-hook v0.3.17
18932023-11-28T01:59:42.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18942023-11-28T01:59:42.962Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build`
18952023-11-28T01:59:42.962Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build`
18962023-11-28T01:59:42.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings`
18972023-11-28T01:59:42.964Z Compiling bit-set v0.5.3
18982023-11-28T01:59:42.965Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings`
18992023-11-28T01:59:42.965Z Compiling phf_shared v0.10.0
19002023-11-28T01:59:42.965Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
19012023-11-28T01:59:42.965Z Compiling ipnetwork v0.20.0
19022023-11-28T01:59:42.965Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=847fb59b18b2aee3 -C extra-filename=-847fb59b18b2aee3 --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-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
19032023-11-28T01:59:42.966Z Compiling sha2 v0.10.8
19042023-11-28T01:59:42.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=706a3eb5ae0069c7 -C extra-filename=-706a3eb5ae0069c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --cap-lints allow -D warnings`
19052023-11-28T01:59:42.966Z Compiling hyper v0.14.27
19062023-11-28T01:59:42.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=f0d93093a2b87f0e -C extra-filename=-f0d93093a2b87f0e --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-cf72f843b9ce520b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46d5e3c9df5cab33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings`
19072023-11-28T01:59:42.966Z Compiling precomputed-hash v0.1.1
19082023-11-28T01:59:42.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19092023-11-28T01:59:42.966Z Compiling fixedbitset v0.4.2
19102023-11-28T01:59:42.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19112023-11-28T01:59:42.967Z Compiling clap v4.4.3
19122023-11-28T01:59:42.967Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=d13ea45d662ae5f8 -C extra-filename=-d13ea45d662ae5f8 --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-65ec1a0f41bf9aef.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings`
19132023-11-28T01:59:42.967Z Compiling new_debug_unreachable v1.0.4
19142023-11-28T01:59:42.967Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19152023-11-28T01:59:42.967Z Compiling string_cache v0.8.7
19162023-11-28T01:59:42.968Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=275f3cec25e20431 -C extra-filename=-275f3cec25e20431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
19172023-11-28T01:59:42.969Z Compiling petgraph v0.6.4
19182023-11-28T01:59:42.969Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=cb3b038c24d25106 -C extra-filename=-cb3b038c24d25106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
19192023-11-28T01:59:42.969Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19202023-11-28T01:59:42.969Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=f2eb63f7b73ee948 -C extra-filename=-f2eb63f7b73ee948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --cap-lints allow -D warnings`
19212023-11-28T01:59:42.970Z Compiling usdt-attr-macro v0.3.5
19222023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=ba5027b44d0cc7cd -C extra-filename=-ba5027b44d0cc7cd --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-dcea443e6c284b25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rlib --extern proc_macro --cap-lints allow -D warnings`
19232023-11-28T01:59:42.970Z Compiling usdt-macro v0.3.5
19242023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=91acab1736c4e9ec -C extra-filename=-91acab1736c4e9ec --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-dcea443e6c284b25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rlib --extern proc_macro --cap-lints allow -D warnings`
19252023-11-28T01:59:42.970Z Compiling hmac v0.12.1
19262023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=813f7baf033bce2d -C extra-filename=-813f7baf033bce2d --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-0e38fde94b3751f2.rmeta --cap-lints allow -D warnings`
19272023-11-28T01:59:42.970Z Compiling bzip2-sys v0.1.11+1.0.8
19282023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=855b098f48ac0d1d -C extra-filename=-855b098f48ac0d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
19292023-11-28T01:59:42.970Z Compiling doc-comment v0.3.3
19302023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19312023-11-28T01:59:42.970Z Compiling heapless v0.7.16
19322023-11-28T01:59:42.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=db4f4dd10436268c -C extra-filename=-db4f4dd10436268c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
19332023-11-28T01:59:42.970Z Compiling usdt v0.3.5
19342023-11-28T01:59:42.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=ce93925926181581 -C extra-filename=-ce93925926181581 --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-dcea443e6c284b25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ba5027b44d0cc7cd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-91acab1736c4e9ec.so --cap-lints allow -D warnings`
19352023-11-28T01:59:42.971Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d/build-script-build`
19362023-11-28T01:59:42.971Z Compiling pin-project-internal v1.1.3
19372023-11-28T01:59:42.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19382023-11-28T01:59:42.971Z Compiling lalrpop-util v0.19.12
19392023-11-28T01:59:42.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19402023-11-28T01:59:42.971Z Compiling predicates-core v1.0.6
19412023-11-28T01:59:42.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19422023-11-28T01:59:42.971Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build`
19432023-11-28T01:59:42.971Z Compiling matches v0.1.10
19442023-11-28T01:59:42.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19452023-11-28T01:59:43.105Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19462023-11-28T01:59:43.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19472023-11-28T01:59:43.105Z Compiling regex-automata v0.1.10
19482023-11-28T01:59:43.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19492023-11-28T01:59:43.105Z Compiling idna v0.2.3
19502023-11-28T01:59:43.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
19512023-11-28T01:59:43.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db9e60a6dcb62e11 -C extra-filename=-db9e60a6dcb62e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -l static=bz2`
19522023-11-28T01:59:43.107Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19532023-11-28T01:59:43.107Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c/build-script-build`
19542023-11-28T01:59:43.107Z Compiling signal-hook-mio v0.2.3
19552023-11-28T01:59:43.107Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=806687a411aee27d -C extra-filename=-806687a411aee27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --cap-lints allow -D warnings`
19562023-11-28T01:59:43.107Z Compiling bstr v0.2.17
19572023-11-28T01:59:43.107Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings`
19582023-11-28T01:59:43.108Z Compiling signature v2.1.0
19592023-11-28T01:59:43.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=92ff5bc1b2aec7bb -C extra-filename=-92ff5bc1b2aec7bb --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-0e38fde94b3751f2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
19602023-11-28T01:59:43.108Z Compiling block-padding v0.3.3
19612023-11-28T01:59:43.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=3545e00c00491e81 -C extra-filename=-3545e00c00491e81 --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-c23e6ee783c912f3.rmeta --cap-lints allow -D warnings`
19622023-11-28T01:59:43.108Z Compiling enum-as-inner v0.5.1
19632023-11-28T01:59:43.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
19642023-11-28T01:59:43.109Z Compiling itertools v0.11.0
19652023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
19662023-11-28T01:59:43.109Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build`
19672023-11-28T01:59:43.109Z Compiling diesel_table_macro_syntax v0.1.0
19682023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
19692023-11-28T01:59:43.109Z Compiling hash32 v0.2.1
19702023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
19712023-11-28T01:59:43.109Z Compiling float-cmp v0.9.0
19722023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
19732023-11-28T01:59:43.109Z Compiling scheduled-thread-pool v0.2.7
19742023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6d89e63f21e1dcd -C extra-filename=-c6d89e63f21e1dcd --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-5405541c40fedf6c.rmeta --cap-lints allow -D warnings`
19752023-11-28T01:59:43.109Z Compiling num-bigint v0.4.4
19762023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
19772023-11-28T01:59:43.109Z Compiling regex-automata v0.3.8
19782023-11-28T01:59:43.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19792023-11-28T01:59:43.110Z Compiling difflib v0.4.0
19802023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19812023-11-28T01:59:43.110Z Compiling stable_deref_trait v1.2.0
19822023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19832023-11-28T01:59:43.110Z Compiling normalize-line-endings v0.3.0
19842023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19852023-11-28T01:59:43.110Z Compiling smoltcp v0.9.1
19862023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19872023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=a61490c645a348db -C extra-filename=-a61490c645a348db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19882023-11-28T01:59:43.110Z Compiling hyper-rustls v0.24.2
19892023-11-28T01:59:43.110Z Compiling hyper-tls v0.5.0
19902023-11-28T01:59:43.110Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=983e1819edbed73e -C extra-filename=-983e1819edbed73e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
19912023-11-28T01:59:43.112Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07eceb9bf20caf1b -C extra-filename=-07eceb9bf20caf1b --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-cf72f843b9ce520b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-54f05d0aede7b833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2de728d79d150fd1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19922023-11-28T01:59:43.112Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build`
19932023-11-28T01:59:43.112Z Compiling reqwest v0.11.22
19942023-11-28T01:59:43.112Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=4a17b326ab06d830 -C extra-filename=-4a17b326ab06d830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46d5e3c9df5cab33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-07eceb9bf20caf1b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-54f05d0aede7b833.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2de728d79d150fd1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
19952023-11-28T01:59:43.173Z Compiling pin-project v1.1.3
19962023-11-28T01:59:43.174Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3196e1157de3c3f1.so --cap-lints allow -D warnings`
19972023-11-28T01:59:43.174Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build`
19982023-11-28T01:59:43.181Z Compiling trust-dns-proto v0.22.0
19992023-11-28T01:59:43.181Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=db528b3099cef0fc -C extra-filename=-db528b3099cef0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --cap-lints allow -D warnings`
20002023-11-28T01:59:43.214Z Compiling r2d2 v0.8.10
20012023-11-28T01:59:43.238Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d293ec619e7fc50 -C extra-filename=-1d293ec619e7fc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c6d89e63f21e1dcd.rmeta --cap-lints allow -D warnings`
20022023-11-28T01:59:43.245Z Compiling diesel_derives v2.1.1
20032023-11-28T01:59:43.254Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=d8ea5c0dae430d72 -C extra-filename=-d8ea5c0dae430d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20042023-11-28T01:59:43.503Z Compiling bstr v1.6.0
20052023-11-28T01:59:43.526Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings`
20062023-11-28T01:59:43.714Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20072023-11-28T01:59:43.782Z Compiling inout v0.1.3
20082023-11-28T01:59:43.820Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=463bc51286927d3b -C extra-filename=-463bc51286927d3b --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-3545e00c00491e81.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c23e6ee783c912f3.rmeta --cap-lints allow -D warnings`
20092023-11-28T01:59:44.203Z Compiling crossterm v0.27.0
20102023-11-28T01:59:44.222Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=a6f7ca36058256e5 -C extra-filename=-a6f7ca36058256e5 --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-95e0840708437b88.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-806687a411aee27d.rmeta --cap-lints allow -D warnings`
20112023-11-28T01:59:44.249Z Compiling bzip2 v0.4.4
20122023-11-28T01:59:44.253Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60f78854abbde1df -C extra-filename=-60f78854abbde1df --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-db9e60a6dcb62e11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
20132023-11-28T01:59:44.609Z Compiling md-5 v0.10.5
20142023-11-28T01:59:44.631Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c88c69323233c617 -C extra-filename=-c88c69323233c617 --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-0e38fde94b3751f2.rmeta --cap-lints allow -D warnings`
20152023-11-28T01:59:44.852Z Compiling snafu-derive v0.7.5
20162023-11-28T01:59:44.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20172023-11-28T01:59:44.996Z Compiling hubpack_derive v0.1.1
20182023-11-28T01:59:45.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20192023-11-28T01:59:46.071Z Compiling console v0.15.7
20202023-11-28T01:59:46.080Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=9be0e24052f4a227 -C extra-filename=-9be0e24052f4a227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
20212023-11-28T01:59:46.620Z Compiling stringprep v0.1.3
20222023-11-28T01:59:46.624Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
20232023-11-28T01:59:47.157Z Compiling fallible-iterator v0.2.0
20242023-11-28T01:59:47.168Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20252023-11-28T01:59:48.290Z Compiling static_assertions v1.1.0
20262023-11-28T01:59:48.330Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20272023-11-28T01:59:48.373Z Compiling postgres-protocol v0.6.6
20282023-11-28T01:59:48.376Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=631d72541744f875 -C extra-filename=-631d72541744f875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-813f7baf033bce2d.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c88c69323233c617.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings`
20292023-11-28T01:59:48.441Z Compiling hubpack v0.1.2
20302023-11-28T01:59:48.444Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5edf382b896fc95 -C extra-filename=-b5edf382b896fc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
20312023-11-28T01:59:48.607Z Compiling zip v0.6.6
20322023-11-28T01:59:48.634Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1e6182992effe9a1 -C extra-filename=-1e6182992effe9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-60f78854abbde1df.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
20332023-11-28T01:59:49.167Z Compiling cipher v0.4.4
20342023-11-28T01:59:49.175Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=ef412f35199bdb87 -C extra-filename=-ef412f35199bdb87 --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-a33671fa8ef1c928.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-463bc51286927d3b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
20352023-11-28T01:59:49.937Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=aa335b19d16a7164 -C extra-filename=-aa335b19d16a7164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20362023-11-28T01:59:50.473Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ef5680972a20b76f -C extra-filename=-ef5680972a20b76f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
20372023-11-28T01:59:50.532Z Compiling similar v2.2.1
20382023-11-28T01:59:50.536Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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=2b119b775ec4cb49 -C extra-filename=-2b119b775ec4cb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
20392023-11-28T01:59:50.918Z Compiling phf_shared v0.11.2
20402023-11-28T01:59:50.921Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
20412023-11-28T01:59:51.497Z Compiling serde_repr v0.1.16
20422023-11-28T01:59:51.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20432023-11-28T01:59:53.655Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20442023-11-28T01:59:53.658Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=35e5e75d00a35726 -C extra-filename=-35e5e75d00a35726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ef5680972a20b76f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
20452023-11-28T01:59:54.145Z Compiling phf v0.11.2
20462023-11-28T01:59:54.173Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47b8476697169a82 -C extra-filename=-47b8476697169a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings`
20472023-11-28T01:59:54.594Z Compiling postgres-types v0.2.6
20482023-11-28T01:59:54.639Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=cc62f973cb8e213f -C extra-filename=-cc62f973cb8e213f --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-cf72f843b9ce520b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-631d72541744f875.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
20492023-11-28T01:59:54.761Z Compiling yasna v0.5.2
20502023-11-28T01:59:54.764Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=a4b6622587f02829 -C extra-filename=-a4b6622587f02829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
20512023-11-28T01:59:54.795Z Compiling snafu v0.7.5
20522023-11-28T01:59:54.798Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=f45fb991151db88a -C extra-filename=-f45fb991151db88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings`
20532023-11-28T01:59:56.185Z Compiling predicates v3.0.4
20542023-11-28T01:59:56.188Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
20552023-11-28T01:59:57.127Z Compiling whoami v1.4.1
20562023-11-28T01:59:57.135Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20572023-11-28T01:59:57.262Z Compiling tokio-stream v0.1.14
20582023-11-28T01:59:57.265Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=6d791c70a9e95963 -C extra-filename=-6d791c70a9e95963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
20592023-11-28T01:59:58.015Z Compiling tokio-postgres v0.7.10
20602023-11-28T01:59:58.040Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=730a63866450639a -C extra-filename=-730a63866450639a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-631d72541744f875.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-cc62f973cb8e213f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings`
20612023-11-28T01:59:58.156Z Compiling serde_tokenstream v0.2.0
20622023-11-28T01:59:58.159Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3793e4993904d -C extra-filename=-69f3793e4993904d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
20632023-11-28T01:59:58.843Z Compiling regress v0.7.1
20642023-11-28T01:59:58.846Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0eec027309d72d7 -C extra-filename=-c0eec027309d72d7 --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-0da48a872d5df034.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
20652023-11-28T01:59:58.971Z Compiling getopts v0.2.21
20662023-11-28T01:59:58.989Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e62094522edc43d -C extra-filename=-0e62094522edc43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
20672023-11-28T01:59:58.993Z Compiling unsafe-libyaml v0.2.9
20682023-11-28T01:59:58.995Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20692023-11-28T02:00:00.695Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20702023-11-28T02:00:00.699Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37b6e66c07f81ddb -C extra-filename=-37b6e66c07f81ddb --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-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
20712023-11-28T02:00:01.319Z Compiling serde_yaml v0.9.25
20722023-11-28T02:00:01.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57ae3cfe26fdfcc6 -C extra-filename=-57ae3cfe26fdfcc6 --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-2e7a89619d1b841a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings`
20732023-11-28T02:00:02.238Z Compiling fastrand v2.0.0
20742023-11-28T02:00:02.241Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20752023-11-28T02:00:03.184Z Compiling tempfile v3.8.0
20762023-11-28T02:00:03.243Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e61ea5a2303d824 -C extra-filename=-7e61ea5a2303d824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5631119ba69f172b.rmeta --cap-lints allow -D warnings`
20772023-11-28T02:00:03.369Z Compiling dirs-sys-next v0.1.2
20782023-11-28T02:00:03.375Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73adccad44b3ae3d -C extra-filename=-73adccad44b3ae3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
20792023-11-28T02:00:04.363Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
20802023-11-28T02:00:04.366Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c332b6a05f56ffc9 -C extra-filename=-c332b6a05f56ffc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
20812023-11-28T02:00:04.607Z Compiling dirs-next v2.0.0
20822023-11-28T02:00:04.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abbe4a2b4710e55b -C extra-filename=-abbe4a2b4710e55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-73adccad44b3ae3d.rmeta --cap-lints allow -D warnings`
20832023-11-28T02:00:04.882Z Compiling toml v0.8.8
20842023-11-28T02:00:04.908Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5e9108efc6e4e2b4 -C extra-filename=-5e9108efc6e4e2b4 --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-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --cap-lints allow -D warnings`
20852023-11-28T02:00:06.526Z Compiling ident_case v1.0.1
20862023-11-28T02:00:06.530Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20872023-11-28T02:00:06.800Z Compiling term v0.7.0
20882023-11-28T02:00:06.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c563df115e0bf367 -C extra-filename=-c563df115e0bf367 --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-abbe4a2b4710e55b.rmeta --cap-lints allow -D warnings`
20892023-11-28T02:00:07.197Z Compiling match_cfg v0.1.0
20902023-11-28T02:00:07.200Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20912023-11-28T02:00:07.368Z Compiling hostname v0.3.1
20922023-11-28T02:00:07.391Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0ef0ec2613103eb6 -C extra-filename=-0ef0ec2613103eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings`
20932023-11-28T02:00:07.736Z Compiling quick-error v1.2.3
20942023-11-28T02:00:07.740Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20952023-11-28T02:00:07.853Z Compiling atty v0.2.14
20962023-11-28T02:00:07.878Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99a45a6314d045bd -C extra-filename=-99a45a6314d045bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
20972023-11-28T02:00:07.935Z Compiling paste v1.0.14
20982023-11-28T02:00:07.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20992023-11-28T02:00:07.967Z Compiling crossbeam-channel v0.5.8
21002023-11-28T02:00:07.967Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
21012023-11-28T02:00:08.046Z Compiling sha1 v0.10.6
21022023-11-28T02:00:08.050Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5627adadc538dd8c -C extra-filename=-5627adadc538dd8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --cap-lints allow -D warnings`
21032023-11-28T02:00:08.075Z Compiling camino v1.1.6
21042023-11-28T02:00:08.078Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21052023-11-28T02:00:08.486Z Compiling thread_local v1.1.7
21062023-11-28T02:00:08.489Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a14a70265ab330ce -C extra-filename=-a14a70265ab330ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --cap-lints allow -D warnings`
21072023-11-28T02:00:08.726Z Compiling instant v0.1.12
21082023-11-28T02:00:08.730Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
21092023-11-28T02:00:08.847Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build`
21102023-11-28T02:00:08.939Z Compiling slog-async v2.8.0
21112023-11-28T02:00:08.945Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21122023-11-28T02:00:09.015Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21132023-11-28T02:00:09.167Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build`
21142023-11-28T02:00:09.233Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=2a7a8e4c96530537 -C extra-filename=-2a7a8e4c96530537 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21152023-11-28T02:00:09.360Z Compiling multer v2.1.0
21162023-11-28T02:00:09.363Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21172023-11-28T02:00:09.388Z Compiling take_mut v0.2.2
21182023-11-28T02:00:09.390Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21192023-11-28T02:00:09.619Z Compiling slog-term v2.9.0
21202023-11-28T02:00:09.622Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c349af8c7b0a6baa -C extra-filename=-c349af8c7b0a6baa --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-99a45a6314d045bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a14a70265ab330ce.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21212023-11-28T02:00:09.839Z Compiling darling_core v0.20.3
21222023-11-28T02:00:09.843Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21232023-11-28T02:00:09.868Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build`
21242023-11-28T02:00:09.927Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build`
21252023-11-28T02:00:09.990Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=15ce21501173de9d -C extra-filename=-15ce21501173de9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a14a70265ab330ce.rmeta --cap-lints allow -D warnings --cfg integer128`
21262023-11-28T02:00:10.024Z Compiling slog-json v2.6.1
21272023-11-28T02:00:10.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=87c48134d777f570 -C extra-filename=-87c48134d777f570 --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-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21282023-11-28T02:00:10.592Z Compiling diesel v2.1.4
21292023-11-28T02:00:10.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=08f8f14cbfd6e652 -C extra-filename=-08f8f14cbfd6e652 --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-95e0840708437b88.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-d8ea5c0dae430d72.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-1d293ec619e7fc50.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21302023-11-28T02:00:10.617Z Compiling async-stream-impl v0.3.5
21312023-11-28T02:00:10.641Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21322023-11-28T02:00:10.948Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21332023-11-28T02:00:10.951Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21342023-11-28T02:00:11.155Z Compiling atomic-waker v1.1.1
21352023-11-28T02:00:11.163Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21362023-11-28T02:00:11.442Z Compiling debug-ignore v1.0.5
21372023-11-28T02:00:11.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21382023-11-28T02:00:11.513Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build`
21392023-11-28T02:00:11.613Z Compiling waitgroup v0.1.2
21402023-11-28T02:00:11.616Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-7463564f876868fa.rmeta --cap-lints allow -D warnings`
21412023-11-28T02:00:12.052Z Compiling slog-bunyan v2.4.0
21422023-11-28T02:00:12.055Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb83720ea4b74ae5 -C extra-filename=-bb83720ea4b74ae5 --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-0ef0ec2613103eb6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21432023-11-28T02:00:12.055Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=01a2678ba1607efb -C extra-filename=-01a2678ba1607efb --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-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
21442023-11-28T02:00:12.056Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21452023-11-28T02:00:12.056Z Compiling serde_path_to_error v0.1.14
21462023-11-28T02:00:12.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a301684ca649e894 -C extra-filename=-a301684ca649e894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21472023-11-28T02:00:12.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6180809874198223 -C extra-filename=-6180809874198223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
21482023-11-28T02:00:12.056Z Compiling strum v0.25.0
21492023-11-28T02:00:12.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --cap-lints allow -D warnings`
21502023-11-28T02:00:12.239Z Compiling structmeta-derive v0.2.0
21512023-11-28T02:00:12.242Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21522023-11-28T02:00:13.238Z Compiling async-stream v0.3.5
21532023-11-28T02:00:13.250Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
21542023-11-28T02:00:13.481Z Compiling wait-timeout v0.2.0
21552023-11-28T02:00:13.484Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f631e4a575f532c -C extra-filename=-3f631e4a575f532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
21562023-11-28T02:00:13.518Z Compiling rand_xorshift v0.3.0
21572023-11-28T02:00:13.521Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cc0b3d0f411e54d3 -C extra-filename=-cc0b3d0f411e54d3 --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-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
21582023-11-28T02:00:13.718Z Compiling regex-syntax v0.7.5
21592023-11-28T02:00:13.722Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21602023-11-28T02:00:13.983Z Compiling rusty-fork v0.3.0
21612023-11-28T02:00:13.986Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=3ef666afc680f740 -C extra-filename=-3ef666afc680f740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings`
21622023-11-28T02:00:14.347Z Compiling unarray v0.1.4
21632023-11-28T02:00:14.350Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21642023-11-28T02:00:14.582Z Compiling proptest v1.4.0
21652023-11-28T02:00:14.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=16271b841865d99f -C extra-filename=-16271b841865d99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc0b3d0f411e54d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-3ef666afc680f740.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings`
21662023-11-28T02:00:15.276Z Compiling backoff v0.4.0
21672023-11-28T02:00:15.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5a238ae6b80ab6de -C extra-filename=-5a238ae6b80ab6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
21682023-11-28T02:00:15.808Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21692023-11-28T02:00:15.831Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfa91eaf5f5704dc -C extra-filename=-dfa91eaf5f5704dc --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-6f7e7e787f938be2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
21702023-11-28T02:00:15.906Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4a177de878797977 -C extra-filename=-4a177de878797977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a301684ca649e894.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bea906fb5bcc439c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-01a2678ba1607efb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5627adadc538dd8c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
21712023-11-28T02:00:16.025Z Compiling macaddr v1.0.1
21722023-11-28T02:00:16.074Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ce9557757fa651b -C extra-filename=-1ce9557757fa651b --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
21732023-11-28T02:00:16.763Z Compiling is-terminal v0.4.9
21742023-11-28T02:00:16.767Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45ab343396fad1fb -C extra-filename=-45ab343396fad1fb --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-5631119ba69f172b.rmeta --cap-lints allow -D warnings`
21752023-11-28T02:00:16.930Z Compiling proc-macro-error-attr v1.0.4
21762023-11-28T02:00:16.933Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21772023-11-28T02:00:17.542Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build`
21782023-11-28T02:00:17.645Z Compiling proc-macro-error v1.0.4
21792023-11-28T02:00:17.698Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21802023-11-28T02:00:17.717Z Compiling structmeta v0.2.0
21812023-11-28T02:00:17.721Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21822023-11-28T02:00:18.241Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build`
21832023-11-28T02:00:18.414Z Compiling test-strategy v0.3.1
21842023-11-28T02:00:18.437Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21852023-11-28T02:00:18.440Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
21862023-11-28T02:00:19.912Z Compiling termtree v0.4.1
21872023-11-28T02:00:19.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21882023-11-28T02:00:20.216Z Compiling darling_macro v0.20.3
21892023-11-28T02:00:20.220Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21902023-11-28T02:00:20.249Z Compiling predicates-tree v1.0.9
21912023-11-28T02:00:20.252Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings`
21922023-11-28T02:00:21.066Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback`
21932023-11-28T02:00:22.210Z Compiling darling v0.20.3
21942023-11-28T02:00:22.233Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=6015ec470c6077be -C extra-filename=-6015ec470c6077be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings`
21952023-11-28T02:00:22.241Z Compiling proc-macro-crate v1.3.1
21962023-11-28T02:00:22.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=614628ded145be44 -C extra-filename=-614628ded145be44 --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-60360085401b1f6c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings`
21972023-11-28T02:00:22.446Z Compiling serde_with_macros v2.3.3
21982023-11-28T02:00:22.449Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-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 debuginfo=line-tables-only -C metadata=92bbf7a6e9f5a29b -C extra-filename=-92bbf7a6e9f5a29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21992023-11-28T02:00:24.066Z Compiling num_enum_derive v0.5.11
22002023-11-28T02:00:24.071Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=a1c5fec0e3ff1b3f -C extra-filename=-a1c5fec0e3ff1b3f --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-614628ded145be44.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22012023-11-28T02:00:25.284Z Compiling parse-display-derive v0.8.2
22022023-11-28T02:00:25.288Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=337e787335156bff -C extra-filename=-337e787335156bff --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-60360085401b1f6c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22032023-11-28T02:00:25.441Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22042023-11-28T02:00:25.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22052023-11-28T02:00:26.046Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build`
22062023-11-28T02:00:26.087Z Compiling xattr v1.0.1
22072023-11-28T02:00:26.138Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=01677af57b476a6b -C extra-filename=-01677af57b476a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
22082023-11-28T02:00:26.492Z Compiling filetime v0.2.22
22092023-11-28T02:00:26.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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=35766e01ea03cb0c -C extra-filename=-35766e01ea03cb0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
22102023-11-28T02:00:26.965Z Compiling crucible-workspace-hack v0.1.0
22112023-11-28T02:00:26.968Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22122023-11-28T02:00:27.304Z Compiling serde_with v2.3.3
22132023-11-28T02:00:27.307Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-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=f002f3f98557c91c -C extra-filename=-f002f3f98557c91c --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-fc3da6c1712bbba6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-92bbf7a6e9f5a29b.so --cap-lints allow -D warnings`
22142023-11-28T02:00:27.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152023-11-28T02:00:27.530Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22162023-11-28T02:00:28.060Z Compiling postcard-cobs v0.1.5-pre
22172023-11-28T02:00:28.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe75e5abf38e383c -C extra-filename=-fe75e5abf38e383c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22182023-11-28T02:00:28.506Z Compiling postcard v0.7.3
22192023-11-28T02:00:28.509Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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=b5fad5c67031b10b -C extra-filename=-b5fad5c67031b10b --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-fe75e5abf38e383c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
22202023-11-28T02:00:28.989Z Compiling num_enum v0.5.11
22212023-11-28T02:00:28.991Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b1b4198663076078 -C extra-filename=-b1b4198663076078 --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-a1c5fec0e3ff1b3f.so --cap-lints allow -D warnings`
22222023-11-28T02:00:29.214Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build`
22232023-11-28T02:00:29.253Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build`
22242023-11-28T02:00:29.278Z Compiling tar v0.4.40
22252023-11-28T02:00:29.301Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=00ea9810921f1c1b -C extra-filename=-00ea9810921f1c1b --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-35766e01ea03cb0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-01677af57b476a6b.rmeta --cap-lints allow -D warnings`
22262023-11-28T02:00:29.312Z Compiling smoltcp v0.8.2
22272023-11-28T02:00:29.409Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=172a14d5e5b25250 -C extra-filename=-172a14d5e5b25250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
22282023-11-28T02:00:29.417Z Compiling foreign-types-macros v0.2.3
22292023-11-28T02:00:29.417Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22302023-11-28T02:00:31.735Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22312023-11-28T02:00:31.738Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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 -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=8758505766381466 -C extra-filename=-8758505766381466 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-8758505766381466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22322023-11-28T02:00:32.317Z Compiling cfg-if v0.1.10
22332023-11-28T02:00:32.392Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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=0ff313e7456bb203 -C extra-filename=-0ff313e7456bb203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22342023-11-28T02:00:32.502Z Compiling foreign-types-shared v0.3.1
22352023-11-28T02:00:32.506Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22362023-11-28T02:00:32.663Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22372023-11-28T02:00:32.667Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22382023-11-28T02:00:32.877Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22392023-11-28T02:00:32.916Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=11d4a0e2dc0ceab4 -C extra-filename=-11d4a0e2dc0ceab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22402023-11-28T02:00:33.154Z Compiling foreign-types v0.5.0
22412023-11-28T02:00:33.154Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dbf097337717218b -C extra-filename=-dbf097337717218b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings`
22422023-11-28T02:00:33.185Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build`
22432023-11-28T02:00:33.255Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-8758505766381466/build-script-build`
22442023-11-28T02:00:33.315Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22452023-11-28T02:00:33.338Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
22462023-11-28T02:00:33.405Z Compiling parse-display v0.8.2
22472023-11-28T02:00:33.442Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=5cf2ce8a9a4b9f66 -C extra-filename=-5cf2ce8a9a4b9f66 --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-60360085401b1f6c.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-337e787335156bff.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
22482023-11-28T02:00:33.445Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
22492023-11-28T02:00:33.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22502023-11-28T02:00:33.580Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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 debuginfo=line-tables-only -C metadata=b9d8975b563c08bd -C extra-filename=-b9d8975b563c08bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22512023-11-28T02:00:33.680Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22522023-11-28T02:00:33.683Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22532023-11-28T02:00:33.720Z Compiling cstr-argument v0.1.2
22542023-11-28T02:00:33.743Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b209ff284153718 -C extra-filename=-7b209ff284153718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
22552023-11-28T02:00:34.153Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22562023-11-28T02:00:34.157Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22572023-11-28T02:00:34.157Z Compiling pretty-hex v0.2.1
22582023-11-28T02:00:34.157Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22592023-11-28T02:00:34.349Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602023-11-28T02:00:34.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f68ee2360a2508f -C extra-filename=-6f68ee2360a2508f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
22612023-11-28T02:00:34.575Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22622023-11-28T02:00:34.578Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=000c3592c9dea896 -C extra-filename=-000c3592c9dea896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-0ff313e7456bb203.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --cap-lints allow -D warnings`
22632023-11-28T02:00:34.930Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build`
22642023-11-28T02:00:34.933Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22652023-11-28T02:00:34.983Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings`
22662023-11-28T02:00:35.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ce78bad5bb969e2 -C extra-filename=-0ce78bad5bb969e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door`
22672023-11-28T02:00:35.271Z Compiling colored v2.0.4
22682023-11-28T02:00:35.315Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f80625956e7d22 -C extra-filename=-c2f80625956e7d22 --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-45ab343396fad1fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings`
22692023-11-28T02:00:35.329Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22702023-11-28T02:00:35.332Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07e89a796174ce58 -C extra-filename=-07e89a796174ce58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-c332b6a05f56ffc9.rlib --extern proc_macro --cap-lints allow -D warnings`
22712023-11-28T02:00:35.484Z Compiling zone_cfg_derive v0.3.0
22722023-11-28T02:00:35.487Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22732023-11-28T02:00:35.824Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d9f8eb7c12c0d50 -C extra-filename=-9d9f8eb7c12c0d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c2f80625956e7d22.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-6f68ee2360a2508f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce78bad5bb969e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings -l kstat`
22742023-11-28T02:00:36.382Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
22752023-11-28T02:00:36.385Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=a34dce26586431bb -C extra-filename=-a34dce26586431bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
22762023-11-28T02:00:37.126Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=12a564cd530fd455 -C extra-filename=-12a564cd530fd455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-0ff313e7456bb203.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b9d8975b563c08bd.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-000c3592c9dea896.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
22772023-11-28T02:00:37.508Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22782023-11-28T02:00:37.511Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=f2f75a5f2ae3f4fc -C extra-filename=-f2f75a5f2ae3f4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-0ff313e7456bb203.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-12a564cd530fd455.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
22792023-11-28T02:00:38.004Z Compiling predicates v2.1.5
22802023-11-28T02:00:38.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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=b7516eec50af2704 -C extra-filename=-b7516eec50af2704 --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-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
22812023-11-28T02:00:38.304Z Compiling mockall_derive v0.11.4
22822023-11-28T02:00:38.307Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8847bbb68f2a80b7 -C extra-filename=-8847bbb68f2a80b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22832023-11-28T02:00:38.546Z Compiling num-derive v0.4.0
22842023-11-28T02:00:38.589Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22852023-11-28T02:00:40.466Z Compiling downcast v0.11.0
22862023-11-28T02:00:40.469Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22872023-11-28T02:00:40.637Z Compiling fragile v2.0.0
22882023-11-28T02:00:40.640Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22892023-11-28T02:00:40.813Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22902023-11-28T02:00:40.845Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=e54a3e7d73237901 -C extra-filename=-e54a3e7d73237901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-9d9f8eb7c12c0d50.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-12a564cd530fd455.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
22912023-11-28T02:00:41.639Z Compiling zone v0.3.0
22922023-11-28T02:00:41.644Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=060c9a4ff1566730 -C extra-filename=-060c9a4ff1566730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings`
22932023-11-28T02:00:42.200Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
22942023-11-28T02:00:42.200Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=c882cbd0c0bd2474 -C extra-filename=-c882cbd0c0bd2474 --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-a34dce26586431bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
22952023-11-28T02:00:42.319Z Compiling smf v0.2.2
22962023-11-28T02:00:42.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
22972023-11-28T02:00:42.760Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
22982023-11-28T02:00:42.763Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=cd521c60935d6ccb -C extra-filename=-cd521c60935d6ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
22992023-11-28T02:00:42.868Z Compiling base64ct v1.6.0
23002023-11-28T02:00:42.871Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23012023-11-28T02:00:43.876Z Compiling camino-tempfile v1.0.2
23022023-11-28T02:00:43.879Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=fe667760a099891b -C extra-filename=-fe667760a099891b --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-2a7a8e4c96530537.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --cap-lints allow -D warnings`
23032023-11-28T02:00:44.178Z Compiling pem v3.0.2
23042023-11-28T02:00:44.181Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
23052023-11-28T02:00:44.345Z Compiling headers-core v0.2.0
23062023-11-28T02:00:44.348Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d00f02623f87f5 -C extra-filename=-63d00f02623f87f5 --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-a198b56a5f9eb1ad.rmeta --cap-lints allow -D warnings`
23072023-11-28T02:00:44.589Z Compiling headers v0.3.9
23082023-11-28T02:00:44.589Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03aac9f877cc231f -C extra-filename=-03aac9f877cc231f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-63d00f02623f87f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5627adadc538dd8c.rmeta --cap-lints allow -D warnings`
23092023-11-28T02:00:44.597Z Compiling base64 v0.13.1
23102023-11-28T02:00:44.618Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.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=3fe2c4d04a3a4e93 -C extra-filename=-3fe2c4d04a3a4e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23112023-11-28T02:00:44.619Z Compiling atomicwrites v0.4.2
23122023-11-28T02:00:44.619Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d809f483d3453b1a -C extra-filename=-d809f483d3453b1a --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-5631119ba69f172b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --cap-lints allow -D warnings`
23132023-11-28T02:00:44.661Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23142023-11-28T02:00:44.664Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=aaaa886d3ab915af -C extra-filename=-aaaa886d3ab915af --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-c332b6a05f56ffc9.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-07e89a796174ce58.so --cap-lints allow -D warnings`
23152023-11-28T02:00:44.860Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23162023-11-28T02:00:44.863Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a1190b2e5c9cfdf -C extra-filename=-3a1190b2e5c9cfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-aaaa886d3ab915af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
23172023-11-28T02:00:45.120Z Compiling rcgen v0.11.3
23182023-11-28T02:00:45.126Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=33b1d199dc0867dc -C extra-filename=-33b1d199dc0867dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out`
23192023-11-28T02:00:45.419Z Compiling pem v1.1.1
23202023-11-28T02:00:45.422Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c8f0a63daf8a4b6 -C extra-filename=-4c8f0a63daf8a4b6 --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-3fe2c4d04a3a4e93.rmeta --cap-lints allow -D warnings`
23212023-11-28T02:00:45.558Z Compiling subprocess v0.2.9
23222023-11-28T02:00:45.561Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba83478b0b28ec3 -C extra-filename=-7ba83478b0b28ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
23232023-11-28T02:00:46.463Z Compiling linked-hash-map v0.5.6
23242023-11-28T02:00:46.493Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23252023-11-28T02:00:47.029Z Compiling lru-cache v0.1.2
23262023-11-28T02:00:47.032Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings`
23272023-11-28T02:00:47.312Z Compiling same-file v1.0.6
23282023-11-28T02:00:47.335Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23292023-11-28T02:00:47.719Z Compiling walkdir v2.4.0
23302023-11-28T02:00:47.722Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d7abc45e158c5113.rmeta --cap-lints allow -D warnings`
23312023-11-28T02:00:47.941Z Compiling password-hash v0.5.0
23322023-11-28T02:00:47.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=98a345b30d3d0d1c -C extra-filename=-98a345b30d3d0d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
23332023-11-28T02:00:48.937Z Compiling blake2 v0.10.6
23342023-11-28T02:00:48.940Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=69d3f868aebdafd5 -C extra-filename=-69d3f868aebdafd5 --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-0e38fde94b3751f2.rmeta --cap-lints allow -D warnings`
23352023-11-28T02:00:48.999Z Compiling heck v0.3.3
23362023-11-28T02:00:49.033Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
23372023-11-28T02:00:49.417Z Compiling toml v0.5.11
23382023-11-28T02:00:49.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28edde0e79fa81cf -C extra-filename=-28edde0e79fa81cf --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
23392023-11-28T02:00:49.646Z Compiling argon2 v0.5.2
23402023-11-28T02:00:49.649Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=02ec29989962ef06 -C extra-filename=-02ec29989962ef06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-69d3f868aebdafd5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-98a345b30d3d0d1c.rmeta --cap-lints allow -D warnings`
23412023-11-28T02:00:50.097Z Compiling textwrap v0.11.0
23422023-11-28T02:00:50.101Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
23432023-11-28T02:00:50.499Z Compiling ansi_term v0.12.1
23442023-11-28T02:00:50.502Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-11-28T02:00:51.347Z Compiling libefi-sys v0.1.0
23462023-11-28T02:00:51.350Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23472023-11-28T02:00:51.375Z Compiling cancel-safe-futures v0.1.5
23482023-11-28T02:00:51.378Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23492023-11-28T02:00:51.880Z Compiling vec_map v0.8.2
23502023-11-28T02:00:51.922Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23512023-11-28T02:00:52.002Z Compiling mockall v0.11.4
23522023-11-28T02:00:52.005Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d3a23f55653afda -C extra-filename=-6d3a23f55653afda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8847bbb68f2a80b7.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b7516eec50af2704.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings`
23532023-11-28T02:00:52.028Z Compiling strsim v0.8.0
23542023-11-28T02:00:52.062Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23552023-11-28T02:00:52.339Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build`
23562023-11-28T02:00:52.383Z Compiling clap v2.34.0
23572023-11-28T02:00:52.386Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f8255713fa394c77 -C extra-filename=-f8255713fa394c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings`
23582023-11-28T02:00:52.552Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build`
23592023-11-28T02:00:52.591Z Compiling structopt-derive v0.4.18
23602023-11-28T02:00:52.595Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23612023-11-28T02:00:53.093Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
23622023-11-28T02:00:53.096Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a82733cd31bff68 -C extra-filename=-8a82733cd31bff68 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
23632023-11-28T02:00:53.802Z Compiling half v1.8.2
23642023-11-28T02:00:53.805Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23652023-11-28T02:00:54.782Z Compiling ciborium-io v0.2.1
23662023-11-28T02:00:54.785Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23672023-11-28T02:00:54.821Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68/build-script-build`
23682023-11-28T02:00:54.961Z Compiling ciborium-ll v0.2.1
23692023-11-28T02:00:54.964Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings`
23702023-11-28T02:00:55.055Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
23712023-11-28T02:00:55.626Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=71ec371fbde11ff1 -C extra-filename=-71ec371fbde11ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
23722023-11-28T02:00:55.785Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732023-11-28T02:00:55.834Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a692247e9b2f6b99 -C extra-filename=-a692247e9b2f6b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --cap-lints allow -D warnings`
23742023-11-28T02:00:55.954Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752023-11-28T02:00:55.957Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfff9f250ebab94e -C extra-filename=-dfff9f250ebab94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
23762023-11-28T02:00:56.498Z Compiling ciborium v0.2.1
23772023-11-28T02:00:56.501Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9e8cb8d8ec83be -C extra-filename=-ea9e8cb8d8ec83be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
23782023-11-28T02:00:56.543Z Compiling arc-swap v1.6.0
23792023-11-28T02:00:56.546Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23802023-11-28T02:00:56.854Z Compiling slog-dtrace v0.2.3
23812023-11-28T02:00:56.892Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
23822023-11-28T02:00:57.434Z Compiling slog-scope v4.4.0
23832023-11-28T02:00:57.488Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings`
23842023-11-28T02:00:57.618Z Compiling convert_case v0.4.0
23852023-11-28T02:00:57.644Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23862023-11-28T02:00:57.822Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23872023-11-28T02:00:57.825Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b771ee702bc5bba -C extra-filename=-6b771ee702bc5bba --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-8bdc91c0611425a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3a1190b2e5c9cfdf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-57ae3cfe26fdfcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23882023-11-28T02:00:57.904Z Compiling structopt v0.3.26
23892023-11-28T02:00:57.907Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d7c34332714493bc -C extra-filename=-d7c34332714493bc --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-f8255713fa394c77.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings`
23902023-11-28T02:00:58.140Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef1108e0a124fcde -C extra-filename=-ef1108e0a124fcde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-d7c34332714493bc.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -l static=pci`
23912023-11-28T02:00:58.284Z Compiling slog-stdlog v4.1.1
23922023-11-28T02:00:58.286Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings`
23932023-11-28T02:00:58.867Z Compiling slog-envlogger v2.2.0
23942023-11-28T02:00:58.867Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=6f26cbe745a3a4fc -C extra-filename=-6f26cbe745a3a4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --cap-lints allow -D warnings`
23952023-11-28T02:00:58.919Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build`
23962023-11-28T02:00:58.946Z Compiling resolv-conf v0.7.0
23972023-11-28T02:00:59.008Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9998fa33ea3ccc6e -C extra-filename=-9998fa33ea3ccc6e --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-0ef0ec2613103eb6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings`
23982023-11-28T02:00:59.011Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032e298af57f7cdc -C extra-filename=-032e298af57f7cdc --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-9ebc0d9ab6a565e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --cap-lints allow -D warnings`
23992023-11-28T02:00:59.144Z Compiling derive_more v0.99.17
24002023-11-28T02:00:59.147Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24012023-11-28T02:00:59.848Z Compiling trust-dns-resolver v0.22.0
24022023-11-28T02:00:59.853Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=5bdd521213ba5860 -C extra-filename=-5bdd521213ba5860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9998fa33ea3ccc6e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rmeta --cap-lints allow -D warnings`
24032023-11-28T02:01:00.035Z Compiling newline-converter v0.3.0
24042023-11-28T02:01:00.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4889edf4561401f -C extra-filename=-e4889edf4561401f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
24052023-11-28T02:01:00.251Z Compiling fxhash v0.2.1
24062023-11-28T02:01:00.287Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
24072023-11-28T02:01:00.290Z Compiling expectorate v1.1.0
24082023-11-28T02:01:00.318Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a3fb3c08f13db7a -C extra-filename=-0a3fb3c08f13db7a --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-9be0e24052f4a227.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings`
24092023-11-28T02:01:00.520Z Compiling termcolor v1.2.0
24102023-11-28T02:01:00.523Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24112023-11-28T02:01:00.546Z Compiling pem-rfc7468 v0.7.0
24122023-11-28T02:01:00.549Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --cap-lints allow -D warnings`
24132023-11-28T02:01:01.770Z Compiling der_derive v0.7.2
24142023-11-28T02:01:01.775Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
24152023-11-28T02:01:01.800Z Compiling flagset v0.4.3
24162023-11-28T02:01:01.809Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24172023-11-28T02:01:01.975Z Compiling glob v0.3.1
24182023-11-28T02:01:02.003Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24192023-11-28T02:01:02.120Z Compiling itertools v0.12.0
24202023-11-28T02:01:02.124Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
24212023-11-28T02:01:03.646Z Compiling radium v0.7.0
24222023-11-28T02:01:03.651Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24232023-11-28T02:01:04.455Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build`
24242023-11-28T02:01:04.493Z Compiling omicron-zone-package v0.9.1
24252023-11-28T02:01:04.497Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e76a9977ea6bce0e -C extra-filename=-e76a9977ea6bce0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
24262023-11-28T02:01:06.453Z Compiling der v0.7.8
24272023-11-28T02:01:06.464Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=5c81ee5bcd4881d9 -C extra-filename=-5c81ee5bcd4881d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
24282023-11-28T02:01:07.645Z Compiling semver-parser v0.10.2
24292023-11-28T02:01:07.649Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings`
24302023-11-28T02:01:07.649Z Compiling maybe-uninit v2.0.0
24312023-11-28T02:01:07.649Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24322023-11-28T02:01:08.195Z Compiling tap v1.0.1
24332023-11-28T02:01:08.198Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24342023-11-28T02:01:08.461Z Compiling wyz v0.5.1
24352023-11-28T02:01:08.464Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f517a8beba484217 -C extra-filename=-f517a8beba484217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings`
24362023-11-28T02:01:09.123Z Compiling semver v0.11.0
24372023-11-28T02:01:09.145Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings`
24382023-11-28T02:01:10.363Z Compiling spki v0.7.2
24392023-11-28T02:01:10.368Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=497021aaa52141a8 -C extra-filename=-497021aaa52141a8 --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-5c81ee5bcd4881d9.rmeta --cap-lints allow -D warnings`
24402023-11-28T02:01:10.430Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build`
24412023-11-28T02:01:10.491Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
24422023-11-28T02:01:10.944Z Compiling crc-catalog v2.2.0
24432023-11-28T02:01:10.949Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24442023-11-28T02:01:10.970Z Compiling packed_struct v0.10.1
24452023-11-28T02:01:10.982Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24462023-11-28T02:01:11.151Z Compiling home v0.5.5
24472023-11-28T02:01:11.160Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24482023-11-28T02:01:11.219Z Compiling funty v2.0.0
24492023-11-28T02:01:11.222Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24502023-11-28T02:01:11.247Z Compiling num-bigint-dig v0.8.4
24512023-11-28T02:01:11.250Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24522023-11-28T02:01:11.512Z Compiling toolchain_find v0.2.0
24532023-11-28T02:01:11.515Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
24542023-11-28T02:01:11.724Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build`
24552023-11-28T02:01:11.766Z Compiling crc v3.0.1
24562023-11-28T02:01:11.769Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-e3d909bf79973734.rmeta --cap-lints allow -D warnings`
24572023-11-28T02:01:11.812Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build`
24582023-11-28T02:01:11.852Z Compiling pkcs8 v0.10.2
24592023-11-28T02:01:11.859Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=b2d7437c78e52441 -C extra-filename=-b2d7437c78e52441 --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-5c81ee5bcd4881d9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-497021aaa52141a8.rmeta --cap-lints allow -D warnings`
24602023-11-28T02:01:11.935Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
24612023-11-28T02:01:12.070Z Compiling hkdf v0.12.3
24622023-11-28T02:01:12.073Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ef96900bc3270fd6 -C extra-filename=-ef96900bc3270fd6 --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-813f7baf033bce2d.rmeta --cap-lints allow -D warnings`
24632023-11-28T02:01:12.212Z Compiling packed_struct_codegen v0.10.1
24642023-11-28T02:01:12.215Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24652023-11-28T02:01:12.491Z Compiling nodrop v0.1.14
24662023-11-28T02:01:12.494Z Compiling pkcs1 v0.7.5
24672023-11-28T02:01:12.494Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24682023-11-28T02:01:12.517Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=9559499b24105974 -C extra-filename=-9559499b24105974 --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-5c81ee5bcd4881d9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-b2d7437c78e52441.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-497021aaa52141a8.rmeta --cap-lints allow -D warnings`
24692023-11-28T02:01:12.664Z Compiling array-init v0.0.4
24702023-11-28T02:01:12.667Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-45f19903373ec438.rmeta --cap-lints allow -D warnings`
24712023-11-28T02:01:12.812Z Compiling smallvec v0.6.14
24722023-11-28T02:01:12.847Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings`
24732023-11-28T02:01:13.452Z Compiling bitvec v1.0.1
24742023-11-28T02:01:13.456Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings`
24752023-11-28T02:01:13.789Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=16ede052153ee549 -C extra-filename=-16ede052153ee549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings --cfg has_i128`
24762023-11-28T02:01:14.134Z Compiling rustfmt-wrapper v0.2.0
24772023-11-28T02:01:14.137Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c6e83154039dcec -C extra-filename=-6c6e83154039dcec --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-fc3da6c1712bbba6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings`
24782023-11-28T02:01:14.494Z Compiling num-rational v0.4.1
24792023-11-28T02:01:14.532Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
24802023-11-28T02:01:14.613Z Compiling keccak v0.1.4
24812023-11-28T02:01:14.617Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24822023-11-28T02:01:15.069Z Compiling bitfield v0.14.0
24832023-11-28T02:01:15.073Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24842023-11-28T02:01:15.148Z Compiling sha3 v0.10.8
24852023-11-28T02:01:15.152Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2c5feb0139e8f7b7 -C extra-filename=-2c5feb0139e8f7b7 --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-0e38fde94b3751f2.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings`
24862023-11-28T02:01:15.563Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build`
24872023-11-28T02:01:15.929Z Compiling serde-hex v0.1.0
24882023-11-28T02:01:15.932Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a04219f8eb986bf -C extra-filename=-4a04219f8eb986bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings`
24892023-11-28T02:01:16.306Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24902023-11-28T02:01:16.312Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
24912023-11-28T02:01:16.757Z Compiling x509-cert v0.2.4
24922023-11-28T02:01:16.760Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5b78ec769e1237d1 -C extra-filename=-5b78ec769e1237d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5c81ee5bcd4881d9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-497021aaa52141a8.rmeta --cap-lints allow -D warnings`
24932023-11-28T02:01:16.785Z Compiling env_logger v0.10.0
24942023-11-28T02:01:16.788Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4f4e6c43e4a8bc05 -C extra-filename=-4f4e6c43e4a8bc05 --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-45ab343396fad1fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
24952023-11-28T02:01:17.459Z Compiling ron v0.8.1
24962023-11-28T02:01:17.462Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d5f5f414d2286419 -C extra-filename=-d5f5f414d2286419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
24972023-11-28T02:01:17.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24982023-11-28T02:01:17.995Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79e51b3e95daeef2 -C extra-filename=-79e51b3e95daeef2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-79e51b3e95daeef2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ef412f35199bdb87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-65ec1a0f41bf9aef.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a33671fa8ef1c928.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c23e6ee783c912f3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-463bc51286927d3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-cc62f973cb8e213f.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5631119ba69f172b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-92ff5bc1b2aec7bb.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
24992023-11-28T02:01:18.529Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-79e51b3e95daeef2/build-script-build`
25002023-11-28T02:01:18.574Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8977779b3487ac15 -C extra-filename=-8977779b3487ac15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ef412f35199bdb87.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-65ec1a0f41bf9aef.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a33671fa8ef1c928.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c23e6ee783c912f3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-463bc51286927d3b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-cc62f973cb8e213f.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5631119ba69f172b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-92ff5bc1b2aec7bb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25012023-11-28T02:01:18.728Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25022023-11-28T02:01:18.738Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e697f12a1f5473b0 -C extra-filename=-e697f12a1f5473b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25032023-11-28T02:01:18.986Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25042023-11-28T02:01:19.015Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=011048049a63c012 -C extra-filename=-011048049a63c012 --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-02ec29989962ef06.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25052023-11-28T02:01:19.555Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=56be592896df7f4b -C extra-filename=-56be592896df7f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
25062023-11-28T02:01:19.654Z Compiling rsa v0.9.2
25072023-11-28T02:01:19.673Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=c91859e49dd85a0d -C extra-filename=-c91859e49dd85a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-16ede052153ee549.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-9559499b24105974.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-b2d7437c78e52441.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-92ff5bc1b2aec7bb.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-497021aaa52141a8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
25082023-11-28T02:01:20.203Z Compiling secrecy v0.8.0
25092023-11-28T02:01:20.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=ef75b87aa3153bd7 -C extra-filename=-ef75b87aa3153bd7 --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-132142e83018d57b.rmeta --cap-lints allow -D warnings`
25102023-11-28T02:01:20.591Z Compiling crc-any v2.4.3
25112023-11-28T02:01:20.594Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25122023-11-28T02:01:21.436Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25132023-11-28T02:01:21.440Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=befeeca455d3ad0f -C extra-filename=-befeeca455d3ad0f --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-d5f5f414d2286419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
25142023-11-28T02:01:21.918Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25152023-11-28T02:01:21.937Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c5a4ed92c307572 -C extra-filename=-9c5a4ed92c307572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25162023-11-28T02:01:22.740Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57f435888b122c70 -C extra-filename=-57f435888b122c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
25172023-11-28T02:01:24.071Z Compiling object v0.30.4
25182023-11-28T02:01:24.092Z Compiling num-complex v0.4.4
25192023-11-28T02:01:24.095Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=7a1c1e1d51468047 -C extra-filename=-7a1c1e1d51468047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
25202023-11-28T02:01:24.096Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25212023-11-28T02:01:25.105Z Compiling path-slash v0.1.5
25222023-11-28T02:01:25.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25232023-11-28T02:01:25.406Z Compiling utf-8 v0.7.6
25242023-11-28T02:01:25.431Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25252023-11-28T02:01:25.692Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25262023-11-28T02:01:25.695Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eaf2bc048f502380 -C extra-filename=-eaf2bc048f502380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
25272023-11-28T02:01:25.898Z Compiling num v0.4.1
25282023-11-28T02:01:25.901Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25292023-11-28T02:01:25.939Z Compiling tungstenite v0.20.1
25302023-11-28T02:01:25.967Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=3e27d1313708bbf7 -C extra-filename=-3e27d1313708bbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5627adadc538dd8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings`
25312023-11-28T02:01:26.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322023-11-28T02:01:26.058Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=145299887545f72f -C extra-filename=-145299887545f72f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25332023-11-28T02:01:26.527Z Compiling buf-list v1.0.3
25342023-11-28T02:01:26.530Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25352023-11-28T02:01:26.576Z Compiling swrite v0.1.0
25362023-11-28T02:01:26.583Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25372023-11-28T02:01:26.747Z Compiling parking_lot_core v0.8.6
25382023-11-28T02:01:26.791Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25392023-11-28T02:01:27.541Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build`
25402023-11-28T02:01:27.581Z Compiling libsw v3.3.0
25412023-11-28T02:01:27.584Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4ad378aadac45620 -C extra-filename=-4ad378aadac45620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
25422023-11-28T02:01:27.608Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build`
25432023-11-28T02:01:27.701Z Compiling tokio-tungstenite v0.20.1
25442023-11-28T02:01:27.704Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=d73a159d91f445f7 -C extra-filename=-d73a159d91f445f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3e27d1313708bbf7.rmeta --cap-lints allow -D warnings`
25452023-11-28T02:01:28.034Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5b6a3f2dbc51070b -C extra-filename=-5b6a3f2dbc51070b --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-cf72f843b9ce520b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
25462023-11-28T02:01:28.459Z Compiling derive-where v1.2.5
25472023-11-28T02:01:28.462Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=266cf66e0b6c8033 -C extra-filename=-266cf66e0b6c8033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
25482023-11-28T02:01:28.955Z Compiling nibble_vec v0.1.0
25492023-11-28T02:01:28.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95765574927dbcd -C extra-filename=-c95765574927dbcd --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-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
25502023-11-28T02:01:29.285Z Compiling linear-map v1.2.0
25512023-11-28T02:01:29.288Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25522023-11-28T02:01:29.619Z Compiling owo-colors v3.5.0
25532023-11-28T02:01:29.622Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25542023-11-28T02:01:29.861Z Compiling endian-type v0.1.2
25552023-11-28T02:01:29.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25562023-11-28T02:01:29.924Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25572023-11-28T02:01:29.927Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=867cdff701816604 -C extra-filename=-867cdff701816604 --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-37b6e66c07f81ddb.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3a1190b2e5c9cfdf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6b771ee702bc5bba.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
25582023-11-28T02:01:30.196Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25592023-11-28T02:01:30.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=50bc5b04a77c3e6f -C extra-filename=-50bc5b04a77c3e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25602023-11-28T02:01:30.230Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612023-11-28T02:01:30.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cfa4e64fa4605119 -C extra-filename=-cfa4e64fa4605119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25622023-11-28T02:01:30.601Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25632023-11-28T02:01:30.605Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=282fd217cdfd6de2 -C extra-filename=-282fd217cdfd6de2 --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-9ebc0d9ab6a565e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25642023-11-28T02:01:32.871Z Compiling radix_trie v0.2.1
25652023-11-28T02:01:32.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b3fb1d8f55b783f -C extra-filename=-1b3fb1d8f55b783f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c95765574927dbcd.rmeta --cap-lints allow -D warnings`
25662023-11-28T02:01:33.854Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e41ba2b0ac7d15 -C extra-filename=-81e41ba2b0ac7d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
25672023-11-28T02:01:33.949Z Compiling trust-dns-client v0.22.0
25682023-11-28T02:01:33.949Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bd97ae2abd2d71b -C extra-filename=-2bd97ae2abd2d71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1b3fb1d8f55b783f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rmeta --cap-lints allow -D warnings`
25692023-11-28T02:01:34.906Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25702023-11-28T02:01:34.909Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d918e65734dc949b -C extra-filename=-d918e65734dc949b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25712023-11-28T02:01:34.949Z Compiling parking_lot v0.11.2
25722023-11-28T02:01:34.952Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3707e1945799fc30 -C extra-filename=-3707e1945799fc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-81e41ba2b0ac7d15.rmeta --cap-lints allow -D warnings`
25732023-11-28T02:01:36.597Z Compiling semver v0.1.20
25742023-11-28T02:01:36.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25752023-11-28T02:01:36.939Z Compiling trust-dns-server v0.22.1
25762023-11-28T02:01:36.986Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d70a4e35574f176 -C extra-filename=-0d70a4e35574f176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rmeta --cap-lints allow -D warnings`
25772023-11-28T02:01:37.711Z Compiling rustc_version v0.1.7
25782023-11-28T02:01:37.720Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9167605ef855e737.rmeta --cap-lints allow -D warnings`
25792023-11-28T02:01:38.451Z Compiling sled v0.34.7
25802023-11-28T02:01:38.454Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=bb596902a395f642 -C extra-filename=-bb596902a395f642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3707e1945799fc30.rmeta --cap-lints allow -D warnings`
25812023-11-28T02:01:39.035Z Compiling openapiv3 v1.0.3
25822023-11-28T02:01:39.038Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e90d1b9ea4ecbf6 -C extra-filename=-9e90d1b9ea4ecbf6 --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-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings`
25832023-11-28T02:01:39.645Z Compiling pretty-hex v0.3.0
25842023-11-28T02:01:39.664Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.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=71d1aaa846a22721 -C extra-filename=-71d1aaa846a22721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25852023-11-28T02:01:39.921Z Compiling newtype_derive v0.1.6
25862023-11-28T02:01:39.924Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings`
25872023-11-28T02:01:40.492Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build`
25882023-11-28T02:01:40.578Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25892023-11-28T02:01:40.584Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec95531408183bc0 -C extra-filename=-ec95531408183bc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-ec95531408183bc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6c6e83154039dcec.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
25902023-11-28T02:01:40.710Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
25912023-11-28T02:01:40.831Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25922023-11-28T02:01:40.834Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14d868e6fd8d950a -C extra-filename=-14d868e6fd8d950a --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-14d868e6fd8d950a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6c6e83154039dcec.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
25932023-11-28T02:01:51.491Z Compiling memoffset v0.7.1
25942023-11-28T02:01:51.676Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
25952023-11-28T02:01:51.676Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build`
25962023-11-28T02:01:51.676Z Compiling steno v0.4.0
25972023-11-28T02:01:51.676Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fc797d1a29f6577 -C extra-filename=-6fc797d1a29f6577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
25982023-11-28T02:01:51.793Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25992023-11-28T02:01:51.823Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=d18ed062186ade25 -C extra-filename=-d18ed062186ade25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c882cbd0c0bd2474.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cd521c60935d6ccb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26002023-11-28T02:01:51.824Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26012023-11-28T02:01:51.824Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=302dca713010aefd -C extra-filename=-302dca713010aefd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d809f483d3453b1a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26022023-11-28T02:01:52.445Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26032023-11-28T02:01:52.464Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a57eecc9f4e49029 -C extra-filename=-a57eecc9f4e49029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5c81ee5bcd4881d9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4f4e6c43e4a8bc05.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-eaf2bc048f502380.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c91859e49dd85a0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a04219f8eb986bf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5b78ec769e1237d1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
26042023-11-28T02:01:53.946Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26052023-11-28T02:01:53.960Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9374952fe7dcd511 -C extra-filename=-9374952fe7dcd511 --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-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9c5a4ed92c307572.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26062023-11-28T02:01:54.548Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26072023-11-28T02:01:54.567Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=107b0cdaec00ac30 -C extra-filename=-107b0cdaec00ac30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26082023-11-28T02:01:55.687Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26092023-11-28T02:01:55.711Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3ce58eeb427f29c -C extra-filename=-d3ce58eeb427f29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26102023-11-28T02:01:56.719Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26112023-11-28T02:01:56.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eaed57be11adb668 -C extra-filename=-eaed57be11adb668 --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-eaf2bc048f502380.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-a57eecc9f4e49029.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-7a1c1e1d51468047.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c91859e49dd85a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-befeeca455d3ad0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5b78ec769e1237d1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26122023-11-28T02:01:57.882Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26132023-11-28T02:01:57.886Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39976bc9a046aa80 -C extra-filename=-39976bc9a046aa80 --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-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26142023-11-28T02:02:01.090Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
26152023-11-28T02:02:01.094Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9bbb8c7794bdcd0 -C extra-filename=-d9bbb8c7794bdcd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26162023-11-28T02:02:01.712Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26172023-11-28T02:02:01.743Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2777a18bb3776bb -C extra-filename=-d2777a18bb3776bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26182023-11-28T02:02:03.159Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
26192023-11-28T02:02:03.163Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/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=33d2f0b4bc08cbfa -C extra-filename=-33d2f0b4bc08cbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
26202023-11-28T02:02:05.299Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
26212023-11-28T02:02:05.462Z Compiling crossbeam-deque v0.8.3
26222023-11-28T02:02:05.527Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
26232023-11-28T02:02:06.012Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26242023-11-28T02:02:06.038Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26252023-11-28T02:02:06.144Z Compiling signature v1.6.4
26262023-11-28T02:02:06.176Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26272023-11-28T02:02:06.385Z Compiling rayon-core v1.12.0
26282023-11-28T02:02:06.388Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26292023-11-28T02:02:06.573Z Compiling salty v0.2.0
26302023-11-28T02:02:06.576Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26312023-11-28T02:02:06.930Z Compiling platforms v3.0.2
26322023-11-28T02:02:06.936Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26332023-11-28T02:02:07.500Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build`
26342023-11-28T02:02:07.547Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build`
26352023-11-28T02:02:07.571Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build`
26362023-11-28T02:02:07.609Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build`
26372023-11-28T02:02:07.629Z Compiling ed25519 v1.5.3
26382023-11-28T02:02:07.632Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-63c1f06889acbd12.rmeta --cap-lints allow -D warnings`
26392023-11-28T02:02:07.720Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
26402023-11-28T02:02:07.730Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=2a6836173286b347 -C extra-filename=-2a6836173286b347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings`
26412023-11-28T02:02:08.116Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422023-11-28T02:02:08.140Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c638f88b756f46e -C extra-filename=-1c638f88b756f46e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
26432023-11-28T02:02:08.695Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-ec95531408183bc0/build-script-build`
26442023-11-28T02:02:08.835Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-14d868e6fd8d950a/build-script-build`
26452023-11-28T02:02:09.023Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26462023-11-28T02:02:09.026Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4344ab2b5bb7acfa -C extra-filename=-4344ab2b5bb7acfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26472023-11-28T02:02:09.743Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eeacca81b7a4dc56 -C extra-filename=-eeacca81b7a4dc56 --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-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26482023-11-28T02:02:12.380Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492023-11-28T02:02:12.429Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=b4ccfa52a4418d68 -C extra-filename=-b4ccfa52a4418d68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
26502023-11-28T02:02:12.699Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=734841f4287de739 -C extra-filename=-734841f4287de739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
26512023-11-28T02:02:13.840Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26522023-11-28T02:02:13.847Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ee565e46cd1c50a -C extra-filename=-2ee565e46cd1c50a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26532023-11-28T02:02:16.240Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26542023-11-28T02:02:16.243Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
26552023-11-28T02:02:16.729Z Compiling globset v0.4.13
26562023-11-28T02:02:16.732Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
26572023-11-28T02:02:16.998Z Compiling olpc-cjson v0.1.3
26582023-11-28T02:02:17.010Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95ae50b77144ede -C extra-filename=-f95ae50b77144ede --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-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
26592023-11-28T02:02:17.074Z Compiling serde_plain v1.0.2
26602023-11-28T02:02:17.112Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144bc284e3e61bd5 -C extra-filename=-144bc284e3e61bd5 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
26612023-11-28T02:02:17.552Z Compiling serde-big-array v0.5.1
26622023-11-28T02:02:17.555Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=647c32cd25b537b1 -C extra-filename=-647c32cd25b537b1 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
26632023-11-28T02:02:17.714Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
26642023-11-28T02:02:17.717Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
26652023-11-28T02:02:17.892Z Compiling async-recursion v1.0.5
26662023-11-28T02:02:17.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
26672023-11-28T02:02:19.366Z Compiling display-error-chain v0.2.0
26682023-11-28T02:02:19.369Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26692023-11-28T02:02:19.605Z Compiling typed-path v0.6.0
26702023-11-28T02:02:19.609Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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=7df5b01458f7f6af -C extra-filename=-7df5b01458f7f6af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26712023-11-28T02:02:19.877Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
26722023-11-28T02:02:19.882Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d1d2ae1ea660778 -C extra-filename=-4d1d2ae1ea660778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
26732023-11-28T02:02:19.972Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ac103e1bb3cc327 -C extra-filename=-6ac103e1bb3cc327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2a6836173286b347.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-647c32cd25b537b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26742023-11-28T02:02:20.607Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9579d6557783aa1 -C extra-filename=-a9579d6557783aa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
26752023-11-28T02:02:24.934Z Compiling tough v0.15.0
26762023-11-28T02:02:24.937Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.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="http"' --cfg 'feature="reqwest"' -C metadata=8d8d5598a7c9322e -C extra-filename=-8d8d5598a7c9322e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f95ae50b77144ede.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-144bc284e3e61bd5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7df5b01458f7f6af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
26772023-11-28T02:02:25.242Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26782023-11-28T02:02:26.830Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
26792023-11-28T02:02:27.088Z Compiling signal-hook-tokio v0.3.1
26802023-11-28T02:02:27.127Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=6ac4b78c905ab268 -C extra-filename=-6ac4b78c905ab268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
26812023-11-28T02:02:27.387Z Compiling serde-big-array v0.4.1
26822023-11-28T02:02:27.390Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2192f96db6e2dfd8 -C extra-filename=-2192f96db6e2dfd8 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
26832023-11-28T02:02:27.641Z Compiling unicase v2.7.0
26842023-11-28T02:02:27.645Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
26852023-11-28T02:02:27.645Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26862023-11-28T02:02:27.649Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=8b9f48c8c1ae165b -C extra-filename=-8b9f48c8c1ae165b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-a9579d6557783aa1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2192f96db6e2dfd8.rmeta --cap-lints allow -D warnings`
26872023-11-28T02:02:28.205Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build`
26882023-11-28T02:02:28.454Z Compiling rayon v1.8.0
26892023-11-28T02:02:28.469Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings`
26902023-11-28T02:02:29.093Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26912023-11-28T02:02:29.097Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a68a6f18b9d5837 -C extra-filename=-4a68a6f18b9d5837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
26922023-11-28T02:02:29.726Z Compiling curve25519-dalek v4.1.0
26932023-11-28T02:02:29.729Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=df6a69afff6ca425 -C extra-filename=-df6a69afff6ca425 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
26942023-11-28T02:02:30.724Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26952023-11-28T02:02:30.730Z Compiling ff v0.13.0
26962023-11-28T02:02:30.730Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf7f6d4f3e724734 -C extra-filename=-cf7f6d4f3e724734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
26972023-11-28T02:02:30.730Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f518bf296793878 -C extra-filename=-8f518bf296793878 --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-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
26982023-11-28T02:02:31.031Z Compiling corncobs v0.1.3
26992023-11-28T02:02:31.052Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27002023-11-28T02:02:31.056Z Compiling group v0.13.0
27012023-11-28T02:02:31.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00ccb38b7b0a7367 -C extra-filename=-00ccb38b7b0a7367 --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-8f518bf296793878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
27022023-11-28T02:02:31.301Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27032023-11-28T02:02:31.304Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=8259f1e659676257 -C extra-filename=-8259f1e659676257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-a9579d6557783aa1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-8b9f48c8c1ae165b.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
27042023-11-28T02:02:31.533Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425/build-script-build`
27052023-11-28T02:02:31.681Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
27062023-11-28T02:02:31.993Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27072023-11-28T02:02:32.030Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32437432eb74bb17 -C extra-filename=-32437432eb74bb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27082023-11-28T02:02:32.273Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27092023-11-28T02:02:32.277Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95ad36cabc43c265 -C extra-filename=-95ad36cabc43c265 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-95ad36cabc43c265 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6c6e83154039dcec.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
27102023-11-28T02:02:36.191Z Compiling universal-hash v0.5.1
27112023-11-28T02:02:36.217Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d5c41537fb0d562 -C extra-filename=-7d5c41537fb0d562 --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-a33671fa8ef1c928.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
27122023-11-28T02:02:36.512Z Compiling crypto-bigint v0.5.2
27132023-11-28T02:02:36.516Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=8a8fa060d36fed27 -C extra-filename=-8a8fa060d36fed27 --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-c23e6ee783c912f3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
27142023-11-28T02:02:39.178Z Compiling thiserror-impl-no-std v2.0.2
27152023-11-28T02:02:39.196Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
27162023-11-28T02:02:42.246Z Compiling curve25519-dalek-derive v0.1.0
27172023-11-28T02:02:42.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
27182023-11-28T02:02:42.273Z Compiling opaque-debug v0.3.0
27192023-11-28T02:02:42.295Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27202023-11-28T02:02:42.424Z Compiling base16ct v0.2.0
27212023-11-28T02:02:42.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddc9d2d992648df0 -C extra-filename=-ddc9d2d992648df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27222023-11-28T02:02:42.832Z Compiling elliptic-curve v0.13.5
27232023-11-28T02:02:42.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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=f446d24baed93cd6 -C extra-filename=-f446d24baed93cd6 --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-ddc9d2d992648df0.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-8a8fa060d36fed27.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-8f518bf296793878.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c23e6ee783c912f3.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-00ccb38b7b0a7367.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
27242023-11-28T02:02:42.912Z Compiling poly1305 v0.8.0
27252023-11-28T02:02:42.918Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=25253d21f21cb014 -C extra-filename=-25253d21f21cb014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7d5c41537fb0d562.rmeta --cap-lints allow -D warnings`
27262023-11-28T02:02:43.746Z Compiling mime_guess v2.0.4
27272023-11-28T02:02:43.750Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings`
27282023-11-28T02:02:44.108Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27292023-11-28T02:02:44.185Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=06c5fab82ecf3e96 -C extra-filename=-06c5fab82ecf3e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-06c5fab82ecf3e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27302023-11-28T02:02:44.667Z Compiling chacha20 v0.9.1
27312023-11-28T02:02:44.670Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=20988084088b0d6e -C extra-filename=-20988084088b0d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ef412f35199bdb87.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings`
27322023-11-28T02:02:44.997Z Compiling thiserror-no-std v2.0.2
27332023-11-28T02:02:45.010Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-6f5aabbc32661f8c.so --cap-lints allow -D warnings`
27342023-11-28T02:02:45.061Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=42de509112b5ecc1 -C extra-filename=-42de509112b5ecc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-0e38fde94b3751f2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
27352023-11-28T02:02:45.151Z Compiling aead v0.5.2
27362023-11-28T02:02:45.154Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=817058c797a55a79 -C extra-filename=-817058c797a55a79 --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-a33671fa8ef1c928.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c23e6ee783c912f3.rmeta --cap-lints allow -D warnings`
27372023-11-28T02:02:45.398Z Compiling kstat-rs v0.2.3
27382023-11-28T02:02:45.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b20127b1a8309df2 -C extra-filename=-b20127b1a8309df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
27392023-11-28T02:02:45.677Z Compiling diff v0.1.13
27402023-11-28T02:02:45.682Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27412023-11-28T02:02:45.714Z Compiling chacha20poly1305 v0.10.1
27422023-11-28T02:02:45.717Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=f7b68f1c18c08ae5 -C extra-filename=-f7b68f1c18c08ae5 --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-817058c797a55a79.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-20988084088b0d6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ef412f35199bdb87.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-25253d21f21cb014.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
27432023-11-28T02:02:46.012Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build`
27442023-11-28T02:02:46.068Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-06c5fab82ecf3e96/build-script-build`
27452023-11-28T02:02:46.072Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27462023-11-28T02:02:46.075Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a0b28a64af3069 -C extra-filename=-88a0b28a64af3069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8259f1e659676257.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27472023-11-28T02:02:46.099Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27482023-11-28T02:02:46.126Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ea356839fa5cb27 -C extra-filename=-7ea356839fa5cb27 --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-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27492023-11-28T02:02:46.455Z Compiling bcs v0.1.6
27502023-11-28T02:02:46.459Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74933ec96320e472 -C extra-filename=-74933ec96320e472 --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-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
27512023-11-28T02:02:46.746Z Compiling highway v1.1.0
27522023-11-28T02:02:46.749Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27532023-11-28T02:02:47.648Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings`
27542023-11-28T02:02:47.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27552023-11-28T02:02:47.986Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=b64ed0595f99bda2 -C extra-filename=-b64ed0595f99bda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27562023-11-28T02:02:49.233Z Compiling vsss-rs v3.3.1
27572023-11-28T02:02:49.236Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=2e5d2874d4f7b20c -C extra-filename=-2e5d2874d4f7b20c --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-42de509112b5ecc1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f446d24baed93cd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --cap-lints allow -D warnings`
27582023-11-28T02:02:49.794Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27592023-11-28T02:02:49.797Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d5e7de6fa26b1b0 -C extra-filename=-4d5e7de6fa26b1b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27602023-11-28T02:02:50.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612023-11-28T02:02:51.002Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1735ceb3791d07e -C extra-filename=-e1735ceb3791d07e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27622023-11-28T02:02:53.066Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
27632023-11-28T02:02:53.070Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=daa05f9d90377d6e -C extra-filename=-daa05f9d90377d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
27642023-11-28T02:02:55.523Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
27652023-11-28T02:02:55.526Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b7967b1dc71a4645 -C extra-filename=-b7967b1dc71a4645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
27662023-11-28T02:02:57.299Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=990f3a0d83b8d053 -C extra-filename=-990f3a0d83b8d053 --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-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f7b68f1c18c08ae5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2e5d2874d4f7b20c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27672023-11-28T02:02:57.331Z Compiling assert_matches v1.5.0
27682023-11-28T02:02:57.364Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27692023-11-28T02:02:57.480Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702023-11-28T02:02:57.483Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f2cffd3d8aabb3e -C extra-filename=-0f2cffd3d8aabb3e --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-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27712023-11-28T02:02:59.600Z Compiling portable-atomic v1.4.3
27722023-11-28T02:02:59.632Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27732023-11-28T02:03:00.225Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-95ad36cabc43c265/build-script-build`
27742023-11-28T02:03:00.559Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2888b88a29b128d5 -C extra-filename=-2888b88a29b128d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27752023-11-28T02:03:01.113Z Compiling crunchy v0.2.2
27762023-11-28T02:03:01.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27772023-11-28T02:03:01.334Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build`
27782023-11-28T02:03:01.404Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792023-11-28T02:03:01.408Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bfd2073beb862e1 -C extra-filename=-7bfd2073beb862e1 --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-2a7a8e4c96530537.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27802023-11-28T02:03:01.567Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build`
27812023-11-28T02:03:01.607Z Compiling clang-sys v1.6.1
27822023-11-28T02:03:01.663Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings`
27832023-11-28T02:03:02.936Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
27842023-11-28T02:03:02.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=e7670aa4c14a27cf -C extra-filename=-e7670aa4c14a27cf --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-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
27852023-11-28T02:03:03.235Z Compiling humantime v2.1.0
27862023-11-28T02:03:03.273Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27872023-11-28T02:03:03.500Z Compiling prettyplease v0.2.12
27882023-11-28T02:03:03.503Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27892023-11-28T02:03:04.042Z Compiling http-range v0.1.5
27902023-11-28T02:03:04.046Z Compiling tiny-keccak v2.0.2
27912023-11-28T02:03:04.046Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27922023-11-28T02:03:04.073Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27932023-11-28T02:03:04.097Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build`
27942023-11-28T02:03:04.136Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
27952023-11-28T02:03:04.145Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe84e1b183392a45 -C extra-filename=-fe84e1b183392a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e7670aa4c14a27cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
27962023-11-28T02:03:04.605Z Compiling hyper-staticfile v0.9.5
27972023-11-28T02:03:04.608Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d607f324ed44cd68 -C extra-filename=-d607f324ed44cd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --cap-lints allow -D warnings`
27982023-11-28T02:03:04.631Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build`
27992023-11-28T02:03:04.672Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build`
28002023-11-28T02:03:04.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28012023-11-28T02:03:04.876Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
28022023-11-28T02:03:06.139Z Compiling darling_core v0.14.4
28032023-11-28T02:03:06.143Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ed75269fea986458 -C extra-filename=-ed75269fea986458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
28042023-11-28T02:03:07.148Z Compiling number_prefix v0.4.0
28052023-11-28T02:03:07.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28062023-11-28T02:03:07.402Z Compiling minimal-lexical v0.2.1
28072023-11-28T02:03:07.404Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28082023-11-28T02:03:07.521Z Compiling indicatif v0.17.7
28092023-11-28T02:03:07.536Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=59795aa0d9c5f644 -C extra-filename=-59795aa0d9c5f644 --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-9be0e24052f4a227.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
28102023-11-28T02:03:08.265Z Compiling nom v7.1.3
28112023-11-28T02:03:08.268Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=dcd0cf91ec915e4d -C extra-filename=-dcd0cf91ec915e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings`
28122023-11-28T02:03:08.389Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings`
28132023-11-28T02:03:09.432Z Compiling ascii-canvas v3.0.0
28142023-11-28T02:03:09.464Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af1022019d10b377 -C extra-filename=-af1022019d10b377 --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-c563df115e0bf367.rmeta --cap-lints allow -D warnings`
28152023-11-28T02:03:10.289Z Compiling ena v0.14.2
28162023-11-28T02:03:10.292Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
28172023-11-28T02:03:10.932Z Compiling libloading v0.7.4
28182023-11-28T02:03:10.935Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
28192023-11-28T02:03:11.148Z Compiling maplit v1.0.2
28202023-11-28T02:03:11.151Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28212023-11-28T02:03:11.314Z Compiling bindgen v0.65.1
28222023-11-28T02:03:11.317Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28232023-11-28T02:03:11.525Z Compiling ref-cast v1.0.20
28242023-11-28T02:03:11.531Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28252023-11-28T02:03:11.891Z Compiling regex-syntax v0.6.29
28262023-11-28T02:03:11.895Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28272023-11-28T02:03:12.420Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build`
28282023-11-28T02:03:12.519Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build`
28292023-11-28T02:03:12.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302023-11-28T02:03:12.539Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b671fd2740d843b -C extra-filename=-8b671fd2740d843b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
28312023-11-28T02:03:12.561Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=5a307eb8c2caa848 -C extra-filename=-5a307eb8c2caa848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings`
28322023-11-28T02:03:14.488Z Compiling cexpr v0.6.0
28332023-11-28T02:03:14.491Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dd74d2c75a6eb41 -C extra-filename=-5dd74d2c75a6eb41 --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-dcd0cf91ec915e4d.rmeta --cap-lints allow -D warnings`
28342023-11-28T02:03:16.106Z Compiling darling_macro v0.14.4
28352023-11-28T02:03:16.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28362023-11-28T02:03:17.252Z Compiling lalrpop v0.19.12
28372023-11-28T02:03:17.255Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=405035b879e90236 -C extra-filename=-405035b879e90236 --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-af1022019d10b377.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-45ab343396fad1fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
28382023-11-28T02:03:18.139Z Compiling darling v0.14.4
28392023-11-28T02:03:18.144Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings`
28402023-11-28T02:03:18.313Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
28412023-11-28T02:03:18.439Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28422023-11-28T02:03:18.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1524c8c7d55de7e2 -C extra-filename=-1524c8c7d55de7e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28432023-11-28T02:03:21.279Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28442023-11-28T02:03:21.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fac6d32c9e5b2867 -C extra-filename=-fac6d32c9e5b2867 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fac6d32c9e5b2867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28452023-11-28T02:03:21.665Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28462023-11-28T02:03:21.671Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f48691622570758 -C extra-filename=-4f48691622570758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28472023-11-28T02:03:21.808Z Compiling ref-cast-impl v1.0.20
28482023-11-28T02:03:21.811Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
28492023-11-28T02:03:22.067Z Compiling which v4.4.0
28502023-11-28T02:03:22.070Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdd4eddad83fbb79 -C extra-filename=-fdd4eddad83fbb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
28512023-11-28T02:03:23.064Z Compiling fs-err v2.11.0
28522023-11-28T02:03:23.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
28532023-11-28T02:03:23.631Z Compiling peeking_take_while v0.1.2
28542023-11-28T02:03:23.637Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28552023-11-28T02:03:23.829Z Compiling rustc-hash v1.1.0
28562023-11-28T02:03:23.838Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28572023-11-28T02:03:24.058Z Compiling lazycell v1.3.0
28582023-11-28T02:03:24.062Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28592023-11-28T02:03:24.145Z Compiling shlex v1.1.0
28602023-11-28T02:03:24.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28612023-11-28T02:03:24.308Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-52c0ec772ea27005.so --cap-lints allow -D warnings`
28622023-11-28T02:03:24.513Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=d5d9999381572790 -C extra-filename=-d5d9999381572790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-5dd74d2c75a6eb41.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a307eb8c2caa848.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-fdd4eddad83fbb79.rmeta --cap-lints allow -D warnings`
28632023-11-28T02:03:24.557Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build`
28642023-11-28T02:03:24.745Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fac6d32c9e5b2867/build-script-build`
28652023-11-28T02:03:24.785Z Compiling derive_builder_core v0.12.0
28662023-11-28T02:03:24.806Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
28672023-11-28T02:03:26.639Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28682023-11-28T02:03:26.645Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c57475aa5c9629a2 -C extra-filename=-c57475aa5c9629a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28692023-11-28T02:03:27.473Z Compiling libxml v0.3.3
28702023-11-28T02:03:27.476Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
28712023-11-28T02:03:28.160Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build`
28722023-11-28T02:03:28.191Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63`
28732023-11-28T02:03:28.912Z Compiling derive_builder_macro v0.12.0
28742023-11-28T02:03:28.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28752023-11-28T02:03:29.094Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762023-11-28T02:03:29.097Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4bbfa53bfe061bd -C extra-filename=-b4bbfa53bfe061bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28772023-11-28T02:03:30.015Z Compiling bytesize v1.3.0
28782023-11-28T02:03:30.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=eeae718e0c35ba84 -C extra-filename=-eeae718e0c35ba84 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
28792023-11-28T02:03:30.661Z Compiling strum_macros v0.24.3
28802023-11-28T02:03:30.664Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de549791c812edf1 -C extra-filename=-de549791c812edf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28812023-11-28T02:03:30.690Z Compiling cookie v0.18.0
28822023-11-28T02:03:30.693Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
28832023-11-28T02:03:31.248Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28842023-11-28T02:03:31.253Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
28852023-11-28T02:03:31.830Z Compiling indoc v1.0.9
28862023-11-28T02:03:31.835Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
28872023-11-28T02:03:33.665Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build`
28882023-11-28T02:03:33.763Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build`
28892023-11-28T02:03:33.862Z Compiling derive_builder v0.12.0
28902023-11-28T02:03:33.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-26cbf5ffbafedd0c.so --cap-lints allow -D warnings`
28912023-11-28T02:03:34.117Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbedf2bc58b17751 -C extra-filename=-fbedf2bc58b17751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
28922023-11-28T02:03:34.571Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acfde104a84894fb -C extra-filename=-acfde104a84894fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
28932023-11-28T02:03:35.023Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28942023-11-28T02:03:35.054Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eed5ad769ce27dda -C extra-filename=-eed5ad769ce27dda --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-eed5ad769ce27dda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28952023-11-28T02:03:35.557Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28962023-11-28T02:03:35.560Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81d60f019e818773 -C extra-filename=-81d60f019e818773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28972023-11-28T02:03:37.529Z Compiling bb8 v0.8.1
28982023-11-28T02:03:37.534Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=31f953e0ba0ced3a -C extra-filename=-31f953e0ba0ced3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
28992023-11-28T02:03:38.141Z Compiling quick-xml v0.23.1
29002023-11-28T02:03:38.150Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=3ed581c6855895b5 -C extra-filename=-3ed581c6855895b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
29012023-11-28T02:03:38.331Z Compiling oso-derive v0.27.0
29022023-11-28T02:03:38.334Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29032023-11-28T02:03:39.401Z Compiling impl-trait-for-tuples v0.2.2
29042023-11-28T02:03:39.404Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29052023-11-28T02:03:40.349Z Compiling smawk v0.3.1
29062023-11-28T02:03:40.374Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29072023-11-28T02:03:40.676Z Compiling is_ci v1.1.1
29082023-11-28T02:03:40.688Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29092023-11-28T02:03:41.041Z Compiling unicode-linebreak v0.1.5
29102023-11-28T02:03:41.065Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29112023-11-28T02:03:41.568Z Compiling supports-color v2.1.0
29122023-11-28T02:03:41.572Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a0c1ca90a0f5a7 -C extra-filename=-66a0c1ca90a0f5a7 --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-45ab343396fad1fb.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings`
29132023-11-28T02:03:41.862Z Compiling textwrap v0.16.0
29142023-11-28T02:03:41.885Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29152023-11-28T02:03:42.159Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
29162023-11-28T02:03:42.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/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=8a804ee104f05424 -C extra-filename=-8a804ee104f05424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29172023-11-28T02:03:43.089Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-eed5ad769ce27dda/build-script-build`
29182023-11-28T02:03:43.125Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f85abe9eac07172 -C extra-filename=-5f85abe9eac07172 --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-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
29192023-11-28T02:03:44.025Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=101484b3f03577ed -C extra-filename=-101484b3f03577ed --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-08f8f14cbfd6e652.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29202023-11-28T02:03:44.656Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29212023-11-28T02:03:44.659Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c402a0947ff80fbe -C extra-filename=-c402a0947ff80fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29222023-11-28T02:03:44.910Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29232023-11-28T02:03:44.913Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f36bd7952dfb593 -C extra-filename=-1f36bd7952dfb593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29242023-11-28T02:03:45.505Z Compiling cassowary v0.3.0
29252023-11-28T02:03:45.507Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29262023-11-28T02:03:47.745Z Compiling indoc v2.0.3
29272023-11-28T02:03:47.748Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29282023-11-28T02:03:49.615Z Compiling ratatui v0.23.0
29292023-11-28T02:03:49.618Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=6826507eaa28f4f1 -C extra-filename=-6826507eaa28f4f1 --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-95e0840708437b88.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29302023-11-28T02:03:57.633Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29312023-11-28T02:03:57.680Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75fca2e8f7ccc5a4 -C extra-filename=-75fca2e8f7ccc5a4 --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-9ebc0d9ab6a565e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29322023-11-28T02:03:58.812Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29332023-11-28T02:03:58.815Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78c88bb7863ea301 -C extra-filename=-78c88bb7863ea301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29342023-11-28T02:03:59.870Z Compiling rtoolbox v0.0.1
29352023-11-28T02:03:59.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f827b6360075776b -C extra-filename=-f827b6360075776b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
29362023-11-28T02:04:00.135Z Compiling rpassword v7.3.1
29372023-11-28T02:04:00.141Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19270a1b98edf2ba -C extra-filename=-19270a1b98edf2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f827b6360075776b.rmeta --cap-lints allow -D warnings`
29382023-11-28T02:04:00.614Z Compiling tui-tree-widget v0.13.0
29392023-11-28T02:04:00.617Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d790c9a4e8e7341 -C extra-filename=-7d790c9a4e8e7341 --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-6826507eaa28f4f1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29402023-11-28T02:04:01.660Z Compiling shell-words v1.1.0
29412023-11-28T02:04:01.663Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29422023-11-28T02:04:02.198Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29432023-11-28T02:04:02.203Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce9cefbf28f2d80d -C extra-filename=-ce9cefbf28f2d80d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ce9cefbf28f2d80d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29442023-11-28T02:04:02.769Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ce9cefbf28f2d80d/build-script-build`
29452023-11-28T02:04:02.809Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
29462023-11-28T02:04:02.813Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=da0d9046b2c610d6 -C extra-filename=-da0d9046b2c610d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-cd462a449c4b210b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
29472023-11-28T02:04:03.097Z Compiling fatfs v0.3.6
29482023-11-28T02:04:03.121Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b0f8a63927350db -C extra-filename=-1b0f8a63927350db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
29492023-11-28T02:04:06.049Z Compiling yansi v0.5.1
29502023-11-28T02:04:06.091Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29512023-11-28T02:04:06.629Z Compiling pretty_assertions v1.4.0
29522023-11-28T02:04:06.632Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings`
29532023-11-28T02:04:06.767Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29542023-11-28T02:04:06.770Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=718f0396841c5ee6 -C extra-filename=-718f0396841c5ee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29552023-11-28T02:04:07.149Z Compiling rand v0.4.6
29562023-11-28T02:04:07.228Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d6abe9b874c50522 -C extra-filename=-d6abe9b874c50522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
29572023-11-28T02:04:08.376Z Compiling remove_dir_all v0.5.3
29582023-11-28T02:04:08.379Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29592023-11-28T02:04:08.555Z Compiling plotters-backend v0.3.5
29602023-11-28T02:04:08.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29612023-11-28T02:04:09.458Z Compiling plotters-svg v0.3.5
29622023-11-28T02:04:09.465Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings`
29632023-11-28T02:04:10.121Z Compiling tempdir v0.3.7
29642023-11-28T02:04:10.124Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1d4c69a0724bff8 -C extra-filename=-e1d4c69a0724bff8 --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-d6abe9b874c50522.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings`
29652023-11-28T02:04:10.741Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29662023-11-28T02:04:10.744Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16804716ab266d0b -C extra-filename=-16804716ab266d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29672023-11-28T02:04:11.832Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29682023-11-28T02:04:11.835Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea80f806910779a1 -C extra-filename=-ea80f806910779a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29692023-11-28T02:04:14.042Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29702023-11-28T02:04:14.045Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd87d693971e1056 -C extra-filename=-fd87d693971e1056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29712023-11-28T02:04:22.115Z Compiling assert_cmd v2.0.12
29722023-11-28T02:04:22.120Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7462df53b4dba49b -C extra-filename=-7462df53b4dba49b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings`
29732023-11-28T02:04:24.335Z Compiling serial_test_derive v0.10.0
29742023-11-28T02:04:24.338Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=7405105dbe3861cf -C extra-filename=-7405105dbe3861cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29752023-11-28T02:04:24.699Z Compiling dashmap v5.5.1
29762023-11-28T02:04:24.702Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d27b952cf85e9f3c -C extra-filename=-d27b952cf85e9f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings`
29772023-11-28T02:04:26.296Z Compiling cast v0.3.0
29782023-11-28T02:04:26.299Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29792023-11-28T02:04:26.523Z Compiling serial_test v0.10.0
29802023-11-28T02:04:26.533Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=8fe01134124edd24 -C extra-filename=-8fe01134124edd24 --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-d27b952cf85e9f3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-7405105dbe3861cf.so --cap-lints allow -D warnings`
29812023-11-28T02:04:26.873Z Compiling criterion-plot v0.5.0
29822023-11-28T02:04:26.876Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings`
29832023-11-28T02:04:27.826Z Compiling plotters v0.3.5
29842023-11-28T02:04:27.829Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings`
29852023-11-28T02:04:28.485Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29862023-11-28T02:04:28.488Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ffa8eac89cc824d -C extra-filename=-3ffa8eac89cc824d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29872023-11-28T02:04:31.936Z Compiling tinytemplate v1.2.1
29882023-11-28T02:04:31.939Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=176ee5ce0291a68d -C extra-filename=-176ee5ce0291a68d --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-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings`
29892023-11-28T02:04:33.711Z Compiling vte_generate_state_changes v0.1.1
29902023-11-28T02:04:33.714Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
29912023-11-28T02:04:34.884Z Compiling anes v0.1.6
29922023-11-28T02:04:34.888Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29932023-11-28T02:04:35.704Z Compiling oorandom v11.1.3
29942023-11-28T02:04:35.708Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29952023-11-28T02:04:36.007Z Compiling criterion v0.5.1
29962023-11-28T02:04:36.011Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=034d740057b43b8b -C extra-filename=-034d740057b43b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-45ab343396fad1fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-176ee5ce0291a68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
29972023-11-28T02:04:41.721Z Compiling vte v0.11.1
29982023-11-28T02:04:41.725Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42b2fb31672684c9 -C extra-filename=-42b2fb31672684c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings`
29992023-11-28T02:04:46.322Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30002023-11-28T02:04:46.332Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=993b2799ddc0a61d -C extra-filename=-993b2799ddc0a61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30012023-11-28T02:04:48.941Z Compiling threadpool v1.8.1
30022023-11-28T02:04:48.944Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff1ec83fe9a3dd5 -C extra-filename=-1ff1ec83fe9a3dd5 --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-2f696aea8912d905.rmeta --cap-lints allow -D warnings`
30032023-11-28T02:04:50.393Z Compiling nanorand v0.7.0
30042023-11-28T02:04:50.396Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=151f4df35564026b -C extra-filename=-151f4df35564026b --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-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings`
30052023-11-28T02:04:51.354Z Compiling flume v0.11.0
30062023-11-28T02:04:51.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=4750fc70f249085f -C extra-filename=-4750fc70f249085f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-151f4df35564026b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
30072023-11-28T02:04:52.481Z Compiling libtest-mimic v0.6.1
30082023-11-28T02:04:52.485Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cbbba83b3419831a -C extra-filename=-cbbba83b3419831a --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-d13ea45d662ae5f8.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-1ff1ec83fe9a3dd5.rmeta --cap-lints allow -D warnings`
30092023-11-28T02:04:55.842Z Compiling strip-ansi-escapes v0.2.0
30102023-11-28T02:04:55.845Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.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=0d82e1796fb48264 -C extra-filename=-0d82e1796fb48264 --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-42b2fb31672684c9.rmeta --cap-lints allow -D warnings`
30112023-11-28T02:04:56.450Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30122023-11-28T02:04:56.454Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0184ca6fcb6ec7fc -C extra-filename=-0184ca6fcb6ec7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30132023-11-28T02:04:58.946Z Compiling rstest_macros v0.18.2
30142023-11-28T02:04:58.949Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=95cc66c31d9b69ac -C extra-filename=-95cc66c31d9b69ac --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
30152023-11-28T02:04:59.863Z Compiling fd-lock v3.0.13
30162023-11-28T02:04:59.868Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3152d98391776aa2 -C extra-filename=-3152d98391776aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5631119ba69f172b.rmeta --cap-lints allow -D warnings`
30172023-11-28T02:05:00.171Z Compiling nu-ansi-term v0.49.0
30182023-11-28T02:05:00.175Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30192023-11-28T02:05:01.267Z Compiling reedline v0.26.0
30202023-11-28T02:05:01.271Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.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 -C metadata=75d1255cefd2e79c -C extra-filename=-75d1255cefd2e79c --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-9ebc0d9ab6a565e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-3152d98391776aa2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-0d82e1796fb48264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30212023-11-28T02:05:09.064Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac/build-script-build`
30222023-11-28T02:05:09.217Z Compiling datatest-stable v0.2.3
30232023-11-28T02:05:09.220Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bca153bf78b54fd2 -C extra-filename=-bca153bf78b54fd2 --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-2a7a8e4c96530537.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-cbbba83b3419831a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
30242023-11-28T02:05:10.182Z Compiling httptest v0.15.5
30252023-11-28T02:05:10.185Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9450919fa7a1269e -C extra-filename=-9450919fa7a1269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bea906fb5bcc439c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
30262023-11-28T02:05:11.415Z Compiling similar-asserts v1.5.0
30272023-11-28T02:05:11.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=476a7049abc798e8 -C extra-filename=-476a7049abc798e8 --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-9be0e24052f4a227.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings`
30282023-11-28T02:05:13.319Z Compiling relative-path v1.9.0
30292023-11-28T02:05:13.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30302023-11-28T02:05:13.396Z Compiling trybuild v1.0.85
30312023-11-28T02:05:13.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30322023-11-28T02:05:14.143Z Compiling bytecount v0.6.3
30332023-11-28T02:05:14.146Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30342023-11-28T02:05:14.480Z Compiling topological-sort v0.2.2
30352023-11-28T02:05:14.483Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30362023-11-28T02:05:14.534Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=84044d8579f986f5 -C extra-filename=-84044d8579f986f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings`
30372023-11-28T02:05:14.878Z Compiling papergrid v0.10.0
30382023-11-28T02:05:14.885Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30392023-11-28T02:05:21.509Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build`
30402023-11-28T02:05:21.552Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30412023-11-28T02:05:21.556Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed8ee3edff5b46c2 -C extra-filename=-ed8ee3edff5b46c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30422023-11-28T02:05:21.721Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30432023-11-28T02:05:21.725Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4bb8ce5ae6f919 -C extra-filename=-3c4bb8ce5ae6f919 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-3c4bb8ce5ae6f919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30442023-11-28T02:05:22.290Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30452023-11-28T02:05:22.294Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=139f0c92398c913c -C extra-filename=-139f0c92398c913c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-139f0c92398c913c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30462023-11-28T02:05:22.867Z Compiling tabled_derive v0.6.0
30472023-11-28T02:05:22.884Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
30482023-11-28T02:05:27.432Z Compiling basic-toml v0.1.4
30492023-11-28T02:05:27.436Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1cb3a3149b8069 -C extra-filename=-5c1cb3a3149b8069 --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-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
30502023-11-28T02:05:30.924Z Compiling arrayvec v0.7.4
30512023-11-28T02:05:30.929Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30522023-11-28T02:05:30.952Z Compiling futures-timer v3.0.2
30532023-11-28T02:05:30.959Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30542023-11-28T02:05:31.578Z Compiling constant_time_eq v0.2.6
30552023-11-28T02:05:31.602Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30562023-11-28T02:05:31.848Z Compiling crossbeam-queue v0.3.8
30572023-11-28T02:05:31.864Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30582023-11-28T02:05:32.250Z Compiling arrayref v0.3.7
30592023-11-28T02:05:32.253Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30602023-11-28T02:05:32.435Z Compiling rstest v0.18.2
30612023-11-28T02:05:32.439Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=e3df991513cc11c4 -C extra-filename=-e3df991513cc11c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-84044d8579f986f5.so --cap-lints allow -D warnings`
30622023-11-28T02:05:32.468Z Compiling blake2b_simd v1.0.1
30632023-11-28T02:05:32.472Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings`
30642023-11-28T02:05:32.762Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build`
30652023-11-28T02:05:32.789Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aebfe61ae665bd3 -C extra-filename=-7aebfe61ae665bd3 --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-5c1cb3a3149b8069.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
30662023-11-28T02:05:32.822Z Compiling tabled v0.14.0
30672023-11-28T02:05:32.827Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30682023-11-28T02:05:42.415Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-139f0c92398c913c/build-script-build`
30692023-11-28T02:05:42.454Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-3c4bb8ce5ae6f919/build-script-build`
30702023-11-28T02:05:42.497Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30712023-11-28T02:05:42.938Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d4801cd17655ca8 -C extra-filename=-7d4801cd17655ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30722023-11-28T02:05:43.584Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30732023-11-28T02:05:43.587Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=740247be3e74c4e4 -C extra-filename=-740247be3e74c4e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75d1255cefd2e79c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30742023-11-28T02:05:46.891Z Compiling partial-io v0.5.4
30752023-11-28T02:05:46.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=fd982abecbd93e40 -C extra-filename=-fd982abecbd93e40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings`
30762023-11-28T02:05:47.644Z Compiling approx v0.5.1
30772023-11-28T02:05:47.647Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
30782023-11-28T02:05:48.023Z Compiling hex-literal v0.4.1
30792023-11-28T02:05:48.026Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30802023-11-28T02:05:48.050Z Compiling constant_time_eq v0.3.0
30812023-11-28T02:05:48.051Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30822023-11-28T02:05:48.256Z Compiling rust-argon2 v1.0.1
30832023-11-28T02:05:48.290Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=78933f846eed4887 -C extra-filename=-78933f846eed4887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
30842023-11-28T02:05:48.327Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
30852023-11-28T02:05:48.743Z Compiling crossbeam v0.8.2
30862023-11-28T02:05:48.746Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
30872023-11-28T02:05:48.913Z Compiling termios v0.3.3
30882023-11-28T02:05:48.948Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b73657962302a4 -C extra-filename=-75b73657962302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
30892023-11-28T02:05:49.355Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
30902023-11-28T02:05:49.361Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4f3d178434be652a -C extra-filename=-4f3d178434be652a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d5d9999381572790.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
30912023-11-28T02:05:49.361Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30922023-11-28T02:05:49.361Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=16d3642455abc9c8 -C extra-filename=-16d3642455abc9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-75b73657962302a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30932023-11-28T02:05:52.636Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a/build-script-bindings`
30942023-11-28T02:05:53.757Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19cd6dc8784d9638 -C extra-filename=-19cd6dc8784d9638 --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-02ec29989962ef06.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30952023-11-28T02:05:54.153Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
30962023-11-28T02:05:54.160Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d49771c5e27e155a -C extra-filename=-d49771c5e27e155a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7d4801cd17655ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30972023-11-28T02:05:55.657Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e5756b6e8077224 -C extra-filename=-3e5756b6e8077224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fd982abecbd93e40.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30982023-11-28T02:05:56.238Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c7593dac83d182d2 -C extra-filename=-c7593dac83d182d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fd982abecbd93e40.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30992023-11-28T02:05:56.286Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=a0148c3a48d92ce5 -C extra-filename=-a0148c3a48d92ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-fbedf2bc58b17751.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3ed581c6855895b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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`
31002023-11-28T02:05:58.822Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2557849c5b1b018e -C extra-filename=-2557849c5b1b018e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9c5a4ed92c307572.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31012023-11-28T02:06:04.989Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e80e015de0f33b9f -C extra-filename=-e80e015de0f33b9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75d1255cefd2e79c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-740247be3e74c4e4.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31022023-11-28T02:06:05.619Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c94687f6a877e51 -C extra-filename=-6c94687f6a877e51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75d1255cefd2e79c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-740247be3e74c4e4.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31032023-11-28T02:06:07.676Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1659a23e3775d0dc -C extra-filename=-1659a23e3775d0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9c5a4ed92c307572.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31042023-11-28T02:06:08.196Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=79b619b0b12bc6f7 -C extra-filename=-79b619b0b12bc6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7d4801cd17655ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31052023-11-28T02:06:08.946Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3c7c1dfdcecf685f -C extra-filename=-3c7c1dfdcecf685f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31062023-11-28T02:06:12.111Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab653470699c50da -C extra-filename=-ab653470699c50da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31072023-11-28T02:06:31.661Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=52239ea462804d72 -C extra-filename=-52239ea462804d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31082023-11-28T02:06:32.563Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=684681bdf1b1dc6f -C extra-filename=-684681bdf1b1dc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31092023-11-28T02:06:32.565Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=545f89feeff2c076 -C extra-filename=-545f89feeff2c076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31102023-11-28T02:06:32.953Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd1546e1cd79bc8a -C extra-filename=-bd1546e1cd79bc8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31112023-11-28T02:06:32.955Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2bd857e5c97aade9 -C extra-filename=-2bd857e5c97aade9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31122023-11-28T02:06:32.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d7ea3feb278a85a -C extra-filename=-2d7ea3feb278a85a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31132023-11-28T02:06:32.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed6e3f94bba1662b -C extra-filename=-ed6e3f94bba1662b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31142023-11-28T02:06:51.676Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=40bd29f6c311bdf9 -C extra-filename=-40bd29f6c311bdf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31152023-11-28T02:06:53.514Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e8f241cdb3ea9264 -C extra-filename=-e8f241cdb3ea9264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75d1255cefd2e79c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31162023-11-28T02:06:53.601Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5799e7b9f11a5794 -C extra-filename=-5799e7b9f11a5794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed8ee3edff5b46c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31172023-11-28T02:06:54.164Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f82ea8343f3416f -C extra-filename=-2f82ea8343f3416f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed8ee3edff5b46c2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31182023-11-28T02:06:54.327Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5834e6b245ca5f5e -C extra-filename=-5834e6b245ca5f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed8ee3edff5b46c2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31192023-11-28T02:06:56.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2724e4b33e1e0620 -C extra-filename=-2724e4b33e1e0620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31202023-11-28T02:06:57.568Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63abde71f4a933d3 -C extra-filename=-63abde71f4a933d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31212023-11-28T02:06:59.539Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c58bd7400bc04d30 -C extra-filename=-c58bd7400bc04d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bca153bf78b54fd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31222023-11-28T02:07:11.912Z Compiling polar-core v0.27.0
31232023-11-28T02:07:11.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=254edcedaea29992 -C extra-filename=-254edcedaea29992 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-254edcedaea29992 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-405035b879e90236.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
31242023-11-28T02:07:14.667Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-254edcedaea29992/build-script-build`
31252023-11-28T02:07:17.980Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=f9a8af15ca4796ea -C extra-filename=-f9a8af15ca4796ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings`
31262023-11-28T02:07:21.376Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=90db4b9064171540 -C extra-filename=-90db4b9064171540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bca153bf78b54fd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31272023-11-28T02:07:21.376Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=edf4aa102f5be147 -C extra-filename=-edf4aa102f5be147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bca153bf78b54fd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31282023-11-28T02:07:44.573Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=397031c377e9c993 -C extra-filename=-397031c377e9c993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bca153bf78b54fd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31292023-11-28T02:07:44.894Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a183ddc0af8ffe7b -C extra-filename=-a183ddc0af8ffe7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31302023-11-28T02:07:45.220Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a272cc2a12eee089 -C extra-filename=-a272cc2a12eee089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31312023-11-28T02:07:45.221Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01f144705c458137 -C extra-filename=-01f144705c458137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31322023-11-28T02:07:45.226Z Compiling oso v0.27.0
31332023-11-28T02:07:45.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=a1db5770921818f9 -C extra-filename=-a1db5770921818f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-f9a8af15ca4796ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings`
31342023-11-28T02:07:49.735Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b12cc7b097b6ad1 -C extra-filename=-4b12cc7b097b6ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-81d60f019e818773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-101484b3f03577ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a1db5770921818f9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31352023-11-28T02:07:50.897Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=66b176c34904da2b -C extra-filename=-66b176c34904da2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31362023-11-28T02:07:51.383Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=146bb0c44bf2da24 -C extra-filename=-146bb0c44bf2da24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31372023-11-28T02:07:53.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c29e4b80cc79a1d5 -C extra-filename=-c29e4b80cc79a1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31382023-11-28T02:08:00.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48597cdd0b99cdda -C extra-filename=-48597cdd0b99cdda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31392023-11-28T02:08:01.931Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e89467a07356c0df -C extra-filename=-e89467a07356c0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31402023-11-28T02:08:10.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0158c02fcea5924a -C extra-filename=-0158c02fcea5924a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31412023-11-28T02:08:24.489Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=48286e776f08ab16 -C extra-filename=-48286e776f08ab16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31422023-11-28T02:08:27.363Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5df9fbde60f2974c -C extra-filename=-5df9fbde60f2974c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31432023-11-28T02:08:31.313Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=581644d26f6ec431 -C extra-filename=-581644d26f6ec431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31442023-11-28T02:08:33.113Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=823c66324b2cef33 -C extra-filename=-823c66324b2cef33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31452023-11-28T02:08:35.697Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aab75767a131b31f -C extra-filename=-aab75767a131b31f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31462023-11-28T02:08:36.964Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=792ca24b2d304b0c -C extra-filename=-792ca24b2d304b0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31472023-11-28T02:08:37.964Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=81523721499a62cb -C extra-filename=-81523721499a62cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31482023-11-28T02:08:38.284Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e074c831910282f -C extra-filename=-3e074c831910282f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31492023-11-28T02:08:41.238Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31502023-11-28T02:08:41.242Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=6b118007f7a8968e -C extra-filename=-6b118007f7a8968e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/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-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31512023-11-28T02:08:53.068Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=041aac645cf5e200 -C extra-filename=-041aac645cf5e200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/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-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31522023-11-28T02:09:10.681Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bef47201ba11c040 -C extra-filename=-bef47201ba11c040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31532023-11-28T02:09:10.866Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6c1921dca92e113 -C extra-filename=-b6c1921dca92e113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31542023-11-28T02:09:10.868Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ced0c4d163d3391f -C extra-filename=-ced0c4d163d3391f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31552023-11-28T02:09:10.873Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d110e61473b680c9 -C extra-filename=-d110e61473b680c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31562023-11-28T02:09:10.875Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93926b311d5db760 -C extra-filename=-93926b311d5db760 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31572023-11-28T02:09:10.876Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=56503f32d39b1022 -C extra-filename=-56503f32d39b1022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f7b68f1c18c08ae5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2e5d2874d4f7b20c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31582023-11-28T02:09:25.723Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=014d1bf4bbccf78b -C extra-filename=-014d1bf4bbccf78b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f7b68f1c18c08ae5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2e5d2874d4f7b20c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31592023-11-28T02:09:42.182Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=60368c91f452707b -C extra-filename=-60368c91f452707b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31602023-11-28T02:09:48.242Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b99f5c106aaba873 -C extra-filename=-b99f5c106aaba873 --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-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31612023-11-28T02:09:49.279Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=34269256d4a3e13d -C extra-filename=-34269256d4a3e13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31622023-11-28T02:09:59.822Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=77cf06d63123e873 -C extra-filename=-77cf06d63123e873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8259f1e659676257.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31632023-11-28T02:09:59.822Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2211f15baff6285d -C extra-filename=-2211f15baff6285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31642023-11-28T02:09:59.825Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a9ec5c2c285b083d -C extra-filename=-a9ec5c2c285b083d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31652023-11-28T02:10:02.257Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=caba4b8d7251990b -C extra-filename=-caba4b8d7251990b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31662023-11-28T02:10:03.305Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef1a397399a45aa8 -C extra-filename=-ef1a397399a45aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31672023-11-28T02:10:14.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0ce880e141f1dce3 -C extra-filename=-0ce880e141f1dce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8259f1e659676257.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31682023-11-28T02:10:14.983Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c04931c9ff1cbb42 -C extra-filename=-c04931c9ff1cbb42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31692023-11-28T02:10:19.729Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=96fe9fa0133b2e99 -C extra-filename=-96fe9fa0133b2e99 --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-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31702023-11-28T02:10:21.389Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f04e15501f57eae -C extra-filename=-3f04e15501f57eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-81d60f019e818773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-101484b3f03577ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a1db5770921818f9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31712023-11-28T02:10:22.724Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80e868b1072b6531 -C extra-filename=-80e868b1072b6531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31722023-11-28T02:10:24.337Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2afe2302a49392a7 -C extra-filename=-2afe2302a49392a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-9450919fa7a1269e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31732023-11-28T02:10:41.475Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2372ff06d9cfea89 -C extra-filename=-2372ff06d9cfea89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31742023-11-28T02:11:01.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=18073847d5850f64 -C extra-filename=-18073847d5850f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31752023-11-28T02:11:04.045Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=823d534ebf625184 -C extra-filename=-823d534ebf625184 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31762023-11-28T02:11:10.279Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a5e9f41bdb8f2c3 -C extra-filename=-7a5e9f41bdb8f2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31772023-11-28T02:11:14.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=08ad314ca8bf60c9 -C extra-filename=-08ad314ca8bf60c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f7b68f1c18c08ae5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2e5d2874d4f7b20c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31782023-11-28T02:11:22.905Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c62d05e83650f77e -C extra-filename=-c62d05e83650f77e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31792023-11-28T02:11:23.946Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aa36b17f94cf6cac -C extra-filename=-aa36b17f94cf6cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31802023-11-28T02:11:31.696Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=1c072cefa13beb7c -C extra-filename=-1c072cefa13beb7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31812023-11-28T02:11:56.832Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aff472a4b15a3b46 -C extra-filename=-aff472a4b15a3b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31822023-11-28T02:12:04.481Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d951ba25cc6ea82c -C extra-filename=-d951ba25cc6ea82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31832023-11-28T02:12:07.837Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=488172475849255e -C extra-filename=-488172475849255e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31842023-11-28T02:12:13.289Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aafb208b6d677864 -C extra-filename=-aafb208b6d677864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31852023-11-28T02:12:17.081Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0eb5eebbcae2d9c1 -C extra-filename=-0eb5eebbcae2d9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31862023-11-28T02:12:18.113Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8e08aa783b1cfda -C extra-filename=-f8e08aa783b1cfda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31872023-11-28T02:12:18.858Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=e4a48dd029d2b7f5 -C extra-filename=-e4a48dd029d2b7f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31882023-11-28T02:12:21.089Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
31892023-11-28T02:12:21.093Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=013f3494e803b187 -C extra-filename=-013f3494e803b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64`
31902023-11-28T02:12:22.065Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6734b419e4a221fa -C extra-filename=-6734b419e4a221fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31912023-11-28T02:12:24.933Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7ee8ec595b91ad2b -C extra-filename=-7ee8ec595b91ad2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31922023-11-28T02:12:35.600Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f517ecc8ab8e83b6 -C extra-filename=-f517ecc8ab8e83b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31932023-11-28T02:12:41.312Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=850a253d40b41819 -C extra-filename=-850a253d40b41819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31942023-11-28T02:12:52.687Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7421fa038ed3a641 -C extra-filename=-7421fa038ed3a641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31952023-11-28T02:12:55.366Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76d07d0b5c7b8665 -C extra-filename=-76d07d0b5c7b8665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31962023-11-28T02:12:55.537Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86b16068b8554e16 -C extra-filename=-86b16068b8554e16 --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-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31972023-11-28T02:13:02.585Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31982023-11-28T02:13:02.588Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab0dbe1cf0ef8e24 -C extra-filename=-ab0dbe1cf0ef8e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31992023-11-28T02:13:05.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2c92b0b1d82f1a8d -C extra-filename=-2c92b0b1d82f1a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32002023-11-28T02:13:11.147Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=60997d7164c016dc -C extra-filename=-60997d7164c016dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32012023-11-28T02:13:24.894Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35a9c82a78dcbaf2 -C extra-filename=-35a9c82a78dcbaf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32022023-11-28T02:13:29.642Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=24e9789f2bb292e4 -C extra-filename=-24e9789f2bb292e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32032023-11-28T02:13:32.211Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=59ec24466bb9650a -C extra-filename=-59ec24466bb9650a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d809f483d3453b1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32042023-11-28T02:13:33.357Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32052023-11-28T02:13:33.364Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=62f07c72587f9362 -C extra-filename=-62f07c72587f9362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32062023-11-28T02:13:33.475Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=328fc43e6bb14455 -C extra-filename=-328fc43e6bb14455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c882cbd0c0bd2474.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cd521c60935d6ccb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32072023-11-28T02:13:36.051Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da4d795c57c85e57 -C extra-filename=-da4d795c57c85e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32082023-11-28T02:13:42.316Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=1d8c6bd234818d47 -C extra-filename=-1d8c6bd234818d47 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32092023-11-28T02:13:47.128Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=12458ffcb0cf36d3 -C extra-filename=-12458ffcb0cf36d3 --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-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32102023-11-28T02:14:10.890Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a75114495f0ba1ba -C extra-filename=-a75114495f0ba1ba --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-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32112023-11-28T02:14:10.890Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=089519f191c57281 -C extra-filename=-089519f191c57281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32122023-11-28T02:14:10.892Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae3b92cd19e21033 -C extra-filename=-ae3b92cd19e21033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32132023-11-28T02:14:10.892Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c06c5eaef2e6d7fe -C extra-filename=-c06c5eaef2e6d7fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32142023-11-28T02:14:10.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1879e348409ba0df -C extra-filename=-1879e348409ba0df --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-9ebc0d9ab6a565e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32152023-11-28T02:14:10.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=13ca4ec9f42ce445 -C extra-filename=-13ca4ec9f42ce445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32162023-11-28T02:14:10.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b3085c7eb0036100 -C extra-filename=-b3085c7eb0036100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32172023-11-28T02:14:10.893Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=775d5b2d26395c74 -C extra-filename=-775d5b2d26395c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32182023-11-28T02:14:10.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e2fa570287b0c6a8 -C extra-filename=-e2fa570287b0c6a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6c6e83154039dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32192023-11-28T02:17:01.750Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=db776a899e015dc5 -C extra-filename=-db776a899e015dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-9450919fa7a1269e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32202023-11-28T02:17:01.758Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=07622926e0aded1a -C extra-filename=-07622926e0aded1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32212023-11-28T02:17:01.759Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba3cdcc6fa66e64c -C extra-filename=-ba3cdcc6fa66e64c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-9450919fa7a1269e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32222023-11-28T02:17:01.761Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=38a6b04745a37040 -C extra-filename=-38a6b04745a37040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32232023-11-28T02:17:05.831Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f0cf7c71ac6c9388 -C extra-filename=-f0cf7c71ac6c9388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32242023-11-28T02:17:05.845Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e0bc4931f17cefd1 -C extra-filename=-e0bc4931f17cefd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32252023-11-28T02:17:06.594Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c77765de8c60e0fc -C extra-filename=-c77765de8c60e0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32262023-11-28T02:17:08.090Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e9b1bef0c0f1c38 -C extra-filename=-4e9b1bef0c0f1c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/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-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32272023-11-28T02:17:14.251Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=737cdc5a14af5a6f -C extra-filename=-737cdc5a14af5a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-9450919fa7a1269e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.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-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32282023-11-28T02:17:15.916Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da5af22063febf79 -C extra-filename=-da5af22063febf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/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-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32292023-11-28T02:27:44.263Z Finished test [unoptimized + debuginfo] target(s) in 29m 57s
32302023-11-28T02:27:44.577Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-13ca4ec9f42ce445`
32312023-11-28T02:27:44.577Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-08ad314ca8bf60c9`
32322023-11-28T02:27:44.577Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-014d1bf4bbccf78b`
32332023-11-28T02:27:44.577Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-56503f32d39b1022`
32342023-11-28T02:27:44.577Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-488172475849255e`
32352023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-013f3494e803b187`
32362023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-62f07c72587f9362`
32372023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-e2fa570287b0c6a8`
32382023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-aafb208b6d677864`
32392023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-0158c02fcea5924a`
32402023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-823c66324b2cef33`
32412023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-792ca24b2d304b0c`
32422023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-48286e776f08ab16`
32432023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-581644d26f6ec431`
32442023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-5df9fbde60f2974c`
32452023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e89467a07356c0df`
32462023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-aab75767a131b31f`
32472023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-1879e348409ba0df`
32482023-11-28T02:27:44.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-86b16068b8554e16`
32492023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-16d3642455abc9c8`
32502023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-c06c5eaef2e6d7fe`
32512023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-96fe9fa0133b2e99`
32522023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-328fc43e6bb14455`
32532023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-c7593dac83d182d2`
32542023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-3e5756b6e8077224`
32552023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-aff472a4b15a3b46`
32562023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d951ba25cc6ea82c`
32572023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-a183ddc0af8ffe7b`
32582023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-01f144705c458137`
32592023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-0eb5eebbcae2d9c1`
32602023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-c62d05e83650f77e`
32612023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-ab0dbe1cf0ef8e24`
32622023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-35a9c82a78dcbaf2`
32632023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-da4d795c57c85e57`
32642023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-7a5e9f41bdb8f2c3`
32652023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-12458ffcb0cf36d3`
32662023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-34269256d4a3e13d`
32672023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-3f04e15501f57eae`
32682023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-60997d7164c016dc`
32692023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-c04931c9ff1cbb42`
32702023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-2c92b0b1d82f1a8d`
32712023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-7ee8ec595b91ad2b`
32722023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-089519f191c57281`
32732023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-d49771c5e27e155a`
32742023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-38a6b04745a37040`
32752023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-e0bc4931f17cefd1`
32762023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-a9ec5c2c285b083d`
32772023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-2211f15baff6285d`
32782023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-caba4b8d7251990b`
32792023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-2afe2302a49392a7`
32802023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-db776a899e015dc5`
32812023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-ba3cdcc6fa66e64c`
32822023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-737cdc5a14af5a6f`
32832023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-f0cf7c71ac6c9388`
32842023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-07622926e0aded1a`
32852023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-3c7c1dfdcecf685f`
32862023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-79b619b0b12bc6f7`
32872023-11-28T02:27:44.583Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-19cd6dc8784d9638`
32882023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-775d5b2d26395c74`
32892023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-146bb0c44bf2da24`
32902023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-52239ea462804d72`
32912023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-545f89feeff2c076`
32922023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-2bd857e5c97aade9`
32932023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-bd1546e1cd79bc8a`
32942023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-59ec24466bb9650a`
32952023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-ae3b92cd19e21033`
32962023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-2557849c5b1b018e`
32972023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-1659a23e3775d0dc`
32982023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-a75114495f0ba1ba`
32992023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-2372ff06d9cfea89`
33002023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-bef47201ba11c040`
33012023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-81523721499a62cb`
33022023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-3e074c831910282f`
33032023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-aa36b17f94cf6cac`
33042023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-18073847d5850f64`
33052023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-1c072cefa13beb7c`
33062023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-b3085c7eb0036100`
33072023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-6734b419e4a221fa`
33082023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-f8e08aa783b1cfda`
33092023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-66b176c34904da2b`
33102023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-e4a48dd029d2b7f5`
33112023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-0ce880e141f1dce3`
33122023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-77cf06d63123e873`
33132023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-edf4aa102f5be147`
33142023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-397031c377e9c993`
33152023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-c58bd7400bc04d30`
33162023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-90db4b9064171540`
33172023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-60368c91f452707b`
33182023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-d110e61473b680c9`
33192023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-c29e4b80cc79a1d5`
33202023-11-28T02:27:44.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-40bd29f6c311bdf9`
33212023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-63abde71f4a933d3`
33222023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-24e9789f2bb292e4`
33232023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-e8f241cdb3ea9264`
33242023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-6c94687f6a877e51`
33252023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-e80e015de0f33b9f`
33262023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-ab653470699c50da`
33272023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-2f82ea8343f3416f`
33282023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-5834e6b245ca5f5e`
33292023-11-28T02:27:44.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-b99f5c106aaba873`
33302023-11-28T02:27:44.682Z
33312023-11-28T02:27:44.682Zreal 29:58.211253329
33322023-11-28T02:27:44.682Zuser 2:52:04.221575891
33332023-11-28T02:27:44.685Zsys 18:27.577232227
33342023-11-28T02:27:44.685Ztrap 5.878363086
33352023-11-28T02:27:44.685Ztflt 2.456415965
33362023-11-28T02:27:44.685Zdflt 8.728672957
33372023-11-28T02:27:44.685Zkflt 0.020563427
33382023-11-28T02:27:44.685Zlock 5:39:11.029494152
33392023-11-28T02:27:44.685Zslp 10:24:53.284976916
33402023-11-28T02:27:44.685Zlat 4:38.200138672
33412023-11-28T02:27:44.685Zstop 5:25.899330116
33422023-11-28T02:27:44.695Z
33432023-11-28T02:27:44.695Z ##### ###### #### #####
33442023-11-28T02:27:44.695Z # # # #
33452023-11-28T02:27:44.695Z # ##### #### #
33462023-11-28T02:27:44.695Z # # # #
33472023-11-28T02:27:44.695Z # # # # #
33482023-11-28T02:27:44.695Z # ###### #### #
33492023-11-28T02:27:44.695Z
33502023-11-28T02:27:46.680Z Downloading crates ...
33512023-11-28T02:27:47.744Z Downloaded cargo-platform v0.1.3
33522023-11-28T02:27:47.763Z Downloaded blowfish v0.9.1
33532023-11-28T02:27:47.766Z Downloaded wasm-bindgen-macro-support v0.2.87
33542023-11-28T02:27:47.769Z Downloaded fs2 v0.4.3
33552023-11-28T02:27:47.772Z Downloaded md5 v0.7.0
33562023-11-28T02:27:47.775Z Downloaded iana-time-zone-haiku v0.1.2
33572023-11-28T02:27:47.780Z Downloaded security-framework-sys v2.9.1
33582023-11-28T02:27:47.784Z Downloaded wasm-bindgen-shared v0.2.87
33592023-11-28T02:27:47.787Z Downloaded winapi-util v0.1.5
33602023-11-28T02:27:47.790Z Downloaded option-ext v0.2.0
33612023-11-28T02:27:47.790Z Downloaded hermit-abi v0.3.2
33622023-11-28T02:27:47.792Z Downloaded core-foundation-sys v0.8.4
33632023-11-28T02:27:47.795Z Downloaded cbc v0.1.2
33642023-11-28T02:27:47.798Z Downloaded crossterm_winapi v0.9.1
33652023-11-28T02:27:47.803Z Downloaded redox_users v0.4.3
33662023-11-28T02:27:47.806Z Downloaded polyval v0.6.1
33672023-11-28T02:27:47.809Z Downloaded ipconfig v0.3.2
33682023-11-28T02:27:47.813Z Downloaded rand_core v0.3.1
33692023-11-28T02:27:47.816Z Downloaded cargo_toml v0.17.0
33702023-11-28T02:27:47.819Z Downloaded windows-targets v0.42.2
33712023-11-28T02:27:47.822Z Downloaded android_system_properties v0.1.5
33722023-11-28T02:27:47.822Z Downloaded bcrypt-pbkdf v0.10.0
33732023-11-28T02:27:47.825Z Downloaded wasm-bindgen-macro v0.2.87
33742023-11-28T02:27:47.831Z Downloaded core-foundation v0.9.3
33752023-11-28T02:27:47.836Z Downloaded anstyle-wincon v2.1.0
33762023-11-28T02:27:47.843Z Downloaded system-configuration-sys v0.5.0
33772023-11-28T02:27:47.864Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
33782023-11-28T02:27:47.864Z Downloaded errno-dragonfly v0.1.2
33792023-11-28T02:27:47.864Z Downloaded fuchsia-cprng v0.1.1
33802023-11-28T02:27:47.864Z Downloaded getrandom v0.1.16
33812023-11-28T02:27:47.874Z Downloaded windows-targets v0.48.5
33822023-11-28T02:27:47.874Z Downloaded rdrand v0.4.0
33832023-11-28T02:27:47.874Z Downloaded russh-cryptovec v0.7.0
33842023-11-28T02:27:47.874Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
33852023-11-28T02:27:47.874Z Downloaded redox_syscall v0.2.16
33862023-11-28T02:27:47.874Z Downloaded ghash v0.5.0
33872023-11-28T02:27:47.874Z Downloaded pbkdf2 v0.11.0
33882023-11-28T02:27:47.874Z Downloaded rand v0.7.3
33892023-11-28T02:27:47.881Z Downloaded android-tzdata v0.1.1
33902023-11-28T02:27:47.890Z Downloaded rand_hc v0.2.0
33912023-11-28T02:27:47.890Z Downloaded atomic-polyfill v0.1.11
33922023-11-28T02:27:47.890Z Downloaded critical-section v1.1.2
33932023-11-28T02:27:47.890Z Downloaded rand_core v0.5.1
33942023-11-28T02:27:47.896Z Downloaded ed25519 v2.2.2
33952023-11-28T02:27:47.896Z Downloaded rand_core v0.4.2
33962023-11-28T02:27:47.901Z Downloaded dirs-sys v0.4.1
33972023-11-28T02:27:47.901Z Downloaded pbkdf2 v0.12.2
33982023-11-28T02:27:47.906Z Downloaded wasm-bindgen-backend v0.2.87
33992023-11-28T02:27:47.908Z Downloaded encode_unicode v0.3.6
34002023-11-28T02:27:47.914Z Downloaded ctr v0.9.2
34012023-11-28T02:27:47.920Z Downloaded password-hash v0.4.2
34022023-11-28T02:27:47.920Z Downloaded cargo_metadata v0.18.0
34032023-11-28T02:27:47.920Z Downloaded dirs v5.0.1
34042023-11-28T02:27:47.924Z Downloaded winreg v0.50.0
34052023-11-28T02:27:47.928Z Downloaded system-configuration v0.5.1
34062023-11-28T02:27:47.931Z Downloaded rand_chacha v0.2.2
34072023-11-28T02:27:47.931Z Downloaded hermit-abi v0.1.19
34082023-11-28T02:27:47.935Z Downloaded wasm-bindgen-futures v0.4.37
34092023-11-28T02:27:47.940Z Downloaded russh-keys v0.38.0
34102023-11-28T02:27:47.944Z Downloaded redox_syscall v0.3.5
34112023-11-28T02:27:47.944Z Downloaded wasm-streams v0.3.0
34122023-11-28T02:27:47.952Z Downloaded security-framework v2.9.2
34132023-11-28T02:27:47.958Z Downloaded ed25519-dalek v2.0.0
34142023-11-28T02:27:47.964Z Downloaded schannel v0.1.22
34152023-11-28T02:27:48.003Z Downloaded js-sys v0.3.64
34162023-11-28T02:27:48.013Z Downloaded widestring v1.0.2
34172023-11-28T02:27:48.026Z Downloaded bumpalo v3.13.0
34182023-11-28T02:27:48.038Z Downloaded russh v0.39.0
34192023-11-28T02:27:48.068Z Downloaded aes v0.8.3
34202023-11-28T02:27:48.135Z Downloaded aes-gcm v0.10.3
34212023-11-28T02:27:48.170Z Downloaded wasm-bindgen v0.2.87
34222023-11-28T02:27:48.467Z Downloaded windows_aarch64_gnullvm v0.42.2
34232023-11-28T02:27:48.482Z Downloaded windows_x86_64_gnullvm v0.42.2
34242023-11-28T02:27:48.600Z Downloaded windows_x86_64_gnullvm v0.48.5
34252023-11-28T02:27:48.635Z Downloaded windows_aarch64_gnullvm v0.48.5
34262023-11-28T02:27:48.696Z Downloaded fiat-crypto v0.2.1
34272023-11-28T02:27:48.919Z Downloaded windows_aarch64_msvc v0.42.2
34282023-11-28T02:27:48.937Z Downloaded windows_x86_64_msvc v0.42.2
34292023-11-28T02:27:49.009Z Downloaded windows_i686_msvc v0.42.2
34302023-11-28T02:27:49.032Z Downloaded windows_x86_64_gnu v0.42.2
34312023-11-28T02:27:49.073Z Downloaded web-sys v0.3.64
34322023-11-28T02:27:49.300Z Downloaded windows_i686_gnu v0.42.2
34332023-11-28T02:27:49.336Z Downloaded windows_aarch64_msvc v0.48.5
34342023-11-28T02:27:49.361Z Downloaded windows_x86_64_msvc v0.48.5
34352023-11-28T02:27:49.387Z Downloaded windows_i686_msvc v0.48.5
34362023-11-28T02:27:49.434Z Downloaded windows_i686_gnu v0.48.5
34372023-11-28T02:27:49.456Z Downloaded windows_x86_64_gnu v0.48.5
34382023-11-28T02:27:49.535Z Downloaded linux-raw-sys v0.3.8
34392023-11-28T02:27:49.617Z Downloaded winapi v0.3.9
34402023-11-28T02:27:49.722Z Downloaded linux-raw-sys v0.4.5
34412023-11-28T02:27:50.200Z Downloaded windows-sys v0.45.0
34422023-11-28T02:27:50.382Z Downloaded windows-sys v0.48.0
34432023-11-28T02:27:50.549Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
34442023-11-28T02:27:50.840Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
34452023-11-28T02:27:51.727Z Downloaded windows v0.48.0
34462023-11-28T02:27:52.735Zinfo: experimental features enabled: setup-scripts
34472023-11-28T02:27:54.100Z Finished test [unoptimized + debuginfo] target(s) in 1.34s
34482023-11-28T02:27:55.569Z Starting 943 tests across 100 binaries (3 skipped)
34492023-11-28T02:27:55.578Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34502023-11-28T02:27:56.376Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34512023-11-28T02:28:07.188Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522023-11-28T02:28:09.818Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34532023-11-28T02:28:21.863Z Finished test [unoptimized + debuginfo] target(s) in 26.21s
34542023-11-28T02:28:21.906Z Running `target/debug/crdb-seed`
34552023-11-28T02:28:21.938ZNov 28 02:28:21.936 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpK8OjCJ
34562023-11-28T02:28:21.941ZNov 28 02:28:21.937 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpTWNQpr,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpK8OjCJ/listen-url
34572023-11-28T02:28:21.941ZNov 28 02:28:21.939 INFO cockroach environment: BUILDOMAT_JOB_ID=01HG9T1RC9T1H8XX7F8F3XE28S BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d8329ac62bb1c4204af385baba4b0f02419b6af4 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-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envrUR8Uf NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=678f2ec6-53fa-4027-8a0e-cdb7488c1041 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
34582023-11-28T02:28:23.445ZNov 28 02:28:23.444 INFO cockroach pid: 3883
34592023-11-28T02:28:23.445ZNov 28 02:28:23.444 INFO cockroach listen URL: postgresql://root@[::1]:37691/omicron?sslmode=disable
34602023-11-28T02:28:23.448ZNov 28 02:28:23.444 INFO cockroach: populating
34612023-11-28T02:28:25.610ZNov 28 02:28:25.608 INFO cockroach: populated
34622023-11-28T02:28:28.280ZNov 28 02:28:28.278 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/5f67d9766d4283923ff7a9121c156d5bb4dcf7193160f13a5cbf68582fc82d5d.tar`
34632023-11-28T02:28:28.286Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34642023-11-28T02:28:28.367Z PASS [ 0.043s] authz-macros::proc-macro/authz-macros test_authz_dump
34652023-11-28T02:28:28.370Z PASS [ 0.038s] bootstore schemes::tests::hello_roundtrip
34662023-11-28T02:28:28.370Z PASS [ 0.038s] bootstore schemes::v0::share_pkg::tests::create_packages
34672023-11-28T02:28:28.370Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify
34682023-11-28T02:28:28.370Z PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
34692023-11-28T02:28:28.374Z PASS [ 0.032s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
34702023-11-28T02:28:28.380Z PASS [ 0.031s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
34712023-11-28T02:28:28.393Z PASS [ 0.031s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
34722023-11-28T02:28:28.396Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
34732023-11-28T02:28:28.401Z PASS [ 0.026s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
34742023-11-28T02:28:28.422Z PASS [ 0.116s] bootstore schemes::v0::peer::tests::network_config
34752023-11-28T02:28:28.650Z PASS [ 0.258s] dns-server storage::test::test_update_in_progress
34762023-11-28T02:28:28.672Z PASS [ 0.274s] dns-server storage::test::test_update_interrupted
34772023-11-28T02:28:28.686Z PASS [ 0.301s] dns-server storage::test::test_update_basic
34782023-11-28T02:28:28.973Z PASS [ 0.571s] dns-server::basic_test a_crud
34792023-11-28T02:28:29.009Z PASS [ 0.584s] dns-server::basic_test aaaa_crud
34802023-11-28T02:28:29.027Z PASS [ 0.382s] dns-server::basic_test empty_record
34812023-11-28T02:28:29.033Z PASS [ 0.352s] dns-server::basic_test name_contains_zone
34822023-11-28T02:28:29.067Z PASS [ 0.400s] dns-server::basic_test multi_record_crud
34832023-11-28T02:28:29.266Z PASS [ 0.196s] dns-server::openapi_test test_dns_server_openapi
34842023-11-28T02:28:29.312Z PASS [ 0.047s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
34852023-11-28T02:28:29.342Z PASS [ 0.032s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
34862023-11-28T02:28:29.382Z PASS [ 0.038s] illumos-utils destructor::test::test_delayed_delete
34872023-11-28T02:28:29.420Z PASS [ 0.440s] dns-server::basic_test nxdomain
34882023-11-28T02:28:29.423Z PASS [ 0.413s] dns-server::basic_test servfail
34892023-11-28T02:28:29.441Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
34902023-11-28T02:28:29.450Z PASS [ 0.030s] illumos-utils link::test::test_allocate
34912023-11-28T02:28:29.467Z PASS [ 1.163s] bootstore schemes::v0::peer::tests::basic_3_nodes
34922023-11-28T02:28:29.472Z PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes
34932023-11-28T02:28:29.478Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
34942023-11-28T02:28:29.495Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service
34952023-11-28T02:28:29.501Z PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network
34962023-11-28T02:28:29.508Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_bad_zpool_names
34972023-11-28T02:28:29.514Z PASS [ 0.487s] dns-server::basic_test srv_crud
34982023-11-28T02:28:29.524Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_external_zpool_name
34992023-11-28T02:28:29.534Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_internal_zpool_name
35002023-11-28T02:28:29.540Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
35012023-11-28T02:28:29.545Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
35022023-11-28T02:28:29.551Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool_name_json
35032023-11-28T02:28:29.565Z PASS [ 0.032s] illumos-utils zpool::test::test_zpool_name_regex
35042023-11-28T02:28:29.737Z PASS [ 0.198s] installinator block_size_writer::tests::proptest_block_writer
35052023-11-28T02:28:29.773Z PASS [ 0.037s] internal-dns config::test::display_hosts
35062023-11-28T02:28:29.828Z PASS [ 0.025s] internal-dns config::test::display_srv_service
35072023-11-28T02:28:29.838Z PASS [ 0.039s] internal-dns config::test::test_builder_errors
35082023-11-28T02:28:29.882Z PASS [ 0.043s] internal-dns config::test::test_builder_output
35092023-11-28T02:28:29.890Z PASS [ 0.327s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35102023-11-28T02:28:30.142Z PASS [ 0.759s] illumos-utils destructor::test::test_delayed_delete_with_error
35112023-11-28T02:28:30.459Z PASS [ 0.539s] internal-dns resolver::test::insert_and_lookup_one_record
35122023-11-28T02:28:30.491Z PASS [ 0.350s] internal-dns resolver::test::lookup_nonexistent_record_fails
35132023-11-28T02:28:30.604Z PASS [ 0.723s] internal-dns resolver::test::insert_and_lookup_multiple_records
35142023-11-28T02:28:31.204Z PASS [ 0.713s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35152023-11-28T02:28:31.217Z PASS [ 0.781s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35162023-11-28T02:28:31.217Z PASS [ 0.607s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
35172023-11-28T02:28:31.244Z PASS [ 0.034s] ipcc-key-value tests::deserialize_fixed_value
35182023-11-28T02:28:31.260Z PASS [ 0.043s] ipcc-key-value tests::installinator_image_id_round_trip
35192023-11-28T02:28:31.290Z PASS [ 0.045s] ipcc-key-value tests::serialized_size
35202023-11-28T02:28:31.307Z PASS [ 0.047s] key-manager tests::different_disks_produce_different_keys
35212023-11-28T02:28:31.318Z PASS [ 0.027s] key-manager tests::different_ikm_produces_different_keys
35222023-11-28T02:28:31.346Z PASS [ 0.038s] key-manager tests::disk_encryption_key_epoch_0
35232023-11-28T02:28:31.353Z PASS [ 0.037s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
35242023-11-28T02:28:31.383Z PASS [ 0.038s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
35252023-11-28T02:28:31.396Z PASS [ 0.043s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
35262023-11-28T02:28:31.461Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
35272023-11-28T02:28:31.494Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
35282023-11-28T02:28:31.522Z PASS [ 0.034s] nexus-db-model tests::test_ip_subnet_check_requestable_address
35292023-11-28T02:28:31.561Z PASS [ 0.033s] nexus-db-model tests::test_ipv6_net_random_subnet
35302023-11-28T02:28:31.561Z PASS [ 0.150s] nexus-db-model device_auth::test::test_generate_user_code
35312023-11-28T02:28:31.583Z PASS [ 0.033s] nexus-db-model tests::test_roles_database_strings
35322023-11-28T02:28:31.594Z PASS [ 0.053s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
35332023-11-28T02:28:31.620Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
35342023-11-28T02:28:31.647Z PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
35352023-11-28T02:28:31.655Z PASS [ 0.034s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
35362023-11-28T02:28:31.693Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
35372023-11-28T02:28:31.700Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
35382023-11-28T02:28:31.748Z PASS [ 0.037s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
35392023-11-28T02:28:31.795Z PASS [ 0.592s] internal-dns resolver::test::update_record
35402023-11-28T02:28:31.814Z PASS [ 0.102s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
35412023-11-28T02:28:31.820Z PASS [ 0.091s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
35422023-11-28T02:28:31.840Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
35432023-11-28T02:28:31.855Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token
35442023-11-28T02:28:31.888Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
35452023-11-28T02:28:31.891Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
35462023-11-28T02:28:31.897Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
35472023-11-28T02:28:31.911Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
35482023-11-28T02:28:31.925Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
35492023-11-28T02:28:31.930Z PASS [ 0.039s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
35502023-11-28T02:28:31.964Z PASS [ 0.038s] nexus-db-queries authn::external::spoof::test::test_make_header_value
35512023-11-28T02:28:31.971Z PASS [ 0.039s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
35522023-11-28T02:28:32.009Z PASS [ 0.100s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
35532023-11-28T02:28:32.020Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
35542023-11-28T02:28:32.020Z PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
35552023-11-28T02:28:32.044Z PASS [ 0.037s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
35562023-11-28T02:28:32.062Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
35572023-11-28T02:28:32.069Z PASS [ 0.047s] nexus-db-queries authn::external::test::test_authn_sequence
35582023-11-28T02:28:32.081Z PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_make_header_value
35592023-11-28T02:28:32.103Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
35602023-11-28T02:28:32.110Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_missing
35612023-11-28T02:28:32.123Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_valid
35622023-11-28T02:28:32.151Z PASS [ 0.047s] nexus-db-queries authn::test::test_internal_users
35632023-11-28T02:28:32.179Z PASS [ 0.056s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
35642023-11-28T02:28:33.402Z PASS [ 4.367s] dns-server::commands_test test_dnsadm
35652023-11-28T02:28:39.890Z PASS [ 7.774s] nexus-db-queries authz::context::test::test_unregistered_resource
35662023-11-28T02:28:41.450Z PASS [ 8.044s] nexus-db-queries context::test::test_background_context
35672023-11-28T02:28:48.261Z PASS [ 18.717s] installinator mock_peers::tests::proptest_fetch_artifact
35682023-11-28T02:28:48.491Z PASS [ 16.331s] nexus-db-queries authz::policy_test::test_conferred_roles
35692023-11-28T02:28:49.853Z PASS [ 9.968s] nexus-db-queries context::test::test_child_context
35702023-11-28T02:28:51.314Z PASS [ 9.866s] nexus-db-queries context::test::test_test_context
35712023-11-28T02:28:52.393Z PASS [ 22.841s] installinator write::tests::proptest_write_artifact
35722023-11-28T02:28:56.756Z PASS [ 8.424s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
35732023-11-28T02:28:56.769Z PASS [ 8.261s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
35742023-11-28T02:28:57.493Z PASS [ 7.625s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
35752023-11-28T02:28:59.700Z PASS [ 8.391s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
35762023-11-28T02:29:01.108Z PASS [ 8.685s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
35772023-11-28T02:29:04.545Z PASS [ 7.856s] nexus-db-queries db::collection_attach::test::test_attach_once
35782023-11-28T02:29:04.602Z PASS [ 0.057s] nexus-db-queries db::collection_attach::test::test_verify_query
35792023-11-28T02:29:04.737Z PASS [ 7.994s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
35802023-11-28T02:29:05.863Z PASS [ 8.384s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
35812023-11-28T02:29:08.077Z PASS [ 8.347s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
35822023-11-28T02:29:10.017Z PASS [ 8.938s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
35832023-11-28T02:29:12.583Z PASS [ 7.847s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
35842023-11-28T02:29:12.990Z PASS [ 8.394s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
35852023-11-28T02:29:13.083Z PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query
35862023-11-28T02:29:13.819Z PASS [ 7.950s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
35872023-11-28T02:29:16.430Z PASS [ 8.375s] nexus-db-queries db::collection_detach::test::test_detach_once
35882023-11-28T02:29:17.808Z PASS [ 7.797s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
35892023-11-28T02:29:17.987Z PASS [ 45.811s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
35902023-11-28T02:29:19.405Z PASS [ 6.824s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
35912023-11-28T02:29:19.650Z PASS [ 6.609s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
35922023-11-28T02:29:19.994Z PASS [ 6.176s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
35932023-11-28T02:29:22.276Z PASS [ 5.855s] nexus-db-queries db::collection_detach_many::test::test_detach_many
35942023-11-28T02:29:22.328Z PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query
35952023-11-28T02:29:23.424Z PASS [ 5.617s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
35962023-11-28T02:29:23.680Z PASS [ 5.694s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
35972023-11-28T02:29:23.720Z PASS [ 0.040s] nexus-db-queries db::collection_insert::test::test_verify_query
35982023-11-28T02:29:23.804Z PASS [ 0.059s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
35992023-11-28T02:29:23.827Z PASS [ 0.047s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
36002023-11-28T02:29:23.889Z PASS [ 0.052s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
36012023-11-28T02:29:23.934Z PASS [ 0.053s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
36022023-11-28T02:29:25.283Z PASS [ 5.876s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36032023-11-28T02:29:25.472Z PASS [ 5.824s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36042023-11-28T02:29:25.524Z PASS [ 0.051s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36052023-11-28T02:29:25.712Z PASS [ 5.725s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36062023-11-28T02:29:27.513Z PASS [ 5.188s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36072023-11-28T02:29:28.334Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36082023-11-28T02:29:28.340Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36092023-11-28T02:29:28.520Z PASS [ 5.096s] nexus-db-queries db::collection_insert::test::test_collection_present
36102023-11-28T02:29:29.496Z PASS [ 5.563s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36112023-11-28T02:29:30.363Z PASS [ 5.081s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36122023-11-28T02:29:32.843Z PASS [ 7.313s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36132023-11-28T02:29:35.167Z PASS [ 9.424s] nexus-db-queries db::datastore::dns::test::test_dns_update
36142023-11-28T02:29:35.245Z PASS [ 7.734s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36152023-11-28T02:29:36.439Z PASS [ 7.919s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
36162023-11-28T02:29:36.916Z PASS [ 7.419s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
36172023-11-28T02:29:37.339Z PASS [ 6.972s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
36182023-11-28T02:29:41.822Z PASS [ 73.497s] bootstore::v0-fsm-proptest-learner run
36192023-11-28T02:29:42.750Z PASS [ 7.618s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
36202023-11-28T02:29:43.284Z PASS [ 7.628s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
36212023-11-28T02:29:43.291Z PASS [ 10.132s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
36222023-11-28T02:29:44.036Z PASS [ 7.596s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
36232023-11-28T02:29:44.449Z PASS [ 7.535s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
36242023-11-28T02:29:44.673Z PASS [ 7.338s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
36252023-11-28T02:29:49.654Z PASS [ 7.832s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
36262023-11-28T02:29:51.295Z PASS [ 8.543s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
36272023-11-28T02:29:51.393Z PASS [ 8.515s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
36282023-11-28T02:29:51.467Z PASS [ 8.500s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
36292023-11-28T02:29:51.514Z PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count
36302023-11-28T02:29:52.913Z PASS [ 8.438s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
36312023-11-28T02:29:53.097Z PASS [ 9.061s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
36322023-11-28T02:29:53.170Z PASS [ 8.495s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
36332023-11-28T02:29:54.993Z PASS [ 86.657s] bootstore::v0-fsm-proptest-rack-coordinator run
36342023-11-28T02:29:58.510Z PASS [ 8.856s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
36352023-11-28T02:29:59.327Z PASS [ 7.817s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
36362023-11-28T02:29:59.459Z PASS [ 8.073s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
36372023-11-28T02:30:00.367Z PASS [ 9.071s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
36382023-11-28T02:30:00.945Z PASS [ 7.779s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
36392023-11-28T02:30:00.969Z PASS [ 8.084s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
36402023-11-28T02:30:01.014Z PASS [ 7.919s] nexus-db-queries db::datastore::test::test_component_update_conflict
36412023-11-28T02:30:01.942Z PASS [ 6.954s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
36422023-11-28T02:30:04.910Z PASS [ 5.437s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
36432023-11-28T02:30:06.068Z PASS [ 7.554s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
36442023-11-28T02:30:06.779Z PASS [ 7.449s] nexus-db-queries db::datastore::test::test_project_creation
36452023-11-28T02:30:08.675Z PASS [ 8.311s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
36462023-11-28T02:30:09.108Z PASS [ 8.136s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
36472023-11-28T02:30:11.394Z PASS [ 10.451s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
36482023-11-28T02:30:11.601Z PASS [ 10.588s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
36492023-11-28T02:30:12.589Z PASS [ 10.650s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
36502023-11-28T02:30:14.255Z PASS [ 7.473s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
36512023-11-28T02:30:14.323Z PASS [ 5.212s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
36522023-11-28T02:30:15.406Z PASS [ 10.505s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
36532023-11-28T02:30:15.633Z PASS [ 9.572s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
36542023-11-28T02:30:15.965Z PASS [ 7.291s] nexus-db-queries db::datastore::test::test_session_methods
36552023-11-28T02:30:16.013Z PASS [ 0.044s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
36562023-11-28T02:30:16.059Z PASS [ 0.048s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
36572023-11-28T02:30:16.114Z PASS [ 0.056s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
36582023-11-28T02:30:16.180Z PASS [ 0.052s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
36592023-11-28T02:30:18.706Z PASS [ 7.309s] nexus-db-queries db::datastore::test::test_ssh_keys
36602023-11-28T02:30:18.749Z PASS [ 7.147s] nexus-db-queries db::datastore::test::test_system_update_conflict
36612023-11-28T02:30:19.414Z PASS [ 6.824s] nexus-db-queries db::datastore::test::test_table_scan
36622023-11-28T02:30:20.480Z PASS [ 5.079s] nexus-db-queries db::explain::test::test_explain_async
36632023-11-28T02:30:20.904Z PASS [ 5.270s] nexus-db-queries db::explain::test::test_explain_full_table_scan
36642023-11-28T02:30:22.086Z PASS [ 7.768s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
36652023-11-28T02:30:22.096Z PASS [ 7.842s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
36662023-11-28T02:30:22.905Z PASS [ 6.740s] nexus-db-queries db::lookup::test::test_lookup
36672023-11-28T02:30:24.315Z PASS [ 5.606s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
36682023-11-28T02:30:24.315Z PASS [ 5.561s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
36692023-11-28T02:30:24.865Z PASS [ 5.453s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
36702023-11-28T02:30:26.157Z PASS [ 5.668s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
36712023-11-28T02:30:28.624Z PASS [ 7.720s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
36722023-11-28T02:30:29.337Z PASS [ 7.254s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
36732023-11-28T02:30:30.152Z PASS [ 8.062s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
36742023-11-28T02:30:30.418Z PASS [ 7.513s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
36752023-11-28T02:30:32.099Z PASS [ 7.778s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
36762023-11-28T02:30:32.157Z PASS [ 7.282s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
36772023-11-28T02:30:32.161Z PASS [ 7.858s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
36782023-11-28T02:30:32.218Z PASS [ 0.067s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
36792023-11-28T02:30:33.410Z PASS [ 7.263s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
36802023-11-28T02:30:36.413Z PASS [ 7.790s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
36812023-11-28T02:30:36.713Z PASS [ 7.376s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
36822023-11-28T02:30:37.598Z PASS [ 7.448s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
36832023-11-28T02:30:37.775Z PASS [ 7.358s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
36842023-11-28T02:30:39.744Z PASS [ 7.580s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
36852023-11-28T02:30:40.106Z PASS [ 7.824s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
36862023-11-28T02:30:40.805Z PASS [ 7.395s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
36872023-11-28T02:30:40.965Z PASS [ 8.873s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
36882023-11-28T02:30:43.884Z PASS [ 7.467s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
36892023-11-28T02:30:43.986Z PASS [ 7.269s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
36902023-11-28T02:30:44.031Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
36912023-11-28T02:30:45.060Z PASS [ 7.285s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
36922023-11-28T02:30:45.194Z PASS [ 7.595s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
36932023-11-28T02:30:45.306Z PASS [ 0.111s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
36942023-11-28T02:30:45.346Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
36952023-11-28T02:30:45.384Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
36962023-11-28T02:30:45.420Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
36972023-11-28T02:30:45.455Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
36982023-11-28T02:30:47.064Z PASS [ 7.320s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
36992023-11-28T02:30:47.676Z PASS [ 7.638s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37002023-11-28T02:30:48.216Z PASS [ 7.408s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37012023-11-28T02:30:48.259Z PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37022023-11-28T02:30:48.321Z PASS [ 0.059s] nexus-inventory builder::test::test_basic
37032023-11-28T02:30:48.343Z PASS [ 7.370s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37042023-11-28T02:30:48.353Z PASS [ 0.030s] nexus-inventory builder::test::test_empty
37052023-11-28T02:30:48.377Z PASS [ 0.037s] nexus-inventory builder::test::test_problems
37062023-11-28T02:30:48.860Z PASS [ 0.517s] nexus-inventory collector::test::test_basic
37072023-11-28T02:30:49.156Z PASS [ 0.786s] nexus-inventory collector::test::test_multi_mgs
37082023-11-28T02:30:49.189Z PASS [ 0.032s] nexus-types external_api::shared::test::test_policy_parsing
37092023-11-28T02:30:49.312Z PASS [ 0.119s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
37102023-11-28T02:30:49.368Z PASS [ 0.053s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
37112023-11-28T02:30:49.435Z PASS [ 0.073s] omicron-certificates tests::test_cert_extended_key_usage
37122023-11-28T02:30:49.460Z PASS [ 0.600s] nexus-inventory collector::test::test_multi_mgs_failure
37132023-11-28T02:30:49.502Z PASS [ 0.068s] omicron-certificates tests::test_common_name_is_validated
37142023-11-28T02:30:49.529Z PASS [ 0.068s] omicron-certificates tests::test_subject_alternate_names_are_validated
37152023-11-28T02:30:49.540Z PASS [ 0.039s] omicron-common address::test::test_dns_subnets
37162023-11-28T02:30:49.564Z PASS [ 0.034s] omicron-common address::test::test_ip_range_checks_non_decreasing
37172023-11-28T02:30:49.577Z PASS [ 0.037s] omicron-common address::test::test_ip_range_enum_deserialization
37182023-11-28T02:30:49.593Z PASS [ 0.031s] omicron-common address::test::test_ip_range_iter
37192023-11-28T02:30:49.605Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
37202023-11-28T02:30:49.621Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
37212023-11-28T02:30:49.635Z PASS [ 0.029s] omicron-common address::test::test_sled_address
37222023-11-28T02:30:49.651Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
37232023-11-28T02:30:49.730Z PASS [ 0.027s] omicron-common api::external::error::test::test_context
37242023-11-28T02:30:49.747Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_examples
37252023-11-28T02:30:49.747Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_schemas
37262023-11-28T02:30:49.763Z PASS [ 0.072s] omicron-common api::external::http_pagination::test::test_scan_by_id
37272023-11-28T02:30:49.769Z PASS [ 0.068s] omicron-common api::external::http_pagination::test::test_scan_by_name
37282023-11-28T02:30:49.793Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
37292023-11-28T02:30:49.800Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
37302023-11-28T02:30:49.833Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount
37312023-11-28T02:30:49.875Z PASS [ 0.074s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
37322023-11-28T02:30:49.875Z PASS [ 0.035s] omicron-common api::external::test::test_bytecount_display
37332023-11-28T02:30:49.905Z PASS [ 0.033s] omicron-common api::external::test::test_digest
37342023-11-28T02:30:49.915Z PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization
37352023-11-28T02:30:49.938Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_rule_target_parse
37362023-11-28T02:30:49.944Z PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
37372023-11-28T02:30:49.971Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
37382023-11-28T02:30:49.980Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_into_str
37392023-11-28T02:30:49.995Z PASS [ 0.028s] omicron-common api::external::test::test_ipnet_first_last_address
37402023-11-28T02:30:50.003Z PASS [ 0.027s] omicron-common api::external::test::test_ipnet_serde
37412023-11-28T02:30:50.012Z PASS [ 0.022s] omicron-common api::external::test::test_ipv4_net_operations
37422023-11-28T02:30:50.024Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
37432023-11-28T02:30:50.048Z PASS [ 0.031s] omicron-common api::external::test::test_mac_system_iterator
37442023-11-28T02:30:50.062Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
37452023-11-28T02:30:50.069Z PASS [ 0.025s] omicron-common api::external::test::test_macaddr
37462023-11-28T02:30:50.091Z PASS [ 0.026s] omicron-common api::external::test::test_name_parse
37472023-11-28T02:30:50.099Z PASS [ 0.022s] omicron-common api::external::test::test_name_parse_from_param
37482023-11-28T02:30:50.099Z PASS [ 0.021s] omicron-common api::external::test::test_resource_name_parse
37492023-11-28T02:30:50.109Z PASS [ 0.023s] omicron-common api::external::test::test_role_name_parse
37502023-11-28T02:30:50.120Z PASS [ 0.028s] omicron-common api::external::test::test_route_destination_parse
37512023-11-28T02:30:50.134Z PASS [ 0.027s] omicron-common api::external::test::test_route_target_parse
37522023-11-28T02:30:50.142Z PASS [ 0.022s] omicron-common api::external::test::test_semver_serialize
37532023-11-28T02:30:50.169Z PASS [ 0.024s] omicron-common api::external::test::test_semver_validation
37542023-11-28T02:30:50.172Z PASS [ 0.024s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
37552023-11-28T02:30:50.200Z PASS [ 0.035s] omicron-common ledger::test::test_create_default_ledger
37562023-11-28T02:30:50.206Z PASS [ 0.047s] omicron-common ledger::test::test_commit_handles_write_failures
37572023-11-28T02:30:50.243Z PASS [ 0.043s] omicron-common ledger::test::test_create_ledger_reads_from_storage
37582023-11-28T02:30:50.252Z PASS [ 0.046s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
37592023-11-28T02:30:50.281Z PASS [ 0.038s] omicron-common nexus_config::test::test_bad_authn_schemes
37602023-11-28T02:30:50.287Z PASS [ 0.034s] omicron-common nexus_config::test::test_config_bad_toml
37612023-11-28T02:30:50.310Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty
37622023-11-28T02:30:50.316Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent
37632023-11-28T02:30:50.340Z PASS [ 0.029s] omicron-common nexus_config::test::test_deployment_config_schema
37642023-11-28T02:30:50.351Z PASS [ 0.034s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
37652023-11-28T02:30:50.370Z PASS [ 5.312s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37662023-11-28T02:30:50.384Z PASS [ 0.045s] omicron-common nexus_config::test::test_repo_configs_are_valid
37672023-11-28T02:30:50.390Z PASS [ 0.040s] omicron-common nexus_config::test::test_valid
37682023-11-28T02:30:50.396Z PASS [ 0.027s] omicron-common postgres_config::test::test_bad_url
37692023-11-28T02:30:50.411Z PASS [ 0.026s] omicron-common postgres_config::test::test_example_url
37702023-11-28T02:30:50.417Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
37712023-11-28T02:30:50.705Z PASS [ 5.250s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
37722023-11-28T02:30:50.760Z PASS [ 0.359s] omicron-dev::test_omicron_dev test_cert_create
37732023-11-28T02:30:50.814Z PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
37742023-11-28T02:30:50.873Z PASS [ 0.112s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
37752023-11-28T02:30:50.917Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
37762023-11-28T02:30:50.986Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
37772023-11-28T02:30:51.023Z PASS [ 0.047s] omicron-gateway management_switch::location_map::tests::test_config_validation
37782023-11-28T02:30:51.063Z PASS [ 0.040s] omicron-gateway management_switch::location_map::tests::test_resolve_location
37792023-11-28T02:30:51.294Z PASS [ 7.417s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37802023-11-28T02:30:51.421Z PASS [ 0.357s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
37812023-11-28T02:30:51.605Z PASS [ 7.576s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
37822023-11-28T02:30:51.626Z PASS [ 0.329s] omicron-gateway::test_all integration_tests::component_list::component_list
37832023-11-28T02:30:51.924Z PASS [ 0.319s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
37842023-11-28T02:30:51.940Z PASS [ 0.310s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
37852023-11-28T02:30:51.957Z PASS [ 0.533s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
37862023-11-28T02:30:52.402Z PASS [ 5.338s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
37872023-11-28T02:30:52.828Z PASS [ 5.153s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
37882023-11-28T02:31:04.893Z PASS [ 14.479s] omicron-dev::test_omicron_dev test_db_killed
37892023-11-28T02:31:11.678Z PASS [ 21.260s] omicron-dev::test_omicron_dev test_db_run
37902023-11-28T02:31:17.728Z PASS [ 26.813s] omicron-dev::test_omicron_dev test_run_all
37912023-11-28T02:31:18.484Z PASS [ 25.658s] omicron-nexus app::background::dns_servers::test::test_basic
37922023-11-28T02:31:18.523Z PASS [ 26.591s] omicron-nexus app::background::common::test::test_driver_basic
37932023-11-28T02:31:18.649Z PASS [ 0.126s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
37942023-11-28T02:31:19.447Z PASS [ 27.498s] omicron-nexus app::background::dns_config::test::test_basic
37952023-11-28T02:31:19.552Z PASS [ 0.104s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
37962023-11-28T02:31:19.616Z PASS [ 0.063s] omicron-nexus app::external_endpoints::test::test_no_endpoint
37972023-11-28T02:31:19.685Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
37982023-11-28T02:31:19.802Z PASS [ 27.394s] omicron-nexus app::background::dns_propagation::test::test_basic
37992023-11-28T02:31:20.024Z PASS [ 1.537s] omicron-nexus app::external_endpoints::test::test_authority
38002023-11-28T02:31:20.034Z PASS [ 28.113s] omicron-nexus app::background::common::test::test_activation_in_progress
38012023-11-28T02:31:29.167Z PASS [ 24.279s] omicron-nexus app::background::external_endpoints::test::test_basic
38022023-11-28T02:31:30.824Z PASS [ 12.173s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
38032023-11-28T02:31:35.796Z PASS [ 24.107s] omicron-nexus app::background::init::test::test_dns_propagation_basic
38042023-11-28T02:31:46.746Z PASS [ 26.713s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
38052023-11-28T02:31:49.184Z PASS [ 31.436s] omicron-nexus app::background::inventory_collection::test::test_basic
38062023-11-28T02:31:49.538Z PASS [ 29.520s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
38072023-11-28T02:31:53.863Z PASS [ 34.182s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
38082023-11-28T02:31:53.870Z PASS [ 34.080s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
38092023-11-28T02:31:57.730Z PASS [ 28.561s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
38102023-11-28T02:32:00.264Z PASS [ 29.445s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
38112023-11-28T02:32:20.643Z PASS [ 31.106s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
38122023-11-28T02:32:23.525Z PASS [ 34.367s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
38132023-11-28T02:32:25.410Z PASS [ 31.527s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
38142023-11-28T02:32:26.518Z PASS [ 32.657s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
38152023-11-28T02:32:33.077Z PASS [ 32.815s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
38162023-11-28T02:32:35.778Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
38172023-11-28T02:32:46.742Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
38182023-11-28T02:32:55.211Z PASS [ 31.688s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
38192023-11-28T02:32:55.449Z PASS [ 30.056s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
38202023-11-28T02:32:57.732Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
38212023-11-28T02:32:58.333Z PASS [ 25.249s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
38222023-11-28T02:33:01.372Z PASS [ 0.145s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
38232023-11-28T02:33:01.373Z PASS [ 38.519s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
38242023-11-28T02:33:01.373Z PASS [ 33.528s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
38252023-11-28T02:33:10.825Z PASS [ 73.105s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
38262023-11-28T02:33:18.691Z PASS [ 102.917s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
38272023-11-28T02:33:27.997Z PASS [ 101.256s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
38282023-11-28T02:33:29.316Z PASS [ 30.849s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
38292023-11-28T02:33:32.769Z PASS [ 21.946s] omicron-nexus app::sagas::test_saga::test_saga_stuck
38302023-11-28T02:33:34.885Z PASS [ 35.729s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
38312023-11-28T02:33:42.260Z PASS [ 41.226s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
38322023-11-28T02:33:50.003Z PASS [ 31.315s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
38332023-11-28T02:33:51.911Z PASS [ 22.597s] omicron-nexus app::update::tests::test_populate_mock_system_updates
38342023-11-28T02:33:54.250Z PASS [ 26.255s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
38352023-11-28T02:33:54.306Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
38362023-11-28T02:33:54.363Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
38372023-11-28T02:33:54.419Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
38382023-11-28T02:33:54.472Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
38392023-11-28T02:33:54.483Z PASS [ 21.716s] omicron-nexus app::update::tests::test_semver_max
38402023-11-28T02:33:54.526Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
38412023-11-28T02:33:54.536Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
38422023-11-28T02:33:54.601Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_relative_uri
38432023-11-28T02:33:54.701Z PASS [ 0.153s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
38442023-11-28T02:33:55.211Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
38452023-11-28T02:33:55.444Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
38462023-11-28T02:33:56.977Z PASS [ 22.094s] omicron-nexus app::update::tests::test_system_updates
38472023-11-28T02:34:00.781Z PASS [ 8.871s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
38482023-11-28T02:34:04.997Z PASS [ 23.724s] omicron-nexus app::update::tests::test_update_deployments
38492023-11-28T02:34:12.315Z PASS [ 11.537s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
38502023-11-28T02:34:12.452Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
38512023-11-28T02:34:12.789Z PASS [ 22.788s] omicron-nexus app::update::tests::test_updateable_components
38522023-11-28T02:34:16.046Z PASS [ 11.058s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
38532023-11-28T02:34:18.502Z PASS [ 23.814s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
38542023-11-28T02:34:19.661Z PASS [ 22.675s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
38552023-11-28T02:34:35.227Z PASS [ 22.428s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
38562023-11-28T02:34:35.736Z PASS [ 23.227s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
38572023-11-28T02:34:40.174Z PASS [ 24.128s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
38582023-11-28T02:34:40.912Z PASS [ 22.411s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
38592023-11-28T02:34:44.024Z PASS [ 24.375s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
38602023-11-28T02:34:54.603Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
38612023-11-28T02:34:55.205Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
38622023-11-28T02:34:55.441Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
38632023-11-28T02:34:57.358Z PASS [ 21.287s] omicron-nexus::test_all integration_tests::basic::test_ping
38642023-11-28T02:34:57.415Z PASS [ 22.198s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
38652023-11-28T02:35:05.976Z PASS [ 130.538s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
38662023-11-28T02:35:06.128Z PASS [ 22.105s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
38672023-11-28T02:35:07.845Z PASS [ 73.264s] omicron-nexus populate::test::test_populators
38682023-11-28T02:35:11.736Z PASS [ 31.534s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
38692023-11-28T02:35:17.274Z PASS [ 36.360s] omicron-nexus::test_all integration_tests::basic::test_projects_list
38702023-11-28T02:35:19.976Z PASS [ 23.029s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
38712023-11-28T02:35:20.922Z PASS [ 23.510s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
38722023-11-28T02:35:27.117Z PASS [ 7.121s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
38732023-11-28T02:35:27.230Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
38742023-11-28T02:35:27.429Z PASS [ 6.506s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
38752023-11-28T02:35:27.859Z PASS [ 0.427s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
38762023-11-28T02:35:28.159Z PASS [ 0.930s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
38772023-11-28T02:35:28.585Z PASS [ 22.610s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
38782023-11-28T02:35:28.966Z PASS [ 22.841s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
38792023-11-28T02:35:33.610Z PASS [ 25.767s] omicron-nexus::test_all integration_tests::certificates::test_crud
38802023-11-28T02:35:36.998Z PASS [ 24.294s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
38812023-11-28T02:35:50.140Z PASS [ 32.874s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
38822023-11-28T02:35:51.614Z PASS [ 23.030s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
38832023-11-28T02:35:51.826Z PASS [ 23.657s] omicron-nexus::test_all integration_tests::console_api::test_assets
38842023-11-28T02:35:51.826Z PASS [ 23.964s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
38852023-11-28T02:35:55.211Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
38862023-11-28T02:35:57.025Z PASS [ 28.060s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
38872023-11-28T02:35:59.836Z PASS [ 23.842s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
38882023-11-28T02:36:05.334Z PASS [ 31.726s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
38892023-11-28T02:36:14.086Z PASS [ 23.947s] omicron-nexus::test_all integration_tests::console_api::test_session_me
38902023-11-28T02:36:15.844Z PASS [ 24.024s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
38912023-11-28T02:36:16.137Z PASS [ 24.526s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
38922023-11-28T02:36:20.985Z PASS [ 29.173s] omicron-nexus::test_all integration_tests::console_api::test_sessions
38932023-11-28T02:36:21.931Z PASS [ 24.909s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
38942023-11-28T02:36:28.561Z PASS [ 28.444s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
38952023-11-28T02:36:43.778Z PASS [ 29.693s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
38962023-11-28T02:36:45.208Z PASS [ 29.367s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
38972023-11-28T02:36:45.761Z PASS [ 29.626s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
38982023-11-28T02:36:47.534Z PASS [ 42.178s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
38992023-11-28T02:36:47.762Z PASS [ 26.780s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
39002023-11-28T02:36:55.196Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39012023-11-28T02:37:04.268Z PASS [ 42.338s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
39022023-11-28T02:37:14.410Z PASS [ 27.555s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
39032023-11-28T02:37:14.410Z PASS [ 25.428s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
39042023-11-28T02:37:14.410Z PASS [ 25.456s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
39052023-11-28T02:37:15.999Z PASS [ 30.239s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
39062023-11-28T02:37:22.555Z PASS [ 54.283s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
39072023-11-28T02:37:31.540Z PASS [ 27.271s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
39082023-11-28T02:37:35.838Z PASS [ 52.064s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
39092023-11-28T02:37:38.308Z PASS [ 25.548s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
39102023-11-28T02:37:44.757Z PASS [ 28.762s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
39112023-11-28T02:37:45.256Z PASS [ 32.325s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
39122023-11-28T02:37:55.191Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39132023-11-28T02:37:56.489Z PASS [ 33.932s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
39142023-11-28T02:37:59.895Z PASS [ 46.676s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
39152023-11-28T02:38:03.568Z PASS [ 32.034s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
39162023-11-28T02:38:06.233Z PASS [ 30.397s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
39172023-11-28T02:38:06.578Z PASS [ 28.271s] omicron-nexus::test_all integration_tests::images::test_image_create
39182023-11-28T02:38:13.126Z PASS [ 27.338s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
39192023-11-28T02:38:13.126Z PASS [ 27.691s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
39202023-11-28T02:38:16.362Z PASS [ 321.172s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39212023-11-28T02:38:25.961Z PASS [ 29.470s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
39222023-11-28T02:38:29.565Z PASS [ 29.679s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
39232023-11-28T02:38:36.129Z PASS [ 32.556s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
39242023-11-28T02:38:38.572Z PASS [ 31.996s] omicron-nexus::test_all integration_tests::images::test_image_promotion
39252023-11-28T02:38:38.805Z PASS [ 9.239s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
39262023-11-28T02:38:40.684Z PASS [ 27.725s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
39272023-11-28T02:38:41.819Z PASS [ 29.729s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
39282023-11-28T02:38:43.467Z PASS [ 37.236s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
39292023-11-28T02:38:45.581Z PASS [ 29.227s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
39302023-11-28T02:38:45.772Z PASS [ 9.648s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
39312023-11-28T02:38:49.331Z PASS [ 10.761s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
39322023-11-28T02:38:50.173Z PASS [ 24.223s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
39332023-11-28T02:38:50.764Z PASS [ 11.957s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
39342023-11-28T02:39:06.651Z PASS [ 25.986s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
39352023-11-28T02:39:13.543Z PASS [ 23.367s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
39362023-11-28T02:39:16.990Z PASS [ 33.529s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
39372023-11-28T02:39:24.212Z PASS [ 38.448s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
39382023-11-28T02:39:30.065Z PASS [ 40.735s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
39392023-11-28T02:39:30.680Z PASS [ 39.923s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
39402023-11-28T02:39:33.099Z PASS [ 47.520s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
39412023-11-28T02:39:35.409Z PASS [ 53.594s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
39422023-11-28T02:39:45.699Z PASS [ 32.160s] omicron-nexus::test_all integration_tests::instances::test_instance_access
39432023-11-28T02:39:54.554Z PASS [ 37.568s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
39442023-11-28T02:40:03.020Z PASS [ 38.808s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
39452023-11-28T02:40:04.506Z PASS [ 33.829s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
39462023-11-28T02:40:06.677Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
39472023-11-28T02:40:09.700Z PASS [ 39.634s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
39482023-11-28T02:40:11.448Z PASS [ 38.351s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
39492023-11-28T02:40:20.747Z PASS [ 45.342s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
39502023-11-28T02:40:35.135Z PASS [ 40.585s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
39512023-11-28T02:40:38.112Z PASS [ 91.470s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
39522023-11-28T02:40:39.104Z PASS [ 52.999s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
39532023-11-28T02:40:40.742Z PASS [ 37.729s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
39542023-11-28T02:40:46.931Z PASS [ 37.241s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
39552023-11-28T02:40:47.171Z PASS [ 42.670s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
39562023-11-28T02:40:54.043Z PASS [ 42.603s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
39572023-11-28T02:41:01.551Z PASS [ 26.406s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
39582023-11-28T02:41:05.073Z PASS [ 44.327s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
39592023-11-28T02:41:06.517Z PASS [ 27.825s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
39602023-11-28T02:41:11.723Z PASS [ 24.554s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
39612023-11-28T02:41:12.416Z PASS [ 31.675s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
39622023-11-28T02:41:15.474Z PASS [ 37.365s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
39632023-11-28T02:41:17.316Z PASS [ 30.387s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
39642023-11-28T02:41:29.293Z PASS [ 22.781s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
39652023-11-28T02:41:33.651Z PASS [ 32.103s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
39662023-11-28T02:41:36.332Z PASS [ 23.908s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
39672023-11-28T02:41:36.467Z PASS [ 24.745s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
39682023-11-28T02:41:38.142Z PASS [ 44.100s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
39692023-11-28T02:41:39.204Z PASS [ 34.133s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
39702023-11-28T02:41:40.718Z PASS [ 25.235s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
39712023-11-28T02:41:41.678Z PASS [ 24.356s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
39722023-11-28T02:41:58.494Z PASS [ 24.854s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
39732023-11-28T02:41:59.834Z PASS [ 23.516s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
39742023-11-28T02:42:01.223Z PASS [ 24.755s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
39752023-11-28T02:42:01.729Z PASS [ 23.590s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
39762023-11-28T02:42:04.879Z PASS [ 35.580s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
39772023-11-28T02:42:06.525Z PASS [ 25.813s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
39782023-11-28T02:42:08.446Z PASS [ 26.776s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
39792023-11-28T02:42:14.144Z PASS [ 34.944s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
39802023-11-28T02:42:24.584Z PASS [ 23.367s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
39812023-11-28T02:42:32.113Z PASS [ 30.374s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
39822023-11-28T02:42:34.452Z PASS [ 26.008s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
39832023-11-28T02:42:40.671Z PASS [ 26.531s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
39842023-11-28T02:42:44.228Z PASS [ 39.362s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
39852023-11-28T02:42:51.844Z PASS [ 27.256s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
39862023-11-28T02:42:58.486Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
39872023-11-28T02:42:59.705Z PASS [ 53.192s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
39882023-11-28T02:42:59.829Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
39892023-11-28T02:43:07.899Z PASS [ 27.233s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
39902023-11-28T02:43:08.850Z PASS [ 70.366s] omicron-nexus::test_all integration_tests::metrics::test_metrics
39912023-11-28T02:43:25.125Z PASS [ 53.029s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
39922023-11-28T02:43:26.811Z PASS [ 52.365s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
39932023-11-28T02:43:35.116Z PASS [ 35.414s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
39942023-11-28T02:43:35.424Z PASS [ 26.575s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
39952023-11-28T02:43:35.756Z PASS [ 43.922s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
39962023-11-28T02:43:36.768Z PASS [ 52.544s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
39972023-11-28T02:43:44.614Z PASS [ 36.713s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
39982023-11-28T02:43:59.646Z PASS [ 23.892s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
39992023-11-28T02:43:59.825Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40002023-11-28T02:44:00.384Z PASS [ 120.559s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40012023-11-28T02:44:02.144Z PASS [ 37.024s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
40022023-11-28T02:44:05.799Z PASS [ 29.034s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
40032023-11-28T02:44:11.100Z PASS [ 26.490s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
40042023-11-28T02:44:19.609Z PASS [ 52.803s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
40052023-11-28T02:44:27.664Z PASS [ 28.020s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
40062023-11-28T02:44:28.568Z PASS [ 26.426s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
40072023-11-28T02:44:30.430Z PASS [ 24.633s] omicron-nexus::test_all integration_tests::projects::test_projects
40082023-11-28T02:44:31.559Z PASS [ 56.442s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
40092023-11-28T02:44:32.779Z PASS [ 21.682s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
40102023-11-28T02:44:35.420Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
40112023-11-28T02:44:37.789Z PASS [ 37.410s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
40122023-11-28T02:44:42.756Z PASS [ 23.149s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
40132023-11-28T02:44:50.153Z PASS [ 74.736s] omicron-nexus::test_all integration_tests::password_login::test_local_users
40142023-11-28T02:44:52.938Z PASS [ 24.373s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list
40152023-11-28T02:44:53.162Z PASS [ 25.500s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
40162023-11-28T02:44:53.691Z PASS [ 0.529s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
40172023-11-28T02:44:53.867Z PASS [ 3.713s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
40182023-11-28T02:44:54.325Z PASS [ 23.898s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
40192023-11-28T02:44:55.837Z PASS [ 23.061s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
40202023-11-28T02:44:55.965Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
40212023-11-28T02:44:56.074Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
40222023-11-28T02:44:56.178Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
40232023-11-28T02:44:56.286Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
40242023-11-28T02:44:56.420Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
40252023-11-28T02:44:56.596Z PASS [ 3.658s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
40262023-11-28T02:44:56.644Z PASS [ 25.093s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
40272023-11-28T02:44:57.375Z PASS [ 3.624s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
40282023-11-28T02:44:57.442Z PASS [ 3.575s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
40292023-11-28T02:44:59.270Z PASS [ 21.473s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
40302023-11-28T02:45:07.363Z PASS [ 24.608s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
40312023-11-28T02:45:20.978Z PASS [ 24.560s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
40322023-11-28T02:45:21.280Z PASS [ 24.637s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
40332023-11-28T02:45:21.409Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
40342023-11-28T02:45:21.453Z PASS [ 24.858s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
40352023-11-28T02:45:21.476Z PASS [ 0.070s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
40362023-11-28T02:45:21.490Z PASS [ 24.050s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
40372023-11-28T02:45:21.568Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
40382023-11-28T02:45:21.845Z PASS [ 24.532s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
40392023-11-28T02:45:22.796Z PASS [ 28.473s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
40402023-11-28T02:45:23.721Z PASS [ 24.462s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
40412023-11-28T02:45:32.484Z PASS [ 25.124s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
40422023-11-28T02:45:35.695Z PASS [ 11.974s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
40432023-11-28T02:45:36.144Z PASS [ 13.349s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
40442023-11-28T02:45:42.830Z PASS [ 10.347s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
40452023-11-28T02:45:43.211Z PASS [ 21.656s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
40462023-11-28T02:45:44.061Z PASS [ 22.573s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
40472023-11-28T02:45:44.206Z PASS [ 22.731s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
40482023-11-28T02:45:44.373Z PASS [ 22.530s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
40492023-11-28T02:45:44.807Z PASS [ 23.829s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
40502023-11-28T02:45:46.012Z PASS [ 10.317s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
40512023-11-28T02:45:46.927Z PASS [ 10.782s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
40522023-11-28T02:45:49.740Z PASS [ 5.679s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
40532023-11-28T02:45:54.292Z PASS [ 11.464s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
40542023-11-28T02:46:07.172Z PASS [ 22.787s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
40552023-11-28T02:46:09.376Z PASS [ 23.368s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
40562023-11-28T02:46:10.580Z PASS [ 23.656s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
40572023-11-28T02:46:11.782Z PASS [ 22.045s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
40582023-11-28T02:46:14.015Z PASS [ 29.212s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
40592023-11-28T02:46:17.596Z PASS [ 33.394s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
40602023-11-28T02:46:18.690Z PASS [ 24.399s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
40612023-11-28T02:46:31.982Z PASS [ 24.824s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
40622023-11-28T02:46:33.429Z PASS [ 24.054s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
40632023-11-28T02:46:35.163Z PASS [ 24.586s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
40642023-11-28T02:46:36.719Z PASS [ 24.939s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
40652023-11-28T02:46:40.823Z PASS [ 26.809s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
40662023-11-28T02:46:41.182Z PASS [ 23.589s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
40672023-11-28T02:46:42.031Z PASS [ 23.341s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
40682023-11-28T02:46:42.620Z PASS [ 59.414s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
40692023-11-28T02:46:56.798Z PASS [ 24.820s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
40702023-11-28T02:46:59.430Z PASS [ 25.960s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
40712023-11-28T02:47:02.931Z PASS [ 26.193s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
40722023-11-28T02:47:04.953Z PASS [ 24.132s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
40732023-11-28T02:47:05.316Z PASS [ 24.103s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
40742023-11-28T02:47:06.633Z PASS [ 24.534s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
40752023-11-28T02:47:06.633Z PASS [ 23.943s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
40762023-11-28T02:47:09.123Z PASS [ 33.960s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
40772023-11-28T02:47:22.035Z PASS [ 25.239s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
40782023-11-28T02:47:29.376Z PASS [ 29.993s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
40792023-11-28T02:47:29.533Z PASS [ 22.974s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
40802023-11-28T02:47:30.248Z PASS [ 25.297s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
40812023-11-28T02:47:33.716Z PASS [ 24.595s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
40822023-11-28T02:47:34.877Z PASS [ 31.969s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
40832023-11-28T02:47:36.558Z PASS [ 29.992s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
40842023-11-28T02:47:36.994Z PASS [ 31.712s] omicron-nexus::test_all integration_tests::silos::test_silos
40852023-11-28T02:47:51.467Z PASS [ 29.435s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
40862023-11-28T02:47:54.726Z PASS [ 25.351s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
40872023-11-28T02:47:56.128Z PASS [ 22.416s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
40882023-11-28T02:47:59.903Z PASS [ 25.027s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
40892023-11-28T02:48:01.914Z PASS [ 24.922s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
40902023-11-28T02:48:02.529Z PASS [ 25.973s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
40912023-11-28T02:48:04.072Z PASS [ 1.542s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
40922023-11-28T02:48:04.575Z PASS [ 4.673s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
40932023-11-28T02:48:06.311Z PASS [ 36.780s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
40942023-11-28T02:48:06.741Z PASS [ 4.829s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
40952023-11-28T02:48:08.066Z PASS [ 37.821s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
40962023-11-28T02:48:08.614Z PASS [ 4.543s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
40972023-11-28T02:48:09.110Z PASS [ 4.536s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
40982023-11-28T02:48:25.382Z PASS [ 29.258s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
40992023-11-28T02:48:27.910Z PASS [ 36.446s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
41002023-11-28T02:48:29.652Z PASS [ 23.343s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
41012023-11-28T02:48:30.131Z PASS [ 22.067s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
41022023-11-28T02:48:30.459Z PASS [ 21.848s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
41032023-11-28T02:48:31.445Z PASS [ 0.985s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
41042023-11-28T02:48:31.613Z PASS [ 22.503s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
41052023-11-28T02:48:39.982Z PASS [ 45.259s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
41062023-11-28T02:48:44.160Z PASS [ 37.416s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
41072023-11-28T02:48:48.859Z PASS [ 23.478s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
41082023-11-28T02:48:51.882Z PASS [ 23.969s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
41092023-11-28T02:48:52.452Z PASS [ 22.802s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
41102023-11-28T02:48:53.815Z PASS [ 22.373s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
41112023-11-28T02:48:56.544Z PASS [ 24.935s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
41122023-11-28T02:49:02.780Z PASS [ 22.800s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
41132023-11-28T02:49:16.962Z PASS [ 32.810s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
41142023-11-28T02:49:26.429Z PASS [ 37.572s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
41152023-11-28T02:49:27.201Z PASS [ 35.326s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
41162023-11-28T02:49:28.571Z PASS [ 36.122s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
41172023-11-28T02:49:28.697Z PASS [ 34.870s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
41182023-11-28T02:49:30.127Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
41192023-11-28T02:49:31.224Z PASS [ 34.680s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
41202023-11-28T02:49:38.164Z PASS [ 35.387s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
41212023-11-28T02:49:53.652Z PASS [ 25.083s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
41222023-11-28T02:49:53.821Z PASS [ 36.862s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
41232023-11-28T02:50:04.398Z PASS [ 37.972s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
41242023-11-28T02:50:07.849Z PASS [ 40.651s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
41252023-11-28T02:50:14.847Z PASS [ 46.168s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
41262023-11-28T02:50:16.003Z PASS [ 44.783s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
41272023-11-28T02:50:22.422Z PASS [ 112.299s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
41282023-11-28T02:50:33.392Z PASS [ 55.233s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
41292023-11-28T02:50:43.395Z PASS [ 20.977s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
41302023-11-28T02:50:46.748Z PASS [ 52.931s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
41312023-11-28T02:50:47.301Z PASS [ 53.654s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
41322023-11-28T02:50:48.590Z PASS [ 40.746s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
41332023-11-28T02:50:49.913Z PASS [ 33.914s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
41342023-11-28T02:50:52.446Z PASS [ 37.602s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
41352023-11-28T02:50:54.116Z PASS [ 20.726s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
41362023-11-28T02:50:58.812Z PASS [ 54.420s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
41372023-11-28T02:51:06.275Z PASS [ 22.881s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
41382023-11-28T02:51:09.164Z PASS [ 22.416s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
41392023-11-28T02:51:10.651Z PASS [ 23.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
41402023-11-28T02:51:12.257Z PASS [ 23.668s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
41412023-11-28T02:51:13.429Z PASS [ 23.519s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
41422023-11-28T02:51:15.482Z PASS [ 23.037s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
41432023-11-28T02:51:18.048Z PASS [ 23.933s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
41442023-11-28T02:51:22.221Z PASS [ 23.408s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
41452023-11-28T02:51:30.089Z PASS [ 23.816s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
41462023-11-28T02:51:32.446Z PASS [ 23.284s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
41472023-11-28T02:51:34.582Z PASS [ 23.933s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
41482023-11-28T02:51:36.659Z PASS [ 24.404s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
41492023-11-28T02:51:37.243Z PASS [ 23.813s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
41502023-11-28T02:51:39.629Z PASS [ 24.152s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
41512023-11-28T02:51:41.753Z PASS [ 23.705s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
41522023-11-28T02:51:50.503Z PASS [ 28.286s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
41532023-11-28T02:51:59.982Z PASS [ 22.740s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
41542023-11-28T02:52:01.448Z PASS [ 31.361s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
41552023-11-28T02:52:02.079Z PASS [ 22.450s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
41562023-11-28T02:52:02.139Z PASS [ 0.060s] omicron-package dot::test::test_bad_dependency
41572023-11-28T02:52:02.180Z PASS [ 0.041s] omicron-package dot::test::test_dot_output
41582023-11-28T02:52:04.457Z PASS [ 22.709s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
41592023-11-28T02:52:04.483Z PASS [ 0.026s] omicron-passwords test::test_password_constraints
41602023-11-28T02:52:05.064Z PASS [ 30.481s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
41612023-11-28T02:52:06.246Z PASS [ 4.799s] omicron-omdb::test_all_output test_omdb_usage_errors
41622023-11-28T02:52:06.322Z PASS [ 0.074s] omicron-passwords test::test_stable
41632023-11-28T02:52:06.352Z PASS [ 0.032s] omicron-passwords test::test_weak_hashes
41642023-11-28T02:52:06.386Z PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path
41652023-11-28T02:52:06.463Z PASS [ 0.078s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
41662023-11-28T02:52:06.490Z PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath
41672023-11-28T02:52:06.529Z PASS [ 34.086s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
41682023-11-28T02:52:06.566Z PASS [ 0.076s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
41692023-11-28T02:52:06.578Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
41702023-11-28T02:52:06.632Z PASS [ 0.057s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
41712023-11-28T02:52:06.639Z PASS [ 0.075s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
41722023-11-28T02:52:06.675Z PASS [ 0.042s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
41732023-11-28T02:52:06.693Z PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
41742023-11-28T02:52:06.739Z PASS [ 0.047s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
41752023-11-28T02:52:06.748Z PASS [ 0.073s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
41762023-11-28T02:52:06.780Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
41772023-11-28T02:52:06.788Z PASS [ 0.041s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
41782023-11-28T02:52:06.819Z PASS [ 0.041s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
41792023-11-28T02:52:06.830Z PASS [ 0.041s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
41802023-11-28T02:52:06.857Z PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
41812023-11-28T02:52:06.869Z PASS [ 0.037s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
41822023-11-28T02:52:06.934Z PASS [ 0.059s] omicron-sled-agent profile::tests::empty_profile
41832023-11-28T02:52:06.947Z PASS [ 0.086s] omicron-sled-agent config::test::test_smf_configs
41842023-11-28T02:52:06.979Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_instance
41852023-11-28T02:52:06.989Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_multiple
41862023-11-28T02:52:07.026Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property
41872023-11-28T02:52:07.042Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_property_group
41882023-11-28T02:52:07.073Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_service
41892023-11-28T02:52:07.083Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service_property_group
41902023-11-28T02:52:07.126Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_extra_certs
41912023-11-28T02:52:07.134Z PASS [ 0.053s] omicron-sled-agent rack_setup::config::test::test_subnets
41922023-11-28T02:52:07.167Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
41932023-11-28T02:52:07.179Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
41942023-11-28T02:52:07.247Z PASS [ 0.070s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
41952023-11-28T02:52:07.275Z PASS [ 0.107s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
41962023-11-28T02:52:07.299Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
41972023-11-28T02:52:07.323Z PASS [ 0.048s] omicron-sled-agent services::test::test_all_zone_requests_schema
41982023-11-28T02:52:07.339Z PASS [ 0.043s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
41992023-11-28T02:52:07.723Z PASS [ 0.373s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
42002023-11-28T02:52:07.735Z PASS [ 0.410s] omicron-sled-agent services::test::test_ensure_service
42012023-11-28T02:52:08.009Z PASS [ 0.277s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
42022023-11-28T02:52:08.015Z PASS [ 0.305s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
42032023-11-28T02:52:08.050Z PASS [ 0.042s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
42042023-11-28T02:52:08.058Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
42052023-11-28T02:52:08.092Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
42062023-11-28T02:52:08.099Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
42072023-11-28T02:52:08.140Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
42082023-11-28T02:52:08.148Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
42092023-11-28T02:52:08.187Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
42102023-11-28T02:52:08.187Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components
42112023-11-28T02:52:08.214Z PASS [ 3.729s] omicron-passwords test::test_reproducible
42122023-11-28T02:52:08.227Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_sled_agent_version
42132023-11-28T02:52:08.242Z PASS [ 0.052s] omicron-sled-agent updates::test::test_query_zone_version
42142023-11-28T02:52:08.262Z PASS [ 0.040s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
42152023-11-28T02:52:08.460Z PASS [ 0.248s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
42162023-11-28T02:52:08.510Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
42172023-11-28T02:52:08.559Z PASS [ 31.904s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
42182023-11-28T02:52:08.989Z PASS [ 0.725s] omicron-sled-agent zone_bundle::illumos_tests::test_context
42192023-11-28T02:52:09.212Z PASS [ 0.652s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
42202023-11-28T02:52:09.288Z PASS [ 0.076s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
42212023-11-28T02:52:09.333Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
42222023-11-28T02:52:09.403Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_disk_usage
42232023-11-28T02:52:09.441Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
42242023-11-28T02:52:09.481Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
42252023-11-28T02:52:09.518Z PASS [ 0.037s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
42262023-11-28T02:52:09.665Z PASS [ 1.422s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
42272023-11-28T02:52:09.776Z PASS [ 0.112s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
42282023-11-28T02:52:09.859Z PASS [ 0.308s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
42292023-11-28T02:52:10.023Z PASS [ 1.036s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
42302023-11-28T02:52:10.101Z PASS [ 0.272s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
42312023-11-28T02:52:10.108Z PASS [ 0.085s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
42322023-11-28T02:52:10.129Z PASS [ 0.353s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
42332023-11-28T02:52:10.145Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
42342023-11-28T02:52:10.152Z PASS [ 1.644s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
42352023-11-28T02:52:10.164Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
42362023-11-28T02:52:10.189Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
42372023-11-28T02:52:10.233Z PASS [ 0.088s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
42382023-11-28T02:52:10.545Z PASS [ 0.381s] omicron-test-utils dev::db::test::test_bad_cmd
42392023-11-28T02:52:10.914Z PASS [ 0.724s] omicron-test-utils dev::db::test::test_cmd_fails
42402023-11-28T02:52:10.970Z PASS [ 0.051s] omicron-test-utils dev::db::test::test_make_pg_config_fail
42412023-11-28T02:52:10.970Z PASS [ 0.419s] omicron-test-utils dev::db::test::test_database_start_hang
42422023-11-28T02:52:10.998Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_make_pg_config_ok
42432023-11-28T02:52:11.013Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_process_exit_abnormal
42442023-11-28T02:52:11.051Z PASS [ 0.052s] omicron-test-utils dev::db::test::test_process_exit_normal
42452023-11-28T02:52:11.140Z PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
42462023-11-28T02:52:11.951Z PASS [ 9.765s] omicron-passwords test::test_compatible
42472023-11-28T02:52:11.983Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_starter_tmpdir
42482023-11-28T02:52:12.032Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
42492023-11-28T02:52:12.090Z PASS [ 0.057s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
42502023-11-28T02:52:12.156Z PASS [ 0.051s] oximeter histogram::tests::test_bin_range
42512023-11-28T02:52:12.189Z PASS [ 0.048s] oximeter histogram::tests::test_bin_range_from
42522023-11-28T02:52:12.244Z PASS [ 0.050s] oximeter histogram::tests::test_bin_range_to
42532023-11-28T02:52:12.274Z PASS [ 0.035s] oximeter histogram::tests::test_ensure_finite
42542023-11-28T02:52:12.319Z PASS [ 0.044s] oximeter histogram::tests::test_foo
42552023-11-28T02:52:12.354Z PASS [ 0.036s] oximeter histogram::tests::test_histogram
42562023-11-28T02:52:12.397Z PASS [ 0.042s] oximeter histogram::tests::test_histogram_extreme_bins
42572023-11-28T02:52:12.434Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_extreme_samples
42582023-11-28T02:52:12.470Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_float_bins
42592023-11-28T02:52:12.524Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_to_arrays
42602023-11-28T02:52:12.564Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_unbounded_samples
42612023-11-28T02:52:12.576Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_unsorted_bins
42622023-11-28T02:52:12.610Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_bins
42632023-11-28T02:52:12.645Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
42642023-11-28T02:52:12.682Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_overlapping_bins
42652023-11-28T02:52:12.737Z PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_all_representable
42662023-11-28T02:52:12.785Z PASS [ 0.051s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
42672023-11-28T02:52:12.819Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
42682023-11-28T02:52:12.855Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
42692023-11-28T02:52:12.889Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
42702023-11-28T02:52:12.922Z PASS [ 0.032s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
42712023-11-28T02:52:12.963Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
42722023-11-28T02:52:13.002Z PASS [ 0.039s] oximeter histogram::tests::test_span_decades
42732023-11-28T02:52:13.038Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades_other_counts_f64
42742023-11-28T02:52:13.104Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
42752023-11-28T02:52:13.107Z PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
42762023-11-28T02:52:13.150Z PASS [ 0.038s] oximeter test_util::tests::test_gen_test_samples
42772023-11-28T02:52:13.183Z PASS [ 0.033s] oximeter traits::tests::test_metric_trait
42782023-11-28T02:52:13.235Z PASS [ 0.058s] oximeter traits::tests::test_producer_trait
42792023-11-28T02:52:13.269Z PASS [ 0.034s] oximeter traits::tests::test_target_trait
42802023-11-28T02:52:13.303Z PASS [ 0.034s] oximeter types::tests::test_cumulative_f64
42812023-11-28T02:52:13.344Z PASS [ 0.039s] oximeter types::tests::test_cumulative_i64
42822023-11-28T02:52:13.388Z PASS [ 0.041s] oximeter types::tests::test_datum
42832023-11-28T02:52:13.423Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
42842023-11-28T02:52:13.478Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
42852023-11-28T02:52:13.489Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
42862023-11-28T02:52:13.523Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
42872023-11-28T02:52:13.547Z LEAK [ 2.532s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
42882023-11-28T02:52:13.559Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
42892023-11-28T02:52:13.577Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
42902023-11-28T02:52:13.597Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
42912023-11-28T02:52:13.612Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
42922023-11-28T02:52:13.632Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
42932023-11-28T02:52:13.646Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
42942023-11-28T02:52:13.670Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
42952023-11-28T02:52:13.680Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
42962023-11-28T02:52:13.705Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
42972023-11-28T02:52:13.713Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
42982023-11-28T02:52:13.740Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
42992023-11-28T02:52:13.747Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
43002023-11-28T02:52:13.773Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
43012023-11-28T02:52:13.790Z PASS [ 0.033s] oximeter types::tests::test_measurement
43022023-11-28T02:52:13.808Z PASS [ 0.034s] oximeter types::tests::test_sample_struct
43032023-11-28T02:52:13.815Z PASS [ 0.035s] oximeter types::tests::test_verify_field_names
43042023-11-28T02:52:14.134Z PASS [ 0.307s] oximeter-collector agent::tests::test_self_stat_error_counter
43052023-11-28T02:52:14.143Z PASS [ 0.335s] oximeter-collector agent::tests::test_self_stat_collection_count
43062023-11-28T02:52:14.184Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
43072023-11-28T02:52:14.478Z PASS [ 0.353s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
43082023-11-28T02:52:14.492Z PASS [ 0.309s] oximeter-collector::test_commands test_oximeter_no_args
43092023-11-28T02:52:14.672Z PASS [ 0.195s] oximeter-collector::test_commands test_oximeter_openapi
43102023-11-28T02:52:15.882Z PASS [ 25.381s] omicron-omdb::test_all_output test_omdb_env_settings
43112023-11-28T02:52:15.916Z PASS [ 1.244s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
43122023-11-28T02:52:16.273Z PASS [ 5.133s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
43132023-11-28T02:52:16.694Z PASS [ 6.460s] omicron-test-utils dev::db::test::test_database_concurrent
43142023-11-28T02:52:16.745Z PASS [ 0.051s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
43152023-11-28T02:52:17.420Z PASS [ 1.503s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
43162023-11-28T02:52:17.597Z PASS [ 1.716s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
43172023-11-28T02:52:17.633Z PASS [ 0.037s] oximeter-db client::tests::test_unravel_index
43182023-11-28T02:52:17.746Z PASS [ 0.059s] oximeter-db client::tests::test_verify_schema_upgrades
43192023-11-28T02:52:17.746Z PASS [ 0.045s] oximeter-db model::tests::test_db_bool
43202023-11-28T02:52:17.776Z PASS [ 1.494s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
43212023-11-28T02:52:17.808Z PASS [ 0.036s] oximeter-db model::tests::test_db_datum_type_conversion
43222023-11-28T02:52:17.879Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion
43232023-11-28T02:52:17.904Z PASS [ 0.043s] oximeter-db model::tests::test_db_field_type_conversion
43242023-11-28T02:52:17.926Z PASS [ 0.039s] oximeter-db model::tests::test_db_histogram
43252023-11-28T02:52:17.934Z PASS [ 3.443s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
43262023-11-28T02:52:17.963Z PASS [ 0.037s] oximeter-db model::tests::test_histogram_to_arrays
43272023-11-28T02:52:18.157Z PASS [ 0.404s] oximeter-db model::tests::test_db_bool_bad
43282023-11-28T02:52:18.190Z PASS [ 0.044s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
43292023-11-28T02:52:18.251Z PASS [ 0.054s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
43302023-11-28T02:52:18.251Z PASS [ 0.277s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
43312023-11-28T02:52:18.341Z PASS [ 0.077s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
43322023-11-28T02:52:18.341Z PASS [ 0.068s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
43332023-11-28T02:52:18.370Z PASS [ 0.040s] oximeter-db model::tests::test_unroll_from_source
43342023-11-28T02:52:18.477Z PASS [ 0.068s] oximeter-db query::tests::test_field_cmp
43352023-11-28T02:52:18.477Z PASS [ 0.099s] oximeter-db model::tests::test_unroll_measurement_row
43362023-11-28T02:52:18.504Z PASS [ 0.070s] oximeter-db query::tests::test_field_selector_as_query
43372023-11-28T02:52:18.526Z PASS [ 0.057s] oximeter-db query::tests::test_field_value_as_db_str
43382023-11-28T02:52:18.578Z PASS [ 0.078s] oximeter-db query::tests::test_select_query_builder_field_selectors
43392023-11-28T02:52:18.616Z PASS [ 0.093s] oximeter-db query::tests::test_select_query_builder_filter_raw
43402023-11-28T02:52:18.637Z PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_from_parts
43412023-11-28T02:52:18.690Z PASS [ 0.061s] oximeter-db query::tests::test_select_query_builder_limit_offset
43422023-11-28T02:52:18.710Z PASS [ 0.100s] oximeter-db query::tests::test_select_query_builder_full
43432023-11-28T02:52:18.731Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_no_fields
43442023-11-28T02:52:18.761Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_no_selectors
43452023-11-28T02:52:18.797Z PASS [ 0.045s] oximeter-db query::tests::test_time_range
43462023-11-28T02:52:18.832Z PASS [ 0.074s] oximeter-db query::tests::test_string_field_selector
43472023-11-28T02:52:18.832Z PASS [ 0.035s] oximeter-db tests::test_field_schema_ordering
43482023-11-28T02:52:18.860Z PASS [ 0.051s] oximeter-db tests::test_schema_field_ordering_across_target_metric
43492023-11-28T02:52:18.876Z PASS [ 0.044s] oximeter-db tests::test_timeseries_key_field_stability
43502023-11-28T02:52:18.898Z PASS [ 0.040s] oximeter-db tests::test_timeseries_key_sample_stability
43512023-11-28T02:52:18.921Z PASS [ 0.041s] oximeter-db tests::test_timeseries_name
43522023-11-28T02:52:18.948Z PASS [ 0.049s] oximeter-db tests::test_timeseries_name_from_str
43532023-11-28T02:52:18.960Z PASS [ 0.043s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
43542023-11-28T02:52:18.996Z PASS [ 0.036s] oximeter-instruments http::tests::test_normalize_uri_path
43552023-11-28T02:52:19.003Z PASS [ 0.058s] oximeter-instruments http::tests::test_latency_tracker
43562023-11-28T02:52:19.099Z PASS [ 0.095s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
43572023-11-28T02:52:19.105Z PASS [ 0.110s] oximeter-instruments kstat::link::tests::test_kstat_sampler
43582023-11-28T02:52:19.189Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
43592023-11-28T02:52:19.210Z PASS [ 0.102s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
43602023-11-28T02:52:19.281Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_physical_datalink
43612023-11-28T02:52:19.307Z PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
43622023-11-28T02:52:19.343Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
43632023-11-28T02:52:19.358Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
43642023-11-28T02:52:19.358Z PASS [ 2.608s] oximeter-db client::tests::test_select_all_field_types
43652023-11-28T02:52:19.372Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
43662023-11-28T02:52:19.379Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
43672023-11-28T02:52:19.386Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
43682023-11-28T02:52:19.402Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
43692023-11-28T02:52:19.411Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
43702023-11-28T02:52:19.419Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
43712023-11-28T02:52:19.430Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
43722023-11-28T02:52:19.440Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
43732023-11-28T02:52:19.448Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
43742023-11-28T02:52:19.458Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
43752023-11-28T02:52:19.468Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
43762023-11-28T02:52:19.477Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
43772023-11-28T02:52:19.486Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
43782023-11-28T02:52:19.512Z PASS [ 0.043s] sled-hardware disk::test::test_disk_paths
43792023-11-28T02:52:19.518Z PASS [ 0.043s] sled-hardware disk::test::test_partition_device_paths
43802023-11-28T02:52:19.536Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
43812023-11-28T02:52:19.546Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
43822023-11-28T02:52:19.555Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
43832023-11-28T02:52:19.577Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
43842023-11-28T02:52:19.597Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
43852023-11-28T02:52:19.609Z PASS [ 0.063s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
43862023-11-28T02:52:19.626Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
43872023-11-28T02:52:19.634Z PASS [ 0.041s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
43882023-11-28T02:52:19.652Z PASS [ 0.043s] sled-storage dataset::test::serialize_dataset_name
43892023-11-28T02:52:19.689Z PASS [ 0.065s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
43902023-11-28T02:52:21.155Z PASS [ 1.503s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
43912023-11-28T02:52:21.255Z PASS [ 1.620s] sled-storage manager::tests::delete_disk_triggers_notification
43922023-11-28T02:52:22.825Z PASS [ 1.669s] sled-storage manager::tests::queued_disks_get_added_as_resources
43932023-11-28T02:52:23.092Z PASS [ 1.837s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
43942023-11-28T02:52:24.367Z PASS [ 1.276s] sled-storage manager::tests::wait_for_bootdisk
43952023-11-28T02:52:24.460Z PASS [ 1.634s] sled-storage manager::tests::upsert_filesystem
43962023-11-28T02:52:25.159Z PASS [ 0.698s] tufaceous::integration-tests command_tests::test_init_and_add
43972023-11-28T02:52:26.222Z PASS [ 1.854s] tufaceous::integration-tests command_tests::test_assemble_fake
43982023-11-28T02:52:26.359Z PASS [ 0.138s] tufaceous-lib archive::tests::test_validate_path
43992023-11-28T02:52:26.397Z PASS [ 0.038s] tufaceous-lib key::tests::test_from_str
44002023-11-28T02:52:26.536Z PASS [ 0.139s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
44012023-11-28T02:52:26.746Z PASS [ 1.589s] tufaceous::manifest-tests check_manifest::fake.toml
44022023-11-28T02:52:26.865Z PASS [ 0.119s] update-engine display::group_display::tests::test_stats
44032023-11-28T02:52:26.904Z PASS [ 0.038s] update-engine display::line_display_shared::tests::test_format_progress_counter
44042023-11-28T02:52:26.950Z PASS [ 0.044s] update-engine engine::tests::error_exits_early
44052023-11-28T02:52:26.997Z PASS [ 0.049s] update-engine events::tests::progress_event_parse_unknown
44062023-11-28T02:52:27.012Z PASS [ 0.469s] update-engine buffer::tests::test_buffer
44072023-11-28T02:52:27.039Z PASS [ 0.041s] update-engine events::tests::step_event_parse_unknown
44082023-11-28T02:52:27.097Z PASS [ 0.049s] wicket state::inventory::tests::component_id_display
44092023-11-28T02:52:27.097Z PASS [ 0.082s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
44102023-11-28T02:52:27.408Z PASS [ 0.321s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
44112023-11-28T02:52:27.570Z PASS [ 0.162s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
44122023-11-28T02:52:27.614Z PASS [ 22.550s] omicron-passwords test::test_smoke
44132023-11-28T02:52:27.628Z PASS [ 0.059s] wicketd installinator_progress::tests::test_states
44142023-11-28T02:52:27.788Z PASS [ 16.739s] omicron-test-utils dev::db::test::test_setup_database_default_dir
44152023-11-28T02:52:28.096Z PASS [ 0.487s] wicketd::mod integration_tests::commands::test_wicketd_openapi
44162023-11-28T02:52:28.427Z PASS [ 28.450s] omicron-omdb::test_all_output test_omdb_success_cases
44172023-11-28T02:52:29.105Z PASS [ 2.017s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
44182023-11-28T02:52:29.376Z PASS [ 1.756s] wicketd::mod integration_tests::inventory::test_inventory
44192023-11-28T02:52:31.061Z PASS [ 2.973s] wicketd::mod integration_tests::updates::test_update_races
44202023-11-28T02:52:32.209Z PASS [ 12.536s] sled-storage manager::tests::ensure_using_exactly_these_disks
44212023-11-28T02:52:32.601Z PASS [ 4.821s] wicketd::mod integration_tests::updates::test_installinator_fetch
44222023-11-28T02:52:33.700Z PASS [ 5.275s] wicketd::mod integration_tests::updates::test_updates
44232023-11-28T02:52:36.063Z PASS [ 18.653s] oximeter-db client::tests::test_single_node
44242023-11-28T02:52:38.788Z PASS [ 20.858s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
44252023-11-28T02:53:38.784Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
44262023-11-28T02:54:38.780Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
44272023-11-28T02:55:38.777Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
44282023-11-28T02:56:38.774Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
44292023-11-28T02:57:38.769Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
44302023-11-28T02:58:38.765Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
44312023-11-28T02:59:38.762Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
44322023-11-28T03:00:38.760Z SLOW [>480.000s] oximeter-db client::tests::test_replicated
44332023-11-28T03:00:42.675Z PASS [ 483.931s] oximeter-db client::tests::test_replicated
44342023-11-28T03:00:42.678Z------------
44352023-11-28T03:00:42.678Z Summary [1967.277s] 943 tests run: 943 passed (14 slow, 1 leaky), 3 skipped
44362023-11-28T03:00:42.707Z
44372023-11-28T03:00:42.710Zreal 32:58.159205903
44382023-11-28T03:00:42.710Zuser 2:26:32.902047790
44392023-11-28T03:00:42.710Zsys 39:47.286426887
44402023-11-28T03:00:42.710Ztrap 3:07.687402698
44412023-11-28T03:00:42.710Ztflt 4.471780665
44422023-11-28T03:00:42.711Zdflt 17.315414532
44432023-11-28T03:00:42.711Zkflt 0.248961463
44442023-11-28T03:00:42.711Zlock 670:50:52.498409768
44452023-11-28T03:00:42.712Zslp 38:04:47.244201231
44462023-11-28T03:00:42.712Zlat 2:46:36.651361778
44472023-11-28T03:00:42.712Zstop 23:36.696121271
44482023-11-28T03:00:42.715Z
44492023-11-28T03:00:42.715Z ##### #### #### ##### ###### #### #####
44502023-11-28T03:00:42.715Z # # # # # # # # # #
44512023-11-28T03:00:42.715Z # # # # # # ##### #### #
44522023-11-28T03:00:42.715Z # # # # # # # # #
44532023-11-28T03:00:42.715Z # # # # # # # # # # #
44542023-11-28T03:00:42.715Z ##### #### #### # ###### #### #
44552023-11-28T03:00:42.715Z
44562023-11-28T03:00:44.190Z Fresh unicode-ident v1.0.12
44572023-11-28T03:00:44.190Z Fresh cfg-if v1.0.0
44582023-11-28T03:00:44.216Z Fresh autocfg v1.1.0
44592023-11-28T03:00:44.216Z Fresh version_check v0.9.4
44602023-11-28T03:00:44.216Z Fresh proc-macro2 v1.0.69
44612023-11-28T03:00:44.216Z Fresh memchr v2.6.3
44622023-11-28T03:00:44.216Z Fresh log v0.4.20
44632023-11-28T03:00:44.216Z Fresh once_cell v1.18.0
44642023-11-28T03:00:44.216Z Fresh scopeguard v1.2.0
44652023-11-28T03:00:44.216Z Fresh quote v1.0.33
44662023-11-28T03:00:44.216Z Fresh libc v0.2.150
44672023-11-28T03:00:44.216Z Fresh smallvec v1.11.0
44682023-11-28T03:00:44.216Z Fresh itoa v1.0.9
44692023-11-28T03:00:44.217Z Fresh syn v2.0.32
44702023-11-28T03:00:44.217Z Fresh syn v1.0.109
44712023-11-28T03:00:44.217Z Fresh getrandom v0.2.10
44722023-11-28T03:00:44.217Z Fresh spin v0.5.2
44732023-11-28T03:00:44.217Z Fresh serde_derive v1.0.192
44742023-11-28T03:00:44.217Z Fresh lock_api v0.4.10
44752023-11-28T03:00:44.217Z Fresh parking_lot_core v0.9.8
44762023-11-28T03:00:44.217Z Fresh libm v0.2.7
44772023-11-28T03:00:44.217Z Fresh cc v1.0.83
44782023-11-28T03:00:44.217Z Fresh pin-project-lite v0.2.13
44792023-11-28T03:00:44.217Z Fresh thiserror-impl v1.0.49
44802023-11-28T03:00:44.217Z Fresh serde v1.0.192
44812023-11-28T03:00:44.217Z Fresh parking_lot v0.12.1
44822023-11-28T03:00:44.217Z Fresh num-traits v0.2.16
44832023-11-28T03:00:44.217Z Fresh rand_core v0.6.4
44842023-11-28T03:00:44.217Z Fresh signal-hook-registry v1.4.1
44852023-11-28T03:00:44.217Z Fresh mio v0.8.9
44862023-11-28T03:00:44.217Z Fresh bytes v1.5.0
44872023-11-28T03:00:44.217Z Fresh thiserror v1.0.49
44882023-11-28T03:00:44.217Z Fresh bitflags v2.4.0
44892023-11-28T03:00:44.217Z Fresh ryu v1.0.15
44902023-11-28T03:00:44.217Z Fresh num_cpus v1.16.0
44912023-11-28T03:00:44.217Z Fresh zeroize_derive v1.4.2
44922023-11-28T03:00:44.217Z Fresh futures-core v0.3.29
44932023-11-28T03:00:44.217Z Fresh zeroize v1.6.0
44942023-11-28T03:00:44.217Z Fresh tokio-macros v2.2.0
44952023-11-28T03:00:44.217Z Fresh socket2 v0.5.5
44962023-11-28T03:00:44.218Z Fresh heck v0.4.1
44972023-11-28T03:00:44.218Z Fresh fnv v1.0.7
44982023-11-28T03:00:44.218Z Fresh futures-sink v0.3.29
44992023-11-28T03:00:44.218Z Fresh serde_json v1.0.108
45002023-11-28T03:00:44.218Z Fresh tokio v1.34.0
45012023-11-28T03:00:44.218Z Fresh lazy_static v1.4.0
45022023-11-28T03:00:44.218Z Fresh hashbrown v0.14.2
45032023-11-28T03:00:44.218Z Fresh regex-syntax v0.8.2
45042023-11-28T03:00:44.219Z Fresh pin-utils v0.1.0
45052023-11-28T03:00:44.219Z Fresh futures-macro v0.3.29
45062023-11-28T03:00:44.219Z Fresh errno v0.3.2
45072023-11-28T03:00:44.219Z Fresh aho-corasick v1.0.4
45082023-11-28T03:00:44.219Z Fresh futures-task v0.3.29
45092023-11-28T03:00:44.219Z Fresh slab v0.4.9
45102023-11-28T03:00:44.219Z Fresh futures-channel v0.3.29
45112023-11-28T03:00:44.219Z Fresh futures-io v0.3.29
45122023-11-28T03:00:44.219Z Fresh equivalent v1.0.1
45132023-11-28T03:00:44.219Z Fresh regex-automata v0.4.3
45142023-11-28T03:00:44.219Z Fresh futures-util v0.3.29
45152023-11-28T03:00:44.219Z Fresh indexmap v2.1.0
45162023-11-28T03:00:44.219Z Fresh byteorder v1.5.0
45172023-11-28T03:00:44.219Z Fresh regex v1.10.2
45182023-11-28T03:00:44.219Z Fresh iana-time-zone v0.1.57
45192023-11-28T03:00:44.219Z Fresh pkg-config v0.3.27
45202023-11-28T03:00:44.219Z Fresh typenum v1.16.0
45212023-11-28T03:00:44.219Z Fresh chrono v0.4.31
45222023-11-28T03:00:44.219Z Fresh subtle v2.5.0
45232023-11-28T03:00:44.219Z Fresh uuid v1.6.1
45242023-11-28T03:00:44.219Z Fresh tinyvec_macros v0.1.1
45252023-11-28T03:00:44.219Z Fresh tracing-attributes v0.1.26
45262023-11-28T03:00:44.220Z Fresh generic-array v0.14.7
45272023-11-28T03:00:44.220Z Fresh tinyvec v1.6.0
45282023-11-28T03:00:44.220Z Fresh tracing-core v0.1.31
45292023-11-28T03:00:44.220Z Fresh const-oid v0.9.5
45302023-11-28T03:00:44.220Z Fresh base64 v0.21.5
45312023-11-28T03:00:44.220Z Fresh http v0.2.11
45322023-11-28T03:00:44.220Z Fresh unicode-bidi v0.3.13
45332023-11-28T03:00:44.220Z Fresh crypto-common v0.1.6
45342023-11-28T03:00:44.220Z Fresh rustix v0.38.9
45352023-11-28T03:00:44.220Z Fresh tracing v0.1.37
45362023-11-28T03:00:44.220Z Fresh unicode-normalization v0.1.22
45372023-11-28T03:00:44.220Z Fresh serde_derive_internals v0.26.0
45382023-11-28T03:00:44.220Z Fresh percent-encoding v2.3.0
45392023-11-28T03:00:44.220Z Fresh dyn-clone v1.0.13
45402023-11-28T03:00:44.220Z Fresh schemars_derive v0.8.13
45412023-11-28T03:00:44.220Z Fresh ppv-lite86 v0.2.17
45422023-11-28T03:00:44.220Z Fresh bitflags v1.3.2
45432023-11-28T03:00:44.220Z Fresh form_urlencoded v1.2.0
45442023-11-28T03:00:44.220Z Fresh spin v0.9.8
45452023-11-28T03:00:44.220Z Fresh block-buffer v0.10.4
45462023-11-28T03:00:44.220Z Fresh rand_chacha v0.3.1
45472023-11-28T03:00:44.220Z Fresh schemars v0.8.13
45482023-11-28T03:00:44.220Z Fresh unicode-width v0.1.11
45492023-11-28T03:00:44.220Z Fresh vcpkg v0.2.15
45502023-11-28T03:00:44.220Z Fresh hashbrown v0.12.3
45512023-11-28T03:00:44.220Z Fresh digest v0.10.7
45522023-11-28T03:00:44.220Z Fresh rand v0.8.5
45532023-11-28T03:00:44.222Z Fresh indexmap v1.9.3
45542023-11-28T03:00:44.222Z Fresh either v1.9.0
45552023-11-28T03:00:44.222Z Fresh idna v0.4.0
45562023-11-28T03:00:44.222Z Fresh ucd-trie v0.1.6
45572023-11-28T03:00:44.222Z Fresh httparse v1.8.0
45582023-11-28T03:00:44.229Z Fresh url v2.4.1
45592023-11-28T03:00:44.229Z Fresh pest v2.7.2
45602023-11-28T03:00:44.229Z Fresh tokio-util v0.7.10
45612023-11-28T03:00:44.229Z Fresh toml_datetime v0.6.5
45622023-11-28T03:00:44.229Z Fresh serde_spanned v0.6.4
45632023-11-28T03:00:44.229Z Fresh socket2 v0.4.9
45642023-11-28T03:00:44.229Z Fresh adler v1.0.2
45652023-11-28T03:00:44.229Z Fresh winnow v0.5.15
45662023-11-28T03:00:44.229Z Fresh semver v1.0.20
45672023-11-28T03:00:44.229Z Fresh untrusted v0.7.1
45682023-11-28T03:00:44.229Z Fresh miniz_oxide v0.7.1
45692023-11-28T03:00:44.229Z Fresh strsim v0.10.0
45702023-11-28T03:00:44.229Z Fresh httpdate v1.0.3
45712023-11-28T03:00:44.229Z Fresh try-lock v0.2.4
45722023-11-28T03:00:44.229Z Fresh ahash v0.8.3
45732023-11-28T03:00:44.229Z Fresh ring v0.16.20
45742023-11-28T03:00:44.229Z Fresh want v0.3.1
45752023-11-28T03:00:44.229Z Fresh h2 v0.3.21
45762023-11-28T03:00:44.229Z Fresh http-body v0.4.5
45772023-11-28T03:00:44.229Z Fresh tower-service v0.3.2
45782023-11-28T03:00:44.229Z Fresh untrusted v0.9.0
45792023-11-28T03:00:44.229Z Fresh cpufeatures v0.2.9
45802023-11-28T03:00:44.229Z Fresh foreign-types-shared v0.1.1
45812023-11-28T03:00:44.229Z Fresh openssl-probe v0.1.5
45822023-11-28T03:00:44.230Z Fresh ring v0.17.5
45832023-11-28T03:00:44.231Z Fresh hyper v0.14.27
45842023-11-28T03:00:44.231Z Fresh hashbrown v0.13.2
45852023-11-28T03:00:44.231Z Fresh async-trait v0.1.74
45862023-11-28T03:00:44.231Z Fresh foreign-types v0.3.2
45872023-11-28T03:00:44.231Z Fresh openssl-sys v0.9.93
45882023-11-28T03:00:44.231Z Fresh openssl-macros v0.1.1
45892023-11-28T03:00:44.231Z Fresh mime v0.3.17
45902023-11-28T03:00:44.231Z Fresh rustls-webpki v0.101.7
45912023-11-28T03:00:44.231Z Fresh sct v0.7.0
45922023-11-28T03:00:44.231Z Fresh openssl v0.10.57
45932023-11-28T03:00:44.231Z Fresh ipnet v2.8.0
45942023-11-28T03:00:44.231Z Fresh toml_edit v0.19.15
45952023-11-28T03:00:44.231Z Fresh rustls-pemfile v1.0.3
45962023-11-28T03:00:44.231Z Fresh gimli v0.28.0
45972023-11-28T03:00:44.231Z Fresh rustls v0.21.9
45982023-11-28T03:00:44.231Z Fresh unicode-xid v0.2.4
45992023-11-28T03:00:44.231Z Fresh addr2line v0.21.0
46002023-11-28T03:00:44.231Z Fresh serde_urlencoded v0.7.1
46012023-11-28T03:00:44.231Z Fresh object v0.32.1
46022023-11-28T03:00:44.231Z Fresh encoding_rs v0.8.33
46032023-11-28T03:00:44.231Z Fresh tokio-rustls v0.24.1
46042023-11-28T03:00:44.231Z Fresh native-tls v0.2.11
46052023-11-28T03:00:44.232Z Fresh rustc-demangle v0.1.23
46062023-11-28T03:00:44.232Z Fresh rustls-native-certs v0.6.3
46072023-11-28T03:00:44.232Z Fresh utf8parse v0.2.1
46082023-11-28T03:00:44.232Z Fresh backtrace v0.3.69
46092023-11-28T03:00:44.232Z Fresh tokio-native-tls v0.3.1
46102023-11-28T03:00:44.232Z Fresh hyper-rustls v0.24.2
46112023-11-28T03:00:44.233Z Fresh webpki-roots v0.25.2
46122023-11-28T03:00:44.233Z Fresh anyhow v1.0.75
46132023-11-28T03:00:44.233Z Fresh hyper-tls v0.5.0
46142023-11-28T03:00:44.233Z Fresh crossbeam-utils v0.8.16
46152023-11-28T03:00:44.233Z Fresh crc32fast v1.3.2
46162023-11-28T03:00:44.233Z Fresh rustc_version v0.4.0
46172023-11-28T03:00:44.233Z Fresh openapiv3 v2.0.0-rc.1
46182023-11-28T03:00:44.233Z Fresh reqwest v0.11.22
46192023-11-28T03:00:44.233Z Fresh slog v2.7.0
46202023-11-28T03:00:44.233Z Fresh futures-executor v0.3.29
46212023-11-28T03:00:44.233Z Fresh hex v0.4.3
46222023-11-28T03:00:44.233Z Fresh time-core v0.1.1
46232023-11-28T03:00:44.233Z Fresh anstyle v1.0.2
46242023-11-28T03:00:44.233Z Fresh io-lifetimes v1.0.11
46252023-11-28T03:00:44.233Z Fresh synstructure v0.12.6
46262023-11-28T03:00:44.233Z Fresh pest_meta v2.7.2
46272023-11-28T03:00:44.233Z Fresh rustversion v1.0.14
46282023-11-28T03:00:44.233Z Fresh time-macros v0.2.13
46292023-11-28T03:00:44.233Z Fresh deranged v0.3.8
46302023-11-28T03:00:44.233Z Fresh num_threads v0.1.6
46312023-11-28T03:00:44.233Z Fresh num-integer v0.1.45
46322023-11-28T03:00:44.233Z Fresh rustix v0.37.23
46332023-11-28T03:00:44.233Z Fresh zerocopy-derive v0.2.0
46342023-11-28T03:00:44.233Z Fresh pest_generator v2.7.2
46352023-11-28T03:00:44.233Z Fresh time v0.3.27
46362023-11-28T03:00:44.233Z Fresh futures v0.3.29
46372023-11-28T03:00:44.233Z Fresh flate2 v1.0.28
46382023-11-28T03:00:44.233Z Fresh anstyle-parse v0.2.1
46392023-11-28T03:00:44.235Z Fresh itertools v0.10.5
46402023-11-28T03:00:44.235Z Fresh zerocopy-derive v0.6.4
46412023-11-28T03:00:44.235Z Fresh colorchoice v1.0.0
46422023-11-28T03:00:44.235Z Fresh anstyle-query v1.0.0
46432023-11-28T03:00:44.235Z Fresh unicode-segmentation v1.10.1
46442023-11-28T03:00:44.235Z Fresh siphasher v0.3.11
46452023-11-28T03:00:44.235Z Fresh anstream v0.5.0
46462023-11-28T03:00:44.235Z Fresh zerocopy v0.6.4
46472023-11-28T03:00:44.235Z Fresh terminal_size v0.2.6
46482023-11-28T03:00:44.235Z Fresh pest_derive v2.7.2
46492023-11-28T03:00:44.235Z Fresh zerocopy v0.3.0
46502023-11-28T03:00:44.235Z Fresh bit-vec v0.6.3
46512023-11-28T03:00:44.235Z Fresh clap_lex v0.5.1
46522023-11-28T03:00:44.235Z Fresh dtrace-parser v0.1.14
46532023-11-28T03:00:44.235Z Fresh dof v0.1.5
46542023-11-28T03:00:44.235Z Fresh toml v0.7.8
46552023-11-28T03:00:44.235Z Fresh toml_edit v0.21.0
46562023-11-28T03:00:44.235Z Fresh clap_derive v4.4.2
46572023-11-28T03:00:44.235Z Fresh clap_builder v4.4.2
46582023-11-28T03:00:44.242Z Fresh thread-id v4.2.0
46592023-11-28T03:00:44.243Z Fresh data-encoding v2.4.0
46602023-11-28T03:00:44.243Z Fresh strum_macros v0.25.2
46612023-11-28T03:00:44.243Z Fresh serde_tokenstream v0.1.7
46622023-11-28T03:00:44.243Z Fresh clap v4.4.3
46632023-11-28T03:00:44.243Z Fresh usdt-impl v0.3.5
46642023-11-28T03:00:44.243Z Fresh managed v0.8.0
46652023-11-28T03:00:44.243Z Fresh bit-set v0.5.3
46662023-11-28T03:00:44.243Z Fresh memoffset v0.9.0
46672023-11-28T03:00:44.244Z Fresh phf_shared v0.10.0
46682023-11-28T03:00:44.244Z Fresh sha2 v0.10.8
46692023-11-28T03:00:44.244Z Fresh ipnetwork v0.20.0
46702023-11-28T03:00:44.244Z Fresh new_debug_unreachable v1.0.4
46712023-11-28T03:00:44.244Z Fresh fixedbitset v0.4.2
46722023-11-28T03:00:44.244Z Fresh precomputed-hash v0.1.1
46732023-11-28T03:00:44.244Z Fresh crossbeam-epoch v0.9.15
46742023-11-28T03:00:44.244Z Fresh signal-hook v0.3.17
46752023-11-28T03:00:44.244Z Fresh string_cache v0.8.7
46762023-11-28T03:00:44.244Z Fresh petgraph v0.6.4
46772023-11-28T03:00:44.244Z Fresh usdt-macro v0.3.5
46782023-11-28T03:00:44.244Z Fresh num-iter v0.1.43
46792023-11-28T03:00:44.244Z Fresh usdt-attr-macro v0.3.5
46802023-11-28T03:00:44.244Z Fresh hmac v0.12.1
46812023-11-28T03:00:44.244Z Fresh usdt v0.3.5
46822023-11-28T03:00:44.244Z Fresh pin-project-internal v1.1.3
46832023-11-28T03:00:44.244Z Fresh matches v0.1.10
46842023-11-28T03:00:44.244Z Fresh lalrpop-util v0.19.12
46852023-11-28T03:00:44.244Z Fresh predicates-core v1.0.6
46862023-11-28T03:00:44.244Z Fresh regex-automata v0.1.10
46872023-11-28T03:00:44.244Z Fresh idna v0.2.3
46882023-11-28T03:00:44.244Z Fresh pin-project v1.1.3
46892023-11-28T03:00:44.244Z Fresh bzip2-sys v0.1.11+1.0.8
46902023-11-28T03:00:44.244Z Fresh bstr v0.2.17
46912023-11-28T03:00:44.244Z Fresh doc-comment v0.3.3
46922023-11-28T03:00:44.244Z Fresh signal-hook-mio v0.2.3
46932023-11-28T03:00:44.244Z Fresh itertools v0.11.0
46942023-11-28T03:00:44.244Z Fresh signature v2.1.0
46952023-11-28T03:00:44.245Z Fresh block-padding v0.3.3
46962023-11-28T03:00:44.245Z Fresh hash32 v0.2.1
46972023-11-28T03:00:44.245Z Fresh enum-as-inner v0.5.1
46982023-11-28T03:00:44.245Z Fresh float-cmp v0.9.0
46992023-11-28T03:00:44.245Z Fresh scheduled-thread-pool v0.2.7
47002023-11-28T03:00:44.245Z Fresh diesel_table_macro_syntax v0.1.0
47012023-11-28T03:00:44.245Z Fresh difflib v0.4.0
47022023-11-28T03:00:44.245Z Fresh stable_deref_trait v1.2.0
47032023-11-28T03:00:44.245Z Fresh normalize-line-endings v0.3.0
47042023-11-28T03:00:44.245Z Fresh regex-automata v0.3.8
47052023-11-28T03:00:44.246Z Fresh diesel_derives v2.1.1
47062023-11-28T03:00:44.246Z Fresh heapless v0.7.16
47072023-11-28T03:00:44.246Z Fresh trust-dns-proto v0.22.0
47082023-11-28T03:00:44.246Z Fresh r2d2 v0.8.10
47092023-11-28T03:00:44.246Z Fresh crossterm v0.27.0
47102023-11-28T03:00:44.246Z Fresh bstr v1.6.0
47112023-11-28T03:00:44.246Z Fresh bzip2 v0.4.4
47122023-11-28T03:00:44.246Z Fresh inout v0.1.3
47132023-11-28T03:00:44.246Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
47142023-11-28T03:00:44.246Z Fresh console v0.15.7
47152023-11-28T03:00:44.246Z Fresh md-5 v0.10.5
47162023-11-28T03:00:44.246Z Fresh stringprep v0.1.3
47172023-11-28T03:00:44.246Z Fresh snafu-derive v0.7.5
47182023-11-28T03:00:44.246Z Fresh hubpack_derive v0.1.1
47192023-11-28T03:00:44.246Z Fresh fallible-iterator v0.2.0
47202023-11-28T03:00:44.246Z Fresh static_assertions v1.1.0
47212023-11-28T03:00:44.246Z Fresh smoltcp v0.9.1
47222023-11-28T03:00:44.246Z Fresh diesel v2.1.4
47232023-11-28T03:00:44.246Z Fresh zip v0.6.6
47242023-11-28T03:00:44.246Z Fresh cipher v0.4.4
47252023-11-28T03:00:44.246Z Fresh snafu v0.7.5
47262023-11-28T03:00:44.246Z Fresh postgres-protocol v0.6.6
47272023-11-28T03:00:44.246Z Fresh hubpack v0.1.2
47282023-11-28T03:00:44.246Z Fresh num-bigint v0.4.4
47292023-11-28T03:00:44.246Z Fresh similar v2.2.1
47302023-11-28T03:00:44.246Z Fresh phf_shared v0.11.2
47312023-11-28T03:00:44.246Z Fresh serde_repr v0.1.16
47322023-11-28T03:00:44.246Z Fresh predicates v3.0.4
47332023-11-28T03:00:44.246Z Fresh phf v0.11.2
47342023-11-28T03:00:44.246Z Fresh yasna v0.5.2
47352023-11-28T03:00:44.246Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
47362023-11-28T03:00:44.246Z Fresh postgres-types v0.2.6
47372023-11-28T03:00:44.246Z Fresh whoami v1.4.1
47382023-11-28T03:00:44.246Z Fresh tokio-stream v0.1.14
47392023-11-28T03:00:44.246Z Fresh serde_tokenstream v0.2.0
47402023-11-28T03:00:44.246Z Fresh regress v0.7.1
47412023-11-28T03:00:44.246Z Fresh tokio-postgres v0.7.10
47422023-11-28T03:00:44.246Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
47432023-11-28T03:00:44.246Z Fresh getopts v0.2.21
47442023-11-28T03:00:44.246Z Fresh unsafe-libyaml v0.2.9
47452023-11-28T03:00:44.246Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
47462023-11-28T03:00:44.246Z Fresh fastrand v2.0.0
47472023-11-28T03:00:44.246Z Fresh ident_case v1.0.1
47482023-11-28T03:00:44.246Z Fresh dirs-sys-next v0.1.2
47492023-11-28T03:00:44.248Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
47502023-11-28T03:00:44.248Z Fresh serde_yaml v0.9.25
47512023-11-28T03:00:44.248Z Fresh tempfile v3.8.0
47522023-11-28T03:00:44.248Z Fresh dirs-next v2.0.0
47532023-11-28T03:00:44.248Z Fresh toml v0.8.8
47542023-11-28T03:00:44.248Z Fresh match_cfg v0.1.0
47552023-11-28T03:00:44.248Z Fresh atty v0.2.14
47562023-11-28T03:00:44.248Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
47572023-11-28T03:00:44.248Z Fresh term v0.7.0
47582023-11-28T03:00:44.255Z Fresh hostname v0.3.1
47592023-11-28T03:00:44.255Z Fresh quick-error v1.2.3
47602023-11-28T03:00:44.255Z Fresh darling_core v0.20.3
47612023-11-28T03:00:44.255Z Fresh sha1 v0.10.6
47622023-11-28T03:00:44.255Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47632023-11-28T03:00:44.255Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
47642023-11-28T03:00:44.256Z Fresh darling_macro v0.20.3
47652023-11-28T03:00:44.256Z Fresh crossbeam-channel v0.5.8
47662023-11-28T03:00:44.256Z Fresh thread_local v1.1.7
47672023-11-28T03:00:44.256Z Fresh instant v0.1.12
47682023-11-28T03:00:44.256Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
47692023-11-28T03:00:44.256Z Fresh paste v1.0.14
47702023-11-28T03:00:44.256Z Fresh darling v0.20.3
47712023-11-28T03:00:44.256Z Fresh strum v0.25.0
47722023-11-28T03:00:44.256Z Fresh take_mut v0.2.2
47732023-11-28T03:00:44.256Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
47742023-11-28T03:00:44.256Z Fresh camino v1.1.6
47752023-11-28T03:00:44.257Z Fresh serde_with_macros v2.3.3
47762023-11-28T03:00:44.257Z Fresh slog-term v2.9.0
47772023-11-28T03:00:44.257Z Fresh slog-json v2.6.1
47782023-11-28T03:00:44.257Z Fresh structmeta-derive v0.2.0
47792023-11-28T03:00:44.257Z Fresh slog-async v2.8.0
47802023-11-28T03:00:44.257Z Fresh async-stream-impl v0.3.5
47812023-11-28T03:00:44.257Z Fresh wait-timeout v0.2.0
47822023-11-28T03:00:44.257Z Fresh debug-ignore v1.0.5
47832023-11-28T03:00:44.257Z Fresh atomic-waker v1.1.1
47842023-11-28T03:00:44.257Z Fresh serde_with v2.3.3
47852023-11-28T03:00:44.257Z Fresh structmeta v0.2.0
47862023-11-28T03:00:44.257Z Fresh waitgroup v0.1.2
47872023-11-28T03:00:44.257Z Fresh async-stream v0.3.5
47882023-11-28T03:00:44.257Z Fresh multer v2.1.0
47892023-11-28T03:00:44.257Z Fresh slog-bunyan v2.4.0
47902023-11-28T03:00:44.257Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
47912023-11-28T03:00:44.257Z Fresh serde_path_to_error v0.1.14
47922023-11-28T03:00:44.257Z Fresh rusty-fork v0.3.0
47932023-11-28T03:00:44.257Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
47942023-11-28T03:00:44.257Z Fresh rand_xorshift v0.3.0
47952023-11-28T03:00:44.257Z Fresh unarray v0.1.4
47962023-11-28T03:00:44.257Z Fresh regex-syntax v0.7.5
47972023-11-28T03:00:44.257Z Fresh backoff v0.4.0
47982023-11-28T03:00:44.258Z Fresh test-strategy v0.3.1
47992023-11-28T03:00:44.258Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48002023-11-28T03:00:44.258Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
48012023-11-28T03:00:44.258Z Fresh parse-display-derive v0.8.2
48022023-11-28T03:00:44.258Z Fresh proptest v1.4.0
48032023-11-28T03:00:44.258Z Fresh macaddr v1.0.1
48042023-11-28T03:00:44.258Z Fresh is-terminal v0.4.9
48052023-11-28T03:00:44.258Z Fresh proc-macro-crate v1.3.1
48062023-11-28T03:00:44.258Z Fresh parse-display v0.8.2
48072023-11-28T03:00:44.258Z Fresh num_enum_derive v0.5.11
48082023-11-28T03:00:44.258Z Fresh postcard-cobs v0.1.5-pre
48092023-11-28T03:00:44.258Z Fresh proc-macro-error-attr v1.0.4
48102023-11-28T03:00:44.258Z Fresh num_enum v0.5.11
48112023-11-28T03:00:44.258Z Fresh postcard v0.7.3
48122023-11-28T03:00:44.258Z Fresh smoltcp v0.8.2
48132023-11-28T03:00:44.258Z Fresh foreign-types-macros v0.2.3
48142023-11-28T03:00:44.258Z Fresh proc-macro-error v1.0.4
48152023-11-28T03:00:44.258Z Fresh termtree v0.4.1
48162023-11-28T03:00:44.258Z Fresh foreign-types-shared v0.3.1
48172023-11-28T03:00:44.258Z Fresh cfg-if v0.1.10
48182023-11-28T03:00:44.258Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48192023-11-28T03:00:44.258Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
48202023-11-28T03:00:44.258Z Fresh foreign-types v0.5.0
48212023-11-28T03:00:44.259Z Fresh predicates-tree v1.0.9
48222023-11-28T03:00:44.259Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48232023-11-28T03:00:44.259Z Fresh crucible-workspace-hack v0.1.0
48242023-11-28T03:00:44.259Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
48252023-11-28T03:00:44.259Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48262023-11-28T03:00:44.262Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
48272023-11-28T03:00:44.262Z Fresh cstr-argument v0.1.2
48282023-11-28T03:00:44.262Z Fresh pretty-hex v0.2.1
48292023-11-28T03:00:44.262Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48302023-11-28T03:00:44.262Z Fresh colored v2.0.4
48312023-11-28T03:00:44.262Z Fresh base64ct v1.6.0
48322023-11-28T03:00:44.262Z Fresh zone_cfg_derive v0.3.0
48332023-11-28T03:00:44.262Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
48342023-11-28T03:00:44.262Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
48352023-11-28T03:00:44.262Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
48362023-11-28T03:00:44.262Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48372023-11-28T03:00:44.262Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
48382023-11-28T03:00:44.262Z Fresh predicates v2.1.5
48392023-11-28T03:00:44.262Z Fresh num-derive v0.4.0
48402023-11-28T03:00:44.262Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
48412023-11-28T03:00:44.265Z Fresh mockall_derive v0.11.4
48422023-11-28T03:00:44.265Z Fresh downcast v0.11.0
48432023-11-28T03:00:44.265Z Fresh fragile v2.0.0
48442023-11-28T03:00:44.265Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
48452023-11-28T03:00:44.266Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
48462023-11-28T03:00:44.266Z Fresh zone v0.3.0
48472023-11-28T03:00:44.266Z Fresh smf v0.2.2
48482023-11-28T03:00:44.267Z Fresh mockall v0.11.4
48492023-11-28T03:00:44.267Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
48502023-11-28T03:00:44.268Z Fresh xattr v1.0.1
48512023-11-28T03:00:44.268Z Fresh filetime v0.2.22
48522023-11-28T03:00:44.268Z Fresh same-file v1.0.6
48532023-11-28T03:00:44.268Z Fresh heck v0.3.3
48542023-11-28T03:00:44.268Z Fresh textwrap v0.11.0
48552023-11-28T03:00:44.268Z Fresh vec_map v0.8.2
48562023-11-28T03:00:44.268Z Fresh tar v0.4.40
48572023-11-28T03:00:44.268Z Fresh walkdir v2.4.0
48582023-11-28T03:00:44.276Z Fresh strsim v0.8.0
48592023-11-28T03:00:44.276Z Fresh ansi_term v0.12.1
48602023-11-28T03:00:44.276Z Fresh structopt-derive v0.4.18
48612023-11-28T03:00:44.276Z Fresh pem v3.0.2
48622023-11-28T03:00:44.276Z Fresh clap v2.34.0
48632023-11-28T03:00:44.276Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
48642023-11-28T03:00:44.276Z Fresh camino-tempfile v1.0.2
48652023-11-28T03:00:44.276Z Fresh password-hash v0.5.0
48662023-11-28T03:00:44.276Z Fresh blake2 v0.10.6
48672023-11-28T03:00:44.276Z Fresh toml v0.5.11
48682023-11-28T03:00:44.276Z Fresh structopt v0.3.26
48692023-11-28T03:00:44.276Z Fresh libefi-sys v0.1.0
48702023-11-28T03:00:44.276Z Fresh argon2 v0.5.2
48712023-11-28T03:00:44.276Z Fresh glob v0.3.1
48722023-11-28T03:00:44.276Z Fresh pem-rfc7468 v0.7.0
48732023-11-28T03:00:44.276Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48742023-11-28T03:00:44.276Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
48752023-11-28T03:00:44.277Z Fresh headers-core v0.2.0
48762023-11-28T03:00:44.277Z Fresh der_derive v0.7.2
48772023-11-28T03:00:44.277Z Fresh ciborium-io v0.2.1
48782023-11-28T03:00:44.277Z Fresh flagset v0.4.3
48792023-11-28T03:00:44.277Z Fresh convert_case v0.4.0
48802023-11-28T03:00:44.277Z Fresh half v1.8.2
48812023-11-28T03:00:44.277Z Fresh headers v0.3.9
48822023-11-28T03:00:44.277Z Fresh der v0.7.8
48832023-11-28T03:00:44.277Z Fresh cancel-safe-futures v0.1.5
48842023-11-28T03:00:44.277Z Fresh semver-parser v0.10.2
48852023-11-28T03:00:44.277Z Fresh derive_more v0.99.17
48862023-11-28T03:00:44.277Z Fresh ciborium-ll v0.2.1
48872023-11-28T03:00:44.277Z Fresh linked-hash-map v0.5.6
48882023-11-28T03:00:44.277Z Fresh termcolor v1.2.0
48892023-11-28T03:00:44.277Z Fresh spki v0.7.2
48902023-11-28T03:00:44.277Z Fresh semver v0.11.0
48912023-11-28T03:00:44.277Z Fresh home v0.5.5
48922023-11-28T03:00:44.277Z Fresh ciborium v0.2.1
48932023-11-28T03:00:44.277Z Fresh lru-cache v0.1.2
48942023-11-28T03:00:44.277Z Fresh base64 v0.13.1
48952023-11-28T03:00:44.277Z Fresh tap v1.0.1
48962023-11-28T03:00:44.277Z Fresh radium v0.7.0
48972023-11-28T03:00:44.277Z Fresh toolchain_find v0.2.0
48982023-11-28T03:00:44.277Z Fresh rcgen v0.11.3
48992023-11-28T03:00:44.277Z Fresh wyz v0.5.1
49002023-11-28T03:00:44.277Z Fresh pem v1.1.1
49012023-11-28T03:00:44.277Z Fresh omicron-zone-package v0.9.1
49022023-11-28T03:00:44.277Z Fresh atomicwrites v0.4.2
49032023-11-28T03:00:44.279Z Fresh subprocess v0.2.9
49042023-11-28T03:00:44.279Z Fresh crc-catalog v2.2.0
49052023-11-28T03:00:44.279Z Fresh funty v2.0.0
49062023-11-28T03:00:44.279Z Fresh maybe-uninit v2.0.0
49072023-11-28T03:00:44.279Z Fresh crc v3.0.1
49082023-11-28T03:00:44.279Z Fresh rustfmt-wrapper v0.2.0
49092023-11-28T03:00:44.280Z Fresh pkcs8 v0.10.2
49102023-11-28T03:00:44.280Z Fresh bitvec v1.0.1
49112023-11-28T03:00:44.280Z Fresh packed_struct_codegen v0.10.1
49122023-11-28T03:00:44.280Z Fresh nodrop v0.1.14
49132023-11-28T03:00:44.280Z Fresh smallvec v0.6.14
49142023-11-28T03:00:44.280Z Fresh num-bigint-dig v0.8.4
49152023-11-28T03:00:44.280Z Fresh array-init v0.0.4
49162023-11-28T03:00:44.280Z Fresh packed_struct v0.10.1
49172023-11-28T03:00:44.280Z Fresh pkcs1 v0.7.5
49182023-11-28T03:00:44.280Z Fresh hkdf v0.12.3
49192023-11-28T03:00:44.280Z Fresh swrite v0.1.0
49202023-11-28T03:00:44.280Z Fresh bitfield v0.14.0
49212023-11-28T03:00:44.280Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
49222023-11-28T03:00:44.280Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
49232023-11-28T03:00:44.280Z Fresh slog-dtrace v0.2.3
49242023-11-28T03:00:44.280Z Fresh rsa v0.9.2
49252023-11-28T03:00:44.280Z Fresh serde-hex v0.1.0
49262023-11-28T03:00:44.280Z Fresh env_logger v0.10.0
49272023-11-28T03:00:44.280Z Fresh x509-cert v0.2.4
49282023-11-28T03:00:44.280Z Fresh ron v0.8.1
49292023-11-28T03:00:44.280Z Fresh keccak v0.1.4
49302023-11-28T03:00:44.280Z Fresh crc-any v2.4.3
49312023-11-28T03:00:44.284Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
49322023-11-28T03:00:44.285Z Fresh sha3 v0.10.8
49332023-11-28T03:00:44.285Z Fresh object v0.30.4
49342023-11-28T03:00:44.285Z Fresh libsw v3.3.0
49352023-11-28T03:00:44.285Z Fresh secrecy v0.8.0
49362023-11-28T03:00:44.285Z Fresh derive-where v1.2.5
49372023-11-28T03:00:44.286Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
49382023-11-28T03:00:44.286Z Fresh path-slash v0.1.5
49392023-11-28T03:00:44.286Z Fresh owo-colors v3.5.0
49402023-11-28T03:00:44.286Z Fresh arc-swap v1.6.0
49412023-11-28T03:00:44.286Z Fresh linear-map v1.2.0
49422023-11-28T03:00:44.286Z Fresh semver v0.1.20
49432023-11-28T03:00:44.286Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
49442023-11-28T03:00:44.287Z Fresh slog-scope v4.4.0
49452023-11-28T03:00:44.287Z Fresh rustc_version v0.1.7
49462023-11-28T03:00:44.287Z Fresh itertools v0.12.0
49472023-11-28T03:00:44.287Z Fresh fxhash v0.2.1
49482023-11-28T03:00:44.287Z Fresh num-complex v0.4.4
49492023-11-28T03:00:44.287Z Fresh slog-stdlog v4.1.1
49502023-11-28T03:00:44.287Z Fresh num-rational v0.4.1
49512023-11-28T03:00:44.287Z Fresh utf-8 v0.7.6
49522023-11-28T03:00:44.287Z Fresh resolv-conf v0.7.0
49532023-11-28T03:00:44.287Z Fresh newline-converter v0.3.0
49542023-11-28T03:00:44.287Z Fresh num v0.4.1
49552023-11-28T03:00:44.287Z Fresh tungstenite v0.20.1
49562023-11-28T03:00:44.287Z Fresh slog-envlogger v2.2.0
49572023-11-28T03:00:44.287Z Fresh trust-dns-resolver v0.22.0
49582023-11-28T03:00:44.293Z Fresh expectorate v1.1.0
49592023-11-28T03:00:44.293Z Fresh tokio-tungstenite v0.20.1
49602023-11-28T03:00:44.293Z Fresh buf-list v1.0.3
49612023-11-28T03:00:44.293Z Fresh newtype_derive v0.1.6
49622023-11-28T03:00:44.293Z Fresh steno v0.4.0
49632023-11-28T03:00:44.293Z Fresh crossbeam-deque v0.8.3
49642023-11-28T03:00:44.293Z Fresh signature v1.6.4
49652023-11-28T03:00:44.293Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
49662023-11-28T03:00:44.293Z Fresh ed25519 v1.5.3
49672023-11-28T03:00:44.293Z Fresh rayon-core v1.12.0
49682023-11-28T03:00:44.293Z Fresh memoffset v0.7.1
49692023-11-28T03:00:44.293Z Fresh display-error-chain v0.2.0
49702023-11-28T03:00:44.293Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
49712023-11-28T03:00:44.293Z Fresh salty v0.2.0
49722023-11-28T03:00:44.293Z Fresh rayon v1.8.0
49732023-11-28T03:00:44.293Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
49742023-11-28T03:00:44.293Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49752023-11-28T03:00:44.293Z Fresh serde-big-array v0.5.1
49762023-11-28T03:00:44.293Z Fresh serde-big-array v0.4.1
49772023-11-28T03:00:44.293Z Fresh diff v0.1.13
49782023-11-28T03:00:44.293Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
49792023-11-28T03:00:44.293Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
49802023-11-28T03:00:44.293Z Fresh crunchy v0.2.2
49812023-11-28T03:00:44.293Z Fresh platforms v3.0.2
49822023-11-28T03:00:44.294Z Fresh darling_core v0.14.4
49832023-11-28T03:00:44.294Z Fresh globset v0.4.13
49842023-11-28T03:00:44.294Z Fresh signal-hook-tokio v0.3.1
49852023-11-28T03:00:44.294Z Fresh olpc-cjson v0.1.3
49862023-11-28T03:00:44.294Z Fresh serde_plain v1.0.2
49872023-11-28T03:00:44.294Z Fresh async-recursion v1.0.5
49882023-11-28T03:00:44.294Z Fresh nibble_vec v0.1.0
49892023-11-28T03:00:44.294Z Fresh typed-path v0.6.0
49902023-11-28T03:00:44.294Z Fresh endian-type v0.1.2
49912023-11-28T03:00:44.294Z Fresh corncobs v0.1.3
49922023-11-28T03:00:44.294Z Fresh minimal-lexical v0.2.1
49932023-11-28T03:00:44.294Z Fresh tough v0.15.0
49942023-11-28T03:00:44.294Z Fresh radix_trie v0.2.1
49952023-11-28T03:00:44.294Z Fresh darling_macro v0.14.4
49962023-11-28T03:00:44.294Z Fresh nom v7.1.3
49972023-11-28T03:00:44.294Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
49982023-11-28T03:00:44.294Z Fresh tiny-keccak v2.0.2
49992023-11-28T03:00:44.294Z Fresh unicase v2.7.0
50002023-11-28T03:00:44.294Z Fresh parking_lot_core v0.8.6
50012023-11-28T03:00:44.294Z Fresh ascii-canvas v3.0.0
50022023-11-28T03:00:44.294Z Fresh ff v0.13.0
50032023-11-28T03:00:44.294Z Fresh ena v0.14.2
50042023-11-28T03:00:44.294Z Fresh libloading v0.7.4
50052023-11-28T03:00:44.294Z Fresh regex-syntax v0.6.29
50062023-11-28T03:00:44.294Z Fresh group v0.13.0
50072023-11-28T03:00:44.294Z Fresh clang-sys v1.6.1
50082023-11-28T03:00:44.294Z Fresh lalrpop v0.19.12
50092023-11-28T03:00:44.294Z Fresh cexpr v0.6.0
50102023-11-28T03:00:44.296Z Fresh parking_lot v0.11.2
50112023-11-28T03:00:44.296Z Fresh portable-atomic v1.4.3
50122023-11-28T03:00:44.296Z Fresh trust-dns-client v0.22.0
50132023-11-28T03:00:44.296Z Fresh darling v0.14.4
50142023-11-28T03:00:44.296Z Fresh prettyplease v0.2.12
50152023-11-28T03:00:44.296Z Fresh which v4.4.0
50162023-11-28T03:00:44.296Z Fresh universal-hash v0.5.1
50172023-11-28T03:00:44.296Z Fresh crypto-bigint v0.5.2
50182023-11-28T03:00:44.296Z Fresh openapiv3 v1.0.3
50192023-11-28T03:00:44.296Z Fresh curve25519-dalek-derive v0.1.0
50202023-11-28T03:00:44.296Z Fresh thiserror-impl-no-std v2.0.2
50212023-11-28T03:00:44.296Z Fresh number_prefix v0.4.0
50222023-11-28T03:00:44.296Z Fresh peeking_take_while v0.1.2
50232023-11-28T03:00:44.296Z Fresh opaque-debug v0.3.0
50242023-11-28T03:00:44.296Z Fresh lazycell v1.3.0
50252023-11-28T03:00:44.296Z Fresh base16ct v0.2.0
50262023-11-28T03:00:44.296Z Fresh shlex v1.1.0
50272023-11-28T03:00:44.296Z Fresh rustc-hash v1.1.0
50282023-11-28T03:00:44.296Z Fresh thiserror-no-std v2.0.2
50292023-11-28T03:00:44.296Z Fresh bindgen v0.65.1
50302023-11-28T03:00:44.296Z Fresh elliptic-curve v0.13.5
50312023-11-28T03:00:44.296Z Fresh poly1305 v0.8.0
50322023-11-28T03:00:44.296Z Fresh indicatif v0.17.7
50332023-11-28T03:00:44.299Z Fresh curve25519-dalek v4.1.0
50342023-11-28T03:00:44.299Z Fresh trust-dns-server v0.22.1
50352023-11-28T03:00:44.299Z Fresh sled v0.34.7
50362023-11-28T03:00:44.299Z Fresh derive_builder_core v0.12.0
50372023-11-28T03:00:44.299Z Fresh fs-err v2.11.0
50382023-11-28T03:00:44.300Z Fresh chacha20 v0.9.1
50392023-11-28T03:00:44.300Z Fresh aead v0.5.2
50402023-11-28T03:00:44.300Z Fresh bcs v0.1.6
50412023-11-28T03:00:44.300Z Fresh kstat-rs v0.2.3
50422023-11-28T03:00:44.300Z Fresh bytesize v1.3.0
50432023-11-28T03:00:44.300Z Fresh ref-cast-impl v1.0.20
50442023-11-28T03:00:44.300Z Fresh highway v1.1.0
50452023-11-28T03:00:44.300Z Fresh pretty-hex v0.3.0
50462023-11-28T03:00:44.300Z Fresh chacha20poly1305 v0.10.1
50472023-11-28T03:00:44.300Z Fresh ref-cast v1.0.20
50482023-11-28T03:00:44.300Z Fresh derive_builder_macro v0.12.0
50492023-11-28T03:00:44.300Z Fresh mime_guess v2.0.4
50502023-11-28T03:00:44.300Z Fresh vsss-rs v3.3.1
50512023-11-28T03:00:44.300Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
50522023-11-28T03:00:44.300Z Fresh strum_macros v0.24.3
50532023-11-28T03:00:44.300Z Fresh humantime v2.1.0
50542023-11-28T03:00:44.300Z Fresh indoc v2.0.3
50552023-11-28T03:00:44.300Z Fresh cassowary v0.3.0
50562023-11-28T03:00:44.300Z Fresh maplit v1.0.2
50572023-11-28T03:00:44.300Z Fresh indoc v1.0.9
50582023-11-28T03:00:44.305Z Fresh is_ci v1.1.1
50592023-11-28T03:00:44.305Z Fresh ratatui v0.23.0
50602023-11-28T03:00:44.305Z Fresh supports-color v2.1.0
50612023-11-28T03:00:44.305Z Fresh polar-core v0.27.0
50622023-11-28T03:00:44.305Z Fresh derive_builder v0.12.0
50632023-11-28T03:00:44.305Z Fresh libxml v0.3.3
50642023-11-28T03:00:44.305Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
50652023-11-28T03:00:44.308Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
50662023-11-28T03:00:44.308Z Fresh bb8 v0.8.1
50672023-11-28T03:00:44.308Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
50682023-11-28T03:00:44.308Z Fresh quick-xml v0.23.1
50692023-11-28T03:00:44.308Z Fresh oso-derive v0.27.0
50702023-11-28T03:00:44.308Z Fresh impl-trait-for-tuples v0.2.2
50712023-11-28T03:00:44.308Z Fresh rtoolbox v0.0.1
50722023-11-28T03:00:44.308Z Fresh smawk v0.3.1
50732023-11-28T03:00:44.308Z Fresh assert_matches v1.5.0
50742023-11-28T03:00:44.308Z Fresh http-range v0.1.5
50752023-11-28T03:00:44.308Z Fresh unicode-linebreak v0.1.5
50762023-11-28T03:00:44.308Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
50772023-11-28T03:00:44.308Z Fresh hyper-staticfile v0.9.5
50782023-11-28T03:00:44.308Z Fresh rpassword v7.3.1
50792023-11-28T03:00:44.309Z Fresh textwrap v0.16.0
50802023-11-28T03:00:44.309Z Fresh oso v0.27.0
50812023-11-28T03:00:44.309Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
50822023-11-28T03:00:44.309Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
50832023-11-28T03:00:44.309Z Fresh tui-tree-widget v0.13.0
50842023-11-28T03:00:44.309Z Fresh cookie v0.18.0
50852023-11-28T03:00:44.309Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
50862023-11-28T03:00:44.309Z Fresh vte_generate_state_changes v0.1.1
50872023-11-28T03:00:44.309Z Fresh shell-words v1.1.0
50882023-11-28T03:00:44.310Z Fresh plotters-backend v0.3.5
50892023-11-28T03:00:44.310Z Fresh vte v0.11.1
50902023-11-28T03:00:44.310Z Fresh plotters-svg v0.3.5
50912023-11-28T03:00:44.310Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50922023-11-28T03:00:44.310Z Fresh cast v0.3.0
50932023-11-28T03:00:44.310Z Fresh plotters v0.3.5
50942023-11-28T03:00:44.310Z Fresh strip-ansi-escapes v0.2.0
50952023-11-28T03:00:44.310Z Fresh fd-lock v3.0.13
50962023-11-28T03:00:44.310Z Fresh dashmap v5.5.1
50972023-11-28T03:00:44.310Z Fresh criterion-plot v0.5.0
50982023-11-28T03:00:44.310Z Fresh tinytemplate v1.2.1
50992023-11-28T03:00:44.310Z Fresh threadpool v1.8.1
51002023-11-28T03:00:44.310Z Fresh nanorand v0.7.0
51012023-11-28T03:00:44.310Z Fresh serial_test_derive v0.10.0
51022023-11-28T03:00:44.310Z Fresh anes v0.1.6
51032023-11-28T03:00:44.310Z Fresh oorandom v11.1.3
51042023-11-28T03:00:44.310Z Fresh constant_time_eq v0.2.6
51052023-11-28T03:00:44.310Z Fresh relative-path v1.9.0
51062023-11-28T03:00:44.311Z Fresh arrayref v0.3.7
51072023-11-28T03:00:44.311Z Fresh yansi v0.5.1
51082023-11-28T03:00:44.311Z Fresh nu-ansi-term v0.49.0
51092023-11-28T03:00:44.311Z Fresh arrayvec v0.7.4
51102023-11-28T03:00:44.311Z Fresh flume v0.11.0
51112023-11-28T03:00:44.311Z Fresh criterion v0.5.1
51122023-11-28T03:00:44.311Z Fresh pretty_assertions v1.4.0
51132023-11-28T03:00:44.311Z Fresh reedline v0.26.0
51142023-11-28T03:00:44.311Z Fresh blake2b_simd v1.0.1
51152023-11-28T03:00:44.311Z Fresh rstest_macros v0.18.2
51162023-11-28T03:00:44.311Z Fresh libtest-mimic v0.6.1
51172023-11-28T03:00:44.311Z Fresh serial_test v0.10.0
51182023-11-28T03:00:44.312Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51192023-11-28T03:00:44.312Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
51202023-11-28T03:00:44.312Z Fresh assert_cmd v2.0.12
51212023-11-28T03:00:44.312Z Fresh fatfs v0.3.6
51222023-11-28T03:00:44.312Z Fresh basic-toml v0.1.4
51232023-11-28T03:00:44.312Z Fresh rand v0.4.6
51242023-11-28T03:00:44.312Z Fresh constant_time_eq v0.3.0
51252023-11-28T03:00:44.312Z Fresh remove_dir_all v0.5.3
51262023-11-28T03:00:44.312Z Fresh futures-timer v3.0.2
51272023-11-28T03:00:44.312Z Fresh topological-sort v0.2.2
51282023-11-28T03:00:44.312Z Fresh trybuild v1.0.85
51292023-11-28T03:00:44.312Z Fresh datatest-stable v0.2.3
51302023-11-28T03:00:44.312Z Fresh tempdir v0.3.7
51312023-11-28T03:00:44.312Z Fresh rstest v0.18.2
51322023-11-28T03:00:44.312Z Fresh rust-argon2 v1.0.1
51332023-11-28T03:00:44.312Z Fresh partial-io v0.5.4
51342023-11-28T03:00:44.312Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
51352023-11-28T03:00:44.312Z Fresh httptest v0.15.5
51362023-11-28T03:00:44.312Z Fresh similar-asserts v1.5.0
51372023-11-28T03:00:44.312Z Fresh approx v0.5.1
51382023-11-28T03:00:44.312Z Fresh hex-literal v0.4.1
51392023-11-28T03:00:44.312Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51402023-11-28T03:00:44.312Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51412023-11-28T03:00:44.312Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51422023-11-28T03:00:44.315Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51432023-11-28T03:00:44.315Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51442023-11-28T03:00:44.315Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51452023-11-28T03:00:44.315Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51462023-11-28T03:00:44.315Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51472023-11-28T03:00:44.315Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
51482023-11-28T03:00:44.315Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51492023-11-28T03:00:44.315Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51502023-11-28T03:00:44.315Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51512023-11-28T03:00:44.315Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51522023-11-28T03:00:44.315Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51532023-11-28T03:00:44.315Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
51542023-11-28T03:00:44.315Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
51552023-11-28T03:00:44.315Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51562023-11-28T03:00:44.315Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
51572023-11-28T03:00:44.315Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
51582023-11-28T03:00:44.323Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
51592023-11-28T03:00:44.323Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51602023-11-28T03:00:44.323Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51612023-11-28T03:00:44.323Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
51622023-11-28T03:00:44.323Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51632023-11-28T03:00:44.326Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
51642023-11-28T03:00:44.326Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
51652023-11-28T03:00:44.326Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51662023-11-28T03:00:44.326Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
51672023-11-28T03:00:44.326Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
51682023-11-28T03:00:44.326Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51692023-11-28T03:00:44.326Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51702023-11-28T03:00:44.326Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
51712023-11-28T03:00:44.326Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51722023-11-28T03:00:44.326Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51732023-11-28T03:00:44.326Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
51742023-11-28T03:00:44.326Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51752023-11-28T03:00:44.326Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
51762023-11-28T03:00:44.326Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51772023-11-28T03:00:44.326Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51782023-11-28T03:00:44.326Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
51792023-11-28T03:00:44.326Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51802023-11-28T03:00:44.326Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51812023-11-28T03:00:44.326Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51822023-11-28T03:00:44.326Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
51832023-11-28T03:00:44.327Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51842023-11-28T03:00:44.327Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51852023-11-28T03:00:44.327Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51862023-11-28T03:00:44.327Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51872023-11-28T03:00:44.327Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51882023-11-28T03:00:44.327Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
51892023-11-28T03:00:44.327Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
51902023-11-28T03:00:44.327Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
51912023-11-28T03:00:44.327Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
51922023-11-28T03:00:44.327Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
51932023-11-28T03:00:44.327Z Finished test [unoptimized + debuginfo] target(s) in 1.40s
51942023-11-28T03:00:44.327Z Doc-tests authz-macros
51952023-11-28T03:00:44.327Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-81d60f019e818773.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
51962023-11-28T03:00:44.527Z
51972023-11-28T03:00:44.527Zrunning 5 tests
51982023-11-28T03:00:44.530Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
51992023-11-28T03:00:44.530Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
52002023-11-28T03:00:44.530Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
52012023-11-28T03:00:44.530Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
52022023-11-28T03:00:44.530Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
52032023-11-28T03:00:44.530Z
52042023-11-28T03:00:44.533Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
52052023-11-28T03:00:44.533Z
52062023-11-28T03:00:44.546Z Doc-tests bootstore
52072023-11-28T03:00:44.549Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-f7b68f1c18c08ae5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2e5d2874d4f7b20c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
52082023-11-28T03:00:45.669Z
52092023-11-28T03:00:45.669Zrunning 0 tests
52102023-11-28T03:00:45.669Z
52112023-11-28T03:00:45.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52122023-11-28T03:00:45.669Z
52132023-11-28T03:00:45.709Z Doc-tests bootstrap-agent-client
52142023-11-28T03:00:45.718Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52152023-11-28T03:00:46.678Z
52162023-11-28T03:00:46.678Zrunning 0 tests
52172023-11-28T03:00:46.678Z
52182023-11-28T03:00:46.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52192023-11-28T03:00:46.678Z
52202023-11-28T03:00:46.712Z Doc-tests db-macros
52212023-11-28T03:00:46.715Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6c6e83154039dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
52222023-11-28T03:00:47.136Z
52232023-11-28T03:00:47.136Zrunning 3 tests
52242023-11-28T03:00:47.140Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
52252023-11-28T03:00:47.140Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
52262023-11-28T03:00:47.140Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
52272023-11-28T03:00:47.140Z
52282023-11-28T03:00:47.140Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
52292023-11-28T03:00:47.140Z
52302023-11-28T03:00:47.155Z Doc-tests ddm-admin-client
52312023-11-28T03:00:47.158Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -C embed-bitcode=no -D warnings --error-format human`
52322023-11-28T03:00:47.601Z
52332023-11-28T03:00:47.601Zrunning 0 tests
52342023-11-28T03:00:47.601Z
52352023-11-28T03:00:47.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52362023-11-28T03:00:47.601Z
52372023-11-28T03:00:47.627Z Doc-tests dns-server
52382023-11-28T03:00:47.631Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-71d1aaa846a22721.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2bd97ae2abd2d71b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-db528b3099cef0fc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-0d70a4e35574f176.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52392023-11-28T03:00:48.214Z
52402023-11-28T03:00:48.214Zrunning 0 tests
52412023-11-28T03:00:48.214Z
52422023-11-28T03:00:48.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52432023-11-28T03:00:48.214Z
52442023-11-28T03:00:48.240Z Doc-tests dns-service-client
52452023-11-28T03:00:48.243Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -C embed-bitcode=no -D warnings --error-format human`
52462023-11-28T03:00:48.566Z
52472023-11-28T03:00:48.566Zrunning 0 tests
52482023-11-28T03:00:48.566Z
52492023-11-28T03:00:48.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52502023-11-28T03:00:48.566Z
52512023-11-28T03:00:48.585Z Doc-tests dpd-client
52522023-11-28T03:00:48.588Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52532023-11-28T03:00:50.291Z
52542023-11-28T03:00:50.291Zrunning 0 tests
52552023-11-28T03:00:50.291Z
52562023-11-28T03:00:50.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52572023-11-28T03:00:50.291Z
52582023-11-28T03:00:50.339Z Doc-tests gateway-client
52592023-11-28T03:00:50.342Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52602023-11-28T03:00:51.674Z
52612023-11-28T03:00:51.674Zrunning 0 tests
52622023-11-28T03:00:51.674Z
52632023-11-28T03:00:51.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52642023-11-28T03:00:51.678Z
52652023-11-28T03:00:51.707Z Doc-tests gateway-test-utils
52662023-11-28T03:00:51.712Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52672023-11-28T03:00:52.364Z
52682023-11-28T03:00:52.364Zrunning 0 tests
52692023-11-28T03:00:52.364Z
52702023-11-28T03:00:52.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52712023-11-28T03:00:52.364Z
52722023-11-28T03:00:52.393Z Doc-tests illumos-utils
52732023-11-28T03:00:52.396Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c882cbd0c0bd2474.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cd521c60935d6ccb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
52742023-11-28T03:00:55.089Z
52752023-11-28T03:00:55.089Zrunning 0 tests
52762023-11-28T03:00:55.089Z
52772023-11-28T03:00:55.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52782023-11-28T03:00:55.089Z
52792023-11-28T03:00:55.153Z Doc-tests installinator
52802023-11-28T03:00:55.171Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fd982abecbd93e40.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52812023-11-28T03:00:56.017Z
52822023-11-28T03:00:56.017Zrunning 0 tests
52832023-11-28T03:00:56.017Z
52842023-11-28T03:00:56.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52852023-11-28T03:00:56.017Z
52862023-11-28T03:00:56.054Z Doc-tests installinator-artifact-client
52872023-11-28T03:00:56.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52882023-11-28T03:00:57.235Z
52892023-11-28T03:00:57.235Zrunning 0 tests
52902023-11-28T03:00:57.235Z
52912023-11-28T03:00:57.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52922023-11-28T03:00:57.235Z
52932023-11-28T03:00:57.274Z Doc-tests installinator-artifactd
52942023-11-28T03:00:57.277Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
52952023-11-28T03:00:57.671Z
52962023-11-28T03:00:57.671Zrunning 0 tests
52972023-11-28T03:00:57.671Z
52982023-11-28T03:00:57.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52992023-11-28T03:00:57.671Z
53002023-11-28T03:00:57.700Z Doc-tests installinator-common
53012023-11-28T03:00:57.705Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib -C embed-bitcode=no -D warnings --error-format human`
53022023-11-28T03:00:58.299Z
53032023-11-28T03:00:58.299Zrunning 0 tests
53042023-11-28T03:00:58.299Z
53052023-11-28T03:00:58.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53062023-11-28T03:00:58.299Z
53072023-11-28T03:00:58.329Z Doc-tests internal-dns
53082023-11-28T03:00:58.332Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53092023-11-28T03:00:58.730Z
53102023-11-28T03:00:58.730Zrunning 0 tests
53112023-11-28T03:00:58.730Z
53122023-11-28T03:00:58.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53132023-11-28T03:00:58.731Z
53142023-11-28T03:00:58.760Z Doc-tests ipcc-key-value
53152023-11-28T03:00:58.765Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53162023-11-28T03:00:59.094Z
53172023-11-28T03:00:59.094Zrunning 0 tests
53182023-11-28T03:00:59.094Z
53192023-11-28T03:00:59.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53202023-11-28T03:00:59.094Z
53212023-11-28T03:00:59.119Z Doc-tests key-manager
53222023-11-28T03:00:59.119Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef96900bc3270fd6.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ef75b87aa3153bd7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -C embed-bitcode=no -D warnings --error-format human`
53232023-11-28T03:00:59.440Z
53242023-11-28T03:00:59.440Zrunning 0 tests
53252023-11-28T03:00:59.440Z
53262023-11-28T03:00:59.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53272023-11-28T03:00:59.440Z
53282023-11-28T03:00:59.463Z Doc-tests mg-admin-client
53292023-11-28T03:00:59.463Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -C embed-bitcode=no -D warnings --error-format human`
53302023-11-28T03:00:59.978Z
53312023-11-28T03:00:59.979Zrunning 0 tests
53322023-11-28T03:00:59.979Z
53332023-11-28T03:00:59.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53342023-11-28T03:00:59.979Z
53352023-11-28T03:01:00.009Z Doc-tests nexus-client
53362023-11-28T03:01:00.013Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53372023-11-28T03:01:02.840Z
53382023-11-28T03:01:02.840Zrunning 0 tests
53392023-11-28T03:01:02.840Z
53402023-11-28T03:01:02.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53412023-11-28T03:01:02.840Z
53422023-11-28T03:01:02.900Z Doc-tests nexus-db-model
53432023-11-28T03:01:02.908Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
53442023-11-28T03:01:16.916Z
53452023-11-28T03:01:16.916Zrunning 2 tests
53462023-11-28T03:01:19.695Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
53472023-11-28T03:01:19.698Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
53482023-11-28T03:01:19.698Z
53492023-11-28T03:01:19.698Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.78s
53502023-11-28T03:01:19.699Z
53512023-11-28T03:01:19.900Z Doc-tests nexus-db-queries
53522023-11-28T03:01:19.915Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-81d60f019e818773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4f48691622570758.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-101484b3f03577ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a1db5770921818f9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
53532023-11-28T03:01:23.498Z
53542023-11-28T03:01:23.499Zrunning 1 test
53552023-11-28T03:01:23.502Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
53562023-11-28T03:01:23.502Z
53572023-11-28T03:01:23.502Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
53582023-11-28T03:01:23.502Z
53592023-11-28T03:01:23.573Z Doc-tests nexus-defaults
53602023-11-28T03:01:23.573Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -C embed-bitcode=no -D warnings --error-format human`
53612023-11-28T03:01:23.869Z
53622023-11-28T03:01:23.869Zrunning 0 tests
53632023-11-28T03:01:23.869Z
53642023-11-28T03:01:23.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53652023-11-28T03:01:23.869Z
53662023-11-28T03:01:23.886Z Doc-tests nexus-inventory
53672023-11-28T03:01:23.900Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53682023-11-28T03:01:24.248Z
53692023-11-28T03:01:24.248Zrunning 0 tests
53702023-11-28T03:01:24.248Z
53712023-11-28T03:01:24.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53722023-11-28T03:01:24.248Z
53732023-11-28T03:01:24.274Z Doc-tests nexus-types
53742023-11-28T03:01:24.277Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53752023-11-28T03:01:27.361Z
53762023-11-28T03:01:27.361Zrunning 0 tests
53772023-11-28T03:01:27.361Z
53782023-11-28T03:01:27.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53792023-11-28T03:01:27.363Z
53802023-11-28T03:01:27.434Z Doc-tests omicron-certificates
53812023-11-28T03:01:27.455Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-945ddc784a0aa3eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
53822023-11-28T03:01:27.768Z
53832023-11-28T03:01:27.768Zrunning 0 tests
53842023-11-28T03:01:27.768Z
53852023-11-28T03:01:27.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53862023-11-28T03:01:27.768Z
53872023-11-28T03:01:27.793Z Doc-tests omicron-common
53882023-11-28T03:01:27.797Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e697f12a1f5473b0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
53892023-11-28T03:01:30.312Z
53902023-11-28T03:01:30.312Zrunning 2 tests
53912023-11-28T03:01:30.320Ztest common/src/lib.rs - FileKv (line 57) ... ignored
53922023-11-28T03:01:38.737Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
53932023-11-28T03:01:38.737Z
53942023-11-28T03:01:38.737Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.43s
53952023-11-28T03:01:38.737Z
53962023-11-28T03:01:38.796Z Doc-tests omicron-gateway
53972023-11-28T03:01:38.801Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-6ac103e1bb3cc327.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-d9bbb8c7794bdcd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d73a159d91f445f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53982023-11-28T03:01:40.334Z
53992023-11-28T03:01:40.334Zrunning 0 tests
54002023-11-28T03:01:40.334Z
54012023-11-28T03:01:40.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54022023-11-28T03:01:40.334Z
54032023-11-28T03:01:40.380Z Doc-tests omicron-nexus
54042023-11-28T03:01:40.386Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8a804ee104f05424.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-da0d9046b2c610d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-08f8f14cbfd6e652.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-9450919fa7a1269e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-acfde104a84894fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4b12cc7b097b6ad1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1524c8c7d55de7e2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-78c88bb7863ea301.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1f36bd7952dfb593.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b118007f7a8968e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-993b2799ddc0a61d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-041aac645cf5e200.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-36301ae01a46cbf2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-37b6e66c07f81ddb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a0148c3a48d92ce5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c44a39ae764039d9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
54052023-11-28T03:01:44.499Z
54062023-11-28T03:01:44.499Zrunning 5 tests
54072023-11-28T03:01:44.502Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 231) ... ignored
54082023-11-28T03:01:48.430Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 661) ... ok
54092023-11-28T03:01:48.440Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 703) ... ok
54102023-11-28T03:01:48.440Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 733) ... ok
54112023-11-28T03:01:48.440Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 639) ... ok
54122023-11-28T03:01:48.440Z
54132023-11-28T03:01:48.440Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.93s
54142023-11-28T03:01:48.440Z
54152023-11-28T03:01:48.512Z Doc-tests omicron-package
54162023-11-28T03:01:48.515Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7d4801cd17655ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e76a9977ea6bce0e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -C embed-bitcode=no -D warnings --error-format human`
54172023-11-28T03:01:48.783Z
54182023-11-28T03:01:48.783Zrunning 0 tests
54192023-11-28T03:01:48.783Z
54202023-11-28T03:01:48.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54212023-11-28T03:01:48.783Z
54222023-11-28T03:01:48.800Z Doc-tests omicron-passwords
54232023-11-28T03:01:48.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-02ec29989962ef06.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-034d740057b43b8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
54242023-11-28T03:01:48.948Z
54252023-11-28T03:01:48.948Zrunning 0 tests
54262023-11-28T03:01:48.948Z
54272023-11-28T03:01:48.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54282023-11-28T03:01:48.948Z
54292023-11-28T03:01:48.960Z Doc-tests omicron-rpaths
54302023-11-28T03:01:48.963Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-145299887545f72f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib -C embed-bitcode=no -D warnings --error-format human`
54312023-11-28T03:01:49.043Z
54322023-11-28T03:01:49.043Zrunning 0 tests
54332023-11-28T03:01:49.043Z
54342023-11-28T03:01:49.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54352023-11-28T03:01:49.043Z
54362023-11-28T03:01:49.052Z Doc-tests omicron-sled-agent
54372023-11-28T03:01:49.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-990f3a0d83b8d053.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-daa05f9d90377d6e.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d2777a18bb3776bb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-282fd217cdfd6de2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d607f324ed44cd68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2888b88a29b128d5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b671fd2740d843b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e54a3e7d73237901.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7967b1dc71a4645.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-fe84e1b183392a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2c5feb0139e8f7b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -C embed-bitcode=no -D warnings --error-format human`
54382023-11-28T03:01:52.579Z
54392023-11-28T03:01:52.579Zrunning 0 tests
54402023-11-28T03:01:52.579Z
54412023-11-28T03:01:52.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54422023-11-28T03:01:52.579Z
54432023-11-28T03:01:52.654Z Doc-tests omicron-test-utils
54442023-11-28T03:01:52.654Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d809f483d3453b1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-03aac9f877cc231f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-730a63866450639a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
54452023-11-28T03:01:53.081Z
54462023-11-28T03:01:53.081Zrunning 0 tests
54472023-11-28T03:01:53.081Z
54482023-11-28T03:01:53.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54492023-11-28T03:01:53.081Z
54502023-11-28T03:01:53.112Z Doc-tests oxide-client
54512023-11-28T03:01:53.121Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ffa8eac89cc824d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54522023-11-28T03:01:58.774Z
54532023-11-28T03:01:58.774Zrunning 150 tests
54542023-11-28T03:01:58.782Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
54552023-11-28T03:01:58.785Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
54562023-11-28T03:01:58.785Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
54572023-11-28T03:01:58.788Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
54582023-11-28T03:01:58.788Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
54592023-11-28T03:01:58.792Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
54602023-11-28T03:01:58.792Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
54612023-11-28T03:01:58.792Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
54622023-11-28T03:01:58.795Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
54632023-11-28T03:01:58.795Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
54642023-11-28T03:01:58.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
54652023-11-28T03:01:58.797Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
54662023-11-28T03:01:58.797Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
54672023-11-28T03:01:58.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
54682023-11-28T03:01:58.800Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
54692023-11-28T03:01:58.800Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
54702023-11-28T03:01:58.803Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
54712023-11-28T03:01:58.803Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
54722023-11-28T03:01:58.805Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
54732023-11-28T03:01:58.805Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
54742023-11-28T03:01:58.808Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
54752023-11-28T03:01:58.808Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
54762023-11-28T03:01:58.810Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
54772023-11-28T03:01:58.810Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
54782023-11-28T03:01:58.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
54792023-11-28T03:01:58.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
54802023-11-28T03:01:58.815Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
54812023-11-28T03:01:58.815Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
54822023-11-28T03:01:58.818Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
54832023-11-28T03:01:58.818Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
54842023-11-28T03:01:58.821Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
54852023-11-28T03:01:58.821Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
54862023-11-28T03:01:58.823Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
54872023-11-28T03:01:58.823Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
54882023-11-28T03:01:58.826Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
54892023-11-28T03:01:58.826Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
54902023-11-28T03:01:58.826Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
54912023-11-28T03:01:58.829Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
54922023-11-28T03:01:58.829Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
54932023-11-28T03:01:58.832Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
54942023-11-28T03:01:58.832Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
54952023-11-28T03:01:58.832Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
54962023-11-28T03:01:58.835Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
54972023-11-28T03:01:58.835Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
54982023-11-28T03:01:58.835Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
54992023-11-28T03:01:58.838Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
55002023-11-28T03:01:58.838Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
55012023-11-28T03:01:58.841Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
55022023-11-28T03:01:58.841Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
55032023-11-28T03:01:58.870Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
55042023-11-28T03:01:58.870Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
55052023-11-28T03:01:58.870Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
55062023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
55072023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
55082023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
55092023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
55102023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
55112023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
55122023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
55132023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
55142023-11-28T03:01:58.874Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
55152023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
55162023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
55172023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
55182023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
55192023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
55202023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
55212023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
55222023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
55232023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
55242023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
55252023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
55262023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
55272023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
55282023-11-28T03:01:58.875Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::add_sled_to_initialized_rack (line 22) ... ignored
55292023-11-28T03:01:58.878Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
55302023-11-28T03:01:58.878Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
55312023-11-28T03:01:58.878Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
55322023-11-28T03:01:58.878Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
55332023-11-28T03:01:58.881Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
55342023-11-28T03:01:58.882Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
55352023-11-28T03:01:58.885Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
55362023-11-28T03:01:58.885Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
55372023-11-28T03:01:58.885Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
55382023-11-28T03:01:58.887Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
55392023-11-28T03:01:58.887Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
55402023-11-28T03:01:58.890Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
55412023-11-28T03:01:58.890Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored
55422023-11-28T03:01:58.890Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
55432023-11-28T03:01:58.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
55442023-11-28T03:01:58.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
55452023-11-28T03:01:58.895Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
55462023-11-28T03:01:58.895Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
55472023-11-28T03:01:58.898Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
55482023-11-28T03:01:58.898Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
55492023-11-28T03:01:58.901Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
55502023-11-28T03:01:58.901Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
55512023-11-28T03:01:58.903Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
55522023-11-28T03:01:58.906Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
55532023-11-28T03:01:58.906Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
55542023-11-28T03:01:58.906Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
55552023-11-28T03:01:58.909Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
55562023-11-28T03:01:58.909Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
55572023-11-28T03:01:58.911Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
55582023-11-28T03:01:58.911Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
55592023-11-28T03:01:58.914Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
55602023-11-28T03:01:58.914Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
55612023-11-28T03:01:58.917Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
55622023-11-28T03:01:58.917Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
55632023-11-28T03:01:58.919Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
55642023-11-28T03:01:58.919Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
55652023-11-28T03:01:58.922Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
55662023-11-28T03:01:58.922Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
55672023-11-28T03:01:58.925Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
55682023-11-28T03:01:58.925Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
55692023-11-28T03:01:58.928Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
55702023-11-28T03:01:58.928Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
55712023-11-28T03:01:58.931Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
55722023-11-28T03:01:58.931Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
55732023-11-28T03:01:58.931Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
55742023-11-28T03:01:58.934Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
55752023-11-28T03:01:58.934Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
55762023-11-28T03:01:58.937Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
55772023-11-28T03:01:58.937Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
55782023-11-28T03:01:58.939Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
55792023-11-28T03:01:58.939Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
55802023-11-28T03:01:58.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
55812023-11-28T03:01:58.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
55822023-11-28T03:01:58.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
55832023-11-28T03:01:58.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
55842023-11-28T03:01:58.947Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
55852023-11-28T03:01:58.947Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
55862023-11-28T03:01:58.947Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
55872023-11-28T03:01:58.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
55882023-11-28T03:01:58.950Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
55892023-11-28T03:01:58.955Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
55902023-11-28T03:01:58.955Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
55912023-11-28T03:01:58.955Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
55922023-11-28T03:01:58.957Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
55932023-11-28T03:01:58.957Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
55942023-11-28T03:01:58.957Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
55952023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
55962023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
55972023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
55982023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
55992023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
56002023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
56012023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
56022023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
56032023-11-28T03:01:58.960Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
56042023-11-28T03:01:58.960Z
56052023-11-28T03:01:58.960Ztest result: ok. 0 passed; 0 failed; 150 ignored; 0 measured; 0 filtered out; finished in 0.19s
56062023-11-28T03:01:58.960Z
56072023-11-28T03:01:59.079Z Doc-tests oximeter
56082023-11-28T03:01:59.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9c5a4ed92c307572.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56092023-11-28T03:01:59.870Z
56102023-11-28T03:01:59.870Zrunning 8 tests
56112023-11-28T03:02:00.762Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
56122023-11-28T03:02:00.796Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
56132023-11-28T03:02:01.670Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
56142023-11-28T03:02:09.770Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
56152023-11-28T03:02:10.884Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
56162023-11-28T03:02:11.057Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
56172023-11-28T03:02:11.104Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
56182023-11-28T03:02:11.236Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
56192023-11-28T03:02:11.237Z
56202023-11-28T03:02:11.237Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.37s
56212023-11-28T03:02:11.237Z
56222023-11-28T03:02:11.276Z Doc-tests oximeter-client
56232023-11-28T03:02:11.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56242023-11-28T03:02:11.694Z
56252023-11-28T03:02:11.694Zrunning 0 tests
56262023-11-28T03:02:11.694Z
56272023-11-28T03:02:11.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56282023-11-28T03:02:11.694Z
56292023-11-28T03:02:11.721Z Doc-tests oximeter-collector
56302023-11-28T03:02:11.725Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2ee565e46cd1c50a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-0f2cffd3d8aabb3e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4bbfa53bfe061bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56312023-11-28T03:02:12.274Z
56322023-11-28T03:02:12.274Zrunning 0 tests
56332023-11-28T03:02:12.274Z
56342023-11-28T03:02:12.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56352023-11-28T03:02:12.274Z
56362023-11-28T03:02:12.305Z Doc-tests oximeter-db
56372023-11-28T03:02:12.309Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e1735ceb3791d07e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56382023-11-28T03:02:13.566Z
56392023-11-28T03:02:13.566Zrunning 0 tests
56402023-11-28T03:02:13.566Z
56412023-11-28T03:02:13.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56422023-11-28T03:02:13.566Z
56432023-11-28T03:02:13.608Z Doc-tests oximeter-instruments
56442023-11-28T03:02:13.616Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b64ed0595f99bda2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
56452023-11-28T03:02:14.065Z
56462023-11-28T03:02:14.065Zrunning 0 tests
56472023-11-28T03:02:14.065Z
56482023-11-28T03:02:14.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56492023-11-28T03:02:14.065Z
56502023-11-28T03:02:14.094Z Doc-tests oximeter-macro-impl
56512023-11-28T03:02:14.094Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9c5a4ed92c307572.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
56522023-11-28T03:02:14.212Z
56532023-11-28T03:02:14.212Zrunning 0 tests
56542023-11-28T03:02:14.212Z
56552023-11-28T03:02:14.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56562023-11-28T03:02:14.212Z
56572023-11-28T03:02:14.225Z Doc-tests oximeter-producer
56582023-11-28T03:02:14.229Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-39976bc9a046aa80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9374952fe7dcd511.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7ea356839fa5cb27.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56592023-11-28T03:02:14.564Z
56602023-11-28T03:02:14.564Zrunning 0 tests
56612023-11-28T03:02:14.564Z
56622023-11-28T03:02:14.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56632023-11-28T03:02:14.564Z
56642023-11-28T03:02:14.591Z Doc-tests sled-agent-client
56652023-11-28T03:02:14.594Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cf7f6d4f3e724734.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56662023-11-28T03:02:17.264Z
56672023-11-28T03:02:17.264Zrunning 0 tests
56682023-11-28T03:02:17.264Z
56692023-11-28T03:02:17.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56702023-11-28T03:02:17.265Z
56712023-11-28T03:02:17.324Z Doc-tests sled-hardware
56722023-11-28T03:02:17.327Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
56732023-11-28T03:02:17.824Z
56742023-11-28T03:02:17.824Zrunning 0 tests
56752023-11-28T03:02:17.824Z
56762023-11-28T03:02:17.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56772023-11-28T03:02:17.824Z
56782023-11-28T03:02:17.857Z Doc-tests sled-storage
56792023-11-28T03:02:17.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-107b0cdaec00ac30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b4ccfa52a4418d68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
56802023-11-28T03:02:18.362Z
56812023-11-28T03:02:18.363Zrunning 0 tests
56822023-11-28T03:02:18.363Z
56832023-11-28T03:02:18.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56842023-11-28T03:02:18.363Z
56852023-11-28T03:02:18.393Z Doc-tests sp-sim
56862023-11-28T03:02:18.396Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-4a68a6f18b9d5837.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-88a0b28a64af3069.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-8259f1e659676257.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -C embed-bitcode=no -D warnings --error-format human`
56872023-11-28T03:02:19.098Z
56882023-11-28T03:02:19.098Zrunning 0 tests
56892023-11-28T03:02:19.098Z
56902023-11-28T03:02:19.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56912023-11-28T03:02:19.098Z
56922023-11-28T03:02:19.129Z Doc-tests tufaceous
56932023-11-28T03:02:19.132Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-bca153bf78b54fd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib -C embed-bitcode=no -D warnings --error-format human`
56942023-11-28T03:02:19.544Z
56952023-11-28T03:02:19.544Zrunning 0 tests
56962023-11-28T03:02:19.544Z
56972023-11-28T03:02:19.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56982023-11-28T03:02:19.544Z
56992023-11-28T03:02:19.606Z Doc-tests tufaceous-lib
57002023-11-28T03:02:19.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-703d4970c9697e1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -C embed-bitcode=no -D warnings --error-format human`
57012023-11-28T03:02:20.170Z
57022023-11-28T03:02:20.170Zrunning 0 tests
57032023-11-28T03:02:20.170Z
57042023-11-28T03:02:20.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57052023-11-28T03:02:20.170Z
57062023-11-28T03:02:20.201Z Doc-tests update-engine
57072023-11-28T03:02:20.204Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57082023-11-28T03:02:21.022Z
57092023-11-28T03:02:21.022Zrunning 3 tests
57102023-11-28T03:02:21.029Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
57112023-11-28T03:02:21.029Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
57122023-11-28T03:02:21.029Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
57132023-11-28T03:02:21.029Z
57142023-11-28T03:02:21.029Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
57152023-11-28T03:02:21.029Z
57162023-11-28T03:02:21.051Z Doc-tests wicket
57172023-11-28T03:02:21.060Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16271b841865d99f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-66a0c1ca90a0f5a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7e61ea5a2303d824.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-132142e83018d57b.rlib -C embed-bitcode=no -D warnings --error-format human`
57182023-11-28T03:02:22.182Z
57192023-11-28T03:02:22.182Zrunning 0 tests
57202023-11-28T03:02:22.182Z
57212023-11-28T03:02:22.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57222023-11-28T03:02:22.182Z
57232023-11-28T03:02:22.222Z Doc-tests wicket-common
57242023-11-28T03:02:22.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib -C embed-bitcode=no -D warnings --error-format human`
57252023-11-28T03:02:22.735Z
57262023-11-28T03:02:22.735Zrunning 0 tests
57272023-11-28T03:02:22.735Z
57282023-11-28T03:02:22.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57292023-11-28T03:02:22.735Z
57302023-11-28T03:02:22.754Z Doc-tests wicket-dbg
57312023-11-28T03:02:22.754Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75d1255cefd2e79c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-740247be3e74c4e4.rlib -C embed-bitcode=no -D warnings --error-format human`
57322023-11-28T03:02:23.191Z
57332023-11-28T03:02:23.191Zrunning 0 tests
57342023-11-28T03:02:23.191Z
57352023-11-28T03:02:23.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57362023-11-28T03:02:23.191Z
57372023-11-28T03:02:23.218Z Doc-tests wicketd
57382023-11-28T03:02:23.222Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-32437432eb74bb17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fe667760a099891b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d13ea45d662ae5f8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-734841f4287de739.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeacca81b7a4dc56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4a177de878797977.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfa4e64fa4605119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7bfd2073beb862e1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-eaed57be11adb668.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d18ed062186ade25.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0184ca6fcb6ec7fc.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-fd87d693971e1056.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-718f0396841c5ee6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d3ce58eeb427f29c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4d5e7de6fa26b1b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-50bc5b04a77c3e6f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-011048049a63c012.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-302dca713010aefd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-33d2f0b4bc08cbfa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e90d1b9ea4ecbf6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-706a3eb5ae0069c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1c638f88b756f46e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8d8d5598a7c9322e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5bdd521213ba5860.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16804716ab266d0b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c402a0947ff80fbe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ea80f806910779a1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed8ee3edff5b46c2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib -C embed-bitcode=no -D warnings --error-format human`
57392023-11-28T03:02:24.617Z
57402023-11-28T03:02:24.618Zrunning 0 tests
57412023-11-28T03:02:24.618Z
57422023-11-28T03:02:24.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57432023-11-28T03:02:24.618Z
57442023-11-28T03:02:24.665Z Doc-tests wicketd-client
57452023-11-28T03:02:24.668Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4344ab2b5bb7acfa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8977779b3487ac15.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-867cdff701816604.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4a17b326ab06d830.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-d918e65734dc949b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c57475aa5c9629a2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-75fca2e8f7ccc5a4.rlib -C embed-bitcode=no -D warnings --error-format human`
57462023-11-28T03:02:26.979Z
57472023-11-28T03:02:26.979Zrunning 0 tests
57482023-11-28T03:02:26.979Z
57492023-11-28T03:02:26.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57502023-11-28T03:02:26.981Z
57512023-11-28T03:02:27.068Z
57522023-11-28T03:02:27.068Zreal 1:44.361715013
57532023-11-28T03:02:27.072Zuser 1:54.615187435
57542023-11-28T03:02:27.072Zsys 38.420808515
57552023-11-28T03:02:27.072Ztrap 0.025076038
57562023-11-28T03:02:27.072Ztflt 0.522964682
57572023-11-28T03:02:27.072Zdflt 6.789762831
57582023-11-28T03:02:27.072Zkflt 0.041070277
57592023-11-28T03:02:27.072Zlock 1:35.119765514
57602023-11-28T03:02:27.072Zslp 10:50.609848380
57612023-11-28T03:02:27.072Zlat 0.953223373
57622023-11-28T03:02:27.072Zstop 2.372258029
57632023-11-28T03:02:27.075Zfiles in /var/tmp/omicron_tmp (none expected on success):
57642023-11-28T03:02:27.077Z164464 11 drwxr-xr-x 2 build build 2 Nov 28 03:02 /var/tmp/omicron_tmp
57652023-11-28T03:02:27.083Zprocess exited: duration 4043479 ms, exit code 0
 
57662023-11-28T03:02:27.093Zfound 0 output files