01HFSS198SQHK5GBTS799C3E8H: 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: 01HFSS1YQ3VEWWHKZFVYHY398V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-21T20:27:27.093Zjob assigned to worker 01HFSRZWYH7XJ8P6VAMBE8Q0CN (queued for 0 s)
 
22023-11-21T20:27:27.147Zstarting task 0: "setup"
32023-11-21T20:27:27.198Z++ uname -s
42023-11-21T20:27:27.212Z+ kern=SunOS
52023-11-21T20:27:27.212Z+ case "$kern" in
62023-11-21T20:27:27.212Z+ groupadd -g 12345 build
72023-11-21T20:27:27.212Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-21T20:27:29.215Z+ zfs create -o mountpoint=/work rpool/work
92023-11-21T20:27:29.306Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-21T20:27:29.309Z+ home_fs=zfs
112023-11-21T20:27:29.309Z+ [[ zfs == autofs ]]
122023-11-21T20:27:29.309Z+ mkdir -p /home/build
132023-11-21T20:27:29.312Z+ chown build:build /home/build /work
142023-11-21T20:27:31.314Z+ chmod 0700 /home/build /work
152023-11-21T20:27:31.317Zprocess exited: duration 4173 ms, exit code 0
 
162023-11-21T20:27:31.324Zstarting task 1: "rust-toolchain"
172023-11-21T20:27:31.332Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-21T20:27:31.335Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-21T20:27:31.513Zinfo: downloading installer
202023-11-21T20:27:33.460Zwarning: it looks like you have an existing installation of Rust at:
212023-11-21T20:27:33.460Zwarning: /opt/ooce/bin
222023-11-21T20:27:33.460Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-21T20:27:33.460Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-21T20:27:33.460Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-21T20:27:33.460Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-21T20:27:33.460Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-21T20:27:33.460Zerror: cannot install while Rust is installed
282023-11-21T20:27:33.460Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-21T20:27:33.537Zinfo: profile set to 'default'
302023-11-21T20:27:33.537Zinfo: default host triple is x86_64-unknown-illumos
312023-11-21T20:27:33.539Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-21T20:27:33.716Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-21T20:27:33.716Zinfo: downloading component 'cargo'
342023-11-21T20:27:34.456Zinfo: downloading component 'clippy'
352023-11-21T20:27:35.139Zinfo: downloading component 'rust-docs'
362023-11-21T20:27:35.669Zinfo: downloading component 'rust-std'
372023-11-21T20:27:37.337Zinfo: downloading component 'rustc'
382023-11-21T20:27:41.164Zinfo: downloading component 'rustfmt'
392023-11-21T20:27:41.421Zinfo: installing component 'cargo'
402023-11-21T20:27:42.819Zinfo: installing component 'clippy'
412023-11-21T20:27:43.323Zinfo: installing component 'rust-docs'
422023-11-21T20:27:46.107Zinfo: installing component 'rust-std'
432023-11-21T20:27:49.190Zinfo: installing component 'rustc'
442023-11-21T20:27:57.121Zinfo: installing component 'rustfmt'
452023-11-21T20:27:57.563Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-21T20:27:57.563Z
472023-11-21T20:27:57.696Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-21T20:27:57.696Z
492023-11-21T20:27:57.699Z
502023-11-21T20:27:57.699ZRust is installed now. Great!
512023-11-21T20:27:57.699Z
522023-11-21T20:27:57.699ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-21T20:27:57.699Zenvironment variable. This has not been done automatically.
542023-11-21T20:27:57.699Z
552023-11-21T20:27:57.699ZTo configure your current shell, run:
562023-11-21T20:27:57.699Zsource "$HOME/.cargo/env"
572023-11-21T20:27:57.782Z+ rustc --version
582023-11-21T20:27:57.899Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-21T20:27:57.901Zprocess exited: duration 26576 ms, exit code 0
 
602023-11-21T20:27:57.907Zstarting task 2: "authentication"
612023-11-21T20:27:57.938Zprocess exited: duration 31 ms, exit code 0
 
622023-11-21T20:27:57.946Zstarting task 3: "clone repository"
632023-11-21T20:27:57.951Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-21T20:27:57.954Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-21T20:27:58.028ZCloning into '/work/oxidecomputer/omicron'...
662023-11-21T20:28:03.810Z+ cd /work/oxidecomputer/omicron
672023-11-21T20:28:03.810Z+ [[ -n john/inventory-rot-cmpa-cfpa ]]
682023-11-21T20:28:03.813Z+ git fetch origin john/inventory-rot-cmpa-cfpa
692023-11-21T20:28:04.303ZFrom https://github.com/oxidecomputer/omicron
702023-11-21T20:28:04.303Z * branch john/inventory-rot-cmpa-cfpa -> FETCH_HEAD
712023-11-21T20:28:04.315Z+ git checkout -B john/inventory-rot-cmpa-cfpa remotes/origin/john/inventory-rot-cmpa-cfpa
722023-11-21T20:28:04.336ZSwitched to a new branch 'john/inventory-rot-cmpa-cfpa'
732023-11-21T20:28:04.340Zbranch 'john/inventory-rot-cmpa-cfpa' set up to track 'origin/john/inventory-rot-cmpa-cfpa'.
742023-11-21T20:28:04.340Z+ git reset --hard 500ab9096843e936a0c3672a5ad3edde45d6e227
752023-11-21T20:28:04.359ZHEAD is now at 500ab909 bump schema after merging main
762023-11-21T20:28:04.363Zprocess exited: duration 6417 ms, exit code 0
 
772023-11-21T20:28:04.369Zstarting task 4: "build"
782023-11-21T20:28:04.380Z+ NEXTEST_VERSION=0.9.59
792023-11-21T20:28:04.380Z+ cargo --version
802023-11-21T20:28:04.387Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
812023-11-21T20:28:04.582Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
822023-11-21T20:28:04.587Zinfo: downloading component 'cargo'
832023-11-21T20:28:05.224Zinfo: downloading component 'clippy'
842023-11-21T20:28:05.459Zinfo: downloading component 'rust-docs'
852023-11-21T20:28:06.291Zinfo: downloading component 'rust-std'
862023-11-21T20:28:07.642Zinfo: downloading component 'rustc'
872023-11-21T20:28:11.357Zinfo: downloading component 'rustfmt'
882023-11-21T20:28:11.614Zinfo: installing component 'cargo'
892023-11-21T20:28:12.808Zinfo: installing component 'clippy'
902023-11-21T20:28:13.312Zinfo: installing component 'rust-docs'
912023-11-21T20:28:16.476Zinfo: installing component 'rust-std'
922023-11-21T20:28:18.615Zinfo: installing component 'rustc'
932023-11-21T20:28:24.672Zinfo: installing component 'rustfmt'
942023-11-21T20:28:25.218Zcargo 1.73.0 (9c4383fb5 2023-08-26)
952023-11-21T20:28:25.222Z+ rustc --version
962023-11-21T20:28:25.337Zrustc 1.73.0 (cc66ad468 2023-10-03)
972023-11-21T20:28:25.345Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
982023-11-21T20:28:25.348Z+ gunzip
992023-11-21T20:28:25.348Z+ tar -xvf - -C /home/build/.cargo/bin
1002023-11-21T20:28:26.755Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
1012023-11-21T20:28:26.759Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1022023-11-21T20:28:26.759Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1032023-11-21T20:28:26.759Ztests will store output in /var/tmp/omicron_tmp
1042023-11-21T20:28:26.759Z+ mkdir /var/tmp/omicron_tmp
1052023-11-21T20:28:26.759Z+ source ./env.sh
1062023-11-21T20:28:26.759Z++ set -o xtrace
1072023-11-21T20:28:26.762Z++++ dirname ./env.sh
1082023-11-21T20:28:26.766Z+++ cd .
1092023-11-21T20:28:26.766Z+++ echo /work/oxidecomputer/omicron
1102023-11-21T20:28:26.766Z++ OMICRON_WS=/work/oxidecomputer/omicron
1112023-11-21T20:28:26.766Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122023-11-21T20:28:26.768Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132023-11-21T20:28:26.768Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142023-11-21T20:28:26.768Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152023-11-21T20:28:26.768Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162023-11-21T20:28:26.768Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172023-11-21T20:28:26.768Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182023-11-21T20:28:26.768Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192023-11-21T20:28:26.768Z++ unset OMICRON_WS
1202023-11-21T20:28:26.768Z++ set +o xtrace
1212023-11-21T20:28:26.837Z
1222023-11-21T20:28:26.837Z ##### ##### ###### ##### ###### #### # # # #### #
1232023-11-21T20:28:26.837Z # # # # # # # # # # # # # # #
1242023-11-21T20:28:26.837Z # # # # ##### # # ##### # # # # # #### #
1252023-11-21T20:28:26.837Z ##### ##### # ##### # # # # # # # # #
1262023-11-21T20:28:26.837Z # # # # # # # # # # # # # # #
1272023-11-21T20:28:26.837Z # # # ###### # # ###### ### # #### # #### #
1282023-11-21T20:28:26.838Z
1292023-11-21T20:28:37.387Z Startup: Refreshing catalog 'helios-dev' ... Done
1302023-11-21T20:28:38.470Z Startup: Caching catalogs ... Done
1312023-11-21T20:28:43.921ZPlanning: Solver setup ... Done (5.097s)
1322023-11-21T20:28:44.047ZPlanning: Running solver ... Done (0.127s)
1332023-11-21T20:28:44.516ZPlanning: Finding local manifests ... Done (0.004s)
1342023-11-21T20:28:44.523ZPlanning: Fetching manifests: 0/4 0% complete
1352023-11-21T20:28:44.974ZPlanning: Fetching manifests: 4/4 100% complete
1362023-11-21T20:28:45.058ZPlanning: Package planning ... Done (0.080s)
1372023-11-21T20:28:45.141ZPlanning: Merging actions ... Done (0.084s)
1382023-11-21T20:28:45.945ZPlanning: Checking for conflicting actions ... Done (0.804s)
1392023-11-21T20:28:45.966ZPlanning: Consolidating action changes ... Done (0.017s)
1402023-11-21T20:28:51.789ZPlanning: Evaluating mediators ... Done (5.811s)
1412023-11-21T20:28:51.792ZPlanning: Planning completed in 13.26 seconds
1422023-11-21T20:28:56.628Z Packages to install: 4
1432023-11-21T20:28:56.630Z Mediators to change: 2
1442023-11-21T20:28:56.630Z Services to change: 1
1452023-11-21T20:28:56.636Z Estimated space available: 148.89 GB
1462023-11-21T20:28:56.636ZEstimated space to be consumed: 1.37 GB
1472023-11-21T20:28:56.636Z Create boot environment: No
1482023-11-21T20:28:56.637ZCreate backup boot environment: No
1492023-11-21T20:28:56.637Z Rebuild boot archive: No
1502023-11-21T20:28:56.637Z
1512023-11-21T20:28:56.637ZChanged mediators:
1522023-11-21T20:28:56.637Z mediator clang:
1532023-11-21T20:28:56.637Z version: None -> 15 (system default)
1542023-11-21T20:28:56.637Z
1552023-11-21T20:28:56.637Z mediator llvm:
1562023-11-21T20:28:56.637Z version: 14 (system default) -> 15 (system default)
1572023-11-21T20:28:56.637Z
1582023-11-21T20:28:56.637ZChanged packages:
1592023-11-21T20:28:56.637Zhelios-dev
1602023-11-21T20:28:56.637Z developer/build-essential
1612023-11-21T20:28:56.637Z None -> 11-2.0
1622023-11-21T20:28:56.637Z library/libxmlsec1
1632023-11-21T20:28:56.637Z None -> 1.2.35-2.0
1642023-11-21T20:28:56.637Z ooce/developer/clang-15
1652023-11-21T20:28:56.637Z None -> 15.0.7-2.0
1662023-11-21T20:28:56.637Z ooce/developer/llvm-15
1672023-11-21T20:28:56.637Z None -> 15.0.7-2.0
1682023-11-21T20:28:56.637Z
1692023-11-21T20:28:56.637ZServices:
1702023-11-21T20:28:56.637Z restart_fmri:
1712023-11-21T20:28:56.637Z svc:/system/update-man-index:default
1722023-11-21T20:28:56.966Z
1732023-11-21T20:28:56.966ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1742023-11-21T20:29:02.037ZDownload: 1241/3290 items 93.5/212.6MB 43% complete (19.1M/s)
1752023-11-21T20:29:07.039ZDownload: 3117/3290 items 132.3/212.6MB 62% complete (13.2M/s)
1762023-11-21T20:29:09.898ZDownload: Completed 212.60 MB in 12.93 seconds (16.4M/s)
1772023-11-21T20:29:10.671Z Actions: 1/3687 actions (Installing new actions)
1782023-11-21T20:29:15.676Z Actions: 2102/3687 actions (Installing new actions)
1792023-11-21T20:29:18.802Z Actions: Completed 3687 actions in 8.14 seconds.
1802023-11-21T20:29:18.905Z Done (0.087s)
1812023-11-21T20:29:18.905Z Done (0.000s)
1822023-11-21T20:29:19.117Z Done (0.218s)
1832023-11-21T20:29:26.909Z Done (7.660s)
1842023-11-21T20:29:27.208Z Done (0.209s)
1852023-11-21T20:29:27.243Z Done (0.000s)
1862023-11-21T20:29:27.437Z Done (0.000s)
1872023-11-21T20:29:28.124ZPlanning: Evaluating mediator changes ... Done
1882023-11-21T20:29:28.406ZPlanning: Checking for conflicting actions ... Done
1892023-11-21T20:29:28.410ZPlanning: Consolidating action changes ... Done
1902023-11-21T20:29:28.923ZPlanning: Evaluating mediators ... Done
1912023-11-21T20:29:28.954ZPlanning: Planning completed in 0.71 seconds
1922023-11-21T20:29:28.954Z Mediators to change: 2
1932023-11-21T20:29:28.954Z Create boot environment: No
1942023-11-21T20:29:28.954ZCreate backup boot environment: No
1952023-11-21T20:29:29.061Z Done
1962023-11-21T20:29:29.061Z Done
1972023-11-21T20:29:29.132Z Done
1982023-11-21T20:29:34.996Z Done
1992023-11-21T20:29:35.123Z Done
2002023-11-21T20:29:35.137Z Done
2012023-11-21T20:29:35.332Z Done
2022023-11-21T20:29:36.270ZPlanning: Evaluating mediator changes ... Done
2032023-11-21T20:29:36.295ZPlanning: Merging actions ... Done
2042023-11-21T20:29:36.592ZPlanning: Checking for conflicting actions ... Done
2052023-11-21T20:29:36.595ZPlanning: Consolidating action changes ... Done
2062023-11-21T20:29:37.030ZPlanning: Evaluating mediators ... Done
2072023-11-21T20:29:37.110ZPlanning: Planning completed in 1.29 seconds
2082023-11-21T20:29:37.165Z Packages to change: 1
2092023-11-21T20:29:37.168Z Mediators to change: 1
2102023-11-21T20:29:37.168Z Services to change: 1
2112023-11-21T20:29:37.168Z Create boot environment: No
2122023-11-21T20:29:37.168ZCreate backup boot environment: Yes
2132023-11-21T20:29:39.307Z Actions: 1/6 actions (Updating modified actions)
2142023-11-21T20:29:39.310Z Actions: Completed 6 actions in 0.00 seconds.
2152023-11-21T20:29:39.310Z Done
2162023-11-21T20:29:39.310Z Done
2172023-11-21T20:29:39.363Z Done
2182023-11-21T20:29:45.189Z Done
2192023-11-21T20:29:45.353Z Done
2202023-11-21T20:29:45.364Z Done
2212023-11-21T20:29:45.628Z Done
2222023-11-21T20:29:46.223ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232023-11-21T20:29:46.223Zclang system 15 system
2242023-11-21T20:29:46.223Zcsh system system illumos
2252023-11-21T20:29:46.223Zctags system system illumos
2262023-11-21T20:29:46.223Zgcc vendor 12 vendor
2272023-11-21T20:29:46.223Zgcc system 10 system
2282023-11-21T20:29:46.223Zgcc system 7 system
2292023-11-21T20:29:46.223Zgo system 1.20 system
2302023-11-21T20:29:46.223Zgo system 1.19 system
2312023-11-21T20:29:46.223Zllvm system 15 system
2322023-11-21T20:29:46.223Zllvm system 14 system
2332023-11-21T20:29:46.223Zmariadb system 10.6 system
2342023-11-21T20:29:46.223Zmta vendor vendor dma
2352023-11-21T20:29:46.223Zopenjdk system 17 system
2362023-11-21T20:29:46.223Zopenjdk system 11 system
2372023-11-21T20:29:46.223Zopenjdk system 1.8 system
2382023-11-21T20:29:46.223Zopenssl vendor 3 vendor
2392023-11-21T20:29:46.223Zperl system 5.36 system
2402023-11-21T20:29:46.223Zpostgresql system 15 system
2412023-11-21T20:29:46.223Zpostgresql system 13 system
2422023-11-21T20:29:46.223Zpython vendor 3 vendor
2432023-11-21T20:29:46.223Zpython system 2 system
2442023-11-21T20:29:46.223Zpython3 system 3.11 system
2452023-11-21T20:29:46.223Zruby system 3.0 system
2462023-11-21T20:29:46.223Zwords vendor vendor american-english
2472023-11-21T20:29:46.223Zwords system system australian-english
2482023-11-21T20:29:46.223Zwords system system british-english
2492023-11-21T20:29:46.223Zwords system system canadian-english
2502023-11-21T20:29:46.224Zwords system system french
2512023-11-21T20:29:46.224Zwords system system italian
2522023-11-21T20:29:46.224Zwords system system ngerman
2532023-11-21T20:29:46.224Zwords system system ogerman
2542023-11-21T20:29:46.224Zwords system system spanish
2552023-11-21T20:29:46.745ZFMRI IFO
2562023-11-21T20:29:46.745Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572023-11-21T20:29:46.745Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582023-11-21T20:29:46.745Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592023-11-21T20:29:46.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2602023-11-21T20:29:46.745Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612023-11-21T20:29:46.745Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2622023-11-21T20:29:46.826Z+ set -o errexit
2632023-11-21T20:29:46.833Z+++ dirname ./tools/ci_download_cockroachdb
2642023-11-21T20:29:46.833Z++ cd ./tools
2652023-11-21T20:29:46.833Z++ pwd
2662023-11-21T20:29:46.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2672023-11-21T20:29:46.833Z++ basename ./tools/ci_download_cockroachdb
2682023-11-21T20:29:46.833Z+ ARG0=ci_download_cockroachdb
2692023-11-21T20:29:46.833Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2702023-11-21T20:29:46.833Z+ CIDL_VERSION=v22.1.9
2712023-11-21T20:29:46.833Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2722023-11-21T20:29:46.833Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2732023-11-21T20:29:46.833Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2742023-11-21T20:29:46.833Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2752023-11-21T20:29:46.833Z+ TARGET_DIR=out
2762023-11-21T20:29:46.833Z+ DOWNLOAD_DIR=out/downloads
2772023-11-21T20:29:46.833Z+ DEST_DIR=./out/cockroachdb
2782023-11-21T20:29:46.833Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2792023-11-21T20:29:46.833Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2802023-11-21T20:29:46.833Z+ main
2812023-11-21T20:29:46.833Z+ [[ 0 != 0 ]]
2822023-11-21T20:29:46.833Z+ CIDL_OS=solaris2.11
2832023-11-21T20:29:46.833Z+ [[ 0 != 0 ]]
2842023-11-21T20:29:46.833Z+ configure_os solaris2.11
2852023-11-21T20:29:46.833Z+ echo 'current directory: /work/oxidecomputer/omicron'
2862023-11-21T20:29:46.833Zcurrent directory: /work/oxidecomputer/omicron
2872023-11-21T20:29:46.834Z+ echo 'configuring based on OS: "solaris2.11"'
2882023-11-21T20:29:46.834Z+ case "$1" in
2892023-11-21T20:29:46.834Zconfiguring based on OS: "solaris2.11"
2902023-11-21T20:29:46.834Z+ CIDL_BUILD=illumos
2912023-11-21T20:29:46.834Z+ CIDL_SUFFIX=tar.gz
2922023-11-21T20:29:46.834Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2932023-11-21T20:29:46.834Z+ CIDL_MD5FUNC=do_md5sum
2942023-11-21T20:29:46.834Z+ CIDL_URL_BASE=https://illumos.org/downloads
2952023-11-21T20:29:46.834Z+ CIDL_ASSEMBLE=do_assemble_illumos
2962023-11-21T20:29:46.834Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2972023-11-21T20:29:46.834Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2982023-11-21T20:29:46.839Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992023-11-21T20:29:46.839Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3002023-11-21T20:29:46.839Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-11-21T20:29:46.839Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022023-11-21T20:29:46.839Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032023-11-21T20:29:46.839Z+ mkdir -p out/downloads
3042023-11-21T20:29:46.839ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-11-21T20:29:46.839ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-11-21T20:29:46.839Z+ mkdir -p ./out/cockroachdb
3072023-11-21T20:29:46.839Z+ local DO_DOWNLOAD=true
3082023-11-21T20:29:46.839Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3092023-11-21T20:29:46.839Z+ '[' true == true ']'
3102023-11-21T20:29:46.839Z+ echo Downloading...
3112023-11-21T20:29:46.839ZDownloading...
3122023-11-21T20:29:46.839Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132023-11-21T20:29:46.839Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-11-21T20:29:50.178Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152023-11-21T20:29:50.181Z++ md5sum
3162023-11-21T20:29:50.181Z++ awk '{print $1}'
3172023-11-21T20:29:50.366Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3182023-11-21T20:29:50.367Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3192023-11-21T20:29:50.367Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202023-11-21T20:29:50.376Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3212023-11-21T20:29:53.753Z+ do_assemble_illumos
3222023-11-21T20:29:53.753Z+ rm -r ./out/cockroachdb
3232023-11-21T20:29:53.757Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3242023-11-21T20:29:54.452Z+ ./out/cockroachdb/bin/cockroach version
3252023-11-21T20:29:54.764ZBuild Tag: v22.1.9-dirty
3262023-11-21T20:29:54.764ZBuild Time: 2022/10/26 21:17:46
3272023-11-21T20:29:54.764ZDistribution: OSS
3282023-11-21T20:29:54.764ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3292023-11-21T20:29:54.764ZGo Version: go1.17.13
3302023-11-21T20:29:54.764ZC Compiler: gcc 10.3.0
3312023-11-21T20:29:54.764ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3322023-11-21T20:29:54.764ZBuild Type: release
3332023-11-21T20:29:54.789Z+ set -o errexit
3342023-11-21T20:29:54.824Z+++ dirname ./tools/ci_download_clickhouse
3352023-11-21T20:29:54.824Z++ cd ./tools
3362023-11-21T20:29:54.824Z++ pwd
3372023-11-21T20:29:54.824Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3382023-11-21T20:29:54.824Z++ basename ./tools/ci_download_clickhouse
3392023-11-21T20:29:54.824Z+ ARG0=ci_download_clickhouse
3402023-11-21T20:29:54.824Z+ TARGET_DIR=out
3412023-11-21T20:29:54.824Z+ DOWNLOAD_DIR=out/downloads
3422023-11-21T20:29:54.824Z+ DEST_DIR=./out/clickhouse
3432023-11-21T20:29:54.824Z+ CIDL_VERSION=v22.8.9.24
3442023-11-21T20:29:54.825Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3452023-11-21T20:29:54.825Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3462023-11-21T20:29:54.825Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3472023-11-21T20:29:54.825Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3482023-11-21T20:29:54.825Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3492023-11-21T20:29:54.825Z+ main
3502023-11-21T20:29:54.825Z+ [[ 0 != 0 ]]
3512023-11-21T20:29:54.825Z+ CIDL_OS=solaris2.11
3522023-11-21T20:29:54.825Z+ [[ 0 != 0 ]]
3532023-11-21T20:29:54.825Z+ configure_os solaris2.11
3542023-11-21T20:29:54.825Z+ echo 'current directory: /work/oxidecomputer/omicron'
3552023-11-21T20:29:54.825Zcurrent directory: /work/oxidecomputer/omicron
3562023-11-21T20:29:54.825Z+ echo 'configuring based on OS: "solaris2.11"'
3572023-11-21T20:29:54.825Z+ CIDL_DASHREV=
3582023-11-21T20:29:54.825Z+ case "$1" in
3592023-11-21T20:29:54.825Zconfiguring based on OS: "solaris2.11"
3602023-11-21T20:29:54.825Z+ CIDL_PLATFORM=illumos
3612023-11-21T20:29:54.825Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3622023-11-21T20:29:54.825Z+ CIDL_MD5FUNC=do_md5sum
3632023-11-21T20:29:54.825Z+ CIDL_DASHREV=-1
3642023-11-21T20:29:54.825Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3652023-11-21T20:29:54.825Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3662023-11-21T20:29:54.825Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3672023-11-21T20:29:54.825Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-11-21T20:29:54.825Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3692023-11-21T20:29:54.825ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-11-21T20:29:54.825ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-11-21T20:29:54.825Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3722023-11-21T20:29:54.825Z+ mkdir -p out/downloads
3732023-11-21T20:29:54.825Z+ mkdir -p ./out/clickhouse
3742023-11-21T20:29:54.836Z+ local DO_DOWNLOAD=true
3752023-11-21T20:29:54.836Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3762023-11-21T20:29:54.836Z+ '[' true == true ']'
3772023-11-21T20:29:54.836Z+ echo Downloading...
3782023-11-21T20:29:54.836ZDownloading...
3792023-11-21T20:29:54.836Z+ 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
3802023-11-21T20:29:54.836Z+ 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
3812023-11-21T20:30:01.496Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822023-11-21T20:30:01.774Z++ md5sum
3832023-11-21T20:30:01.775Z++ awk '{print $1}'
3842023-11-21T20:30:01.775Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3852023-11-21T20:30:01.775Z+ [[ 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 ]]
3862023-11-21T20:30:01.775Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3872023-11-21T20:30:01.775Z+ mkdir -p ./out/clickhouse
3882023-11-21T20:30:01.775Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3892023-11-21T20:30:01.914Z+ ./out/clickhouse/clickhouse server --version
3902023-11-21T20:30:02.036ZClickHouse server version 22.8.9.1.
3912023-11-21T20:30:02.036Z+ set -o errexit
3922023-11-21T20:30:02.036Z+++ dirname ./tools/ci_download_console
3932023-11-21T20:30:02.036Z++ cd ./tools
3942023-11-21T20:30:02.036Z++ pwd
3952023-11-21T20:30:02.036Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962023-11-21T20:30:02.036Z++ basename ./tools/ci_download_console
3972023-11-21T20:30:02.036Z+ ARG0=ci_download_console
3982023-11-21T20:30:02.036Z+ TARGET_DIR=out
3992023-11-21T20:30:02.036Z+ DOWNLOAD_DIR=out/downloads
4002023-11-21T20:30:02.036Z+ DEST_DIR=./out/console-assets
4012023-11-21T20:30:02.036Z+ source /work/oxidecomputer/omicron/tools/console_version
4022023-11-21T20:30:02.036Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4032023-11-21T20:30:02.036Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4042023-11-21T20:30:02.036Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4052023-11-21T20:30:02.036Z+ TARBALL_FILE=out/downloads/console.tar.gz
4062023-11-21T20:30:02.036Z+ main
4072023-11-21T20:30:02.036Z+ [[ 0 != 0 ]]
4082023-11-21T20:30:02.036Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4092023-11-21T20:30:02.036ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4102023-11-21T20:30:02.036Z+ echo 'Local file: out/downloads/console.tar.gz'
4112023-11-21T20:30:02.036ZLocal file: out/downloads/console.tar.gz
4122023-11-21T20:30:02.036Z+ local DO_DOWNLOAD=true
4132023-11-21T20:30:02.036Z+ [[ -f out/downloads/console.tar.gz ]]
4142023-11-21T20:30:02.036Z+ mkdir -p out/downloads
4152023-11-21T20:30:02.036Z+ '[' true == true ']'
4162023-11-21T20:30:02.036Z+ echo Downloading...
4172023-11-21T20:30:02.036ZDownloading...
4182023-11-21T20:30:02.036Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4192023-11-21T20:30:02.036Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4202023-11-21T20:30:02.610Z++ do_sha256sum out/downloads/console.tar.gz
4212023-11-21T20:30:02.724Z++ case "$OSTYPE" in
4222023-11-21T20:30:02.724Z++ SHA=sha256sum
4232023-11-21T20:30:02.724Z++ sha256sum
4242023-11-21T20:30:02.724Z++ awk '{print $1}'
4252023-11-21T20:30:02.724Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4262023-11-21T20:30:02.724Z+ [[ 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 ]]
4272023-11-21T20:30:02.724Z+ rm -rf ./out/console-assets
4282023-11-21T20:30:02.724Z+ mkdir -p ./out/console-assets
4292023-11-21T20:30:02.725Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4302023-11-21T20:30:02.725Z+ mkdir -p ./out/console-assets
4312023-11-21T20:30:02.725Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4322023-11-21T20:30:02.863Z+ set -o errexit
4332023-11-21T20:30:02.863Z+++ dirname ./tools/ci_download_maghemite_openapi
4342023-11-21T20:30:02.863Z++ cd ./tools
4352023-11-21T20:30:02.863Z++ pwd
4362023-11-21T20:30:02.863Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372023-11-21T20:30:02.863Z++ basename ./tools/ci_download_maghemite_openapi
4382023-11-21T20:30:02.863Z+ ARG0=ci_download_maghemite_openapi
4392023-11-21T20:30:02.863Z+ TARGET_DIR=out
4402023-11-21T20:30:02.863Z+ DOWNLOAD_DIR=out/downloads
4412023-11-21T20:30:02.863Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4422023-11-21T20:30:02.864Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4432023-11-21T20:30:02.864Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4442023-11-21T20:30:02.864Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4452023-11-21T20:30:02.864Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4462023-11-21T20:30:02.864Z+ main
4472023-11-21T20:30:02.864Z+ [[ 0 != 0 ]]
4482023-11-21T20:30:02.865Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4492023-11-21T20:30:02.865ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4502023-11-21T20:30:02.865Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4512023-11-21T20:30:02.865ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4522023-11-21T20:30:02.865Z+ local DO_DOWNLOAD=true
4532023-11-21T20:30:02.865Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4542023-11-21T20:30:02.865Z+ mkdir -p out/downloads
4552023-11-21T20:30:02.865Z+ '[' true == true ']'
4562023-11-21T20:30:02.865Z+ echo Downloading...
4572023-11-21T20:30:02.865ZDownloading...
4582023-11-21T20:30:02.865Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4592023-11-21T20:30:02.865Z+ 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
4602023-11-21T20:30:03.221Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4612023-11-21T20:30:03.221Z++ case "$OSTYPE" in
4622023-11-21T20:30:03.247Z++ SHA=sha256sum
4632023-11-21T20:30:03.247Z++ sha256sum
4642023-11-21T20:30:03.247Z++ awk '{print $1}'
4652023-11-21T20:30:03.247Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4662023-11-21T20:30:03.247Z+ [[ 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 ]]
4672023-11-21T20:30:03.247Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4682023-11-21T20:30:03.247Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4692023-11-21T20:30:03.247Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4702023-11-21T20:30:03.247Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4712023-11-21T20:30:03.247Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4722023-11-21T20:30:03.247Z+ main
4732023-11-21T20:30:03.248Z+ [[ 0 != 0 ]]
4742023-11-21T20:30:03.248Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4752023-11-21T20:30:03.248ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4762023-11-21T20:30:03.248Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4772023-11-21T20:30:03.248ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4782023-11-21T20:30:03.248Z+ local DO_DOWNLOAD=true
4792023-11-21T20:30:03.248Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4802023-11-21T20:30:03.248Z+ mkdir -p out/downloads
4812023-11-21T20:30:03.248Z+ '[' true == true ']'
4822023-11-21T20:30:03.248Z+ echo Downloading...
4832023-11-21T20:30:03.248ZDownloading...
4842023-11-21T20:30:03.248Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4852023-11-21T20:30:03.248Z+ 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
4862023-11-21T20:30:03.602Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4872023-11-21T20:30:03.640Z++ case "$OSTYPE" in
4882023-11-21T20:30:03.640Z++ SHA=sha256sum
4892023-11-21T20:30:03.640Z++ sha256sum
4902023-11-21T20:30:03.640Z++ awk '{print $1}'
4912023-11-21T20:30:03.640Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4922023-11-21T20:30:03.640Z+ [[ 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 ]]
4932023-11-21T20:30:03.640Z+ set -o errexit
4942023-11-21T20:30:03.640Z+++ dirname ./tools/ci_download_dendrite_openapi
4952023-11-21T20:30:03.640Z++ cd ./tools
4962023-11-21T20:30:03.640Z++ pwd
4972023-11-21T20:30:03.640Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4982023-11-21T20:30:03.640Z++ basename ./tools/ci_download_dendrite_openapi
4992023-11-21T20:30:03.640Z+ ARG0=ci_download_dendrite_openapi
5002023-11-21T20:30:03.640Z+ TARGET_DIR=out
5012023-11-21T20:30:03.640Z+ DOWNLOAD_DIR=out/downloads
5022023-11-21T20:30:03.640Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5032023-11-21T20:30:03.640Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5042023-11-21T20:30:03.640Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5052023-11-21T20:30:03.640Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5062023-11-21T20:30:03.640Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5072023-11-21T20:30:03.640Z+ main
5082023-11-21T20:30:03.640Z+ [[ 0 != 0 ]]
5092023-11-21T20:30:03.640Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
5102023-11-21T20:30:03.640ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5112023-11-21T20:30:03.640ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5122023-11-21T20:30:03.640Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
5132023-11-21T20:30:03.640Z+ local DO_DOWNLOAD=true
5142023-11-21T20:30:03.640Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
5152023-11-21T20:30:03.640Z+ mkdir -p out/downloads
5162023-11-21T20:30:03.640Z+ '[' true == true ']'
5172023-11-21T20:30:03.640Z+ echo Downloading...
5182023-11-21T20:30:03.640ZDownloading...
5192023-11-21T20:30:03.640Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5202023-11-21T20:30:03.640Z+ 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
5212023-11-21T20:30:03.801Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5222023-11-21T20:30:03.801Z++ case "$OSTYPE" in
5232023-11-21T20:30:03.846Z++ SHA=sha256sum
5242023-11-21T20:30:03.846Z++ sha256sum
5252023-11-21T20:30:03.848Z++ awk '{print $1}'
5262023-11-21T20:30:03.848Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5272023-11-21T20:30:03.848Z+ [[ 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 ]]
5282023-11-21T20:30:03.848Z+ set -o errexit
5292023-11-21T20:30:03.848Z+++ dirname ./tools/ci_download_dendrite_stub
5302023-11-21T20:30:03.848Z++ cd ./tools
5312023-11-21T20:30:03.848Z++ pwd
5322023-11-21T20:30:03.848Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5332023-11-21T20:30:03.848Z++ basename ./tools/ci_download_dendrite_stub
5342023-11-21T20:30:03.848Z+ ARG0=ci_download_dendrite_stub
5352023-11-21T20:30:03.848Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5362023-11-21T20:30:03.848Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5372023-11-21T20:30:03.848Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5382023-11-21T20:30:03.848Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5392023-11-21T20:30:03.848Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5402023-11-21T20:30:03.848Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5412023-11-21T20:30:03.848Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5422023-11-21T20:30:03.848Z+ TARGET_DIR=out
5432023-11-21T20:30:03.849Z+ DOWNLOAD_DIR=out/downloads
5442023-11-21T20:30:03.849Z+ DEST_DIR=./out/dendrite-stub
5452023-11-21T20:30:03.849Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5462023-11-21T20:30:03.849Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5472023-11-21T20:30:03.849Z+ REPO=oxidecomputer/dendrite
5482023-11-21T20:30:03.849Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5492023-11-21T20:30:03.851Z+ main
5502023-11-21T20:30:03.851Z+ [[ 0 != 0 ]]
5512023-11-21T20:30:03.851Z+ CIDL_OS=solaris2.11
5522023-11-21T20:30:03.851Z+ [[ 0 != 0 ]]
5532023-11-21T20:30:03.851Z+ configure_os solaris2.11
5542023-11-21T20:30:03.852Z+ echo 'current directory: /work/oxidecomputer/omicron'
5552023-11-21T20:30:03.852Zcurrent directory: /work/oxidecomputer/omicron
5562023-11-21T20:30:03.852Z+ echo 'configuring based on OS: "solaris2.11"'
5572023-11-21T20:30:03.852Z+ case "$1" in
5582023-11-21T20:30:03.852Zconfiguring based on OS: "solaris2.11"
5592023-11-21T20:30:03.852Z+ SET_BINARIES=
5602023-11-21T20:30:03.852Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5612023-11-21T20:30:03.852Z+ CIDL_SHA256FUNC=do_sha256sum
5622023-11-21T20:30:03.852Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5632023-11-21T20:30:03.852Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5642023-11-21T20:30:03.852ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5652023-11-21T20:30:03.852Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5662023-11-21T20:30:03.852Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5672023-11-21T20:30:03.852ZLocal file: out/downloads/dendrite-stub.tar.gz
5682023-11-21T20:30:03.852Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5692023-11-21T20:30:03.852Z+ mkdir -p out/downloads
5702023-11-21T20:30:03.852Z+ mkdir -p ./out/dendrite-stub
5712023-11-21T20:30:03.852Z+ fetch_and_verify
5722023-11-21T20:30:03.852Z+ local DO_DOWNLOAD=true
5732023-11-21T20:30:03.852Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5742023-11-21T20:30:03.852Z+ '[' true == true ']'
5752023-11-21T20:30:03.852Z+ echo Downloading...
5762023-11-21T20:30:03.852ZDownloading...
5772023-11-21T20:30:03.852Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5782023-11-21T20:30:03.852Z+ 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
5792023-11-21T20:30:11.216Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5802023-11-21T20:30:11.226Z++ sha256sum
5812023-11-21T20:30:11.226Z++ awk '{print $1}'
5822023-11-21T20:30:11.303Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5832023-11-21T20:30:11.303Z+ [[ 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 ]]
5842023-11-21T20:30:11.308Z+ do_untar out/downloads/dendrite-stub.tar.gz
5852023-11-21T20:30:11.308Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5862023-11-21T20:30:12.357Z+ do_assemble
5872023-11-21T20:30:12.357Z+ rm -r ./out/dendrite-stub
5882023-11-21T20:30:12.373Z+ mkdir ./out/dendrite-stub
5892023-11-21T20:30:12.373Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5902023-11-21T20:30:12.516Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5912023-11-21T20:30:12.527Z+ set -o errexit
5922023-11-21T20:30:12.530Z+++ dirname ./tools/ci_download_maghemite_mgd
5932023-11-21T20:30:12.533Z++ cd ./tools
5942023-11-21T20:30:12.534Z++ pwd
5952023-11-21T20:30:12.534Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5962023-11-21T20:30:12.534Z++ basename ./tools/ci_download_maghemite_mgd
5972023-11-21T20:30:12.537Z+ ARG0=ci_download_maghemite_mgd
5982023-11-21T20:30:12.537Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5992023-11-21T20:30:12.537Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6002023-11-21T20:30:12.537Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
6012023-11-21T20:30:12.537Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6022023-11-21T20:30:12.537Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
6032023-11-21T20:30:12.537Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
6042023-11-21T20:30:12.538Z+ TARGET_DIR=out
6052023-11-21T20:30:12.538Z+ DOWNLOAD_DIR=out/downloads
6062023-11-21T20:30:12.538Z+ DEST_DIR=./out/mgd
6072023-11-21T20:30:12.538Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6082023-11-21T20:30:12.538Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6092023-11-21T20:30:12.538Z+ REPO=oxidecomputer/maghemite
6102023-11-21T20:30:12.538Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
6112023-11-21T20:30:12.538Z+ main
6122023-11-21T20:30:12.538Z+ [[ 0 != 0 ]]
6132023-11-21T20:30:12.538Z+ CIDL_OS=solaris2.11
6142023-11-21T20:30:12.538Z+ [[ 0 != 0 ]]
6152023-11-21T20:30:12.538Z+ configure_os solaris2.11
6162023-11-21T20:30:12.538Z+ echo 'current directory: /work/oxidecomputer/omicron'
6172023-11-21T20:30:12.538Zcurrent directory: /work/oxidecomputer/omicron
6182023-11-21T20:30:12.538Z+ echo 'configuring based on OS: "solaris2.11"'
6192023-11-21T20:30:12.538Z+ case "$1" in
6202023-11-21T20:30:12.539Zconfiguring based on OS: "solaris2.11"
6212023-11-21T20:30:12.539Z+ SET_BINARIES=
6222023-11-21T20:30:12.539Z+ CIDL_SHA256FUNC=do_sha256sum
6232023-11-21T20:30:12.539Z+ TARBALL_FILENAME=mgd.tar.gz
6242023-11-21T20:30:12.539Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6252023-11-21T20:30:12.539Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6262023-11-21T20:30:12.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6272023-11-21T20:30:12.539ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6282023-11-21T20:30:12.539ZLocal file: out/downloads/mgd.tar.gz
6292023-11-21T20:30:12.539Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6302023-11-21T20:30:12.539Z+ mkdir -p out/downloads
6312023-11-21T20:30:12.543Z+ mkdir -p ./out/mgd
6322023-11-21T20:30:12.543Z+ fetch_and_verify
6332023-11-21T20:30:12.543Z+ local DO_DOWNLOAD=true
6342023-11-21T20:30:12.543Z+ [[ -f out/downloads/mgd.tar.gz ]]
6352023-11-21T20:30:12.543Z+ '[' true == true ']'
6362023-11-21T20:30:12.543Z+ echo Downloading...
6372023-11-21T20:30:12.543ZDownloading...
6382023-11-21T20:30:12.543Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6392023-11-21T20:30:12.543Z+ 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
6402023-11-21T20:30:20.162Z++ do_sha256sum out/downloads/mgd.tar.gz
6412023-11-21T20:30:20.172Z++ sha256sum
6422023-11-21T20:30:20.172Z++ awk '{print $1}'
6432023-11-21T20:30:20.246Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6442023-11-21T20:30:20.246Z+ [[ 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 ]]
6452023-11-21T20:30:20.257Z+ do_untar out/downloads/mgd.tar.gz
6462023-11-21T20:30:20.257Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6472023-11-21T20:30:20.898Z+ do_assemble
6482023-11-21T20:30:20.898Z+ rm -r ./out/mgd
6492023-11-21T20:30:20.907Z+ mkdir ./out/mgd
6502023-11-21T20:30:20.907Z+ cp -r out/downloads/root ./out/mgd/root
6512023-11-21T20:30:21.119Z+ set -o errexit
6522023-11-21T20:30:21.133Z+++ dirname ./tools/ci_download_transceiver_control
6532023-11-21T20:30:21.133Z++ cd ./tools
6542023-11-21T20:30:21.133Z++ pwd
6552023-11-21T20:30:21.134Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6562023-11-21T20:30:21.134Z++ basename ./tools/ci_download_transceiver_control
6572023-11-21T20:30:21.134Z+ ARG0=ci_download_transceiver_control
6582023-11-21T20:30:21.134Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6592023-11-21T20:30:21.134Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602023-11-21T20:30:21.134Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612023-11-21T20:30:21.134Z+ TARGET_DIR=out
6622023-11-21T20:30:21.134Z+ DOWNLOAD_DIR=out/downloads
6632023-11-21T20:30:21.134Z+ DEST_DIR=./out/transceiver-control
6642023-11-21T20:30:21.134Z+ BIN_DIR=/opt/oxide/bin
6652023-11-21T20:30:21.134Z+ BINARY=xcvradm
6662023-11-21T20:30:21.134Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6672023-11-21T20:30:21.134Z+ REPO=oxidecomputer/transceiver-control
6682023-11-21T20:30:21.134Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692023-11-21T20:30:21.134Z+ main
6702023-11-21T20:30:21.134Z+ [[ 0 != 0 ]]
6712023-11-21T20:30:21.134Z+ CIDL_OS=solaris2.11
6722023-11-21T20:30:21.134Z+ [[ 0 != 0 ]]
6732023-11-21T20:30:21.134Z+ configure_os solaris2.11
6742023-11-21T20:30:21.134Z+ echo 'current directory: /work/oxidecomputer/omicron'
6752023-11-21T20:30:21.134Zcurrent directory: /work/oxidecomputer/omicron
6762023-11-21T20:30:21.134Z+ echo 'configuring based on OS: "solaris2.11"'
6772023-11-21T20:30:21.134Zconfiguring based on OS: "solaris2.11"
6782023-11-21T20:30:21.134Z+ case "$1" in
6792023-11-21T20:30:21.134Z+ SET_BINARIES=
6802023-11-21T20:30:21.134Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812023-11-21T20:30:21.134Z+ CIDL_SHA256FUNC=do_sha256sum
6822023-11-21T20:30:21.134Z+ ARCHIVE_FILENAME=xcvradm.gz
6832023-11-21T20:30:21.137Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6842023-11-21T20:30:21.137Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6852023-11-21T20:30:21.137Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6862023-11-21T20:30:21.137ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6872023-11-21T20:30:21.137Z+ echo 'Local file: out/downloads/xcvradm.gz'
6882023-11-21T20:30:21.137ZLocal file: out/downloads/xcvradm.gz
6892023-11-21T20:30:21.137Z+ mkdir -p out/downloads
6902023-11-21T20:30:21.137Z+ mkdir -p ./out/transceiver-control
6912023-11-21T20:30:21.137Z+ fetch_and_verify
6922023-11-21T20:30:21.137Z+ local DO_DOWNLOAD=true
6932023-11-21T20:30:21.137Z+ [[ -f out/downloads/xcvradm.gz ]]
6942023-11-21T20:30:21.137Z+ '[' true == true ']'
6952023-11-21T20:30:21.137Z+ echo Downloading...
6962023-11-21T20:30:21.137ZDownloading...
6972023-11-21T20:30:21.137Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6982023-11-21T20:30:21.137Z+ 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
6992023-11-21T20:30:26.501Z++ do_sha256sum out/downloads/xcvradm.gz
7002023-11-21T20:30:26.524Z++ sha256sum
7012023-11-21T20:30:26.524Z++ awk '{print $1}'
7022023-11-21T20:30:26.530Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7032023-11-21T20:30:26.531Z+ [[ 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 ]]
7042023-11-21T20:30:26.531Z+ do_unpack out/downloads/xcvradm.gz
7052023-11-21T20:30:26.531Z+ mkdir -p out/downloads/root//opt/oxide/bin
7062023-11-21T20:30:26.531Z+ gzip -dc out/downloads/xcvradm.gz
7072023-11-21T20:30:26.694Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7082023-11-21T20:30:26.710Z+ do_assemble
7092023-11-21T20:30:26.710Z+ rm -r ./out/transceiver-control
7102023-11-21T20:30:26.710Z+ mkdir ./out/transceiver-control
7112023-11-21T20:30:26.710Z+ cp -r out/downloads/root ./out/transceiver-control/root
7122023-11-21T20:30:26.924ZAll builder prerequisites installed successfully, and PATH looks valid
7132023-11-21T20:30:27.374Z
7142023-11-21T20:30:27.374Zreal 2:00.025235455
7152023-11-21T20:30:27.374Zuser 53.048803427
7162023-11-21T20:30:27.374Zsys 9.990889048
7172023-11-21T20:30:27.374Ztrap 0.019609580
7182023-11-21T20:30:27.374Ztflt 0.155626974
7192023-11-21T20:30:27.374Zdflt 0.837892386
7202023-11-21T20:30:27.374Zkflt 0.293782205
7212023-11-21T20:30:27.374Zlock 1.992722368
7222023-11-21T20:30:27.374Zslp 3:44.948294266
7232023-11-21T20:30:27.374Zlat 3.458737231
7242023-11-21T20:30:27.374Zstop 0.075407873
7252023-11-21T20:30:27.374Z
7262023-11-21T20:30:27.374Z ##### # # # # #####
7272023-11-21T20:30:27.374Z # # # # # # # #
7282023-11-21T20:30:27.374Z ##### # # # # # #
7292023-11-21T20:30:27.374Z # # # # # # # #
7302023-11-21T20:30:27.374Z # # # # # # # #
7312023-11-21T20:30:27.374Z ##### #### # ###### #####
7322023-11-21T20:30:27.374Z
7332023-11-21T20:30:27.374Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7342023-11-21T20:30:27.650Z Updating crates.io index
7352023-11-21T20:30:27.654Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7362023-11-21T20:30:28.690Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7372023-11-21T20:30:30.512Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7382023-11-21T20:30:31.101Z Updating git repository `http://github.com/oxidecomputer/tofino`
7392023-11-21T20:30:31.443Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7402023-11-21T20:30:31.746Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7412023-11-21T20:30:32.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
7422023-11-21T20:30:32.957Z Updating git repository `https://github.com/oxidecomputer/crucible`
7432023-11-21T20:30:35.213Z Updating git repository `https://github.com/oxidecomputer/opte`
7442023-11-21T20:30:35.986Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7452023-11-21T20:30:36.399Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7462023-11-21T20:30:36.926Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7472023-11-21T20:30:37.436Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7482023-11-21T20:30:37.720Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7492023-11-21T20:30:38.141Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7502023-11-21T20:30:38.500Z Updating git repository `https://github.com/njaremko/samael`
7512023-11-21T20:30:38.963Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522023-11-21T20:30:39.697Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7532023-11-21T20:30:40.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542023-11-21T20:30:40.399Z Updating git repository `https://github.com/jgallagher/nix`
7552023-11-21T20:30:41.921Z Updating git repository `https://github.com/cbiffle/hubpack`
7562023-11-21T20:30:42.495Z Updating git repository `https://github.com/oxidecomputer/typify`
7572023-11-21T20:30:43.666Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582023-11-21T20:30:44.082Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592023-11-21T20:30:44.484Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602023-11-21T20:30:46.137Z Downloading crates ...
7612023-11-21T20:30:46.358Z Downloaded bytecount v0.6.3
7622023-11-21T20:30:46.362Z Downloaded bb8 v0.8.1
7632023-11-21T20:30:46.432Z Downloaded impl-trait-for-tuples v0.2.2
7642023-11-21T20:30:46.435Z Downloaded is_ci v1.1.1
7652023-11-21T20:30:46.436Z Downloaded instant v0.1.12
7662023-11-21T20:30:46.436Z Downloaded indoc v2.0.3
7672023-11-21T20:30:46.436Z Downloaded atomic-waker v1.1.1
7682023-11-21T20:30:46.436Z Downloaded hubpack v0.1.2
7692023-11-21T20:30:46.436Z Downloaded log v0.4.20
7702023-11-21T20:30:46.436Z Downloaded lalrpop-util v0.19.12
7712023-11-21T20:30:46.437Z Downloaded is-terminal v0.4.9
7722023-11-21T20:30:46.437Z Downloaded newline-converter v0.3.0
7732023-11-21T20:30:46.437Z Downloaded num-derive v0.4.0
7742023-11-21T20:30:46.437Z Downloaded mockall_derive v0.11.4
7752023-11-21T20:30:46.449Z Downloaded heck v0.4.1
7762023-11-21T20:30:46.453Z Downloaded match_cfg v0.1.0
7772023-11-21T20:30:46.453Z Downloaded http-range v0.1.5
7782023-11-21T20:30:46.453Z Downloaded atomicwrites v0.4.2
7792023-11-21T20:30:46.457Z Downloaded bit-set v0.5.3
7802023-11-21T20:30:46.460Z Downloaded libsw v3.3.0
7812023-11-21T20:30:46.471Z Downloaded base64ct v1.6.0
7822023-11-21T20:30:46.477Z Downloaded hostname v0.3.1
7832023-11-21T20:30:46.484Z Downloaded backtrace v0.3.69
7842023-11-21T20:30:46.497Z Downloaded normalize-line-endings v0.3.0
7852023-11-21T20:30:46.501Z Downloaded newtype_derive v0.1.6
7862023-11-21T20:30:46.505Z Downloaded hubpack_derive v0.1.1
7872023-11-21T20:30:46.508Z Downloaded num-iter v0.1.43
7882023-11-21T20:30:46.512Z Downloaded rpassword v7.3.1
7892023-11-21T20:30:46.517Z Downloaded shlex v1.1.0
7902023-11-21T20:30:46.517Z Downloaded hex-literal v0.4.1
7912023-11-21T20:30:46.520Z Downloaded http-body v0.4.5
7922023-11-21T20:30:46.525Z Downloaded toolchain_find v0.2.0
7932023-11-21T20:30:46.533Z Downloaded mime v0.3.17
7942023-11-21T20:30:46.533Z Downloaded bytesize v1.3.0
7952023-11-21T20:30:46.540Z Downloaded terminal_size v0.2.6
7962023-11-21T20:30:46.540Z Downloaded anstyle-parse v0.2.1
7972023-11-21T20:30:46.553Z Downloaded mockall v0.11.4
7982023-11-21T20:30:46.553Z Downloaded colored v2.0.4
7992023-11-21T20:30:46.967Z Downloaded linear-map v1.2.0
8002023-11-21T20:30:46.967Z Downloaded block-padding v0.3.3
8012023-11-21T20:30:46.985Z Downloaded bitflags v2.4.0
8022023-11-21T20:30:46.985Z Downloaded backoff v0.4.0
8032023-11-21T20:30:46.985Z Downloaded ciborium v0.2.1
8042023-11-21T20:30:46.985Z Downloaded byteorder v1.5.0
8052023-11-21T20:30:46.985Z Downloaded tiny-keccak v2.0.2
8062023-11-21T20:30:46.985Z Downloaded path-slash v0.1.5
8072023-11-21T20:30:46.985Z Downloaded serde_spanned v0.6.4
8082023-11-21T20:30:46.985Z Downloaded serde_path_to_error v0.1.14
8092023-11-21T20:30:46.985Z Downloaded mime_guess v2.0.4
8102023-11-21T20:30:46.985Z Downloaded clap_derive v4.4.2
8112023-11-21T20:30:46.986Z Downloaded number_prefix v0.4.0
8122023-11-21T20:30:46.986Z Downloaded time-core v0.1.1
8132023-11-21T20:30:46.986Z Downloaded serde_with_macros v2.3.3
8142023-11-21T20:30:46.986Z Downloaded swrite v0.1.0
8152023-11-21T20:30:46.986Z Downloaded clap v4.4.3
8162023-11-21T20:30:46.986Z Downloaded phf v0.11.2
8172023-11-21T20:30:46.986Z Downloaded parse-display-derive v0.8.2
8182023-11-21T20:30:46.987Z Downloaded precomputed-hash v0.1.1
8192023-11-21T20:30:46.987Z Downloaded downcast v0.11.0
8202023-11-21T20:30:46.987Z Downloaded doc-comment v0.3.3
8212023-11-21T20:30:46.987Z Downloaded proc-macro-error-attr v1.0.4
8222023-11-21T20:30:46.988Z Downloaded wyz v0.5.1
8232023-11-21T20:30:46.988Z Downloaded percent-encoding v2.3.0
8242023-11-21T20:30:46.988Z Downloaded pem-rfc7468 v0.7.0
8252023-11-21T20:30:46.988Z Downloaded openssl-macros v0.1.1
8262023-11-21T20:30:46.988Z Downloaded nu-ansi-term v0.49.0
8272023-11-21T20:30:46.988Z Downloaded signal-hook-registry v1.4.1
8282023-11-21T20:30:46.988Z Downloaded serde_tokenstream v0.2.0
8292023-11-21T20:30:46.988Z Downloaded thiserror-impl-no-std v2.0.2
8302023-11-21T20:30:46.988Z Downloaded bytes v1.5.0
8312023-11-21T20:30:46.988Z Downloaded errno v0.3.2
8322023-11-21T20:30:46.988Z Downloaded spin v0.5.2
8332023-11-21T20:30:46.988Z Downloaded kstat-rs v0.2.3
8342023-11-21T20:30:46.988Z Downloaded foreign-types-shared v0.3.1
8352023-11-21T20:30:46.988Z Downloaded slog-bunyan v2.4.0
8362023-11-21T20:30:46.988Z Downloaded toml v0.7.8
8372023-11-21T20:30:46.988Z Downloaded crunchy v0.2.2
8382023-11-21T20:30:46.988Z Downloaded crucible-workspace-hack v0.1.0
8392023-11-21T20:30:46.988Z Downloaded foreign-types-macros v0.2.3
8402023-11-21T20:30:46.988Z Downloaded headers-core v0.2.0
8412023-11-21T20:30:46.988Z Downloaded vte v0.11.1
8422023-11-21T20:30:46.988Z Downloaded dyn-clone v1.0.13
8432023-11-21T20:30:46.988Z Downloaded trybuild v1.0.85
8442023-11-21T20:30:46.988Z Downloaded textwrap v0.11.0
8452023-11-21T20:30:46.988Z Downloaded resolv-conf v0.7.0
8462023-11-21T20:30:46.989Z Downloaded base64 v0.21.5
8472023-11-21T20:30:46.989Z Downloaded foreign-types v0.5.0
8482023-11-21T20:30:46.989Z Downloaded fxhash v0.2.1
8492023-11-21T20:30:46.989Z Downloaded structmeta-derive v0.2.0
8502023-11-21T20:30:46.989Z Downloaded filetime v0.2.22
8512023-11-21T20:30:46.989Z Downloaded fd-lock v3.0.13
8522023-11-21T20:30:46.989Z Downloaded fragile v2.0.0
8532023-11-21T20:30:46.989Z Downloaded lock_api v0.4.10
8542023-11-21T20:30:46.989Z Downloaded der_derive v0.7.2
8552023-11-21T20:30:46.989Z Downloaded toml v0.8.8
8562023-11-21T20:30:46.989Z Downloaded group v0.13.0
8572023-11-21T20:30:46.989Z Downloaded plotters-svg v0.3.5
8582023-11-21T20:30:46.989Z Downloaded phf_shared v0.10.0
8592023-11-21T20:30:46.989Z Downloaded crypto-common v0.1.6
8602023-11-21T20:30:46.989Z Downloaded foreign-types-shared v0.1.1
8612023-11-21T20:30:46.989Z Downloaded globset v0.4.13
8622023-11-21T20:30:46.989Z Downloaded relative-path v1.9.0
8632023-11-21T20:30:46.989Z Downloaded fs-err v2.11.0
8642023-11-21T20:30:46.989Z Downloaded rstest v0.18.2
8652023-11-21T20:30:46.989Z Downloaded packed_struct_codegen v0.10.1
8662023-11-21T20:30:46.989Z Downloaded packed_struct v0.10.1
8672023-11-21T20:30:46.989Z Downloaded pest_generator v2.7.2
8682023-11-21T20:30:46.989Z Downloaded zeroize_derive v1.4.2
8692023-11-21T20:30:46.989Z Downloaded zeroize v1.6.0
8702023-11-21T20:30:46.989Z Downloaded omicron-zone-package v0.9.1
8712023-11-21T20:30:46.989Z Downloaded postgres-types v0.2.6
8722023-11-21T20:30:46.989Z Downloaded futures-sink v0.3.29
8732023-11-21T20:30:46.989Z Downloaded crossbeam-deque v0.8.3
8742023-11-21T20:30:46.989Z Downloaded plotters-backend v0.3.5
8752023-11-21T20:30:46.989Z Downloaded zone v0.3.0
8762023-11-21T20:30:46.989Z Downloaded futures-task v0.3.29
8772023-11-21T20:30:46.989Z Downloaded mio v0.8.9
8782023-11-21T20:30:46.989Z Downloaded xattr v1.0.1
8792023-11-21T20:30:46.989Z Downloaded futures-io v0.3.29
8802023-11-21T20:30:46.989Z Downloaded darling_core v0.14.4
8812023-11-21T20:30:46.989Z Downloaded curve25519-dalek-derive v0.1.0
8822023-11-21T20:30:46.989Z Downloaded strum v0.25.0
8832023-11-21T20:30:46.989Z Downloaded futures-channel v0.3.29
8842023-11-21T20:30:46.989Z Downloaded ff v0.13.0
8852023-11-21T20:30:46.989Z Downloaded flagset v0.4.3
8862023-11-21T20:30:46.989Z Downloaded quote v1.0.33
8872023-11-21T20:30:46.989Z Downloaded parking_lot v0.11.2
8882023-11-21T20:30:46.989Z Downloaded serial_test_derive v0.10.0
8892023-11-21T20:30:46.989Z Downloaded vte_generate_state_changes v0.1.1
8902023-11-21T20:30:46.989Z Downloaded minimal-lexical v0.2.1
8912023-11-21T20:30:46.989Z Downloaded rand_xorshift v0.3.0
8922023-11-21T20:30:46.989Z Downloaded zerocopy v0.3.0
8932023-11-21T20:30:46.989Z Downloaded hash32 v0.2.1
8942023-11-21T20:30:46.989Z Downloaded futures-timer v3.0.2
8952023-11-21T20:30:46.989Z Downloaded tinyvec_macros v0.1.1
8962023-11-21T20:30:46.989Z Downloaded postcard-cobs v0.1.5-pre
8972023-11-21T20:30:46.989Z Downloaded signal-hook-mio v0.2.3
8982023-11-21T20:30:46.990Z Downloaded thiserror v1.0.49
8992023-11-21T20:30:46.990Z Downloaded equivalent v1.0.1
9002023-11-21T20:30:46.990Z Downloaded postcard v0.7.3
9012023-11-21T20:30:47.407Z Downloaded rusty-fork v0.3.0
9022023-11-21T20:30:47.407Z Downloaded rustc_version v0.1.7
9032023-11-21T20:30:47.407Z Downloaded tempdir v0.3.7
9042023-11-21T20:30:47.407Z Downloaded rustc-hash v1.1.0
9052023-11-21T20:30:47.408Z Downloaded tui-tree-widget v0.13.0
9062023-11-21T20:30:47.408Z Downloaded once_cell v1.18.0
9072023-11-21T20:30:47.408Z Downloaded vsss-rs v3.3.1
9082023-11-21T20:30:47.408Z Downloaded libtest-mimic v0.6.1
9092023-11-21T20:30:47.408Z Downloaded zone_cfg_derive v0.3.0
9102023-11-21T20:30:47.408Z Downloaded take_mut v0.2.2
9112023-11-21T20:30:47.408Z Downloaded indoc v1.0.9
9122023-11-21T20:30:47.408Z Downloaded rand_chacha v0.3.1
9132023-11-21T20:30:47.408Z Downloaded pem v1.1.1
9142023-11-21T20:30:47.408Z Downloaded tower-service v0.3.2
9152023-11-21T20:30:47.408Z Downloaded opaque-debug v0.3.0
9162023-11-21T20:30:47.408Z Downloaded serde-big-array v0.4.1
9172023-11-21T20:30:47.408Z Downloaded siphasher v0.3.11
9182023-11-21T20:30:47.408Z Downloaded tracing-attributes v0.1.26
9192023-11-21T20:30:47.408Z Downloaded dtrace-parser v0.1.14
9202023-11-21T20:30:47.408Z Downloaded sha1 v0.10.6
9212023-11-21T20:30:47.408Z Downloaded serial_test v0.10.0
9222023-11-21T20:30:47.408Z Downloaded pretty-hex v0.3.0
9232023-11-21T20:30:47.408Z Downloaded universal-hash v0.5.1
9242023-11-21T20:30:47.408Z Downloaded yansi v0.5.1
9252023-11-21T20:30:47.408Z Downloaded waitgroup v0.1.2
9262023-11-21T20:30:47.412Z Downloaded predicates v3.0.4
9272023-11-21T20:30:47.412Z Downloaded yasna v0.5.2
9282023-11-21T20:30:47.412Z Downloaded phf_shared v0.11.2
9292023-11-21T20:30:47.413Z Downloaded pkcs8 v0.10.2
9302023-11-21T20:30:47.413Z Downloaded bcs v0.1.6
9312023-11-21T20:30:47.413Z Downloaded want v0.3.1
9322023-11-21T20:30:47.413Z Downloaded glob v0.3.1
9332023-11-21T20:30:47.415Z Downloaded postgres-protocol v0.6.6
9342023-11-21T20:30:47.415Z Downloaded display-error-chain v0.2.0
9352023-11-21T20:30:47.415Z Downloaded wait-timeout v0.2.0
9362023-11-21T20:30:47.415Z Downloaded same-file v1.0.6
9372023-11-21T20:30:47.415Z Downloaded fastrand v2.0.0
9382023-11-21T20:30:47.415Z Downloaded env_logger v0.10.0
9392023-11-21T20:30:47.415Z Downloaded diesel_derives v2.1.1
9402023-11-21T20:30:47.415Z Downloaded hyper-tls v0.5.0
9412023-11-21T20:30:47.415Z Downloaded stable_deref_trait v1.2.0
9422023-11-21T20:30:47.415Z Downloaded unicode-xid v0.2.4
9432023-11-21T20:30:47.415Z Downloaded predicates v2.1.5
9442023-11-21T20:30:47.415Z Downloaded strip-ansi-escapes v0.2.0
9452023-11-21T20:30:47.415Z Downloaded derive_more v0.99.17
9462023-11-21T20:30:47.415Z Downloaded ed25519 v1.5.3
9472023-11-21T20:30:47.415Z Downloaded block-buffer v0.10.4
9482023-11-21T20:30:47.415Z Downloaded futures-executor v0.3.29
9492023-11-21T20:30:47.415Z Downloaded digest v0.10.7
9502023-11-21T20:30:47.415Z Downloaded pest v2.7.2
9512023-11-21T20:30:47.415Z Downloaded futures-core v0.3.29
9522023-11-21T20:30:47.415Z Downloaded walkdir v2.4.0
9532023-11-21T20:30:47.415Z Downloaded dirs-sys-next v0.1.2
9542023-11-21T20:30:47.415Z Downloaded tempfile v3.8.0
9552023-11-21T20:30:47.415Z Downloaded unicode-width v0.1.11
9562023-11-21T20:30:47.415Z Downloaded ref-cast v1.0.20
9572023-11-21T20:30:47.416Z Downloaded whoami v1.4.1
9582023-11-21T20:30:47.416Z Downloaded winnow v0.5.15
9592023-11-21T20:30:47.416Z Downloaded typenum v1.16.0
9602023-11-21T20:30:47.416Z Downloaded snafu v0.7.5
9612023-11-21T20:30:47.416Z Downloaded oso v0.27.0
9622023-11-21T20:30:47.416Z Downloaded crypto-bigint v0.5.2
9632023-11-21T20:30:47.416Z Downloaded term v0.7.0
9642023-11-21T20:30:47.416Z Downloaded tungstenite v0.18.0
9652023-11-21T20:30:47.416Z Downloaded rcgen v0.11.3
9662023-11-21T20:30:47.416Z Downloaded time v0.3.27
9672023-11-21T20:30:47.416Z Downloaded expectorate v1.1.0
9682023-11-21T20:30:47.416Z Downloaded crossterm v0.27.0
9692023-11-21T20:30:47.416Z Downloaded tungstenite v0.20.1
9702023-11-21T20:30:47.416Z Downloaded plotters v0.3.5
9712023-11-21T20:30:47.416Z Downloaded pretty_assertions v1.4.0
9722023-11-21T20:30:47.416Z Downloaded hashbrown v0.12.3
9732023-11-21T20:30:47.416Z Downloaded serde v1.0.192
9742023-11-21T20:30:47.416Z Downloaded portable-atomic v1.4.3
9752023-11-21T20:30:47.416Z Downloaded unicode-segmentation v1.10.1
9762023-11-21T20:30:47.416Z Downloaded vcpkg v0.2.15
9772023-11-21T20:30:47.416Z Downloaded memchr v2.6.3
9782023-11-21T20:30:47.416Z Downloaded tough v0.15.0
9792023-11-21T20:30:47.418Z Downloaded syn v2.0.32
9802023-11-21T20:30:47.418Z Downloaded unicode-normalization v0.1.22
9812023-11-21T20:30:47.418Z Downloaded reedline v0.26.0
9822023-11-21T20:30:47.418Z Downloaded futures-util v0.3.29
9832023-11-21T20:30:47.418Z Downloaded quick-xml v0.23.1
9842023-11-21T20:30:47.425Z Downloaded webpki-roots v0.25.2
9852023-11-21T20:30:47.429Z Downloaded object v0.32.1
9862023-11-21T20:30:47.443Z Downloaded rayon v1.8.0
9872023-11-21T20:30:47.459Z Downloaded polar-core v0.27.0
9882023-11-21T20:30:47.475Z Downloaded proptest v1.4.0
9892023-11-21T20:30:47.493Z Downloaded object v0.30.4
9902023-11-21T20:30:47.512Z Downloaded gimli v0.28.0
9912023-11-21T20:30:47.528Z Downloaded rustix v0.38.9
9922023-11-21T20:30:51.134Z Downloaded regex-syntax v0.6.29
9932023-11-21T20:30:51.154Z Downloaded regex-syntax v0.7.5
9942023-11-21T20:30:51.154Z Downloaded rustix v0.37.23
9952023-11-21T20:30:51.155Z Downloaded bzip2-sys v0.1.11+1.0.8
9962023-11-21T20:30:51.156Z Downloaded zerocopy-derive v0.2.0
9972023-11-21T20:30:51.156Z Downloaded zerocopy-derive v0.6.4
9982023-11-21T20:30:51.156Z Downloaded regex-automata v0.4.3
9992023-11-21T20:30:51.156Z Downloaded tokio v1.34.0
10002023-11-21T20:30:51.156Z Downloaded sha3 v0.10.8
10012023-11-21T20:30:51.156Z Downloaded regex-automata v0.3.8
10022023-11-21T20:30:51.156Z Downloaded encoding_rs v0.8.33
10032023-11-21T20:30:51.156Z Downloaded libc v0.2.150
10042023-11-21T20:30:51.156Z Downloaded diesel v2.1.4
10052023-11-21T20:30:51.156Z Downloaded openapiv3 v1.0.3
10062023-11-21T20:30:51.156Z Downloaded sled v0.34.7
10072023-11-21T20:30:51.156Z Downloaded openapiv3 v2.0.0-rc.1
10082023-11-21T20:30:51.156Z Downloaded bstr v1.6.0
10092023-11-21T20:30:51.156Z Downloaded bstr v0.2.17
10102023-11-21T20:30:51.156Z Downloaded rustls v0.21.9
10112023-11-21T20:30:51.156Z Downloaded idna v0.4.0
10122023-11-21T20:30:51.156Z Downloaded ratatui v0.23.0
10132023-11-21T20:30:51.156Z Downloaded regex-syntax v0.8.2
10142023-11-21T20:30:51.156Z Downloaded curve25519-dalek v4.1.0
10152023-11-21T20:30:51.156Z Downloaded radix_trie v0.2.1
10162023-11-21T20:30:51.156Z Downloaded regex v1.10.2
10172023-11-21T20:30:51.156Z Downloaded openssl v0.10.57
10182023-11-21T20:30:51.156Z Downloaded trust-dns-proto v0.22.0
10192023-11-21T20:30:51.156Z Downloaded syn v1.0.109
10202023-11-21T20:30:51.156Z Downloaded h2 v0.3.21
10212023-11-21T20:30:51.156Z Downloaded regress v0.7.1
10222023-11-21T20:30:51.156Z Downloaded bindgen v0.65.1
10232023-11-21T20:30:51.158Z Downloaded bitvec v1.0.1
10242023-11-21T20:30:51.158Z Downloaded smoltcp v0.9.1
10252023-11-21T20:30:51.158Z Downloaded smoltcp v0.8.2
10262023-11-21T20:30:51.161Z Downloaded regex-automata v0.1.10
10272023-11-21T20:30:51.161Z Downloaded tokio-util v0.7.10
10282023-11-21T20:30:51.161Z Downloaded ring v0.17.5
10292023-11-21T20:30:51.161Z Downloaded reqwest v0.11.22
10302023-11-21T20:30:51.161Z Downloaded tabled v0.14.0
10312023-11-21T20:30:51.161Z Downloaded lalrpop v0.19.12
10322023-11-21T20:30:51.161Z Downloaded ring v0.16.20
10332023-11-21T20:30:51.161Z Downloaded heapless v0.7.16
10342023-11-21T20:30:51.161Z Downloaded hashbrown v0.13.2
10352023-11-21T20:30:51.161Z Downloaded petgraph v0.6.4
10362023-11-21T20:30:51.161Z Downloaded hashbrown v0.14.2
10372023-11-21T20:30:51.161Z Downloaded idna v0.2.3
10382023-11-21T20:30:51.161Z Downloaded owo-colors v3.5.0
10392023-11-21T20:30:51.161Z Downloaded test-strategy v0.3.1
10402023-11-21T20:30:51.161Z Downloaded trust-dns-server v0.22.1
10412023-11-21T20:30:51.161Z Downloaded tracing v0.1.37
10422023-11-21T20:30:51.161Z Downloaded chrono v0.4.31
10432023-11-21T20:30:51.161Z Downloaded rand v0.8.5
10442023-11-21T20:30:51.161Z Downloaded rand v0.4.6
10452023-11-21T20:30:51.161Z Downloaded typed-path v0.6.0
10462023-11-21T20:30:51.161Z Downloaded clap_builder v4.4.2
10472023-11-21T20:30:51.161Z Downloaded rustls-webpki v0.101.7
10482023-11-21T20:30:51.161Z Downloaded supports-color v2.1.0
10492023-11-21T20:30:51.161Z Downloaded toml_edit v0.21.0
10502023-11-21T20:30:51.161Z Downloaded parking_lot v0.12.1
10512023-11-21T20:30:51.162Z Downloaded schemars v0.8.13
10522023-11-21T20:30:51.162Z Downloaded trust-dns-resolver v0.22.0
10532023-11-21T20:30:51.162Z Downloaded toml v0.5.11
10542023-11-21T20:30:51.162Z Downloaded hkdf v0.12.3
10552023-11-21T20:30:51.162Z Downloaded serde_json v1.0.108
10562023-11-21T20:30:51.162Z Downloaded dirs-next v2.0.0
10572023-11-21T20:30:51.162Z Downloaded ryu v1.0.15
10582023-11-21T20:30:51.162Z Downloaded tokio-tungstenite v0.18.0
10592023-11-21T20:30:51.162Z Downloaded half v1.8.2
10602023-11-21T20:30:51.162Z Downloaded zerocopy v0.6.4
10612023-11-21T20:30:51.162Z Downloaded snafu-derive v0.7.5
10622023-11-21T20:30:51.162Z Downloaded crossbeam-epoch v0.9.15
10632023-11-21T20:30:51.162Z Downloaded x509-cert v0.2.4
10642023-11-21T20:30:51.162Z Downloaded stringprep v0.1.3
10652023-11-21T20:30:51.162Z Downloaded corncobs v0.1.3
10662023-11-21T20:30:51.162Z Downloaded string_cache v0.8.7
10672023-11-21T20:30:51.162Z Downloaded getrandom v0.2.10
10682023-11-21T20:30:51.162Z Downloaded spin v0.9.8
10692023-11-21T20:30:51.162Z Downloaded crc32fast v1.3.2
10702023-11-21T20:30:51.162Z Downloaded textwrap v0.16.0
10712023-11-21T20:30:51.162Z Downloaded diff v0.1.13
10722023-11-21T20:30:51.162Z Downloaded itertools v0.10.5
10732023-11-21T20:30:51.162Z Downloaded hyper v0.14.27
10742023-11-21T20:30:51.162Z Downloaded clap v2.34.0
10752023-11-21T20:30:51.162Z Downloaded oso-derive v0.27.0
10762023-11-21T20:30:51.162Z Downloaded flate2 v1.0.28
10772023-11-21T20:30:51.162Z Downloaded matches v0.1.10
10782023-11-21T20:30:51.162Z Downloaded der v0.7.8
10792023-11-21T20:30:51.162Z Downloaded salty v0.2.0
10802023-11-21T20:30:51.162Z Downloaded tokio-postgres v0.7.10
10812023-11-21T20:30:51.162Z Downloaded pkcs1 v0.7.5
10822023-11-21T20:30:51.162Z Downloaded rustls-native-certs v0.6.3
10832023-11-21T20:30:51.162Z Downloaded zip v0.6.6
10842023-11-21T20:30:51.162Z Downloaded aho-corasick v1.0.4
10852023-11-21T20:30:51.162Z Downloaded rayon-core v1.12.0
10862023-11-21T20:30:51.162Z Downloaded paste v1.0.14
10872023-11-21T20:30:51.162Z Downloaded tabled_derive v0.6.0
10882023-11-21T20:30:51.162Z Downloaded pretty-hex v0.2.1
10892023-11-21T20:30:51.162Z Downloaded partial-io v0.5.4
10902023-11-21T20:30:51.162Z Downloaded which v4.4.0
10912023-11-21T20:30:51.162Z Downloaded scheduled-thread-pool v0.2.7
10922023-11-21T20:30:51.162Z Downloaded predicates-core v1.0.6
10932023-11-21T20:30:51.369Z Downloaded pkg-config v0.3.27
10942023-11-21T20:30:51.369Z Downloaded poly1305 v0.8.0
10952023-11-21T20:30:51.369Z Downloaded serde_with v2.3.3
10962023-11-21T20:30:51.369Z Downloaded unsafe-libyaml v0.2.9
10972023-11-21T20:30:51.369Z Downloaded flume v0.11.0
10982023-11-21T20:30:51.369Z Downloaded futures v0.3.29
10992023-11-21T20:30:51.369Z Downloaded unicode-bidi v0.3.13
11002023-11-21T20:30:51.369Z Downloaded ucd-trie v0.1.6
11012023-11-21T20:30:51.369Z Downloaded structopt v0.3.26
11022023-11-21T20:30:51.369Z Downloaded rstest_macros v0.18.2
11032023-11-21T20:30:51.369Z Downloaded pest_meta v2.7.2
11042023-11-21T20:30:51.369Z Downloaded ref-cast-impl v1.0.20
11052023-11-21T20:30:51.370Z Downloaded subprocess v0.2.9
11062023-11-21T20:30:51.370Z Downloaded papergrid v0.10.0
11072023-11-21T20:30:51.370Z Downloaded socket2 v0.4.9
11082023-11-21T20:30:51.370Z Downloaded ron v0.8.1
11092023-11-21T20:30:51.370Z Downloaded nom v7.1.3
11102023-11-21T20:30:51.370Z Downloaded libxml v0.3.3
11112023-11-21T20:30:51.370Z Downloaded uuid v1.6.1
11122023-11-21T20:30:51.370Z Downloaded headers v0.3.9
11132023-11-21T20:30:51.370Z Downloaded openssl-sys v0.9.93
11142023-11-21T20:30:51.370Z Downloaded rand_core v0.6.4
11152023-11-21T20:30:51.370Z Downloaded toml_datetime v0.6.5
11162023-11-21T20:30:51.370Z Downloaded oorandom v11.1.3
11172023-11-21T20:30:51.370Z Downloaded either v1.9.0
11182023-11-21T20:30:51.370Z Downloaded smallvec v1.11.0
11192023-11-21T20:30:51.374Z Downloaded r2d2 v0.8.10
11202023-11-21T20:30:51.374Z Downloaded crossbeam-utils v0.8.16
11212023-11-21T20:30:51.374Z Downloaded elliptic-curve v0.13.5
11222023-11-21T20:30:51.374Z Downloaded criterion v0.5.1
11232023-11-21T20:30:51.374Z Downloaded signal-hook-tokio v0.3.1
11242023-11-21T20:30:51.374Z Downloaded thread_local v1.1.7
11252023-11-21T20:30:51.374Z Downloaded tokio-tungstenite v0.20.1
11262023-11-21T20:30:51.374Z Downloaded cstr-argument v0.1.2
11272023-11-21T20:30:51.374Z Downloaded quick-error v1.2.3
11282023-11-21T20:30:51.374Z Downloaded nodrop v0.1.14
11292023-11-21T20:30:51.374Z Downloaded nibble_vec v0.1.0
11302023-11-21T20:30:51.374Z Downloaded crossbeam-queue v0.3.8
11312023-11-21T20:30:51.374Z Downloaded radium v0.7.0
11322023-11-21T20:30:51.374Z Downloaded enum-as-inner v0.5.1
11332023-11-21T20:30:51.374Z Downloaded ena v0.14.2
11342023-11-21T20:30:51.374Z Downloaded num-bigint-dig v0.8.4
11352023-11-21T20:30:51.374Z Downloaded fixedbitset v0.4.2
11362023-11-21T20:30:51.374Z Downloaded tracing-core v0.1.31
11372023-11-21T20:30:51.374Z Downloaded tinyvec v1.6.0
11382023-11-21T20:30:51.374Z Downloaded darling_core v0.20.3
11392023-11-21T20:30:51.374Z Downloaded libm v0.2.7
11402023-11-21T20:30:51.375Z Downloaded platforms v3.0.2
11412023-11-21T20:30:51.375Z Downloaded tokio-native-tls v0.3.1
11422023-11-21T20:30:51.375Z Downloaded url v2.4.1
11432023-11-21T20:30:51.375Z Downloaded toml_edit v0.19.15
11442023-11-21T20:30:51.375Z Downloaded funty v2.0.0
11452023-11-21T20:30:51.375Z Downloaded getopts v0.2.21
11462023-11-21T20:30:51.375Z Downloaded generic-array v0.14.7
11472023-11-21T20:30:51.375Z Downloaded fnv v1.0.7
11482023-11-21T20:30:51.375Z Downloaded rust-argon2 v1.0.1
11492023-11-21T20:30:51.375Z Downloaded prettyplease v0.2.12
11502023-11-21T20:30:51.375Z Downloaded trust-dns-client v0.22.0
11512023-11-21T20:30:51.375Z Downloaded dof v0.1.5
11522023-11-21T20:30:51.375Z Downloaded spki v0.7.2
11532023-11-21T20:30:51.375Z Downloaded rtoolbox v0.0.1
11542023-11-21T20:30:51.375Z Downloaded derive-where v1.2.5
11552023-11-21T20:30:51.375Z Downloaded pin-project v1.1.3
11562023-11-21T20:30:51.375Z Downloaded derive_builder v0.12.0
11572023-11-21T20:30:51.375Z Downloaded itertools v0.11.0
11582023-11-21T20:30:51.375Z Downloaded float-cmp v0.9.0
11592023-11-21T20:30:51.375Z Downloaded serde_tokenstream v0.1.7
11602023-11-21T20:30:51.375Z Downloaded serde_plain v1.0.2
11612023-11-21T20:30:51.376Z Downloaded serde-hex v0.1.0
11622023-11-21T20:30:51.376Z Downloaded predicates-tree v1.0.9
11632023-11-21T20:30:51.376Z Downloaded num-traits v0.2.16
11642023-11-21T20:30:51.376Z Downloaded futures-macro v0.3.29
11652023-11-21T20:30:51.376Z Downloaded form_urlencoded v1.2.0
11662023-11-21T20:30:51.376Z Downloaded fatfs v0.3.6
11672023-11-21T20:30:51.376Z Downloaded steno v0.4.0
11682023-11-21T20:30:51.376Z Downloaded strsim v0.8.0
11692023-11-21T20:30:51.376Z Downloaded smallvec v0.6.14
11702023-11-21T20:30:51.376Z Downloaded slog-stdlog v4.1.1
11712023-11-21T20:30:51.376Z Downloaded darling v0.20.3
11722023-11-21T20:30:51.376Z Downloaded darling v0.14.4
11732023-11-21T20:30:51.376Z Downloaded socket2 v0.5.5
11742023-11-21T20:30:51.376Z Downloaded signal-hook v0.3.17
11752023-11-21T20:30:51.376Z Downloaded serde_yaml v0.9.25
11762023-11-21T20:30:51.376Z Downloaded rsa v0.9.2
11772023-11-21T20:30:51.376Z Downloaded structopt-derive v0.4.18
11782023-11-21T20:30:51.376Z Downloaded olpc-cjson v0.1.3
11792023-11-21T20:30:51.376Z Downloaded slog-term v2.9.0
11802023-11-21T20:30:51.376Z Downloaded slab v0.4.9
11812023-11-21T20:30:51.376Z Downloaded similar v2.2.1
11822023-11-21T20:30:51.376Z Downloaded proc-macro2 v1.0.69
11832023-11-21T20:30:51.376Z Downloaded tar v0.4.40
11842023-11-21T20:30:51.377Z Downloaded tokio-macros v2.2.0
11852023-11-21T20:30:51.377Z Downloaded sct v0.7.0
11862023-11-21T20:30:51.377Z Downloaded data-encoding v2.4.0
11872023-11-21T20:30:51.377Z Downloaded foreign-types v0.3.2
11882023-11-21T20:30:51.377Z Downloaded termcolor v1.2.0
11892023-11-21T20:30:51.377Z Downloaded derive_builder_core v0.12.0
11902023-11-21T20:30:51.377Z Downloaded pin-project-internal v1.1.3
11912023-11-21T20:30:51.377Z Downloaded num_enum_derive v0.5.11
11922023-11-21T20:30:51.377Z Downloaded arc-swap v1.6.0
11932023-11-21T20:30:51.412Z Downloaded slog-envlogger v2.2.0
11942023-11-21T20:30:51.412Z Downloaded slog-dtrace v0.2.3
11952023-11-21T20:30:51.412Z Downloaded semver v0.11.0
11962023-11-21T20:30:51.412Z Downloaded secrecy v0.8.0
11972023-11-21T20:30:51.412Z Downloaded debug-ignore v1.0.5
11982023-11-21T20:30:51.412Z Downloaded crc-any v2.4.3
11992023-11-21T20:30:51.412Z Downloaded unicode-ident v1.0.12
12002023-11-21T20:30:51.412Z Downloaded slog-async v2.8.0
12012023-11-21T20:30:51.412Z Downloaded semver v0.1.20
12022023-11-21T20:30:51.412Z Downloaded proc-macro-error v1.0.4
12032023-11-21T20:30:51.412Z Downloaded ppv-lite86 v0.2.17
12042023-11-21T20:30:51.412Z Downloaded num-complex v0.4.4
12052023-11-21T20:30:51.412Z Downloaded datatest-stable v0.2.3
12062023-11-21T20:30:51.412Z Downloaded dashmap v5.5.1
12072023-11-21T20:30:51.412Z Downloaded chacha20poly1305 v0.10.1
12082023-11-21T20:30:51.412Z Downloaded itertools v0.12.0
12092023-11-21T20:30:51.412Z Downloaded signature v2.1.0
12102023-11-21T20:30:51.412Z Downloaded openssl-probe v0.1.5
12112023-11-21T20:30:51.412Z Downloaded deranged v0.3.8
12122023-11-21T20:30:51.412Z Downloaded pin-project-lite v0.2.13
12132023-11-21T20:30:51.412Z Downloaded parking_lot_core v0.9.8
12142023-11-21T20:30:51.412Z Downloaded parking_lot_core v0.8.6
12152023-11-21T20:30:51.412Z Downloaded sha2 v0.10.8
12162023-11-21T20:30:51.412Z Downloaded httptest v0.15.5
12172023-11-21T20:30:51.412Z Downloaded threadpool v1.8.1
12182023-11-21T20:30:51.412Z Downloaded thiserror-impl v1.0.49
12192023-11-21T20:30:51.412Z Downloaded serde_derive v1.0.192
12202023-11-21T20:30:51.412Z Downloaded endian-type v0.1.2
12212023-11-21T20:30:51.412Z Downloaded base64 v0.13.1
12222023-11-21T20:30:51.412Z Downloaded pest_derive v2.7.2
12232023-11-21T20:30:51.412Z Downloaded fallible-iterator v0.2.0
12242023-11-21T20:30:51.412Z Downloaded serde_repr v0.1.16
12252023-11-21T20:30:51.412Z Downloaded slog v2.7.0
12262023-11-21T20:30:51.412Z Downloaded proc-macro-crate v1.3.1
12272023-11-21T20:30:51.414Z Downloaded num_enum v0.5.11
12282023-11-21T20:30:51.414Z Downloaded tap v1.0.1
12292023-11-21T20:30:51.414Z Downloaded usdt-impl v0.3.5
12302023-11-21T20:30:51.414Z Downloaded tokio-rustls v0.24.1
12312023-11-21T20:30:51.414Z Downloaded darling_macro v0.20.3
12322023-11-21T20:30:51.414Z Downloaded darling_macro v0.14.4
12332023-11-21T20:30:51.414Z Downloaded subtle v2.5.0
12342023-11-21T20:30:51.414Z Downloaded difflib v0.4.0
12352023-11-21T20:30:51.414Z Downloaded password-hash v0.5.0
12362023-11-21T20:30:51.414Z Downloaded unicase v2.7.0
12372023-11-21T20:30:51.414Z Downloaded tokio-stream v0.1.14
12382023-11-21T20:30:51.414Z Downloaded smawk v0.3.1
12392023-11-21T20:30:51.414Z Downloaded num_cpus v1.16.0
12402023-11-21T20:30:51.414Z Downloaded derive_builder_macro v0.12.0
12412023-11-21T20:30:51.414Z Downloaded pin-utils v0.1.0
12422023-11-21T20:30:51.414Z Downloaded crossbeam-channel v0.5.8
12432023-11-21T20:30:51.414Z Downloaded pem v3.0.2
12442023-11-21T20:30:51.414Z Downloaded tinytemplate v1.2.1
12452023-11-21T20:30:51.414Z Downloaded serde_derive_internals v0.26.0
12462023-11-21T20:30:51.414Z Downloaded num_threads v0.1.6
12472023-11-21T20:30:51.414Z Downloaded num-rational v0.4.1
12482023-11-21T20:30:51.414Z Downloaded assert_cmd v2.0.12
12492023-11-21T20:30:51.414Z Downloaded cancel-safe-futures v0.1.5
12502023-11-21T20:30:51.414Z Downloaded smf v0.2.2
12512023-11-21T20:30:51.414Z Downloaded version_check v0.9.4
12522023-11-21T20:30:51.414Z Downloaded vec_map v0.8.2
12532023-11-21T20:30:51.414Z Downloaded utf-8 v0.7.6
12542023-11-21T20:30:51.414Z Downloaded usdt-macro v0.3.5
12552023-11-21T20:30:51.416Z Downloaded usdt v0.3.5
12562023-11-21T20:30:51.416Z Downloaded untrusted v0.7.1
12572023-11-21T20:30:51.416Z Downloaded utf8parse v0.2.1
12582023-11-21T20:30:51.416Z Downloaded unicode-linebreak v0.1.5
12592023-11-21T20:30:51.416Z Downloaded topological-sort v0.2.2
12602023-11-21T20:30:51.416Z Downloaded indicatif v0.17.7
12612023-11-21T20:30:51.416Z Downloaded thiserror-no-std v2.0.2
12622023-11-21T20:30:51.416Z Downloaded termios v0.3.3
12632023-11-21T20:30:51.416Z Downloaded static_assertions v1.1.0
12642023-11-21T20:30:51.416Z Downloaded arrayvec v0.7.4
12652023-11-21T20:30:51.416Z Downloaded blake2 v0.10.6
12662023-11-21T20:30:51.416Z Downloaded hmac v0.12.1
12672023-11-21T20:30:51.416Z Downloaded parse-display v0.8.2
12682023-11-21T20:30:51.416Z Downloaded diesel_table_macro_syntax v0.1.0
12692023-11-21T20:30:51.416Z Downloaded time-macros v0.2.13
12702023-11-21T20:30:51.416Z Downloaded slog-json v2.6.1
12712023-11-21T20:30:51.416Z Downloaded semver v1.0.20
12722023-11-21T20:30:51.416Z Downloaded argon2 v0.5.2
12732023-11-21T20:30:51.416Z Downloaded untrusted v0.9.0
12742023-11-21T20:30:51.416Z Downloaded unarray v0.1.4
12752023-11-21T20:30:51.416Z Downloaded thread-id v4.2.0
12762023-11-21T20:30:51.416Z Downloaded strum_macros v0.25.2
12772023-11-21T20:30:51.416Z Downloaded slog-scope v4.4.0
12782023-11-21T20:30:51.416Z Downloaded signature v1.6.4
12792023-11-21T20:30:51.416Z Downloaded serde_urlencoded v0.7.1
12802023-11-21T20:30:51.416Z Downloaded anyhow v1.0.75
12812023-11-21T20:30:51.416Z Downloaded ahash v0.8.3
12822023-11-21T20:30:51.416Z Downloaded cookie v0.18.0
12832023-11-21T20:30:51.416Z Downloaded clang-sys v1.6.1
12842023-11-21T20:30:51.416Z Downloaded md-5 v0.10.5
12852023-11-21T20:30:51.416Z Downloaded chacha20 v0.9.1
12862023-11-21T20:30:51.416Z Downloaded try-lock v0.2.4
12872023-11-21T20:30:51.416Z Downloaded serde-big-array v0.5.1
12882023-11-21T20:30:51.416Z Downloaded similar-asserts v1.5.0
12892023-11-21T20:30:51.416Z Downloaded highway v1.1.0
12902023-11-21T20:30:51.416Z Downloaded aead v0.5.2
12912023-11-21T20:30:51.416Z Downloaded shell-words v1.1.0
12922023-11-21T20:30:51.416Z Downloaded rustc-demangle v0.1.23
12932023-11-21T20:30:51.553Z Downloaded bit-vec v0.6.3
12942023-11-21T20:30:51.553Z Downloaded ansi_term v0.12.1
12952023-11-21T20:30:51.553Z Downloaded async-trait v0.1.74
12962023-11-21T20:30:51.553Z Downloaded native-tls v0.2.11
12972023-11-21T20:30:51.553Z Downloaded multer v2.1.0
12982023-11-21T20:30:51.553Z Downloaded cexpr v0.6.0
12992023-11-21T20:30:51.553Z Downloaded memoffset v0.7.1
13002023-11-21T20:30:51.553Z Downloaded crc v3.0.1
13012023-11-21T20:30:51.553Z Downloaded cfg-if v1.0.0
13022023-11-21T20:30:51.553Z Downloaded base16ct v0.2.0
13032023-11-21T20:30:51.553Z Downloaded blake2b_simd v1.0.1
13042023-11-21T20:30:51.553Z Downloaded peeking_take_while v0.1.2
13052023-11-21T20:30:51.553Z Downloaded usdt-attr-macro v0.3.5
13062023-11-21T20:30:51.553Z Downloaded synstructure v0.12.6
13072023-11-21T20:30:51.553Z Downloaded strum_macros v0.24.3
13082023-11-21T20:30:51.553Z Downloaded structmeta v0.2.0
13092023-11-21T20:30:51.553Z Downloaded libefi-sys v0.1.0
13102023-11-21T20:30:51.553Z Downloaded http v0.2.11
13112023-11-21T20:30:51.553Z Downloaded crossbeam v0.8.2
13122023-11-21T20:30:51.553Z Downloaded bitfield v0.14.0
13132023-11-21T20:30:51.553Z Downloaded bitflags v1.3.2
13142023-11-21T20:30:51.553Z Downloaded home v0.5.5
13152023-11-21T20:30:51.553Z Downloaded strsim v0.10.0
13162023-11-21T20:30:51.553Z Downloaded libloading v0.7.4
13172023-11-21T20:30:51.553Z Downloaded console v0.15.7
13182023-11-21T20:30:51.553Z Downloaded num-bigint v0.4.4
13192023-11-21T20:30:51.553Z Downloaded remove_dir_all v0.5.3
13202023-11-21T20:30:51.553Z Downloaded num-integer v0.1.45
13212023-11-21T20:30:51.553Z Downloaded nanorand v0.7.0
13222023-11-21T20:30:51.553Z Downloaded indexmap v2.1.0
13232023-11-21T20:30:51.553Z Downloaded cc v1.0.83
13242023-11-21T20:30:51.553Z Downloaded num v0.4.1
13252023-11-21T20:30:51.553Z Downloaded managed v0.8.0
13262023-11-21T20:30:51.553Z Downloaded lru-cache v0.1.2
13272023-11-21T20:30:51.553Z Downloaded const-oid v0.9.5
13282023-11-21T20:30:51.553Z Downloaded approx v0.5.1
13292023-11-21T20:30:51.553Z Downloaded array-init v0.0.4
13302023-11-21T20:30:51.554Z Downloaded autocfg v1.1.0
13312023-11-21T20:30:51.554Z Downloaded ascii-canvas v3.0.0
13322023-11-21T20:30:51.554Z Downloaded async-recursion v1.0.5
13332023-11-21T20:30:51.554Z Downloaded anes v0.1.6
13342023-11-21T20:30:51.554Z Downloaded termtree v0.4.1
13352023-11-21T20:30:51.554Z Downloaded maybe-uninit v2.0.0
13362023-11-21T20:30:51.554Z Downloaded maplit v1.0.2
13372023-11-21T20:30:51.554Z Downloaded macaddr v1.0.1
13382023-11-21T20:30:51.554Z Downloaded itoa v1.0.9
13392023-11-21T20:30:51.554Z Downloaded criterion-plot v0.5.0
13402023-11-21T20:30:51.554Z Downloaded arrayref v0.3.7
13412023-11-21T20:30:51.554Z Downloaded rustfmt-wrapper v0.2.0
13422023-11-21T20:30:51.554Z Downloaded cpufeatures v0.2.9
13432023-11-21T20:30:51.554Z Downloaded constant_time_eq v0.3.0
13442023-11-21T20:30:51.554Z Downloaded constant_time_eq v0.2.6
13452023-11-21T20:30:51.554Z Downloaded atty v0.2.14
13462023-11-21T20:30:51.554Z Downloaded anstyle-query v1.0.0
13472023-11-21T20:30:51.554Z Downloaded anstream v0.5.0
13482023-11-21T20:30:51.554Z Downloaded adler v1.0.2
13492023-11-21T20:30:51.554Z Downloaded anstyle v1.0.2
13502023-11-21T20:30:51.554Z Downloaded semver-parser v0.10.2
13512023-11-21T20:30:51.554Z Downloaded async-stream v0.3.5
13522023-11-21T20:30:51.554Z Downloaded scopeguard v1.2.0
13532023-11-21T20:30:51.554Z Downloaded schemars_derive v0.8.13
13542023-11-21T20:30:51.554Z Downloaded rustversion v1.0.14
13552023-11-21T20:30:51.554Z Downloaded linked-hash-map v0.5.6
13562023-11-21T20:30:51.554Z Downloaded indexmap v1.9.3
13572023-11-21T20:30:51.554Z Downloaded io-lifetimes v1.0.11
13582023-11-21T20:30:51.554Z Downloaded rustls-pemfile v1.0.3
13592023-11-21T20:30:51.554Z Downloaded rustc_version v0.4.0
13602023-11-21T20:30:51.554Z Downloaded async-stream-impl v0.3.5
13612023-11-21T20:30:51.554Z Downloaded miniz_oxide v0.7.1
13622023-11-21T20:30:51.554Z Downloaded assert_matches v1.5.0
13632023-11-21T20:30:51.554Z Downloaded new_debug_unreachable v1.0.4
13642023-11-21T20:30:51.554Z Downloaded keccak v0.1.4
13652023-11-21T20:30:51.554Z Downloaded clap_lex v0.5.1
13662023-11-21T20:30:51.554Z Downloaded heck v0.3.3
13672023-11-21T20:30:51.555Z Downloaded hex v0.4.3
13682023-11-21T20:30:51.555Z Downloaded convert_case v0.4.0
13692023-11-21T20:30:51.555Z Downloaded ciborium-io v0.2.1
13702023-11-21T20:30:51.555Z Downloaded cast v0.3.0
13712023-11-21T20:30:51.555Z Downloaded basic-toml v0.1.4
13722023-11-21T20:30:51.555Z Downloaded addr2line v0.21.0
13732023-11-21T20:30:51.555Z Downloaded memoffset v0.9.0
13742023-11-21T20:30:51.555Z Downloaded lazycell v1.3.0
13752023-11-21T20:30:51.555Z Downloaded iana-time-zone v0.1.57
13762023-11-21T20:30:51.555Z Downloaded httparse v1.8.0
13772023-11-21T20:30:51.555Z Downloaded ipnet v2.8.0
13782023-11-21T20:30:51.555Z Downloaded hyper-rustls v0.24.2
13792023-11-21T20:30:51.555Z Downloaded crc-catalog v2.2.0
13802023-11-21T20:30:51.555Z Downloaded ciborium-ll v0.2.1
13812023-11-21T20:30:51.555Z Downloaded bzip2 v0.4.4
13822023-11-21T20:30:51.555Z Downloaded lazy_static v1.4.0
13832023-11-21T20:30:51.555Z Downloaded ipnetwork v0.20.0
13842023-11-21T20:30:51.555Z Downloaded inout v0.1.3
13852023-11-21T20:30:51.555Z Downloaded httpdate v1.0.3
13862023-11-21T20:30:51.555Z Downloaded cassowary v0.3.0
13872023-11-21T20:30:51.555Z Downloaded cargo_metadata v0.18.0
13882023-11-21T20:30:51.555Z Downloaded cipher v0.4.4
13892023-11-21T20:30:51.555Z Downloaded cargo_toml v0.17.0
13902023-11-21T20:30:51.555Z Downloaded camino-tempfile v1.0.2
13912023-11-21T20:30:51.555Z Downloaded hyper-staticfile v0.9.5
13922023-11-21T20:30:51.555Z Downloaded humantime v2.1.0
13932023-11-21T20:30:51.570Z Downloaded cargo-platform v0.1.3
13942023-11-21T20:30:51.570Z Downloaded buf-list v1.0.3
13952023-11-21T20:30:51.570Z Downloaded ident_case v1.0.1
13962023-11-21T20:30:51.570Z Downloaded colorchoice v1.0.0
13972023-11-21T20:30:51.570Z Downloaded cfg-if v0.1.10
13982023-11-21T20:30:51.572Z Downloaded camino v1.1.6
13992023-11-21T20:30:51.572Z Compiling proc-macro2 v1.0.69
14002023-11-21T20:30:51.572Z Compiling unicode-ident v1.0.12
14012023-11-21T20:30:51.572Z Compiling libc v0.2.150
14022023-11-21T20:30:51.572Z Compiling serde v1.0.192
14032023-11-21T20:30:51.572Z Compiling autocfg v1.1.0
14042023-11-21T20:30:51.572Z Compiling cfg-if v1.0.0
14052023-11-21T20:30:51.572Z Compiling version_check v0.9.4
14062023-11-21T20:30:51.572Z Compiling syn v1.0.109
14072023-11-21T20:30:51.572Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=69b40967ab414085 -C extra-filename=-69b40967ab414085 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-69b40967ab414085 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14082023-11-21T20:30:51.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c7233b3c3a88400 -C extra-filename=-7c7233b3c3a88400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14092023-11-21T20:30:51.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=3d56caec28fb4ecc -C extra-filename=-3d56caec28fb4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14102023-11-21T20:30:51.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0c839c319ce9e328 -C extra-filename=-0c839c319ce9e328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14112023-11-21T20:30:51.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fcd43c7f5386f8ec -C extra-filename=-fcd43c7f5386f8ec --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-fcd43c7f5386f8ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14122023-11-21T20:30:51.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d798944f4659c8d -C extra-filename=-7d798944f4659c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14132023-11-21T20:30:51.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=122095b6905b43be -C extra-filename=-122095b6905b43be --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14142023-11-21T20:30:51.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fae733ad98da9e43 -C extra-filename=-fae733ad98da9e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14152023-11-21T20:30:51.574Z Compiling parking_lot_core v0.9.8
14162023-11-21T20:30:51.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=43b35676b6361ff5 -C extra-filename=-43b35676b6361ff5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14172023-11-21T20:30:51.575Z Compiling libm v0.2.7
14182023-11-21T20:30:51.575Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=20c6df6b8fd412dc -C extra-filename=-20c6df6b8fd412dc --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14192023-11-21T20:30:52.072Z Compiling once_cell v1.18.0
14202023-11-21T20:30:52.081Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=34c4630957281a43 -C extra-filename=-34c4630957281a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14212023-11-21T20:30:52.205Z Compiling lock_api v0.4.10
14222023-11-21T20:30:52.205Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=aafddfc3f0ecdb22 -C extra-filename=-aafddfc3f0ecdb22 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
14232023-11-21T20:30:52.481Z Compiling num-traits v0.2.16
14242023-11-21T20:30:52.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=16a4dbc2df6f4226 -C extra-filename=-16a4dbc2df6f4226 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
14252023-11-21T20:30:53.591Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5/build-script-build`
14262023-11-21T20:30:53.710Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be/build-script-build`
14272023-11-21T20:30:53.710Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226/build-script-build`
14282023-11-21T20:30:53.721Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22/build-script-build`
14292023-11-21T20:30:53.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc/build-script-build`
14302023-11-21T20:30:53.721Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-69b40967ab414085/build-script-build`
14312023-11-21T20:30:53.721Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-fcd43c7f5386f8ec/build-script-build`
14322023-11-21T20:30:53.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc/build-script-build`
14332023-11-21T20:30:53.721Z Compiling memchr v2.6.3
14342023-11-21T20:30:53.721Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fd2d1cfaac0fc816 -C extra-filename=-fd2d1cfaac0fc816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-11-21T20:30:53.757Z Compiling thiserror v1.0.49
14362023-11-21T20:30:53.812Z Compiling log v0.4.20
14372023-11-21T20:30:53.833Z Compiling itoa v1.0.9
14382023-11-21T20:30:53.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=67bb4fa2aad06821 -C extra-filename=-67bb4fa2aad06821 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14392023-11-21T20:30:53.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=0cfa57b869076aee -C extra-filename=-0cfa57b869076aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14402023-11-21T20:30:53.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98285bbecc3762d3 -C extra-filename=-98285bbecc3762d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14412023-11-21T20:30:53.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=35b42e597512c686 -C extra-filename=-35b42e597512c686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14422023-11-21T20:30:53.865Z Compiling futures-core v0.3.29
14432023-11-21T20:30:53.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b39f6ef4dec71091 -C extra-filename=-b39f6ef4dec71091 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14442023-11-21T20:30:53.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=b2edb30e9ae87feb -C extra-filename=-b2edb30e9ae87feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
14452023-11-21T20:30:54.504Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091/build-script-build`
14462023-11-21T20:30:54.521Z Compiling scopeguard v1.2.0
14472023-11-21T20:30:54.524Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc40c4370bbc2a4c -C extra-filename=-fc40c4370bbc2a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14482023-11-21T20:30:54.550Z Compiling typenum v1.16.0
14492023-11-21T20:30:54.553Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=95bea1b64b24a50d -C extra-filename=-95bea1b64b24a50d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14502023-11-21T20:30:54.578Z Compiling smallvec v1.11.0
14512023-11-21T20:30:54.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b01f23a2952ab564 -C extra-filename=-b01f23a2952ab564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14522023-11-21T20:30:54.620Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821/build-script-build`
14532023-11-21T20:30:54.648Z Compiling heck v0.4.1
14542023-11-21T20:30:54.652Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=14d7d47dc7b7257e -C extra-filename=-14d7d47dc7b7257e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14552023-11-21T20:30:54.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=229a37db0ca11e34 -C extra-filename=-229a37db0ca11e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14562023-11-21T20:30:54.823Z Compiling generic-array v0.14.7
14572023-11-21T20:30:54.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=af4f9eed4ddc88e3 -C extra-filename=-af4f9eed4ddc88e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
14582023-11-21T20:30:55.288Z Compiling quote v1.0.33
14592023-11-21T20:30:55.294Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f7ec8b14f94d644d -C extra-filename=-f7ec8b14f94d644d --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-0cfa57b869076aee.rmeta --cap-lints allow -D warnings`
14602023-11-21T20:30:55.452Z Compiling ryu v1.0.15
14612023-11-21T20:30:55.452Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a249f33bd2ccc2 -C extra-filename=-61a249f33bd2ccc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14622023-11-21T20:30:55.481Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3/build-script-build`
14632023-11-21T20:30:55.624Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d841dd2adefea8e5 -C extra-filename=-d841dd2adefea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14642023-11-21T20:30:55.629Z Compiling slab v0.4.9
14652023-11-21T20:30:55.629Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71e431a928e00276 -C extra-filename=-71e431a928e00276 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
14662023-11-21T20:30:55.981Z Compiling syn v2.0.32
14672023-11-21T20:30:55.984Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=2baef1d4af8ffbc9 -C extra-filename=-2baef1d4af8ffbc9 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
14682023-11-21T20:30:56.146Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=8e5ed1cfa8416184 -C extra-filename=-8e5ed1cfa8416184 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
14692023-11-21T20:30:56.182Z Compiling getrandom v0.2.10
14702023-11-21T20:30:56.186Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=5a5836bbf46a42cd -C extra-filename=-5a5836bbf46a42cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
14712023-11-21T20:30:56.432Z Compiling cc v1.0.83
14722023-11-21T20:30:56.435Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=df8d8ec7ee5305bf -C extra-filename=-df8d8ec7ee5305bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
14732023-11-21T20:30:56.551Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d/build-script-main`
14742023-11-21T20:30:56.627Z Compiling futures-channel v0.3.29
14752023-11-21T20:30:56.667Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=0454d974b18a63ab -C extra-filename=-0454d974b18a63ab --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14762023-11-21T20:30:56.849Z Compiling futures-task v0.3.29
14772023-11-21T20:30:56.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54e63624c0fc1be4 -C extra-filename=-54e63624c0fc1be4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14782023-11-21T20:30:56.885Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276/build-script-build`
14792023-11-21T20:30:56.903Z Compiling futures-util v0.3.29
14802023-11-21T20:30:56.928Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=89dc2ea3c042d02f -C extra-filename=-89dc2ea3c042d02f --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14812023-11-21T20:30:57.062Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95e689be1802d261 -C extra-filename=-95e689be1802d261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
14822023-11-21T20:30:57.220Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab/build-script-build`
14832023-11-21T20:30:57.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=944a383f40926f71 -C extra-filename=-944a383f40926f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d841dd2adefea8e5.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
14842023-11-21T20:30:57.459Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4/build-script-build`
14852023-11-21T20:30:57.496Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f/build-script-build`
14862023-11-21T20:30:57.957Z Compiling spin v0.5.2
14872023-11-21T20:30:57.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40645d4c60d8f99b -C extra-filename=-40645d4c60d8f99b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14882023-11-21T20:30:57.957Z Compiling fnv v1.0.7
14892023-11-21T20:30:57.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4de40f5f1fdaf32e -C extra-filename=-4de40f5f1fdaf32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14902023-11-21T20:30:57.958Z Compiling parking_lot v0.12.1
14912023-11-21T20:30:57.960Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b661897d4f1cf2f -C extra-filename=-9b661897d4f1cf2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings`
14922023-11-21T20:30:57.960Z Compiling pin-project-lite v0.2.13
14932023-11-21T20:30:57.960Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4c77a4e6099471f -C extra-filename=-d4c77a4e6099471f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-11-21T20:30:57.960Z Compiling hashbrown v0.14.2
14952023-11-21T20:30:57.960Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=93e3559dd37749ff -C extra-filename=-93e3559dd37749ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14962023-11-21T20:30:58.007Z Compiling pkg-config v0.3.27
14972023-11-21T20:30:58.010Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=82e2e882ff877bc0 -C extra-filename=-82e2e882ff877bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14982023-11-21T20:30:58.129Z Compiling signal-hook-registry v1.4.1
14992023-11-21T20:30:58.132Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdfddb00e7d79634 -C extra-filename=-fdfddb00e7d79634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15002023-11-21T20:30:59.389Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e47e072d9a5cdfb -C extra-filename=-1e47e072d9a5cdfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15012023-11-21T20:30:59.511Z Compiling equivalent v1.0.1
15022023-11-21T20:30:59.558Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ce1101edb93c80e -C extra-filename=-8ce1101edb93c80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-11-21T20:30:59.655Z Compiling mio v0.8.9
15042023-11-21T20:30:59.667Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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=c691dd52f6299aa7 -C extra-filename=-c691dd52f6299aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings`
15052023-11-21T20:30:59.795Z Compiling rand_core v0.6.4
15062023-11-21T20:30:59.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=44c2a0ff10e664b0 -C extra-filename=-44c2a0ff10e664b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings`
15072023-11-21T20:30:59.800Z Compiling num_cpus v1.16.0
15082023-11-21T20:30:59.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04132c579bcd6e17 -C extra-filename=-04132c579bcd6e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15092023-11-21T20:30:59.933Z Compiling schemars v0.8.13
15102023-11-21T20:30:59.936Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=4307b645573ac67c -C extra-filename=-4307b645573ac67c --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15112023-11-21T20:30:59.960Z Compiling iana-time-zone v0.1.57
15122023-11-21T20:30:59.963Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=396d392db64a8d3e -C extra-filename=-396d392db64a8d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15132023-11-21T20:31:00.535Z Compiling socket2 v0.5.5
15142023-11-21T20:31:00.538Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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=381f184a38c4e62f -C extra-filename=-381f184a38c4e62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15152023-11-21T20:31:00.560Z Compiling regex-syntax v0.8.2
15162023-11-21T20:31:00.561Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c/build-script-build`
15172023-11-21T20:31:00.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=d1b7cc859a320a5a -C extra-filename=-d1b7cc859a320a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15182023-11-21T20:31:00.623Z Compiling rustix v0.38.9
15192023-11-21T20:31:00.649Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4e9bc860269ab989 -C extra-filename=-4e9bc860269ab989 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15202023-11-21T20:31:00.655Z Compiling byteorder v1.5.0
15212023-11-21T20:31:00.658Z Compiling aho-corasick v1.0.4
15222023-11-21T20:31:00.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=13456ae1292a2c33 -C extra-filename=-13456ae1292a2c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-11-21T20:31:00.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=2f01ffbdffe0a7b7 -C extra-filename=-2f01ffbdffe0a7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
15242023-11-21T20:31:01.587Z Compiling serde_json v1.0.108
15252023-11-21T20:31:01.737Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=fd786e3fe46cd367 -C extra-filename=-fd786e3fe46cd367 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15262023-11-21T20:31:01.777Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989/build-script-build`
15272023-11-21T20:31:01.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=b9012728df58b7ce -C extra-filename=-b9012728df58b7ce --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15282023-11-21T20:31:01.920Z Compiling httparse v1.8.0
15292023-11-21T20:31:01.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b77970aec04ec8ca -C extra-filename=-b77970aec04ec8ca --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15302023-11-21T20:31:01.929Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367/build-script-build`
15312023-11-21T20:31:01.965Z Compiling futures-sink v0.3.29
15322023-11-21T20:31:01.969Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a14d41e75c04e78 -C extra-filename=-7a14d41e75c04e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-11-21T20:31:02.063Z Compiling indexmap v1.9.3
15342023-11-21T20:31:02.072Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=5840b9c66a908495 -C extra-filename=-5840b9c66a908495 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
15352023-11-21T20:31:02.184Z Compiling pin-utils v0.1.0
15362023-11-21T20:31:02.184Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7436d1601c1cc564 -C extra-filename=-7436d1601c1cc564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15372023-11-21T20:31:02.333Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=66a2b565889b6645 -C extra-filename=-66a2b565889b6645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --cap-lints allow -D warnings`
15382023-11-21T20:31:02.361Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce/build-script-build`
15392023-11-21T20:31:02.389Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c622fb9760c7f78a -C extra-filename=-c622fb9760c7f78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-11-21T20:31:02.630Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca/build-script-build`
15412023-11-21T20:31:02.670Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6604ec6906f7b39c -C extra-filename=-6604ec6906f7b39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422023-11-21T20:31:02.686Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495/build-script-build`
15432023-11-21T20:31:02.690Z Compiling futures-io v0.3.29
15442023-11-21T20:31:02.690Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=752c0cd5063205fe -C extra-filename=-752c0cd5063205fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-11-21T20:31:02.823Z Compiling errno v0.3.2
15462023-11-21T20:31:02.830Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9e1effc2d9ef148 -C extra-filename=-f9e1effc2d9ef148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
15472023-11-21T20:31:02.967Z Compiling lazy_static v1.4.0
15482023-11-21T20:31:02.973Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=73896bbbb77127a1 -C extra-filename=-73896bbbb77127a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-40645d4c60d8f99b.rmeta --cap-lints allow -D warnings`
15492023-11-21T20:31:03.040Z Compiling vcpkg v0.2.15
15502023-11-21T20:31:03.054Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=47a2d51e483ff21d -C extra-filename=-47a2d51e483ff21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15512023-11-21T20:31:03.505Z Compiling dyn-clone v1.0.13
15522023-11-21T20:31:03.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1b326e73f4b906 -C extra-filename=-4c1b326e73f4b906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-11-21T20:31:03.513Z Compiling ring v0.16.20
15542023-11-21T20:31:03.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=4233cd87db0ec503 -C extra-filename=-4233cd87db0ec503 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-4233cd87db0ec503 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings`
15552023-11-21T20:31:03.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a30b0714f2f281 -C extra-filename=-66a30b0714f2f281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15562023-11-21T20:31:03.513Z Compiling tinyvec_macros v0.1.1
15572023-11-21T20:31:03.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31c27354e899d044 -C extra-filename=-31c27354e899d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15582023-11-21T20:31:03.526Z Compiling tinyvec v1.6.0
15592023-11-21T20:31:03.533Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=71b648cc9ec619d6 -C extra-filename=-71b648cc9ec619d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-31c27354e899d044.rmeta --cap-lints allow -D warnings`
15602023-11-21T20:31:04.842Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-4233cd87db0ec503/build-script-build`
15612023-11-21T20:31:05.529Z Compiling ring v0.17.5
15622023-11-21T20:31:05.543Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=4623389de76ca8d9 -C extra-filename=-4623389de76ca8d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-4623389de76ca8d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings`
15632023-11-21T20:31:05.740Z Compiling openssl-sys v0.9.93
15642023-11-21T20:31:05.754Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2c7bf90b3071b13c -C extra-filename=-2c7bf90b3071b13c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2c7bf90b3071b13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-47a2d51e483ff21d.rlib --cap-lints allow -D warnings`
15652023-11-21T20:31:06.060Z Compiling ahash v0.8.3
15662023-11-21T20:31:06.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4425b30ad551dce3 -C extra-filename=-4425b30ad551dce3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
15672023-11-21T20:31:06.649Z Compiling regex-automata v0.4.3
15682023-11-21T20:31:06.653Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=58cf583ba89fc7f4 -C extra-filename=-58cf583ba89fc7f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings`
15692023-11-21T20:31:07.060Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-4623389de76ca8d9/build-script-build`
15702023-11-21T20:31:07.181Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2c7bf90b3071b13c/build-script-main`
15712023-11-21T20:31:07.520Z Compiling serde_derive_internals v0.26.0
15722023-11-21T20:31:07.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=415e62f3309b1110 -C extra-filename=-415e62f3309b1110 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings`
15732023-11-21T20:31:08.035Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3/build-script-build`
15742023-11-21T20:31:08.176Z Compiling subtle v2.5.0
15752023-11-21T20:31:08.201Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=7d804b0efff212b0 -C extra-filename=-7d804b0efff212b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-11-21T20:31:08.702Z Compiling unicode-normalization v0.1.22
15772023-11-21T20:31:08.722Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5457468a2c088d58 -C extra-filename=-5457468a2c088d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings`
15782023-11-21T20:31:11.072Z Compiling unicode-bidi v0.3.13
15792023-11-21T20:31:11.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=23263f6d11e68974 -C extra-filename=-23263f6d11e68974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15802023-11-21T20:31:11.076Z Compiling openssl v0.10.57
15812023-11-21T20:31:11.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1e80c5dd51f0f11f -C extra-filename=-1e80c5dd51f0f11f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15822023-11-21T20:31:11.384Z Compiling tracing-core v0.1.31
15832023-11-21T20:31:11.390Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=541a9660310fb051 -C extra-filename=-541a9660310fb051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings`
15842023-11-21T20:31:11.412Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f/build-script-build`
15852023-11-21T20:31:11.456Z Compiling async-trait v0.1.74
15862023-11-21T20:31:11.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d42c8244ba4791ca -C extra-filename=-d42c8244ba4791ca --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15872023-11-21T20:31:12.124Z Compiling base64 v0.21.5
15882023-11-21T20:31:12.128Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e787744d353adac5 -C extra-filename=-e787744d353adac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15892023-11-21T20:31:12.221Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca/build-script-build`
15902023-11-21T20:31:12.323Z Compiling percent-encoding v2.3.0
15912023-11-21T20:31:12.332Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9d6bf4db1ffb2aa -C extra-filename=-e9d6bf4db1ffb2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15922023-11-21T20:31:12.887Z Compiling regex v1.10.2
15932023-11-21T20:31:12.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=8e6f99ad8a574a39 -C extra-filename=-8e6f99ad8a574a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings`
15942023-11-21T20:31:12.933Z Compiling rustls v0.21.9
15952023-11-21T20:31:12.937Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=34cedd1812b0b9f9 -C extra-filename=-34cedd1812b0b9f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-34cedd1812b0b9f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15962023-11-21T20:31:13.216Z Compiling const-oid v0.9.5
15972023-11-21T20:31:13.227Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=b70e9b5553d7683e -C extra-filename=-b70e9b5553d7683e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15982023-11-21T20:31:13.655Z Compiling unicode-width v0.1.11
15992023-11-21T20:31:13.655Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eef13e30bb711a6a -C extra-filename=-eef13e30bb711a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16002023-11-21T20:31:13.656Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-34cedd1812b0b9f9/build-script-build`
16012023-11-21T20:31:13.657Z Compiling native-tls v0.2.11
16022023-11-21T20:31:13.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2cdea8e499cabecc -C extra-filename=-2cdea8e499cabecc --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16032023-11-21T20:31:13.657Z Compiling ucd-trie v0.1.6
16042023-11-21T20:31:13.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5ade14baac65735b -C extra-filename=-5ade14baac65735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16052023-11-21T20:31:13.835Z Compiling semver v1.0.20
16062023-11-21T20:31:13.851Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=01617e208282c7ee -C extra-filename=-01617e208282c7ee --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16072023-11-21T20:31:14.107Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc/build-script-build`
16082023-11-21T20:31:14.147Z Compiling form_urlencoded v1.2.0
16092023-11-21T20:31:14.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4eff3b320e84fc0d -C extra-filename=-4eff3b320e84fc0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings`
16102023-11-21T20:31:14.642Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee/build-script-build`
16112023-11-21T20:31:14.793Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169fb52eead2dddc -C extra-filename=-169fb52eead2dddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
16122023-11-21T20:31:14.804Z Compiling winnow v0.5.15
16132023-11-21T20:31:14.804Z Compiling ppv-lite86 v0.2.17
16142023-11-21T20:31:14.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b600d2d43343318 -C extra-filename=-3b600d2d43343318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16152023-11-21T20:31:14.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=bf9846c849cd28ee -C extra-filename=-bf9846c849cd28ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-11-21T20:31:14.804Z Compiling spin v0.9.8
16172023-11-21T20:31:14.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=307a5b4ea5e7a3f6 -C extra-filename=-307a5b4ea5e7a3f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --cap-lints allow -D warnings`
16182023-11-21T20:31:15.739Z Compiling hashbrown v0.13.2
16192023-11-21T20:31:15.782Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=47a9b11d5628b4a6 -C extra-filename=-47a9b11d5628b4a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-169fb52eead2dddc.rmeta --cap-lints allow -D warnings`
16202023-11-21T20:31:15.782Z Compiling unicode-xid v0.2.4
16212023-11-21T20:31:15.782Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=22fe2c7d911da4f3 -C extra-filename=-22fe2c7d911da4f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16222023-11-21T20:31:15.782Z Compiling idna v0.4.0
16232023-11-21T20:31:15.782Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b5d90c2eb298466 -C extra-filename=-3b5d90c2eb298466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
16242023-11-21T20:31:16.029Z Compiling rand_chacha v0.3.1
16252023-11-21T20:31:16.038Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=c8e7a0e2b098d163 -C extra-filename=-c8e7a0e2b098d163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
16262023-11-21T20:31:16.540Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=53652a956d40eca5 -C extra-filename=-53652a956d40eca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16272023-11-21T20:31:17.726Z Compiling rand v0.8.5
16282023-11-21T20:31:17.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=44619941073c1d5e -C extra-filename=-44619941073c1d5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
16292023-11-21T20:31:17.726Z Compiling backtrace v0.3.69
16302023-11-21T20:31:17.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=53c367bfaed4269a -C extra-filename=-53c367bfaed4269a --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-53c367bfaed4269a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings`
16312023-11-21T20:31:18.250Z Compiling hashbrown v0.12.3
16322023-11-21T20:31:18.276Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=fb8de11b4711326b -C extra-filename=-fb8de11b4711326b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16332023-11-21T20:31:18.281Z Compiling crossbeam-utils v0.8.16
16342023-11-21T20:31:18.281Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10f3e011f2e2d477 -C extra-filename=-10f3e011f2e2d477 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16352023-11-21T20:31:19.002Z Compiling bitflags v1.3.2
16362023-11-21T20:31:19.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bba883f09c02da13 -C extra-filename=-bba883f09c02da13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16372023-11-21T20:31:19.077Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477/build-script-build`
16382023-11-21T20:31:19.114Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-53c367bfaed4269a/build-script-build`
16392023-11-21T20:31:19.141Z Compiling url v2.4.1
16402023-11-21T20:31:19.144Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=066525b4f708b591 -C extra-filename=-066525b4f708b591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-3b5d90c2eb298466.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings`
16412023-11-21T20:31:19.238Z Compiling slog v2.7.0
16422023-11-21T20:31:19.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=82be9a14d7b81b4f -C extra-filename=-82be9a14d7b81b4f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16432023-11-21T20:31:19.961Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f/build-script-build`
16442023-11-21T20:31:20.072Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=64e35da0c73cb6db -C extra-filename=-64e35da0c73cb6db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-fb8de11b4711326b.rmeta --cap-lints allow -D warnings --cfg has_std`
16452023-11-21T20:31:20.085Z Compiling either v1.9.0
16462023-11-21T20:31:20.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=a1eac84d717304be -C extra-filename=-a1eac84d717304be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16472023-11-21T20:31:20.174Z Compiling serde_derive v1.0.192
16482023-11-21T20:31:20.174Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.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 --cfg 'feature="default"' -C metadata=44134a0aea49d778 -C extra-filename=-44134a0aea49d778 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16492023-11-21T20:31:21.024Z Compiling thiserror-impl v1.0.49
16502023-11-21T20:31:21.030Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d9f803c085d11673 -C extra-filename=-d9f803c085d11673 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16512023-11-21T20:31:21.030Z Compiling zeroize_derive v1.4.2
16522023-11-21T20:31:21.030Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=6b33d35605123f56 -C extra-filename=-6b33d35605123f56 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16532023-11-21T20:31:21.030Z Compiling tokio-macros v2.2.0
16542023-11-21T20:31:21.030Z Running `/home/build/.rustup/toolchains/1.73.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 metadata=09959a902cf716d7 -C extra-filename=-09959a902cf716d7 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16552023-11-21T20:31:21.030Z Compiling futures-macro v0.3.29
16562023-11-21T20:31:21.030Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c1a32e8fba9ff887 -C extra-filename=-c1a32e8fba9ff887 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16572023-11-21T20:31:21.479Z Compiling tracing-attributes v0.1.26
16582023-11-21T20:31:21.496Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e406e37368f391cf -C extra-filename=-e406e37368f391cf --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16592023-11-21T20:31:22.370Z Compiling schemars_derive v0.8.13
16602023-11-21T20:31:22.497Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0d75c1a6b93052ab -C extra-filename=-0d75c1a6b93052ab --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-415e62f3309b1110.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
16612023-11-21T20:31:22.497Z Compiling openssl-macros v0.1.1
16622023-11-21T20:31:22.497Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=1b91090bfe739597 -C extra-filename=-1b91090bfe739597 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16632023-11-21T20:31:24.790Z Compiling zeroize v1.6.0
16642023-11-21T20:31:24.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=b6d43e112006e525 -C extra-filename=-b6d43e112006e525 --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-6b33d35605123f56.so --cap-lints allow -D warnings`
16652023-11-21T20:31:24.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cf8b7ddb4026a748 -C extra-filename=-cf8b7ddb4026a748 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
16662023-11-21T20:31:24.954Z Compiling anyhow v1.0.75
16672023-11-21T20:31:24.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=651f15e904c36c2e -C extra-filename=-651f15e904c36c2e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16682023-11-21T20:31:24.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=3e5480d3d08ff34b -C extra-filename=-3e5480d3d08ff34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-66a30b0714f2f281.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16692023-11-21T20:31:24.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=89c2dfaf38300e6f -C extra-filename=-89c2dfaf38300e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c1a32e8fba9ff887.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --cap-lints allow -D warnings`
16702023-11-21T20:31:24.956Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e/build-script-build`
16712023-11-21T20:31:25.025Z Compiling socket2 v0.4.9
16722023-11-21T20:31:25.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=83f414a27466bc1a -C extra-filename=-83f414a27466bc1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
16732023-11-21T20:31:25.446Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=021d0d375605d842 -C extra-filename=-021d0d375605d842 --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-d9f803c085d11673.so --cap-lints allow -D warnings`
16742023-11-21T20:31:25.614Z Compiling pest v2.7.2
16752023-11-21T20:31:25.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0e0a34abc9c45c3c -C extra-filename=-0e0a34abc9c45c3c --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-021d0d375605d842.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5ade14baac65735b.rmeta --cap-lints allow -D warnings`
16762023-11-21T20:31:26.267Z Compiling try-lock v0.2.4
16772023-11-21T20:31:26.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ff1f8b0c587fb9f -C extra-filename=-8ff1f8b0c587fb9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16782023-11-21T20:31:26.469Z Compiling crypto-common v0.1.6
16792023-11-21T20:31:26.478Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=733d6be0199cb028 -C extra-filename=-733d6be0199cb028 --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-3e5480d3d08ff34b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-66a30b0714f2f281.rmeta --cap-lints allow -D warnings`
16802023-11-21T20:31:26.526Z Compiling block-buffer v0.10.4
16812023-11-21T20:31:26.526Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5a01327b62c96c6b -C extra-filename=-5a01327b62c96c6b --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-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings`
16822023-11-21T20:31:26.873Z Compiling strsim v0.10.0
16832023-11-21T20:31:26.880Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b831e55c95c4ea46 -C extra-filename=-b831e55c95c4ea46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16842023-11-21T20:31:26.890Z Compiling digest v0.10.7
16852023-11-21T20:31:26.894Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=e5c5a96420662074 -C extra-filename=-e5c5a96420662074 --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-5a01327b62c96c6b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
16862023-11-21T20:31:27.164Z Compiling tracing v0.1.37
16872023-11-21T20:31:27.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=d4cfccba016c8d4c -C extra-filename=-d4cfccba016c8d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e406e37368f391cf.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-541a9660310fb051.rmeta --cap-lints allow -D warnings`
16882023-11-21T20:31:27.468Z Compiling httpdate v1.0.3
16892023-11-21T20:31:27.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd86d2854e7dc134 -C extra-filename=-cd86d2854e7dc134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16902023-11-21T20:31:27.667Z Compiling untrusted v0.7.1
16912023-11-21T20:31:27.701Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f44937a814b14c11 -C extra-filename=-f44937a814b14c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16922023-11-21T20:31:27.723Z Compiling want v0.3.1
16932023-11-21T20:31:27.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03f4efc8064ac28 -C extra-filename=-d03f4efc8064ac28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8ff1f8b0c587fb9f.rmeta --cap-lints allow -D warnings`
16942023-11-21T20:31:27.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=20934dee58343fd2 -C extra-filename=-20934dee58343fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-40645d4c60d8f99b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -l static=ring-core -l static=ring-test`
16952023-11-21T20:31:28.048Z Compiling num-integer v0.1.45
16962023-11-21T20:31:28.048Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d52890b42f7eb4eb -C extra-filename=-d52890b42f7eb4eb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
16972023-11-21T20:31:28.073Z Compiling foreign-types-shared v0.1.1
16982023-11-21T20:31:28.073Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d947ee7897d9fbf5 -C extra-filename=-d947ee7897d9fbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16992023-11-21T20:31:28.167Z Compiling openssl-probe v0.1.5
17002023-11-21T20:31:28.192Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38360ffb9ef07a0e -C extra-filename=-38360ffb9ef07a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17012023-11-21T20:31:28.197Z Compiling untrusted v0.9.0
17022023-11-21T20:31:28.197Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bede715a5173ba8 -C extra-filename=-2bede715a5173ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17032023-11-21T20:31:28.232Z Compiling tower-service v0.3.2
17042023-11-21T20:31:28.256Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bce8a2483e665a6f -C extra-filename=-bce8a2483e665a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17052023-11-21T20:31:28.400Z Compiling crc32fast v1.3.2
17062023-11-21T20:31:28.403Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3bc6d6e0d5eb2c0 -C extra-filename=-c3bc6d6e0d5eb2c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17072023-11-21T20:31:28.446Z Compiling cpufeatures v0.2.9
17082023-11-21T20:31:28.450Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=828db6385a9f0bd5 -C extra-filename=-828db6385a9f0bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17092023-11-21T20:31:28.489Z Compiling time-core v0.1.1
17102023-11-21T20:31:28.493Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f78c42d4154f34 -C extra-filename=-58f78c42d4154f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17112023-11-21T20:31:29.037Z Compiling io-lifetimes v1.0.11
17122023-11-21T20:31:29.041Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b72fbfc7540779d2 -C extra-filename=-b72fbfc7540779d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17132023-11-21T20:31:29.041Z Compiling adler v1.0.2
17142023-11-21T20:31:29.041Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08cd1827cd37ee6e -C extra-filename=-08cd1827cd37ee6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17152023-11-21T20:31:29.041Z Compiling time-macros v0.2.13
17162023-11-21T20:31:29.041Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=edf8304bb59d3fc3 -C extra-filename=-edf8304bb59d3fc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-58f78c42d4154f34.rlib --extern proc_macro --cap-lints allow -D warnings`
17172023-11-21T20:31:29.043Z Compiling miniz_oxide v0.7.1
17182023-11-21T20:31:29.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=4f8e6ad7586f9a84 -C extra-filename=-4f8e6ad7586f9a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-08cd1827cd37ee6e.rmeta --cap-lints allow -D warnings`
17192023-11-21T20:31:29.230Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0/build-script-build`
17202023-11-21T20:31:29.239Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb/build-script-build`
17212023-11-21T20:31:29.285Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=e24c33bab6ba80a3 -C extra-filename=-e24c33bab6ba80a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
17222023-11-21T20:31:29.508Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2/build-script-build`
17232023-11-21T20:31:29.874Z Compiling foreign-types v0.3.2
17242023-11-21T20:31:29.898Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af042b7bd262a5cc -C extra-filename=-af042b7bd262a5cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-d947ee7897d9fbf5.rmeta --cap-lints allow -D warnings`
17252023-11-21T20:31:30.001Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee651c23aa836357 -C extra-filename=-ee651c23aa836357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
17262023-11-21T20:31:30.635Z Compiling mime v0.3.17
17272023-11-21T20:31:30.730Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37174dc2eb25e52f -C extra-filename=-37174dc2eb25e52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17282023-11-21T20:31:31.680Z Compiling sct v0.7.0
17292023-11-21T20:31:31.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb97360038c190a3 -C extra-filename=-cb97360038c190a3 --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-20934dee58343fd2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
17302023-11-21T20:31:31.787Z Compiling synstructure v0.12.6
17312023-11-21T20:31:31.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d4ad94b5f9af8d72 -C extra-filename=-d4ad94b5f9af8d72 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings`
17322023-11-21T20:31:32.185Z Compiling rustversion v1.0.14
17332023-11-21T20:31:32.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f8faffaa0d02fd74 -C extra-filename=-f8faffaa0d02fd74 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17342023-11-21T20:31:32.618Z Compiling ipnet v2.8.0
17352023-11-21T20:31:32.618Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9b2720df6dfaa396 -C extra-filename=-9b2720df6dfaa396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17362023-11-21T20:31:36.386Z Compiling rustls-webpki v0.101.7
17372023-11-21T20:31:37.831Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3621cdff6fe6886 -C extra-filename=-c3621cdff6fe6886 --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-e24c33bab6ba80a3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out`
17382023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.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=18d2c5f7a2815c75 -C extra-filename=-18d2c5f7a2815c75 --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-44134a0aea49d778.so --cap-lints allow -D warnings`
17392023-11-21T20:31:37.833Z Compiling rustix v0.37.23
17402023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=47322ae9f87daf8f -C extra-filename=-47322ae9f87daf8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17412023-11-21T20:31:37.833Z Compiling zerocopy-derive v0.2.0
17422023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=32fe9d4b07bfc9ae -C extra-filename=-32fe9d4b07bfc9ae --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-0cfa57b869076aee.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d4ad94b5f9af8d72.rlib --extern proc_macro --cap-lints allow -D warnings`
17432023-11-21T20:31:37.833Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74/build-script-build`
17442023-11-21T20:31:37.833Z Compiling pest_meta v2.7.2
17452023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1735801063b7e377 -C extra-filename=-1735801063b7e377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-0e0a34abc9c45c3c.rmeta --cap-lints allow -D warnings`
17462023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=04fd4f80552d27cc -C extra-filename=-04fd4f80552d27cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e24c33bab6ba80a3.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c3621cdff6fe6886.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cb97360038c190a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
17472023-11-21T20:31:37.833Z Compiling zerocopy-derive v0.6.4
17482023-11-21T20:31:37.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c6f829b7e6716a44 -C extra-filename=-c6f829b7e6716a44 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
17492023-11-21T20:31:37.835Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f/build-script-build`
17502023-11-21T20:31:37.835Z Compiling rustls-pemfile v1.0.3
17512023-11-21T20:31:37.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9af34ee4ca82c03 -C extra-filename=-b9af34ee4ca82c03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --cap-lints allow -D warnings`
17522023-11-21T20:31:37.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=96868ad2f5887e43 -C extra-filename=-96868ad2f5887e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17532023-11-21T20:31:37.835Z Compiling encoding_rs v0.8.33
17542023-11-21T20:31:37.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=e127fad1e2bd69c7 -C extra-filename=-e127fad1e2bd69c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
17552023-11-21T20:31:37.835Z Compiling pest_generator v2.7.2
17562023-11-21T20:31:37.835Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=a42913d48a5f799c -C extra-filename=-a42913d48a5f799c --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-0e0a34abc9c45c3c.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1735801063b7e377.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
17572023-11-21T20:31:37.921Z Compiling rustls-native-certs v0.6.3
17582023-11-21T20:31:37.921Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d396c4f48184a8 -C extra-filename=-72d396c4f48184a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --cap-lints allow -D warnings`
17592023-11-21T20:31:38.069Z Compiling gimli v0.28.0
17602023-11-21T20:31:38.069Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=872a44afabf948a6 -C extra-filename=-872a44afabf948a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17612023-11-21T20:31:38.069Z Compiling object v0.32.1
17622023-11-21T20:31:38.069Z Compiling usdt-impl v0.3.5
17632023-11-21T20:31:38.069Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=f3ab642a0fb2624b -C extra-filename=-f3ab642a0fb2624b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
17642023-11-21T20:31:38.069Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=3a412c79e16a3e0a -C extra-filename=-3a412c79e16a3e0a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
17652023-11-21T20:31:38.577Z Compiling rustc-demangle v0.1.23
17662023-11-21T20:31:38.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7bdaedcfefe0e1a -C extra-filename=-f7bdaedcfefe0e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17672023-11-21T20:31:39.427Z Compiling webpki-roots v0.25.2
17682023-11-21T20:31:39.433Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43c1378816ecac54 -C extra-filename=-43c1378816ecac54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17692023-11-21T20:31:39.660Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a/build-script-build`
17702023-11-21T20:31:39.948Z Compiling zerocopy v0.3.0
17712023-11-21T20:31:39.956Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c084dee69cfd3af2 -C extra-filename=-c084dee69cfd3af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-32fe9d4b07bfc9ae.so --cap-lints allow -D warnings`
17722023-11-21T20:31:40.246Z Compiling thread-id v4.2.0
17732023-11-21T20:31:40.330Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0711bc262ccfa26b -C extra-filename=-0711bc262ccfa26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
17742023-11-21T20:31:40.747Z Compiling memoffset v0.9.0
17752023-11-21T20:31:40.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2ef9dc1180e7f411 -C extra-filename=-2ef9dc1180e7f411 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
17762023-11-21T20:31:45.066Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411/build-script-build`
17772023-11-21T20:31:45.226Z Compiling dof v0.1.5
17782023-11-21T20:31:45.226Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10925711dbedfbf0 -C extra-filename=-10925711dbedfbf0 --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-021d0d375605d842.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c084dee69cfd3af2.rmeta --cap-lints allow -D warnings`
17792023-11-21T20:31:45.226Z Compiling clap_derive v4.4.2
17802023-11-21T20:31:45.226Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1636ab06bd78f7db -C extra-filename=-1636ab06bd78f7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
17812023-11-21T20:31:45.226Z Compiling pest_derive v2.7.2
17822023-11-21T20:31:45.228Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79245328ef323993 -C extra-filename=-79245328ef323993 --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-0e0a34abc9c45c3c.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-a42913d48a5f799c.rlib --extern proc_macro --cap-lints allow -D warnings`
17832023-11-21T20:31:45.269Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=432ebafd6491db7b -C extra-filename=-432ebafd6491db7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
17842023-11-21T20:31:45.272Z Compiling dtrace-parser v0.1.14
17852023-11-21T20:31:45.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4ffbfabcfd6f684 -C extra-filename=-a4ffbfabcfd6f684 --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-0e0a34abc9c45c3c.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-79245328ef323993.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
17862023-11-21T20:31:45.272Z Compiling bytes v1.5.0
17872023-11-21T20:31:45.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=350903b1d1ebd164 -C extra-filename=-350903b1d1ebd164 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
17882023-11-21T20:31:45.272Z Compiling bitflags v2.4.0
17892023-11-21T20:31:45.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=20fae4178c3fc031 -C extra-filename=-20fae4178c3fc031 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
17902023-11-21T20:31:45.272Z Compiling indexmap v2.1.0
17912023-11-21T20:31:45.273Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=747798cd8b9dd4c2 -C extra-filename=-747798cd8b9dd4c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ce1101edb93c80e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-93e3559dd37749ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
17922023-11-21T20:31:45.273Z Compiling chrono v0.4.31
17932023-11-21T20:31:45.273Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=be6a16b272216d2c -C extra-filename=-be6a16b272216d2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-396d392db64a8d3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
17942023-11-21T20:31:45.761Z Compiling tokio v1.34.0
17952023-11-21T20:31:45.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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=c9a31accbe376d0c -C extra-filename=-c9a31accbe376d0c --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-350903b1d1ebd164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-04132c579bcd6e17.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-381f184a38c4e62f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-09959a902cf716d7.so --cap-lints allow -D warnings`
17962023-11-21T20:31:46.323Z Compiling uuid v1.6.1
17972023-11-21T20:31:46.340Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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=efc496125318ee13 -C extra-filename=-efc496125318ee13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
17982023-11-21T20:31:46.400Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=2cfaafa8a25075f3 -C extra-filename=-2cfaafa8a25075f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17992023-11-21T20:31:46.627Z Compiling http v0.2.11
18002023-11-21T20:31:46.648Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.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=66a88dcca8133f81 -C extra-filename=-66a88dcca8133f81 --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-350903b1d1ebd164.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --cap-lints allow -D warnings`
18012023-11-21T20:31:48.978Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=aa6974083f12bb7d -C extra-filename=-aa6974083f12bb7d --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-20fae4178c3fc031.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18022023-11-21T20:31:49.221Z Compiling toml_datetime v0.6.5
18032023-11-21T20:31:49.232Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=46d4878344085c34 -C extra-filename=-46d4878344085c34 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
18042023-11-21T20:31:49.232Z Compiling serde_spanned v0.6.4
18052023-11-21T20:31:49.232Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=247755f22b73d85a -C extra-filename=-247755f22b73d85a --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
18062023-11-21T20:31:49.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1356f3411526903f -C extra-filename=-1356f3411526903f --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
18072023-11-21T20:31:49.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=85fce9da19fb1167 -C extra-filename=-85fce9da19fb1167 --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18082023-11-21T20:31:50.054Z Compiling toml_edit v0.19.15
18092023-11-21T20:31:50.061Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=364efe634fb29cce -C extra-filename=-364efe634fb29cce --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings`
18102023-11-21T20:31:50.899Z Compiling http-body v0.4.5
18112023-11-21T20:31:50.944Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f8e861230155c27 -C extra-filename=-2f8e861230155c27 --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-350903b1d1ebd164.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings`
18122023-11-21T20:31:50.944Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a38c968e3078c256 -C extra-filename=-a38c968e3078c256 --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-20fae4178c3fc031.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-1b91090bfe739597.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.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`
18132023-11-21T20:31:51.084Z Compiling serde_urlencoded v0.7.1
18142023-11-21T20:31:51.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212befa4665bb875 -C extra-filename=-212befa4665bb875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
18152023-11-21T20:31:51.113Z Compiling rustc_version v0.4.0
18162023-11-21T20:31:51.127Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1e58258a4bad5ddf -C extra-filename=-1e58258a4bad5ddf --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-1356f3411526903f.rmeta --cap-lints allow -D warnings`
18172023-11-21T20:31:51.320Z Compiling openapiv3 v2.0.0-rc.1
18182023-11-21T20:31:51.324Z Running `/home/build/.rustup/toolchains/1.73.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=0ccf4465315879ca -C extra-filename=-0ccf4465315879ca --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --cap-lints allow -D warnings`
18192023-11-21T20:31:51.980Z Compiling addr2line v0.21.0
18202023-11-21T20:31:52.020Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f0ded569e5c2647 -C extra-filename=-0f0ded569e5c2647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-872a44afabf948a6.rmeta --cap-lints allow -D warnings`
18212023-11-21T20:31:52.189Z Compiling utf8parse v0.2.1
18222023-11-21T20:31:52.212Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27097620aad2fe26 -C extra-filename=-27097620aad2fe26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18232023-11-21T20:31:52.422Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=39962dd8b09b24b4 -C extra-filename=-39962dd8b09b24b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-10925711dbedfbf0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-a4ffbfabcfd6f684.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
18242023-11-21T20:31:52.925Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=432aa53753153294 -C extra-filename=-432aa53753153294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0f0ded569e5c2647.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f3ab642a0fb2624b.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f7bdaedcfefe0e1a.rmeta --cap-lints allow -D warnings`
18252023-11-21T20:31:53.961Z Compiling serde_tokenstream v0.1.7
18262023-11-21T20:31:53.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=acc31a69b3a591b6 -C extra-filename=-acc31a69b3a591b6 --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-0cfa57b869076aee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings`
18272023-11-21T20:31:54.790Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57e8940daf1498f5 -C extra-filename=-57e8940daf1498f5 --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-432aa53753153294.rmeta --cap-lints allow -D warnings`
18282023-11-21T20:31:55.333Z Compiling strum_macros v0.25.2
18292023-11-21T20:31:55.336Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5029efe4c5f58f28 -C extra-filename=-5029efe4c5f58f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
18302023-11-21T20:31:55.652Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6a29730dcaf9410 -C extra-filename=-d6a29730dcaf9410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
18312023-11-21T20:31:56.142Z Compiling crossbeam-epoch v0.9.15
18322023-11-21T20:31:56.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22c4a00135c65c68 -C extra-filename=-22c4a00135c65c68 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
18332023-11-21T20:31:56.404Z Compiling num-iter v0.1.43
18342023-11-21T20:31:56.411Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="i128"' -C metadata=5a1aa375de535fb6 -C extra-filename=-5a1aa375de535fb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
18352023-11-21T20:31:56.868Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68/build-script-build`
18362023-11-21T20:31:56.970Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6/build-script-build`
18372023-11-21T20:31:57.056Z Compiling hex v0.4.3
18382023-11-21T20:31:57.090Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5152616f1e0b8173 -C extra-filename=-5152616f1e0b8173 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
18392023-11-21T20:31:57.162Z Compiling signal-hook v0.3.17
18402023-11-21T20:31:57.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=069eece865dbe982 -C extra-filename=-069eece865dbe982 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18412023-11-21T20:31:57.695Z Compiling siphasher v0.3.11
18422023-11-21T20:31:57.729Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8a1c294fc638e13d -C extra-filename=-8a1c294fc638e13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18432023-11-21T20:31:58.046Z Compiling tokio-util v0.7.10
18442023-11-21T20:31:58.050Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=e597d5ad5d23c054 -C extra-filename=-e597d5ad5d23c054 --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings`
18452023-11-21T20:31:58.335Z Compiling tokio-rustls v0.24.1
18462023-11-21T20:31:58.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=fee6c2005ba832de -C extra-filename=-fee6c2005ba832de --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-04fd4f80552d27cc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
18472023-11-21T20:31:58.997Z Compiling anstyle v1.0.2
18482023-11-21T20:31:59.008Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bb32fe94b168e4f -C extra-filename=-0bb32fe94b168e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18492023-11-21T20:31:59.098Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982/build-script-build`
18502023-11-21T20:31:59.138Z Compiling usdt-macro v0.3.5
18512023-11-21T20:31:59.142Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=edef68ab394b0d63 -C extra-filename=-edef68ab394b0d63 --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-a4ffbfabcfd6f684.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-acc31a69b3a591b6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rlib --extern proc_macro --cap-lints allow -D warnings`
18522023-11-21T20:31:59.700Z Compiling usdt-attr-macro v0.3.5
18532023-11-21T20:31:59.729Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=1992c2daf58469e0 -C extra-filename=-1992c2daf58469e0 --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-a4ffbfabcfd6f684.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-acc31a69b3a591b6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rlib --extern proc_macro --cap-lints allow -D warnings`
18542023-11-21T20:31:59.819Z Compiling futures-executor v0.3.29
18552023-11-21T20:31:59.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a2837ffc1a7d3548 -C extra-filename=-a2837ffc1a7d3548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --cap-lints allow -D warnings`
18562023-11-21T20:32:00.675Z Compiling h2 v0.3.21
18572023-11-21T20:32:00.715Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=799165fcb794e009 -C extra-filename=-799165fcb794e009 --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-350903b1d1ebd164.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings`
18582023-11-21T20:32:00.760Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=988122b01fca8e79 -C extra-filename=-988122b01fca8e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18592023-11-21T20:32:01.423Z Compiling tokio-native-tls v0.3.1
18602023-11-21T20:32:01.429Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6c0fafa85777e60 -C extra-filename=-d6c0fafa85777e60 --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-988122b01fca8e79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18612023-11-21T20:32:01.559Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=5900c666972f8fe2 -C extra-filename=-5900c666972f8fe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
18622023-11-21T20:32:01.731Z Compiling itertools v0.10.5
18632023-11-21T20:32:01.735Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=1698fe758139cc1f -C extra-filename=-1698fe758139cc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --cap-lints allow -D warnings`
18642023-11-21T20:32:01.857Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=c2db2e2cc24f25bb -C extra-filename=-c2db2e2cc24f25bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
18652023-11-21T20:32:01.861Z Compiling unicode-segmentation v1.10.1
18662023-11-21T20:32:01.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea6be43bdaf8fd6 -C extra-filename=-5ea6be43bdaf8fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18672023-11-21T20:32:02.228Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f5dff1a3f4afd29f -C extra-filename=-f5dff1a3f4afd29f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-5900c666972f8fe2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18682023-11-21T20:32:03.165Z Compiling flate2 v1.0.28
18692023-11-21T20:32:03.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=c019a285918e1257 -C extra-filename=-c019a285918e1257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --cap-lints allow -D warnings`
18702023-11-21T20:32:03.330Z Compiling anstyle-parse v0.2.1
18712023-11-21T20:32:03.341Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=1369f107592cb1aa -C extra-filename=-1369f107592cb1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-27097620aad2fe26.rmeta --cap-lints allow -D warnings`
18722023-11-21T20:32:03.466Z Compiling deranged v0.3.8
18732023-11-21T20:32:03.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cf3227b7e0c014af -C extra-filename=-cf3227b7e0c014af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18742023-11-21T20:32:04.241Z Compiling num_threads v0.1.6
18752023-11-21T20:32:04.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a56bf51ad829de -C extra-filename=-b4a56bf51ad829de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18762023-11-21T20:32:04.246Z Compiling bit-vec v0.6.3
18772023-11-21T20:32:04.247Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=441d99300fa54436 -C extra-filename=-441d99300fa54436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18782023-11-21T20:32:04.673Z Compiling anstyle-query v1.0.0
18792023-11-21T20:32:04.691Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01aab9357ab03251 -C extra-filename=-01aab9357ab03251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18802023-11-21T20:32:04.768Z Compiling colorchoice v1.0.0
18812023-11-21T20:32:04.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ace7b3863e74f466 -C extra-filename=-ace7b3863e74f466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18822023-11-21T20:32:04.805Z Compiling terminal_size v0.2.6
18832023-11-21T20:32:04.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01184d0e16a67ddb -C extra-filename=-01184d0e16a67ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f5dff1a3f4afd29f.rmeta --cap-lints allow -D warnings`
18842023-11-21T20:32:04.855Z Compiling futures v0.3.29
18852023-11-21T20:32:04.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=df8af15c6c8606c7 -C extra-filename=-df8af15c6c8606c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a2837ffc1a7d3548.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --cap-lints allow -D warnings`
18862023-11-21T20:32:04.983Z Compiling anstream v0.5.0
18872023-11-21T20:32:05.096Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=b45f13db1c326097 -C extra-filename=-b45f13db1c326097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-1369f107592cb1aa.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-01aab9357ab03251.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ace7b3863e74f466.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-27097620aad2fe26.rmeta --cap-lints allow -D warnings`
18882023-11-21T20:32:05.189Z Compiling toml_edit v0.21.0
18892023-11-21T20:32:05.189Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=ef0e0c7b8db2588a -C extra-filename=-ef0e0c7b8db2588a --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings`
18902023-11-21T20:32:05.189Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e44a33706e9032ed -C extra-filename=-e44a33706e9032ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128`
18912023-11-21T20:32:05.454Z Compiling bzip2-sys v0.1.11+1.0.8
18922023-11-21T20:32:05.470Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4ac844aaafb3c7a5 -C extra-filename=-4ac844aaafb3c7a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4ac844aaafb3c7a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
18932023-11-21T20:32:06.017Z Compiling clap_lex v0.5.1
18942023-11-21T20:32:06.040Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39e629374433b1e7 -C extra-filename=-39e629374433b1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18952023-11-21T20:32:06.258Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4ac844aaafb3c7a5/build-script-build`
18962023-11-21T20:32:06.761Z Compiling toml v0.7.8
18972023-11-21T20:32:06.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=f694ac99b80ecc4f -C extra-filename=-f694ac99b80ecc4f --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-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --cap-lints allow -D warnings`
18982023-11-21T20:32:06.774Z Compiling time v0.3.27
18992023-11-21T20:32:06.774Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=c3e3cf764a9ffe22 -C extra-filename=-c3e3cf764a9ffe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-cf3227b7e0c014af.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-b4a56bf51ad829de.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-58f78c42d4154f34.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings`
19002023-11-21T20:32:06.774Z Compiling clap_builder v4.4.2
19012023-11-21T20:32:06.776Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=ed3dd28698be8141 -C extra-filename=-ed3dd28698be8141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-b45f13db1c326097.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-39e629374433b1e7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-01184d0e16a67ddb.rmeta --cap-lints allow -D warnings`
19022023-11-21T20:32:06.787Z Compiling zerocopy v0.6.4
19032023-11-21T20:32:06.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84e14f0c27829c09 -C extra-filename=-84e14f0c27829c09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c6f829b7e6716a44.so --cap-lints allow -D warnings`
19042023-11-21T20:32:07.368Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19052023-11-21T20:32:07.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f029daee77e8b67 -C extra-filename=-7f029daee77e8b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19062023-11-21T20:32:08.084Z Compiling doc-comment v0.3.3
19072023-11-21T20:32:08.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=78e578208ee2dfcc -C extra-filename=-78e578208ee2dfcc --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19082023-11-21T20:32:08.511Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67/build-script-build`
19092023-11-21T20:32:08.634Z Compiling bit-set v0.5.3
19102023-11-21T20:32:08.638Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bcef41215704b0a3 -C extra-filename=-bcef41215704b0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --cap-lints allow -D warnings`
19112023-11-21T20:32:08.928Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc/build-script-build`
19122023-11-21T20:32:09.053Z Compiling phf_shared v0.10.0
19132023-11-21T20:32:09.107Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cb88406a79c30f65 -C extra-filename=-cb88406a79c30f65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings`
19142023-11-21T20:32:09.112Z Compiling heapless v0.7.16
19152023-11-21T20:32:09.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=38eedd4460f730e3 -C extra-filename=-38eedd4460f730e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-38eedd4460f730e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings`
19162023-11-21T20:32:09.141Z Compiling sha2 v0.10.8
19172023-11-21T20:32:09.145Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=965b9bbdd9119936 -C extra-filename=-965b9bbdd9119936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --cap-lints allow -D warnings`
19182023-11-21T20:32:09.727Z Compiling pin-project-internal v1.1.3
19192023-11-21T20:32:09.730Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=dcf93060d9bc72a8 -C extra-filename=-dcf93060d9bc72a8 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
19202023-11-21T20:32:09.892Z Compiling fixedbitset v0.4.2
19212023-11-21T20:32:09.896Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdcdae971425a685 -C extra-filename=-cdcdae971425a685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19222023-11-21T20:32:10.601Z Compiling new_debug_unreachable v1.0.4
19232023-11-21T20:32:10.611Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bc97b5e0fc2ba8 -C extra-filename=-a5bc97b5e0fc2ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19242023-11-21T20:32:10.631Z Compiling precomputed-hash v0.1.1
19252023-11-21T20:32:10.635Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63a2ea54c4cba33b -C extra-filename=-63a2ea54c4cba33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19262023-11-21T20:32:10.728Z Compiling data-encoding v2.4.0
19272023-11-21T20:32:10.732Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b383810513703531 -C extra-filename=-b383810513703531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19282023-11-21T20:32:10.802Z Compiling string_cache v0.8.7
19292023-11-21T20:32:10.814Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=55a0103f85a9e97f -C extra-filename=-55a0103f85a9e97f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-a5bc97b5e0fc2ba8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-cb88406a79c30f65.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-63a2ea54c4cba33b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
19302023-11-21T20:32:11.635Z Compiling petgraph v0.6.4
19312023-11-21T20:32:11.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=f194ed76efbe5191 -C extra-filename=-f194ed76efbe5191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-cdcdae971425a685.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings`
19322023-11-21T20:32:14.561Z Compiling hyper v0.14.27
19332023-11-21T20:32:14.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=1cfb3611fa9e4000 -C extra-filename=-1cfb3611fa9e4000 --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-350903b1d1ebd164.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-799165fcb794e009.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2f8e861230155c27.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-d03f4efc8064ac28.rmeta --cap-lints allow -D warnings`
19342023-11-21T20:32:14.735Z Compiling clap v4.4.3
19352023-11-21T20:32:14.739Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=d1b5987e411c315d -C extra-filename=-d1b5987e411c315d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-1636ab06bd78f7db.so --cap-lints allow -D warnings`
19362023-11-21T20:32:14.933Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-38eedd4460f730e3/build-script-build`
19372023-11-21T20:32:14.988Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a011e30b5d5882f6 -C extra-filename=-a011e30b5d5882f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19382023-11-21T20:32:15.147Z Compiling hmac v0.12.1
19392023-11-21T20:32:15.151Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cfa7bc7413ed50a9 -C extra-filename=-cfa7bc7413ed50a9 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings`
19402023-11-21T20:32:15.498Z Compiling enum-as-inner v0.5.1
19412023-11-21T20:32:15.961Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=496ebd546502e8be -C extra-filename=-496ebd546502e8be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
19422023-11-21T20:32:15.967Z Compiling diesel_table_macro_syntax v0.1.0
19432023-11-21T20:32:15.967Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ff5f50fe41693a8a -C extra-filename=-ff5f50fe41693a8a --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-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
19442023-11-21T20:32:15.967Z Compiling managed v0.8.0
19452023-11-21T20:32:15.967Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=36484c5329fe569d -C extra-filename=-36484c5329fe569d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19462023-11-21T20:32:16.122Z Compiling diesel_derives v2.1.1
19472023-11-21T20:32:16.126Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=e6be3c1c11d443e7 -C extra-filename=-e6be3c1c11d443e7 --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-ff5f50fe41693a8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
19482023-11-21T20:32:16.302Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c7425f1d945d36b -C extra-filename=-3c7425f1d945d36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a011e30b5d5882f6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings`
19492023-11-21T20:32:17.299Z Compiling num-bigint v0.4.4
19502023-11-21T20:32:17.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=41ea9f7570a5323b -C extra-filename=-41ea9f7570a5323b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
19512023-11-21T20:32:17.588Z Compiling smoltcp v0.9.1
19522023-11-21T20:32:17.622Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="proto-ipv6"' -C metadata=77625e3b291d32af -C extra-filename=-77625e3b291d32af --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19532023-11-21T20:32:18.298Z Compiling lalrpop-util v0.19.12
19542023-11-21T20:32:18.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=63c6980fe0f75543 -C extra-filename=-63c6980fe0f75543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19552023-11-21T20:32:18.571Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=265c8363d96e092d -C extra-filename=-265c8363d96e092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19562023-11-21T20:32:18.670Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af/build-script-build`
19572023-11-21T20:32:18.675Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b/build-script-build`
19582023-11-21T20:32:18.702Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1130240042d45901 -C extra-filename=-1130240042d45901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --cap-lints allow -D warnings`
19592023-11-21T20:32:18.732Z Compiling snafu-derive v0.7.5
19602023-11-21T20:32:18.740Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=eaf8405b6104e495 -C extra-filename=-eaf8405b6104e495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
19612023-11-21T20:32:18.805Z Compiling hubpack_derive v0.1.1
19622023-11-21T20:32:18.818Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=15c007528a74ed8f -C extra-filename=-15c007528a74ed8f --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
19632023-11-21T20:32:19.235Z Compiling md-5 v0.10.5
19642023-11-21T20:32:19.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a423bca254410280 -C extra-filename=-a423bca254410280 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings`
19652023-11-21T20:32:19.289Z Compiling stringprep v0.1.3
19662023-11-21T20:32:19.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c6dd1a1feeb2107 -C extra-filename=-7c6dd1a1feeb2107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
19672023-11-21T20:32:19.290Z Compiling scheduled-thread-pool v0.2.7
19682023-11-21T20:32:19.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f37c2ed887bde4ef -C extra-filename=-f37c2ed887bde4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --cap-lints allow -D warnings`
19692023-11-21T20:32:20.536Z Compiling matches v0.1.10
19702023-11-21T20:32:20.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80a0e7b4f72208e9 -C extra-filename=-80a0e7b4f72208e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19712023-11-21T20:32:20.598Z Compiling fallible-iterator v0.2.0
19722023-11-21T20:32:20.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82b80056b1b0c068 -C extra-filename=-82b80056b1b0c068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19732023-11-21T20:32:20.598Z Compiling regex-automata v0.1.10
19742023-11-21T20:32:20.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ff8d92e8d1e3b13 -C extra-filename=-7ff8d92e8d1e3b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19752023-11-21T20:32:20.598Z Compiling predicates-core v1.0.6
19762023-11-21T20:32:20.598Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a6c4ab35a0a6e2b -C extra-filename=-3a6c4ab35a0a6e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19772023-11-21T20:32:20.938Z Compiling idna v0.2.3
19782023-11-21T20:32:20.953Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0042c41b28a33be -C extra-filename=-d0042c41b28a33be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-80a0e7b4f72208e9.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
19792023-11-21T20:32:21.002Z Compiling r2d2 v0.8.10
19802023-11-21T20:32:21.164Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f2284f6443bccb7 -C extra-filename=-7f2284f6443bccb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-f37c2ed887bde4ef.rmeta --cap-lints allow -D warnings`
19812023-11-21T20:32:21.375Z Compiling bstr v0.2.17
19822023-11-21T20:32:21.376Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1d7a1522ea5181c9 -C extra-filename=-1d7a1522ea5181c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7ff8d92e8d1e3b13.rmeta --cap-lints allow -D warnings`
19832023-11-21T20:32:23.342Z Compiling postgres-protocol v0.6.6
19842023-11-21T20:32:23.343Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eb128e11a48bb0b1 -C extra-filename=-eb128e11a48bb0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cfa7bc7413ed50a9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a423bca254410280.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-7c6dd1a1feeb2107.rmeta --cap-lints allow -D warnings`
19852023-11-21T20:32:23.355Z Compiling signal-hook-mio v0.2.3
19862023-11-21T20:32:23.355Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=70cae47916c1027e -C extra-filename=-70cae47916c1027e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --cap-lints allow -D warnings`
19872023-11-21T20:32:23.355Z Compiling pin-project v1.1.3
19882023-11-21T20:32:23.355Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5d74038953936d7 -C extra-filename=-b5d74038953936d7 --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-dcf93060d9bc72a8.so --cap-lints allow -D warnings`
19892023-11-21T20:32:39.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da7847691a80269d -C extra-filename=-da7847691a80269d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19902023-11-21T20:32:39.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77d75c180c0d4068 -C extra-filename=-77d75c180c0d4068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
19912023-11-21T20:32:39.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c295efd4d25cd77f -C extra-filename=-c295efd4d25cd77f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -l static=bz2`
19922023-11-21T20:32:39.510Z Compiling signature v2.1.0
19932023-11-21T20:32:39.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=3189c2eb2d686d93 -C extra-filename=-3189c2eb2d686d93 --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-e5c5a96420662074.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
19942023-11-21T20:32:39.514Z Compiling block-padding v0.3.3
19952023-11-21T20:32:39.514Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=97b1085dd9cf7677 -C extra-filename=-97b1085dd9cf7677 --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-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings`
19962023-11-21T20:32:39.514Z Compiling itertools v0.11.0
19972023-11-21T20:32:39.514Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=e43afbe531374317 -C extra-filename=-e43afbe531374317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --cap-lints allow -D warnings`
19982023-11-21T20:32:39.514Z Compiling serde_repr v0.1.16
19992023-11-21T20:32:39.514Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=006edc45b992975f -C extra-filename=-006edc45b992975f --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
20002023-11-21T20:32:40.167Z Compiling hash32 v0.2.1
20012023-11-21T20:32:40.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e997fb8b02fd91a -C extra-filename=-5e997fb8b02fd91a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --cap-lints allow -D warnings`
20022023-11-21T20:32:40.167Z Compiling float-cmp v0.9.0
20032023-11-21T20:32:40.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=e5ede4c61982d4c4 -C extra-filename=-e5ede4c61982d4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings`
20042023-11-21T20:32:40.167Z Compiling regex-automata v0.3.8
20052023-11-21T20:32:40.167Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=ec1b7810aa8746c6 -C extra-filename=-ec1b7810aa8746c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20062023-11-21T20:32:40.169Z Compiling stable_deref_trait v1.2.0
20072023-11-21T20:32:40.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d5397adeb14f6b -C extra-filename=-f3d5397adeb14f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20082023-11-21T20:32:40.169Z Compiling normalize-line-endings v0.3.0
20092023-11-21T20:32:40.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbcec1a310885677 -C extra-filename=-fbcec1a310885677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20102023-11-21T20:32:40.169Z Compiling difflib v0.4.0
20112023-11-21T20:32:40.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44f21b3c82f2d1df -C extra-filename=-44f21b3c82f2d1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20122023-11-21T20:32:40.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=06b470a16b9cd41f -C extra-filename=-06b470a16b9cd41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-5e997fb8b02fd91a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f3d5397adeb14f6b.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
20132023-11-21T20:32:40.172Z Compiling inout v0.1.3
20142023-11-21T20:32:40.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=9f46da4df0c081e1 -C extra-filename=-9f46da4df0c081e1 --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-97b1085dd9cf7677.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings`
20152023-11-21T20:32:40.172Z Compiling hyper-tls v0.5.0
20162023-11-21T20:32:40.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c40491387a08b622 -C extra-filename=-c40491387a08b622 --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-350903b1d1ebd164.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d6c0fafa85777e60.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20172023-11-21T20:32:40.172Z Compiling hyper-rustls v0.24.2
20182023-11-21T20:32:40.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=ef4245ec664cd184 -C extra-filename=-ef4245ec664cd184 --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-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-72d396c4f48184a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fee6c2005ba832de.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
20192023-11-21T20:32:40.173Z Compiling bzip2 v0.4.4
20202023-11-21T20:32:40.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35981fbd82d53311 -C extra-filename=-35981fbd82d53311 --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-c295efd4d25cd77f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
20212023-11-21T20:32:40.173Z Compiling reqwest v0.11.22
20222023-11-21T20:32:40.173Z Compiling bstr v1.6.0
20232023-11-21T20:32:40.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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=da3acd81694559c7 -C extra-filename=-da3acd81694559c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-799165fcb794e009.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2f8e861230155c27.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c40491387a08b622.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d6c0fafa85777e60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fee6c2005ba832de.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
20242023-11-21T20:32:40.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b0ced7931636edb8 -C extra-filename=-b0ced7931636edb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ec1b7810aa8746c6.rmeta --cap-lints allow -D warnings`
20252023-11-21T20:32:40.173Z Compiling trust-dns-proto v0.22.0
20262023-11-21T20:32:40.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=8781af2ecdbac087 -C extra-filename=-8781af2ecdbac087 --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-cf8b7ddb4026a748.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d0042c41b28a33be.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings`
20272023-11-21T20:32:41.939Z Compiling crossterm v0.27.0
20282023-11-21T20:32:41.939Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=1b46a4f247b9a0c0 -C extra-filename=-1b46a4f247b9a0c0 --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-20fae4178c3fc031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-70cae47916c1027e.rmeta --cap-lints allow -D warnings`
20292023-11-21T20:32:41.942Z Compiling phf_shared v0.11.2
20302023-11-21T20:32:41.942Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b989823309beb0a6 -C extra-filename=-b989823309beb0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings`
20312023-11-21T20:32:41.942Z Compiling console v0.15.7
20322023-11-21T20:32:41.942Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=e7680e870930d795 -C extra-filename=-e7680e870930d795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
20332023-11-21T20:32:41.942Z Compiling static_assertions v1.1.0
20342023-11-21T20:32:41.942Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7042427c87606dc -C extra-filename=-b7042427c87606dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20352023-11-21T20:32:41.943Z Compiling phf v0.11.2
20362023-11-21T20:32:41.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42b881d7f2520f71 -C extra-filename=-42b881d7f2520f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b989823309beb0a6.rmeta --cap-lints allow -D warnings`
20372023-11-21T20:32:41.943Z Compiling snafu v0.7.5
20382023-11-21T20:32:41.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=100feb98b9351ddc -C extra-filename=-100feb98b9351ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-da7847691a80269d.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b5d74038953936d7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-eaf8405b6104e495.so --cap-lints allow -D warnings`
20392023-11-21T20:32:41.943Z Compiling zip v0.6.6
20402023-11-21T20:32:41.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=08f0cfd40655ae2d -C extra-filename=-08f0cfd40655ae2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-35981fbd82d53311.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
20412023-11-21T20:32:41.944Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ba4b6a4730ca87d9 -C extra-filename=-ba4b6a4730ca87d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-06b470a16b9cd41f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings`
20422023-11-21T20:32:41.944Z Compiling cipher v0.4.4
20432023-11-21T20:32:41.944Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=8b865ef5dfc65319 -C extra-filename=-8b865ef5dfc65319 --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-733d6be0199cb028.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
20442023-11-21T20:32:41.944Z Compiling similar v2.2.1
20452023-11-21T20:32:41.944Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=f9490b982b19964c -C extra-filename=-f9490b982b19964c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
20462023-11-21T20:32:41.945Z Compiling hubpack v0.1.2
20472023-11-21T20:32:41.945Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09db876074e0ebd7 -C extra-filename=-09db876074e0ebd7 --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-15c007528a74ed8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
20482023-11-21T20:32:41.945Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=d774334c077049ad -C extra-filename=-d774334c077049ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20492023-11-21T20:32:41.961Z Compiling whoami v1.4.1
20502023-11-21T20:32:41.961Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=c924dca48902b724 -C extra-filename=-c924dca48902b724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20512023-11-21T20:32:41.964Z Compiling predicates v3.0.4
20522023-11-21T20:32:41.964Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=1f347ebb58effc2e -C extra-filename=-1f347ebb58effc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
20532023-11-21T20:32:41.964Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20542023-11-21T20:32:41.964Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=be74fa1c37e54898 -C extra-filename=-be74fa1c37e54898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09db876074e0ebd7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-006edc45b992975f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ba4b6a4730ca87d9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
20552023-11-21T20:32:41.964Z Compiling postgres-types v0.2.6
20562023-11-21T20:32:41.964Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=8ac01e33cd950906 -C extra-filename=-8ac01e33cd950906 --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-350903b1d1ebd164.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings`
20572023-11-21T20:32:41.964Z Compiling ipnetwork v0.20.0
20582023-11-21T20:32:41.964Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=2e12d9138e68f91c -C extra-filename=-2e12d9138e68f91c --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-85fce9da19fb1167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
20592023-11-21T20:32:41.966Z Compiling tokio-postgres v0.7.10
20602023-11-21T20:32:41.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=3d0b301373fad5c7 -C extra-filename=-3d0b301373fad5c7 --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8ac01e33cd950906.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-381f184a38c4e62f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings`
20612023-11-21T20:32:41.967Z Compiling yasna v0.5.2
20622023-11-21T20:32:41.967Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=0fb3a2239b7d5e15 -C extra-filename=-0fb3a2239b7d5e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
20632023-11-21T20:32:41.970Z Compiling usdt v0.3.5
20642023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=822590ae254c19b0 -C extra-filename=-822590ae254c19b0 --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-a4ffbfabcfd6f684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings`
20652023-11-21T20:32:41.970Z Compiling tokio-stream v0.1.14
20662023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=cb38d64dc63df96b -C extra-filename=-cb38d64dc63df96b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
20672023-11-21T20:32:41.970Z Compiling serde_tokenstream v0.2.0
20682023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=008bf882ac1704eb -C extra-filename=-008bf882ac1704eb --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
20692023-11-21T20:32:41.970Z Compiling regress v0.7.1
20702023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=621add90cc67b87a -C extra-filename=-621add90cc67b87a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
20712023-11-21T20:32:41.970Z Compiling getopts v0.2.21
20722023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c00a5e0c16c4115 -C extra-filename=-3c00a5e0c16c4115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
20732023-11-21T20:32:41.970Z Compiling diesel v2.1.4
20742023-11-21T20:32:41.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.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=7ed3fce57e8b0919 -C extra-filename=-7ed3fce57e8b0919 --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-20fae4178c3fc031.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2e12d9138e68f91c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20752023-11-21T20:32:41.971Z Compiling unsafe-libyaml v0.2.9
20762023-11-21T20:32:41.971Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ab4fe28e0042fdda -C extra-filename=-ab4fe28e0042fdda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20772023-11-21T20:32:42.023Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=931fcf7ab78f10a2 -C extra-filename=-931fcf7ab78f10a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
20782023-11-21T20:32:44.506Z Compiling serde_yaml v0.9.25
20792023-11-21T20:32:44.612Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b57786c1363f7feb -C extra-filename=-b57786c1363f7feb --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-747798cd8b9dd4c2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-ab4fe28e0042fdda.rmeta --cap-lints allow -D warnings`
20802023-11-21T20:32:44.612Z Compiling ident_case v1.0.1
20812023-11-21T20:32:44.612Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0f98890f1dbee67a -C extra-filename=-0f98890f1dbee67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20822023-11-21T20:32:44.612Z Compiling paste v1.0.14
20832023-11-21T20:32:44.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=34ff99beb23c3dfe -C extra-filename=-34ff99beb23c3dfe --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20842023-11-21T20:32:44.613Z Compiling camino v1.1.6
20852023-11-21T20:32:44.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=61b51bd6a5dc2d6a -C extra-filename=-61b51bd6a5dc2d6a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20862023-11-21T20:32:44.613Z Compiling slog-async v2.8.0
20872023-11-21T20:32:44.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2e2ca300e12df2d5 -C extra-filename=-2e2ca300e12df2d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20882023-11-21T20:32:44.878Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe/build-script-build`
20892023-11-21T20:32:44.937Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fa4638fa82fccb75 -C extra-filename=-fa4638fa82fccb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
20902023-11-21T20:32:45.055Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a/build-script-build`
20912023-11-21T20:32:45.124Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
20922023-11-21T20:32:45.138Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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=577ac616673d6566 -C extra-filename=-577ac616673d6566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
20932023-11-21T20:32:45.177Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5/build-script-build`
20942023-11-21T20:32:45.238Z Compiling multer v2.1.0
20952023-11-21T20:32:45.256Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1c3141f47fd1a996 -C extra-filename=-1c3141f47fd1a996 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
20962023-11-21T20:32:45.789Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996/build-script-build`
20972023-11-21T20:32:45.904Z Compiling async-stream-impl v0.3.5
20982023-11-21T20:32:45.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=47422ba7d5af8c5c -C extra-filename=-47422ba7d5af8c5c --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
20992023-11-21T20:32:46.757Z Compiling darling_core v0.20.3
21002023-11-21T20:32:46.767Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=e0a0c22c77c0731b -C extra-filename=-e0a0c22c77c0731b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
21012023-11-21T20:32:48.111Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21022023-11-21T20:32:48.115Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=836be628d3ead0fe -C extra-filename=-836be628d3ead0fe --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
21032023-11-21T20:32:48.690Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe/build-script-build`
21042023-11-21T20:32:48.830Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21052023-11-21T20:32:48.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/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 metadata=625bea2f08c9d888 -C extra-filename=-625bea2f08c9d888 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21062023-11-21T20:32:48.857Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=809685bf001a8e31 -C extra-filename=-809685bf001a8e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21072023-11-21T20:32:49.685Z Compiling structmeta-derive v0.2.0
21082023-11-21T20:32:49.688Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f2eceea4bc81ef4e -C extra-filename=-f2eceea4bc81ef4e --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21092023-11-21T20:32:49.912Z Compiling regex-syntax v0.7.5
21102023-11-21T20:32:49.937Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=2e873fc50e2698f4 -C extra-filename=-2e873fc50e2698f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21112023-11-21T20:32:51.532Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5236cc99a0d1a24 -C extra-filename=-d5236cc99a0d1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21122023-11-21T20:32:51.676Z Compiling fastrand v2.0.0
21132023-11-21T20:32:51.685Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f0cfc01b64807e1 -C extra-filename=-8f0cfc01b64807e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21142023-11-21T20:32:52.257Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=4bedf5c1c28e9508 -C extra-filename=-4bedf5c1c28e9508 --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21152023-11-21T20:32:52.543Z Compiling tempfile v3.8.0
21162023-11-21T20:32:52.566Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4ad195edcf9349f -C extra-filename=-c4ad195edcf9349f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-8f0cfc01b64807e1.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings`
21172023-11-21T20:32:54.011Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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=509acc1ce24ec3b7 -C extra-filename=-509acc1ce24ec3b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-799165fcb794e009.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2f8e861230155c27.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c40491387a08b622.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d6c0fafa85777e60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fee6c2005ba832de.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
21182023-11-21T20:32:54.181Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=366ed66a2e454eef -C extra-filename=-366ed66a2e454eef --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-44134a0aea49d778.so --cap-lints allow -D warnings`
21192023-11-21T20:32:58.304Z Compiling structmeta v0.2.0
21202023-11-21T20:32:58.502Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ee85440b7fe1a0de -C extra-filename=-ee85440b7fe1a0de --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f2eceea4bc81ef4e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
21212023-11-21T20:32:58.503Z Compiling test-strategy v0.3.1
21222023-11-21T20:32:58.503Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=42f98d441e615cfb -C extra-filename=-42f98d441e615cfb --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ee85440b7fe1a0de.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21232023-11-21T20:32:58.503Z Compiling darling_macro v0.20.3
21242023-11-21T20:32:58.503Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4125eb19853ebc9b -C extra-filename=-4125eb19853ebc9b --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-e0a0c22c77c0731b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21252023-11-21T20:32:58.587Z Compiling darling v0.20.3
21262023-11-21T20:32:58.587Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=46ab88b5b7d77f04 -C extra-filename=-46ab88b5b7d77f04 --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-e0a0c22c77c0731b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-4125eb19853ebc9b.so --cap-lints allow -D warnings`
21272023-11-21T20:32:58.587Z Compiling serde_with_macros v2.3.3
21282023-11-21T20:32:58.587Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3c401d15812f9b27 -C extra-filename=-3c401d15812f9b27 --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-46ab88b5b7d77f04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21292023-11-21T20:32:58.594Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=37f4244aad36c355 -C extra-filename=-37f4244aad36c355 --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-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
21302023-11-21T20:32:59.681Z Running `/home/build/.rustup/toolchains/1.73.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=b574e62ed4a57860 -C extra-filename=-b574e62ed4a57860 --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings`
21312023-11-21T20:33:00.312Z Compiling parse-display-derive v0.8.2
21322023-11-21T20:33:00.382Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=68ce708328cb51ce -C extra-filename=-68ce708328cb51ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2e873fc50e2698f4.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ee85440b7fe1a0de.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
21332023-11-21T20:33:00.767Z Compiling toml v0.8.8
21342023-11-21T20:33:00.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=cc04b0877d269843 -C extra-filename=-cc04b0877d269843 --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-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --cap-lints allow -D warnings`
21352023-11-21T20:33:02.044Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=600531a5e2ffce02 -C extra-filename=-600531a5e2ffce02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-10925711dbedfbf0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-a4ffbfabcfd6f684.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
21362023-11-21T20:33:03.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=251aeb40a6264e6c -C extra-filename=-251aeb40a6264e6c --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-a4ffbfabcfd6f684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-600531a5e2ffce02.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings`
21372023-11-21T20:33:04.569Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.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=2fe618e7d492e608 -C extra-filename=-2fe618e7d492e608 --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-20fae4178c3fc031.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21382023-11-21T20:33:04.587Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=de7a5f1e863990d9 -C extra-filename=-de7a5f1e863990d9 --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-350903b1d1ebd164.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings`
21392023-11-21T20:33:05.325Z Compiling dirs-sys-next v0.1.2
21402023-11-21T20:33:05.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60bba95eeae61a84 -C extra-filename=-60bba95eeae61a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
21412023-11-21T20:33:05.925Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=b9f2d7e93d97d2d8 -C extra-filename=-b9f2d7e93d97d2d8 --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-de7a5f1e863990d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-381f184a38c4e62f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings`
21422023-11-21T20:33:06.866Z Compiling dirs-next v2.0.0
21432023-11-21T20:33:06.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edc8f44cc3846231 -C extra-filename=-edc8f44cc3846231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-60bba95eeae61a84.rmeta --cap-lints allow -D warnings`
21442023-11-21T20:33:07.086Z Compiling term v0.7.0
21452023-11-21T20:33:07.090Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e0174146fc94bcd5 -C extra-filename=-e0174146fc94bcd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-edc8f44cc3846231.rmeta --cap-lints allow -D warnings`
21462023-11-21T20:33:07.164Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21472023-11-21T20:33:07.171Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=234420ede2a7ce7b -C extra-filename=-234420ede2a7ce7b --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
21482023-11-21T20:33:07.763Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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=3964e5e8b3e43068 -C extra-filename=-3964e5e8b3e43068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
21492023-11-21T20:33:08.213Z Compiling match_cfg v0.1.0
21502023-11-21T20:33:08.622Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=2dee272f58fab4ca -C extra-filename=-2dee272f58fab4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21512023-11-21T20:33:08.635Z Compiling hostname v0.3.1
21522023-11-21T20:33:08.635Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=10b9ce55821d760e -C extra-filename=-10b9ce55821d760e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-2dee272f58fab4ca.rmeta --cap-lints allow -D warnings`
21532023-11-21T20:33:08.722Z Compiling sha1 v0.10.6
21542023-11-21T20:33:08.761Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.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=64a132c64504c10f -C extra-filename=-64a132c64504c10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --cap-lints allow -D warnings`
21552023-11-21T20:33:09.407Z Compiling quick-error v1.2.3
21562023-11-21T20:33:09.417Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc4267201e7c54eb -C extra-filename=-dc4267201e7c54eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21572023-11-21T20:33:09.607Z Compiling atty v0.2.14
21582023-11-21T20:33:09.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7d1a8187676e7c -C extra-filename=-fb7d1a8187676e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
21592023-11-21T20:33:09.683Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=348870df17091d7d -C extra-filename=-348870df17091d7d --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21602023-11-21T20:33:09.801Z Compiling crossbeam-channel v0.5.8
21612023-11-21T20:33:09.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae678512918bd228 -C extra-filename=-ae678512918bd228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
21622023-11-21T20:33:11.355Z Compiling thread_local v1.1.7
21632023-11-21T20:33:11.360Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ede27cae31f92d3 -C extra-filename=-3ede27cae31f92d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings`
21642023-11-21T20:33:11.605Z Compiling instant v0.1.12
21652023-11-21T20:33:11.617Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=948fd4caa4db277f -C extra-filename=-948fd4caa4db277f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
21662023-11-21T20:33:11.814Z Compiling strum v0.25.0
21672023-11-21T20:33:11.818Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=a086045cf434e9c1 -C extra-filename=-a086045cf434e9c1 --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-5029efe4c5f58f28.so --cap-lints allow -D warnings`
21682023-11-21T20:33:12.056Z Compiling take_mut v0.2.2
21692023-11-21T20:33:12.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2825ab6b8ccc48b -C extra-filename=-c2825ab6b8ccc48b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21702023-11-21T20:33:12.232Z Compiling slog-term v2.9.0
21712023-11-21T20:33:12.237Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57628f9d4acb8436 -C extra-filename=-57628f9d4acb8436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
21722023-11-21T20:33:12.278Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fff28f5654f27cf8 -C extra-filename=-fff28f5654f27cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c2825ab6b8ccc48b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --cap-lints allow -D warnings --cfg integer128`
21732023-11-21T20:33:14.179Z Compiling serde_with v2.3.3
21742023-11-21T20:33:14.184Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=93e0620116b13adb -C extra-filename=-93e0620116b13adb --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-18d2c5f7a2815c75.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3c401d15812f9b27.so --cap-lints allow -D warnings`
21752023-11-21T20:33:14.279Z Compiling slog-json v2.6.1
21762023-11-21T20:33:14.298Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fc8614d892c6f4cf -C extra-filename=-fc8614d892c6f4cf --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
21772023-11-21T20:33:14.577Z Compiling wait-timeout v0.2.0
21782023-11-21T20:33:14.587Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be76beec23514b9a -C extra-filename=-be76beec23514b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
21792023-11-21T20:33:14.904Z Compiling atomic-waker v1.1.1
21802023-11-21T20:33:14.913Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=853e6538da4e0804 -C extra-filename=-853e6538da4e0804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21812023-11-21T20:33:15.138Z Compiling debug-ignore v1.0.5
21822023-11-21T20:33:15.141Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c91fba23eaa0e79c -C extra-filename=-c91fba23eaa0e79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21832023-11-21T20:33:15.349Z Compiling waitgroup v0.1.2
21842023-11-21T20:33:15.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d1ddde4411f8406 -C extra-filename=-8d1ddde4411f8406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-853e6538da4e0804.rmeta --cap-lints allow -D warnings`
21852023-11-21T20:33:15.439Z Compiling slog-bunyan v2.4.0
21862023-11-21T20:33:15.444Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=563affcd8ede0a71 -C extra-filename=-563affcd8ede0a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-10b9ce55821d760e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc8614d892c6f4cf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
21872023-11-21T20:33:15.682Z Compiling async-stream v0.3.5
21882023-11-21T20:33:15.701Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96a551d21997d558 -C extra-filename=-96a551d21997d558 --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-47422ba7d5af8c5c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings`
21892023-11-21T20:33:15.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=231e252ddd7000de -C extra-filename=-231e252ddd7000de --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-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings`
21902023-11-21T20:33:16.146Z Compiling serde_path_to_error v0.1.14
21912023-11-21T20:33:16.154Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2bf0a3cc9ad2986 -C extra-filename=-d2bf0a3cc9ad2986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
21922023-11-21T20:33:16.256Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21932023-11-21T20:33:16.260Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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 metadata=2477d9b05ef39f8a -C extra-filename=-2477d9b05ef39f8a --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-577ac616673d6566.rlib --extern proc_macro --cap-lints allow -D warnings`
21942023-11-21T20:33:17.570Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/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=66bc94399b2be614 -C extra-filename=-66bc94399b2be614 --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-96a551d21997d558.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-625bea2f08c9d888.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-10b9ce55821d760e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-231e252ddd7000de.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-563affcd8ede0a71.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc8614d892c6f4cf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fee6c2005ba832de.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8d1ddde4411f8406.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
21952023-11-21T20:33:17.582Z Compiling rusty-fork v0.3.0
21962023-11-21T20:33:17.582Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=898d1083625bac31 -C extra-filename=-898d1083625bac31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings`
21972023-11-21T20:33:18.644Z Compiling rand_xorshift v0.3.0
21982023-11-21T20:33:18.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d5f81b7e8236c4c -C extra-filename=-3d5f81b7e8236c4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings`
21992023-11-21T20:33:18.816Z Compiling unarray v0.1.4
22002023-11-21T20:33:18.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93ba134e116b7ab8 -C extra-filename=-93ba134e116b7ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22012023-11-21T20:33:19.190Z Compiling proptest v1.4.0
22022023-11-21T20:33:19.368Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.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=92b17ede83f0844d -C extra-filename=-92b17ede83f0844d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-3d5f81b7e8236c4c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-898d1083625bac31.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-93ba134e116b7ab8.rmeta --cap-lints allow -D warnings`
22032023-11-21T20:33:19.371Z Compiling backoff v0.4.0
22042023-11-21T20:33:19.371Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=4283754955bec422 -C extra-filename=-4283754955bec422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
22052023-11-21T20:33:19.828Z Compiling parse-display v0.8.2
22062023-11-21T20:33:19.867Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=34986a8b3a073626 -C extra-filename=-34986a8b3a073626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-68ce708328cb51ce.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
22072023-11-21T20:33:24.051Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22082023-11-21T20:33:24.051Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b328a13401298eea -C extra-filename=-b328a13401298eea --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-5152616f1e0b8173.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
22092023-11-21T20:33:24.051Z Compiling macaddr v1.0.1
22102023-11-21T20:33:24.051Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=954f1594c7d74ab3 -C extra-filename=-954f1594c7d74ab3 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
22112023-11-21T20:33:24.051Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=e1231a25158b30ac -C extra-filename=-e1231a25158b30ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22122023-11-21T20:33:24.055Z Compiling proc-macro-error-attr v1.0.4
22132023-11-21T20:33:24.055Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3ed86248f4bd17f9 -C extra-filename=-3ed86248f4bd17f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
22142023-11-21T20:33:24.055Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9/build-script-build`
22152023-11-21T20:33:24.055Z Compiling proc-macro-crate v1.3.1
22162023-11-21T20:33:24.055Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=dcf19c83507d19ad -C extra-filename=-dcf19c83507d19ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --cap-lints allow -D warnings`
22172023-11-21T20:33:24.055Z Compiling proc-macro-error v1.0.4
22182023-11-21T20:33:24.055Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=064f96b101c6785c -C extra-filename=-064f96b101c6785c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
22192023-11-21T20:33:24.165Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c/build-script-build`
22202023-11-21T20:33:24.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ed9899d6ba756769 -C extra-filename=-ed9899d6ba756769 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern proc_macro --cap-lints allow -D warnings`
22212023-11-21T20:33:24.168Z Compiling num_enum_derive v0.5.11
22222023-11-21T20:33:24.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=6677257d99b2efe7 -C extra-filename=-6677257d99b2efe7 --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-dcf19c83507d19ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
22232023-11-21T20:33:24.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=8d87886dc8b4ad59 -C extra-filename=-8d87886dc8b4ad59 --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-ed9899d6ba756769.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22242023-11-21T20:33:24.267Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22252023-11-21T20:33:24.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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=6b97edace659dd5b -C extra-filename=-6b97edace659dd5b --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-577ac616673d6566.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2477d9b05ef39f8a.so --cap-lints allow -D warnings`
22262023-11-21T20:33:24.393Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22272023-11-21T20:33:24.401Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=d194ac914370e857 -C extra-filename=-d194ac914370e857 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-6b97edace659dd5b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
22282023-11-21T20:33:24.918Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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=ed0c6f8823b4abc8 -C extra-filename=-ed0c6f8823b4abc8 --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-3964e5e8b3e43068.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2477d9b05ef39f8a.so --cap-lints allow -D warnings`
22292023-11-21T20:33:25.110Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=8081a0463fa5a390 -C extra-filename=-8081a0463fa5a390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ed0c6f8823b4abc8.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings`
22302023-11-21T20:33:27.410Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a395ee234bbd17ed -C extra-filename=-a395ee234bbd17ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22312023-11-21T20:33:27.605Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=71114b9393dbed77 -C extra-filename=-71114b9393dbed77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22322023-11-21T20:33:28.240Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332023-11-21T20:33:28.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a6deba20c7651db5 -C extra-filename=-a6deba20c7651db5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22342023-11-21T20:33:28.854Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5/build-script-build`
22352023-11-21T20:33:28.865Z Compiling crucible-workspace-hack v0.1.0
22362023-11-21T20:33:28.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d7d12a40a3f2d0a0 -C extra-filename=-d7d12a40a3f2d0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22372023-11-21T20:33:29.454Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22382023-11-21T20:33:29.457Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=386f9e4507011a49 -C extra-filename=-386f9e4507011a49 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22392023-11-21T20:33:30.012Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49/build-script-build`
22402023-11-21T20:33:30.047Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0/build-script-build`
22412023-11-21T20:33:30.177Z Compiling foreign-types-macros v0.2.3
22422023-11-21T20:33:30.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' -C metadata=a0444e41f04119b1 -C extra-filename=-a0444e41f04119b1 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
22432023-11-21T20:33:31.307Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22442023-11-21T20:33:31.312Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=976d959abbf3768c -C extra-filename=-976d959abbf3768c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
22452023-11-21T20:33:31.836Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22462023-11-21T20:33:31.849Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=944070c01c6b59da -C extra-filename=-944070c01c6b59da --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22472023-11-21T20:33:32.279Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=17a51d49f50a51d5 -C extra-filename=-17a51d49f50a51d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22482023-11-21T20:33:32.422Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da/build-script-build`
22492023-11-21T20:33:32.438Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c/build-script-build`
22502023-11-21T20:33:32.522Z Compiling is-terminal v0.4.9
22512023-11-21T20:33:32.525Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1f8a559d716a091 -C extra-filename=-f1f8a559d716a091 --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-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings`
22522023-11-21T20:33:32.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22532023-11-21T20:33:32.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e916697c9df65312 -C extra-filename=-e916697c9df65312 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
22542023-11-21T20:33:34.309Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22552023-11-21T20:33:34.315Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e852ab5360fbe163 -C extra-filename=-e852ab5360fbe163 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
22562023-11-21T20:33:35.229Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=81506d09bc5824d3 -C extra-filename=-81506d09bc5824d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
22572023-11-21T20:33:35.906Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f291a210b68bcfed -C extra-filename=-f291a210b68bcfed --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
22582023-11-21T20:33:36.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22592023-11-21T20:33:36.255Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5ce662d82e9579eb -C extra-filename=-5ce662d82e9579eb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22602023-11-21T20:33:36.600Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb/build-script-build`
22612023-11-21T20:33:36.656Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0ef496a3caab989 -C extra-filename=-b0ef496a3caab989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-11-21T20:33:40.360Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22632023-11-21T20:33:40.360Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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 metadata=535c030b7c6f6dcf -C extra-filename=-535c030b7c6f6dcf --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-0ccf4465315879ca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d194ac914370e857.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b57786c1363f7feb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
22642023-11-21T20:33:40.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=476cab211f69baad -C extra-filename=-476cab211f69baad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22652023-11-21T20:33:40.363Z Compiling zone_cfg_derive v0.3.0
22662023-11-21T20:33:40.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=7772ce69b79d84cc -C extra-filename=-7772ce69b79d84cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
22672023-11-21T20:33:40.363Z Compiling mockall_derive v0.11.4
22682023-11-21T20:33:40.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d01b0055f3e7c2e9 -C extra-filename=-d01b0055f3e7c2e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
22692023-11-21T20:33:40.363Z Compiling num-derive v0.4.0
22702023-11-21T20:33:40.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=6501e1869721fe69 -C extra-filename=-6501e1869721fe69 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
22712023-11-21T20:33:40.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=3046fa3c0ec0df90 -C extra-filename=-3046fa3c0ec0df90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --cap-lints allow -D warnings`
22722023-11-21T20:33:40.364Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=42c2162d00f59049 -C extra-filename=-42c2162d00f59049 --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-6b33d35605123f56.so --cap-lints allow -D warnings`
22732023-11-21T20:33:40.365Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=ccc811b722306ba6 -C extra-filename=-ccc811b722306ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22742023-11-21T20:33:40.365Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a04c462c8ca69a20 -C extra-filename=-a04c462c8ca69a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
22752023-11-21T20:33:40.809Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d473e2bb3a3066ec -C extra-filename=-d473e2bb3a3066ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22762023-11-21T20:33:41.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=19bf49e74a62d6a5 -C extra-filename=-19bf49e74a62d6a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a04c462c8ca69a20.rmeta --cap-lints allow -D warnings`
22772023-11-21T20:33:42.072Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee636d822ec666d4 -C extra-filename=-ee636d822ec666d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22782023-11-21T20:33:42.283Z Compiling filetime v0.2.22
22792023-11-21T20:33:42.340Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2f60a8aa74c1e71 -C extra-filename=-a2f60a8aa74c1e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
22802023-11-21T20:33:42.627Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=6da9a0cdcf8a4abe -C extra-filename=-6da9a0cdcf8a4abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d473e2bb3a3066ec.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
22812023-11-21T20:33:42.707Z Compiling xattr v1.0.1
22822023-11-21T20:33:42.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=4726871cc90e955a -C extra-filename=-4726871cc90e955a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
22832023-11-21T20:33:43.122Z Compiling tar v0.4.40
22842023-11-21T20:33:43.131Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=2ea638e1e040f227 -C extra-filename=-2ea638e1e040f227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-4726871cc90e955a.rmeta --cap-lints allow -D warnings`
22852023-11-21T20:33:43.179Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d2325cda7ca884b -C extra-filename=-0d2325cda7ca884b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22862023-11-21T20:33:44.379Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6e137343ff6253ec -C extra-filename=-6e137343ff6253ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings`
22872023-11-21T20:33:46.122Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35753d22fbfb488e -C extra-filename=-35753d22fbfb488e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22882023-11-21T20:33:46.424Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e959ce112a896c6f -C extra-filename=-e959ce112a896c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22892023-11-21T20:33:46.492Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93b99e50b2c7064c -C extra-filename=-93b99e50b2c7064c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22902023-11-21T20:33:46.912Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd5579cf6dade5e4 -C extra-filename=-cd5579cf6dade5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22912023-11-21T20:33:47.085Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=741d703ad8e4a53c -C extra-filename=-741d703ad8e4a53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22922023-11-21T20:33:49.840Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c8dbc0fe87d5fc6 -C extra-filename=-1c8dbc0fe87d5fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
22932023-11-21T20:33:49.840Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32e1908994c783d9 -C extra-filename=-32e1908994c783d9 --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-d9f803c085d11673.so --cap-lints allow -D warnings`
22942023-11-21T20:33:49.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22952023-11-21T20:33:49.840Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=95be79815e184539 -C extra-filename=-95be79815e184539 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-95be79815e184539 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7ed3fce57e8b0919.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2e12d9138e68f91c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8ac01e33cd950906.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-da3acd81694559c7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3d0b301373fad5c7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-822590ae254c19b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
22962023-11-21T20:33:49.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=15587b9021990fb8 -C extra-filename=-15587b9021990fb8 --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-f291a210b68bcfed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6e137343ff6253ec.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-1c8dbc0fe87d5fc6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-741d703ad8e4a53c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-09959a902cf716d7.so --cap-lints allow -D warnings`
22972023-11-21T20:33:49.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=ac77abdd978f77fe -C extra-filename=-ac77abdd978f77fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22982023-11-21T20:33:49.843Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-95be79815e184539/build-script-build`
22992023-11-21T20:33:49.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3dd82fdc43d8530 -C extra-filename=-b3dd82fdc43d8530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7ed3fce57e8b0919.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2e12d9138e68f91c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8ac01e33cd950906.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-da3acd81694559c7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-85fce9da19fb1167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3d0b301373fad5c7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-822590ae254c19b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
23002023-11-21T20:33:49.845Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012023-11-21T20:33:49.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=dd24afa184f0ec77 -C extra-filename=-dd24afa184f0ec77 --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-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
23022023-11-21T20:33:49.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a155d58b851665da -C extra-filename=-a155d58b851665da --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
23032023-11-21T20:33:49.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=b16fa0049bfaab50 -C extra-filename=-b16fa0049bfaab50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-93b99e50b2c7064c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
23042023-11-21T20:33:49.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb4c71a20b9dddc7 -C extra-filename=-cb4c71a20b9dddc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23052023-11-21T20:33:50.012Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=fda5d9a80970c1c3 -C extra-filename=-fda5d9a80970c1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
23062023-11-21T20:33:50.074Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d472cb88a10d32a7 -C extra-filename=-d472cb88a10d32a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23072023-11-21T20:33:50.074Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=b66ce4a287f253f5 -C extra-filename=-b66ce4a287f253f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23082023-11-21T20:33:50.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b3ffe4e687dc586 -C extra-filename=-4b3ffe4e687dc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23092023-11-21T20:33:50.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=90dfc63f0b76edbb -C extra-filename=-90dfc63f0b76edbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --cap-lints allow -D warnings`
23102023-11-21T20:33:51.010Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=0dc59f8bfa1ae155 -C extra-filename=-0dc59f8bfa1ae155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23112023-11-21T20:33:51.179Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=9942916e61f00244 -C extra-filename=-9942916e61f00244 --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-b16fa0049bfaab50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-93b99e50b2c7064c.rmeta --cap-lints allow -D warnings`
23122023-11-21T20:33:51.495Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a348cc8911dbf023 -C extra-filename=-a348cc8911dbf023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23132023-11-21T20:33:51.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4044aa5d513253e4 -C extra-filename=-4044aa5d513253e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23142023-11-21T20:33:52.279Z Compiling termtree v0.4.1
23152023-11-21T20:33:52.284Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd372a74f397d069 -C extra-filename=-fd372a74f397d069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23162023-11-21T20:33:52.284Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=906bb77dd445f3be -C extra-filename=-906bb77dd445f3be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c1a32e8fba9ff887.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --cap-lints allow -D warnings`
23172023-11-21T20:33:52.285Z Compiling predicates-tree v1.0.9
23182023-11-21T20:33:52.286Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9675a9e53cb57efd -C extra-filename=-9675a9e53cb57efd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-fd372a74f397d069.rmeta --cap-lints allow -D warnings`
23192023-11-21T20:33:53.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9264f2dd0ecaadd7 -C extra-filename=-9264f2dd0ecaadd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23202023-11-21T20:33:53.123Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18c85f19df70f5d8 -C extra-filename=-18c85f19df70f5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23212023-11-21T20:33:53.322Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=44a8bfd2c3cc3cfd -C extra-filename=-44a8bfd2c3cc3cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23222023-11-21T20:33:53.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=a92aa6a0ad6645ea -C extra-filename=-a92aa6a0ad6645ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-18c85f19df70f5d8.rmeta --cap-lints allow -D warnings`
23232023-11-21T20:33:54.590Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=7f2827eb04ca09d3 -C extra-filename=-7f2827eb04ca09d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-44a8bfd2c3cc3cfd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
23242023-11-21T20:33:54.697Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2fbf8953ca791793 -C extra-filename=-2fbf8953ca791793 --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-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings`
23252023-11-21T20:33:55.109Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=6476fa980fa9e853 -C extra-filename=-6476fa980fa9e853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23262023-11-21T20:33:55.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=70f39455740c1dcc -C extra-filename=-70f39455740c1dcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6476fa980fa9e853.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
23272023-11-21T20:33:58.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=7ccc23cd322a10bb -C extra-filename=-7ccc23cd322a10bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
23282023-11-21T20:33:59.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=46b779e783d9e4ed -C extra-filename=-46b779e783d9e4ed --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-2fbf8953ca791793.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9942916e61f00244.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
23292023-11-21T20:33:59.076Z Compiling num_enum v0.5.11
23302023-11-21T20:33:59.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0e39d953160c2814 -C extra-filename=-0e39d953160c2814 --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-6677257d99b2efe7.so --cap-lints allow -D warnings`
23312023-11-21T20:33:59.082Z Compiling postcard-cobs v0.1.5-pre
23322023-11-21T20:33:59.082Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fbbb46f88649344 -C extra-filename=-4fbbb46f88649344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23332023-11-21T20:33:59.082Z Compiling postcard v0.7.3
23342023-11-21T20:33:59.082Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f4183b18641a4263 -C extra-filename=-f4183b18641a4263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-4fbbb46f88649344.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
23352023-11-21T20:33:59.389Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=83b4b764131c7749 -C extra-filename=-83b4b764131c7749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings`
23362023-11-21T20:33:59.702Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=ba573a89226b8c32 -C extra-filename=-ba573a89226b8c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-e959ce112a896c6f.rmeta --cap-lints allow -D warnings`
23372023-11-21T20:33:59.882Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=daccc8e8c8a4db4b -C extra-filename=-daccc8e8c8a4db4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
23382023-11-21T20:34:02.446Z Compiling smoltcp v0.8.2
23392023-11-21T20:34:02.486Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=20e5da50190824cf -C extra-filename=-20e5da50190824cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings`
23402023-11-21T20:34:02.487Z Compiling cfg-if v0.1.10
23412023-11-21T20:34:02.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a6972421f27a074 -C extra-filename=-6a6972421f27a074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23422023-11-21T20:34:02.487Z Compiling foreign-types-shared v0.3.1
23432023-11-21T20:34:02.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a6bd97659058945 -C extra-filename=-3a6bd97659058945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23442023-11-21T20:34:02.487Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
23452023-11-21T20:34:02.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d10c0d853e1c4011 -C extra-filename=-d10c0d853e1c4011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23462023-11-21T20:34:02.487Z Compiling foreign-types v0.5.0
23472023-11-21T20:34:02.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7d3e12ad7ecb2ef5 -C extra-filename=-7d3e12ad7ecb2ef5 --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-a0444e41f04119b1.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-3a6bd97659058945.rmeta --cap-lints allow -D warnings`
23482023-11-21T20:34:02.489Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b81994cc0cd9cf50 -C extra-filename=-b81994cc0cd9cf50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23492023-11-21T20:34:02.505Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdb0692b8cea1a28 -C extra-filename=-fdb0692b8cea1a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
23502023-11-21T20:34:02.535Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a96ee409b5aaf29 -C extra-filename=-7a96ee409b5aaf29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
23512023-11-21T20:34:02.568Z Compiling cstr-argument v0.1.2
23522023-11-21T20:34:03.028Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0de1ff32e3e4da47 -C extra-filename=-0de1ff32e3e4da47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
23532023-11-21T20:34:03.028Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd4d5702da2e717d -C extra-filename=-dd4d5702da2e717d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23542023-11-21T20:34:03.028Z Compiling pretty-hex v0.2.1
23552023-11-21T20:34:03.028Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=2284c9ca184e77fa -C extra-filename=-2284c9ca184e77fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-11-21T20:34:03.029Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572023-11-21T20:34:03.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a1678945a467ccd -C extra-filename=-5a1678945a467ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-0de1ff32e3e4da47.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7d3e12ad7ecb2ef5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --cap-lints allow -D warnings`
23582023-11-21T20:34:03.081Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23592023-11-21T20:34:03.085Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a626a0229fbbfdf -C extra-filename=-4a626a0229fbbfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fdb0692b8cea1a28.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-2284c9ca184e77fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
23602023-11-21T20:34:03.616Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1f0fdf8e63dcc5d8 -C extra-filename=-1f0fdf8e63dcc5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings`
23612023-11-21T20:34:03.821Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=510f4c31f26f8ebd -C extra-filename=-510f4c31f26f8ebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e852ab5360fbe163.so --cap-lints allow -D warnings -l door`
23622023-11-21T20:34:04.136Z Compiling colored v2.0.4
23632023-11-21T20:34:04.150Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d19aea7896ef6302 -C extra-filename=-d19aea7896ef6302 --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-f1f8a559d716a091.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --cap-lints allow -D warnings`
23642023-11-21T20:34:04.412Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23652023-11-21T20:34:04.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=722cf6fe6543725f -C extra-filename=-722cf6fe6543725f --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-234420ede2a7ce7b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8081a0463fa5a390.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-535c030b7c6f6dcf.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
23662023-11-21T20:34:04.813Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71ca1cda2ba3f7ec -C extra-filename=-71ca1cda2ba3f7ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d19aea7896ef6302.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-4a626a0229fbbfdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5a1678945a467ccd.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-510f4c31f26f8ebd.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings -l kstat`
23672023-11-21T20:34:07.665Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=7598aea52ba70d71 -C extra-filename=-7598aea52ba70d71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e406e37368f391cf.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1f0fdf8e63dcc5d8.rmeta --cap-lints allow -D warnings`
23682023-11-21T20:34:07.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76bf7c9d954354b6 -C extra-filename=-76bf7c9d954354b6 --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-f291a210b68bcfed.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --cap-lints allow -D warnings`
23692023-11-21T20:34:07.885Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
23702023-11-21T20:34:07.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=5eca2429c61eef07 -C extra-filename=-5eca2429c61eef07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --cap-lints allow -D warnings`
23712023-11-21T20:34:07.885Z Compiling predicates v2.1.5
23722023-11-21T20:34:07.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=2fbc9d8b1f7eea4f -C extra-filename=-2fbc9d8b1f7eea4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
23732023-11-21T20:34:07.885Z Compiling downcast v0.11.0
23742023-11-21T20:34:07.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f426fd0a3ba98bb9 -C extra-filename=-f426fd0a3ba98bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23752023-11-21T20:34:07.885Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
23762023-11-21T20:34:07.885Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=1ed7eb4264dab1a7 -C extra-filename=-1ed7eb4264dab1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --cap-lints allow -D warnings`
23772023-11-21T20:34:07.885Z Compiling fragile v2.0.0
23782023-11-21T20:34:07.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ffc5e42faf577e0 -C extra-filename=-1ffc5e42faf577e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23792023-11-21T20:34:07.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6146abc1ae9e7f7b -C extra-filename=-6146abc1ae9e7f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23802023-11-21T20:34:08.105Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fb119d34908ebc97 -C extra-filename=-fb119d34908ebc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23812023-11-21T20:34:08.258Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21b4d9ea651c8ee8 -C extra-filename=-21b4d9ea651c8ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c691dd52f6299aa7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-de7a5f1e863990d9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
23822023-11-21T20:34:08.405Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832023-11-21T20:34:08.464Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=37d155354c53823e -C extra-filename=-37d155354c53823e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4283754955bec422.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
23842023-11-21T20:34:08.656Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5e8ae2e112c5f35d -C extra-filename=-5e8ae2e112c5f35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23852023-11-21T20:34:09.234Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=1ef18bec3eac7564 -C extra-filename=-1ef18bec3eac7564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-e916697c9df65312.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-1ed7eb4264dab1a7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
23862023-11-21T20:34:09.574Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
23872023-11-21T20:34:09.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=054e1de5b18db5cc -C extra-filename=-054e1de5b18db5cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1ef18bec3eac7564.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
23882023-11-21T20:34:09.870Z Compiling mockall v0.11.4
23892023-11-21T20:34:09.875Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d6d0c28d47f5f95 -C extra-filename=-1d6d0c28d47f5f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-f426fd0a3ba98bb9.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-1ffc5e42faf577e0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-d01b0055f3e7c2e9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2fbc9d8b1f7eea4f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --cap-lints allow -D warnings`
23902023-11-21T20:34:10.037Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
23912023-11-21T20:34:10.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=41588f168af64472 -C extra-filename=-41588f168af64472 --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-5eca2429c61eef07.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --cap-lints allow -D warnings`
23922023-11-21T20:34:10.151Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
23932023-11-21T20:34:10.196Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=a6b35d685ff3bb31 -C extra-filename=-a6b35d685ff3bb31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6501e1869721fe69.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
23942023-11-21T20:34:10.369Z Compiling zone v0.3.0
23952023-11-21T20:34:10.396Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=d37c64a131a7c12d -C extra-filename=-d37c64a131a7c12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7772ce69b79d84cc.so --cap-lints allow -D warnings`
23962023-11-21T20:34:10.430Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88cfd5c7481859c9 -C extra-filename=-88cfd5c7481859c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
23972023-11-21T20:34:10.772Z Compiling smf v0.2.2
23982023-11-21T20:34:10.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a20925c73fc5068 -C extra-filename=-3a20925c73fc5068 --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-021d0d375605d842.rmeta --cap-lints allow -D warnings`
23992023-11-21T20:34:10.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8e976596a117f5d4 -C extra-filename=-8e976596a117f5d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings`
24002023-11-21T20:34:11.174Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0e14186713d6361c -C extra-filename=-0e14186713d6361c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24012023-11-21T20:34:11.233Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db473298de38323 -C extra-filename=-4db473298de38323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-11-21T20:34:11.314Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=b4bca05e83fdbaa0 -C extra-filename=-b4bca05e83fdbaa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-81506d09bc5824d3.rmeta --cap-lints allow -D warnings`
24032023-11-21T20:34:11.512Z Compiling base64ct v1.6.0
24042023-11-21T20:34:11.525Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=56dbb8b760062952 -C extra-filename=-56dbb8b760062952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24052023-11-21T20:34:11.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=a6759924b24d41a5 -C extra-filename=-a6759924b24d41a5 --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-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
24062023-11-21T20:34:11.990Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24072023-11-21T20:34:12.031Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=706c90a1ca0368e6 -C extra-filename=-706c90a1ca0368e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-71ca1cda2ba3f7ec.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1ef18bec3eac7564.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-054e1de5b18db5cc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
24082023-11-21T20:34:12.031Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aef0dcd4ed45c087 -C extra-filename=-aef0dcd4ed45c087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
24092023-11-21T20:34:12.417Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86db96edcf7f5921 -C extra-filename=-86db96edcf7f5921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
24102023-11-21T20:34:12.515Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=562ca611573ae6bf -C extra-filename=-562ca611573ae6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24112023-11-21T20:34:12.818Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=03163feeac6a8865 -C extra-filename=-03163feeac6a8865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24122023-11-21T20:34:12.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=71461b315c541c75 -C extra-filename=-71461b315c541c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24132023-11-21T20:34:12.920Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=1d769d37db093ed2 -C extra-filename=-1d769d37db093ed2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
24142023-11-21T20:34:13.062Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=baa3e124027926f1 -C extra-filename=-baa3e124027926f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24152023-11-21T20:34:13.288Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ef396b3459704c -C extra-filename=-29ef396b3459704c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24162023-11-21T20:34:13.456Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2a9d9d6450a252 -C extra-filename=-3a2a9d9d6450a252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8e976596a117f5d4.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-aef0dcd4ed45c087.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings`
24172023-11-21T20:34:13.536Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7277e13ab35503c9 -C extra-filename=-7277e13ab35503c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24182023-11-21T20:34:13.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=9c928334d22d4ac8 -C extra-filename=-9c928334d22d4ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24192023-11-21T20:34:14.593Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=40c8ef871920b765 -C extra-filename=-40c8ef871920b765 --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-1d769d37db093ed2.rmeta --cap-lints allow -D warnings`
24202023-11-21T20:34:14.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3fe5c5084a64f8ff -C extra-filename=-3fe5c5084a64f8ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-71461b315c541c75.rmeta --cap-lints allow -D warnings --cfg has_std`
24212023-11-21T20:34:15.156Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c68e5275fa2856e8 -C extra-filename=-c68e5275fa2856e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-29ef396b3459704c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-baa3e124027926f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
24222023-11-21T20:34:15.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=dc38256a6cced789 -C extra-filename=-dc38256a6cced789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-7277e13ab35503c9.rmeta --cap-lints allow -D warnings`
24232023-11-21T20:34:15.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=e021aa0f3972d553 -C extra-filename=-e021aa0f3972d553 --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-a155d58b851665da.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
24242023-11-21T20:34:16.141Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=22b58f25ec8785f6 -C extra-filename=-22b58f25ec8785f6 --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-f291a210b68bcfed.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings`
24252023-11-21T20:34:16.338Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=d3ea60740b153298 -C extra-filename=-d3ea60740b153298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
24262023-11-21T20:34:16.993Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=a407666dc16bef36 -C extra-filename=-a407666dc16bef36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
24272023-11-21T20:34:17.186Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6a98aa7df302b8f -C extra-filename=-e6a98aa7df302b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24282023-11-21T20:34:17.502Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c942a3190f9f73c0 -C extra-filename=-c942a3190f9f73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-e959ce112a896c6f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -l static=ring-core -l static=ring-test`
24292023-11-21T20:34:18.120Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1976065d6990f748 -C extra-filename=-1976065d6990f748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24302023-11-21T20:34:18.315Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df3f5352834541d5 -C extra-filename=-df3f5352834541d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24312023-11-21T20:34:18.376Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b45be9c0ee39d4f9 -C extra-filename=-b45be9c0ee39d4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24322023-11-21T20:34:18.526Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d880d799629ae13b -C extra-filename=-d880d799629ae13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24332023-11-21T20:34:18.551Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac85753b5ec0851b -C extra-filename=-ac85753b5ec0851b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24342023-11-21T20:34:18.743Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b03cda08ef91dd5b -C extra-filename=-b03cda08ef91dd5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-ac85753b5ec0851b.rmeta --cap-lints allow -D warnings`
24352023-11-21T20:34:18.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe80ab00f9662652 -C extra-filename=-fe80ab00f9662652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b45be9c0ee39d4f9.rmeta --cap-lints allow -D warnings`
24362023-11-21T20:34:19.005Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=63ca15696c036f1b -C extra-filename=-63ca15696c036f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
24372023-11-21T20:34:19.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=203718312b45e18d -C extra-filename=-203718312b45e18d --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-f291a210b68bcfed.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings`
24382023-11-21T20:34:19.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff82b7746f5209c0 -C extra-filename=-ff82b7746f5209c0 --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-f291a210b68bcfed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings`
24392023-11-21T20:34:19.921Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=f2283b3c0b6aab10 -C extra-filename=-f2283b3c0b6aab10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings`
24402023-11-21T20:34:20.532Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57d5b61702c86fc6 -C extra-filename=-57d5b61702c86fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
24412023-11-21T20:34:21.181Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a58690eb4b654973 -C extra-filename=-a58690eb4b654973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
24422023-11-21T20:34:23.347Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24432023-11-21T20:34:23.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=2ff58b34b14468f9 -C extra-filename=-2ff58b34b14468f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-054e1de5b18db5cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
24442023-11-21T20:34:23.500Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=594b6d1150fa6fd1 -C extra-filename=-594b6d1150fa6fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
24452023-11-21T20:34:23.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d8d7e38a6b856a8 -C extra-filename=-4d8d7e38a6b856a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24462023-11-21T20:34:24.560Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de169ac677f69d82 -C extra-filename=-de169ac677f69d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24472023-11-21T20:34:24.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8eea68be06d90599 -C extra-filename=-8eea68be06d90599 --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-a155d58b851665da.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-1b91090bfe739597.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.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`
24482023-11-21T20:34:24.677Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=74a85ef294855fe3 -C extra-filename=-74a85ef294855fe3 --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-63ca15696c036f1b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out`
24492023-11-21T20:34:24.792Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=8dbbb31ea1c0cad5 -C extra-filename=-8dbbb31ea1c0cad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-57d5b61702c86fc6.rmeta --cap-lints allow -D warnings`
24502023-11-21T20:34:25.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8c39dab64b05bf7 -C extra-filename=-e8c39dab64b05bf7 --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-c942a3190f9f73c0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
24512023-11-21T20:34:25.606Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee52dbc16498b58d -C extra-filename=-ee52dbc16498b58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24522023-11-21T20:34:26.632Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6ce626363b62731c -C extra-filename=-6ce626363b62731c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings`
24532023-11-21T20:34:27.459Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f74526f08a2fad44 -C extra-filename=-f74526f08a2fad44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24542023-11-21T20:34:27.639Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4ed9f42768711155 -C extra-filename=-4ed9f42768711155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24552023-11-21T20:34:27.708Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=202dac37335bf21f -C extra-filename=-202dac37335bf21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24562023-11-21T20:34:27.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a5b6f18b611e6872 -C extra-filename=-a5b6f18b611e6872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-63ca15696c036f1b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74a85ef294855fe3.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-e8c39dab64b05bf7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
24572023-11-21T20:34:28.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d0685fdb08b4a79 -C extra-filename=-0d0685fdb08b4a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings`
24582023-11-21T20:34:28.955Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=7b1a7de9684361e2 -C extra-filename=-7b1a7de9684361e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128`
24592023-11-21T20:34:30.262Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1abc378f686283d -C extra-filename=-e1abc378f686283d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
24602023-11-21T20:34:30.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=67a16faf815b7f0d -C extra-filename=-67a16faf815b7f0d --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-f291a210b68bcfed.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-203718312b45e18d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ff82b7746f5209c0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b03cda08ef91dd5b.rmeta --cap-lints allow -D warnings`
24612023-11-21T20:34:31.443Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=a64963c72ae5b32f -C extra-filename=-a64963c72ae5b32f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-4ed9f42768711155.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f74526f08a2fad44.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-202dac37335bf21f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings`
24622023-11-21T20:34:32.475Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=0e5ba04d639b5855 -C extra-filename=-0e5ba04d639b5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24632023-11-21T20:34:34.762Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=460a29b310d4b266 -C extra-filename=-460a29b310d4b266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24642023-11-21T20:34:35.717Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b25d7f63c3016d99 -C extra-filename=-b25d7f63c3016d99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
24652023-11-21T20:34:36.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=9e97b010ac7ed395 -C extra-filename=-9e97b010ac7ed395 --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-a5b6f18b611e6872.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
24662023-11-21T20:34:36.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9013861b0b39164d -C extra-filename=-9013861b0b39164d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c6f829b7e6716a44.so --cap-lints allow -D warnings`
24672023-11-21T20:34:36.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=b713abc38e55d38a -C extra-filename=-b713abc38e55d38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
24682023-11-21T20:34:37.934Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=20173afe1f99f7b6 -C extra-filename=-20173afe1f99f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
24692023-11-21T20:34:38.408Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15c58610f044e11 -C extra-filename=-f15c58610f044e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24702023-11-21T20:34:40.070Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d23304e09204e -C extra-filename=-0a2d23304e09204e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-0e5ba04d639b5855.rmeta --cap-lints allow -D warnings`
24712023-11-21T20:34:40.321Z Compiling base64 v0.13.1
24722023-11-21T20:34:40.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=924b12736713da53 -C extra-filename=-924b12736713da53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24732023-11-21T20:34:40.765Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9e7a07d34fcde02 -C extra-filename=-d9e7a07d34fcde02 --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-b25d7f63c3016d99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24742023-11-21T20:34:40.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a869d789e0689274 -C extra-filename=-a869d789e0689274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --cap-lints allow -D warnings`
24752023-11-21T20:34:41.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0454fff814a669e -C extra-filename=-a0454fff814a669e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8e976596a117f5d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
24762023-11-21T20:34:41.246Z Compiling camino-tempfile v1.0.2
24772023-11-21T20:34:41.276Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59207b97d8bb4230 -C extra-filename=-59207b97d8bb4230 --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-348870df17091d7d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --cap-lints allow -D warnings`
24782023-11-21T20:34:41.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=a572dd832650f266 -C extra-filename=-a572dd832650f266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
24792023-11-21T20:34:41.437Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26246b03283545f7 -C extra-filename=-26246b03283545f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24802023-11-21T20:34:41.556Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=210fb414e2f7118a -C extra-filename=-210fb414e2f7118a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24812023-11-21T20:34:41.959Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8c276ac385db8b7e -C extra-filename=-8c276ac385db8b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24822023-11-21T20:34:41.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1f353bc40f15b4ee -C extra-filename=-1f353bc40f15b4ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24832023-11-21T20:34:42.147Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=33ced43632a52bea -C extra-filename=-33ced43632a52bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings`
24842023-11-21T20:34:42.266Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a08697aadfb0ab27 -C extra-filename=-a08697aadfb0ab27 --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-32e1908994c783d9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-8c276ac385db8b7e.rmeta --cap-lints allow -D warnings`
24852023-11-21T20:34:42.664Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=f9e6b06a20c75359 -C extra-filename=-f9e6b06a20c75359 --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-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-a869d789e0689274.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9e97b010ac7ed395.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
24862023-11-21T20:34:42.772Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79ef32dcf5f55a46 -C extra-filename=-79ef32dcf5f55a46 --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-f291a210b68bcfed.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b25d7f63c3016d99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d9e7a07d34fcde02.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24872023-11-21T20:34:43.264Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=bb209d1c7bce8c57 -C extra-filename=-bb209d1c7bce8c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-a572dd832650f266.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
24882023-11-21T20:34:43.471Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=cca2faddcd570722 -C extra-filename=-cca2faddcd570722 --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-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
24892023-11-21T20:34:45.312Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6d6958b6d94785d4 -C extra-filename=-6d6958b6d94785d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --cap-lints allow -D warnings`
24902023-11-21T20:34:45.610Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2c87466d0bff1f2 -C extra-filename=-b2c87466d0bff1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-32fe9d4b07bfc9ae.so --cap-lints allow -D warnings`
24912023-11-21T20:34:45.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=ce9a76e0efc747db -C extra-filename=-ce9a76e0efc747db --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
24922023-11-21T20:34:46.198Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=517817c049f70e31 -C extra-filename=-517817c049f70e31 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
24932023-11-21T20:34:46.244Z Compiling pem v3.0.2
24942023-11-21T20:34:46.255Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d05802530bcd0972 -C extra-filename=-d05802530bcd0972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --cap-lints allow -D warnings`
24952023-11-21T20:34:46.442Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaf225a9c576457 -C extra-filename=-2aaf225a9c576457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24962023-11-21T20:34:46.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61d21c4035e6b04a -C extra-filename=-61d21c4035e6b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24972023-11-21T20:34:46.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c767724ae5e5ff38 -C extra-filename=-c767724ae5e5ff38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0a2d23304e09204e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b713abc38e55d38a.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f15c58610f044e11.rmeta --cap-lints allow -D warnings`
24982023-11-21T20:34:46.822Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a7a29665f25deee -C extra-filename=-3a7a29665f25deee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24992023-11-21T20:34:47.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0395ec5aad995b88 -C extra-filename=-0395ec5aad995b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25002023-11-21T20:34:47.235Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=5a8d62c14d51e1b4 -C extra-filename=-5a8d62c14d51e1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25012023-11-21T20:34:47.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d69cc3191587a151 -C extra-filename=-d69cc3191587a151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-210fb414e2f7118a.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-33ced43632a52bea.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-61d21c4035e6b04a.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0395ec5aad995b88.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings`
25022023-11-21T20:34:47.536Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__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=aa4a609fc406d9ca -C extra-filename=-aa4a609fc406d9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-203718312b45e18d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ff82b7746f5209c0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f9e6b06a20c75359.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-79ef32dcf5f55a46.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b25d7f63c3016d99.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d9e7a07d34fcde02.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9e97b010ac7ed395.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3a7a29665f25deee.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
25032023-11-21T20:34:47.961Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6e588532b1b0553 -C extra-filename=-c6e588532b1b0553 --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-c767724ae5e5ff38.rmeta --cap-lints allow -D warnings`
25042023-11-21T20:34:48.022Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74cddc83de269e74 -C extra-filename=-74cddc83de269e74 --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-32e1908994c783d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2c87466d0bff1f2.rmeta --cap-lints allow -D warnings`
25052023-11-21T20:34:48.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54c6481fc232603d -C extra-filename=-54c6481fc232603d --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-a08697aadfb0ab27.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-79245328ef323993.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
25062023-11-21T20:34:49.528Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a1a8fe2e33ce03 -C extra-filename=-89a1a8fe2e33ce03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bb209d1c7bce8c57.rmeta --cap-lints allow -D warnings`
25072023-11-21T20:34:49.536Z Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=a637c80bbd132b1f -C extra-filename=-a637c80bbd132b1f --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings`
25082023-11-21T20:34:49.806Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=d8ccb5e53a1d1327 -C extra-filename=-d8ccb5e53a1d1327 --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-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
25092023-11-21T20:34:51.269Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=00a6726192580179 -C extra-filename=-00a6726192580179 --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-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
25102023-11-21T20:34:52.086Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=5ec90d42d443c17d -C extra-filename=-5ec90d42d443c17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings`
25112023-11-21T20:34:52.381Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=951f696eaa2ec973 -C extra-filename=-951f696eaa2ec973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
25122023-11-21T20:34:52.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fd001ed7981eb46 -C extra-filename=-9fd001ed7981eb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
25132023-11-21T20:34:52.750Z Compiling heck v0.3.3
25142023-11-21T20:34:52.757Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c94f067207bb4293 -C extra-filename=-c94f067207bb4293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
25152023-11-21T20:34:52.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70c3f3fe383d9a6a -C extra-filename=-70c3f3fe383d9a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25162023-11-21T20:34:53.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dcb5a7cf56caacc -C extra-filename=-8dcb5a7cf56caacc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25172023-11-21T20:34:53.724Z Compiling libefi-sys v0.1.0
25182023-11-21T20:34:53.743Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=fb64d70dd288cc0f -C extra-filename=-fb64d70dd288cc0f --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25192023-11-21T20:34:54.317Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f/build-script-build`
25202023-11-21T20:34:54.331Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=5fdc1481c14780d7 -C extra-filename=-5fdc1481c14780d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-d69cc3191587a151.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-210fb414e2f7118a.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-70c3f3fe383d9a6a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-8dcb5a7cf56caacc.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-89a1a8fe2e33ce03.rmeta --cap-lints allow -D warnings`
25212023-11-21T20:34:54.503Z Compiling structopt-derive v0.4.18
25222023-11-21T20:34:54.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a1efb9cb1dc452b9 -C extra-filename=-a1efb9cb1dc452b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c94f067207bb4293.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
25232023-11-21T20:34:57.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=5dafe65522024432 -C extra-filename=-5dafe65522024432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-6d6958b6d94785d4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --cap-lints allow -D warnings`
25242023-11-21T20:34:57.856Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=fb179d5954054bad -C extra-filename=-fb179d5954054bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
25252023-11-21T20:34:58.132Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bfbb5493ced4f1a2 -C extra-filename=-bfbb5493ced4f1a2 --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings`
25262023-11-21T20:34:58.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=59ac15bcaa80615d -C extra-filename=-59ac15bcaa80615d --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
25272023-11-21T20:34:58.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b77dbf524ed8bd5 -C extra-filename=-9b77dbf524ed8bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
25282023-11-21T20:34:58.669Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=090f7e3c4e8cd983 -C extra-filename=-090f7e3c4e8cd983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25292023-11-21T20:34:59.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f7762ca215236fd -C extra-filename=-9f7762ca215236fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b77dbf524ed8bd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings`
25302023-11-21T20:34:59.372Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ed5c323f8a67683 -C extra-filename=-8ed5c323f8a67683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
25312023-11-21T20:34:59.584Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=662644f78f291486 -C extra-filename=-662644f78f291486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --cap-lints allow -D warnings`
25322023-11-21T20:35:00.495Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=e6af494e2286ff4c -C extra-filename=-e6af494e2286ff4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5fdc1481c14780d7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-1636ab06bd78f7db.so --cap-lints allow -D warnings`
25332023-11-21T20:35:00.628Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25342023-11-21T20:35:00.638Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=72abcb5ccbb35000 -C extra-filename=-72abcb5ccbb35000 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-72abcb5ccbb35000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings`
25352023-11-21T20:35:01.005Z Compiling same-file v1.0.6
25362023-11-21T20:35:01.013Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1919802dd2126d3 -C extra-filename=-a1919802dd2126d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25372023-11-21T20:35:01.352Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8714653f6bbe22c -C extra-filename=-b8714653f6bbe22c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25382023-11-21T20:35:01.473Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-72abcb5ccbb35000/build-script-build`
25392023-11-21T20:35:01.478Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=2151b8d4a33f6113 -C extra-filename=-2151b8d4a33f6113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-74cddc83de269e74.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-54c6481fc232603d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d8ccb5e53a1d1327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9fd001ed7981eb46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
25402023-11-21T20:35:01.653Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13c865555a7f72ad -C extra-filename=-13c865555a7f72ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-b8714653f6bbe22c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
25412023-11-21T20:35:04.108Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=6e5bd758dc263470 -C extra-filename=-6e5bd758dc263470 --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-54c6481fc232603d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2151b8d4a33f6113.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings`
25422023-11-21T20:35:04.321Z Compiling walkdir v2.4.0
25432023-11-21T20:35:04.337Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071df594afd5c261 -C extra-filename=-071df594afd5c261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-a1919802dd2126d3.rmeta --cap-lints allow -D warnings`
25442023-11-21T20:35:04.438Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=c3645a5cea9c4fe4 -C extra-filename=-c3645a5cea9c4fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --cap-lints allow -D warnings`
25452023-11-21T20:35:05.141Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=f78227477d0ba97a -C extra-filename=-f78227477d0ba97a --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-46b779e783d9e4ed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
25462023-11-21T20:35:05.534Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=2903bf4d6f779445 -C extra-filename=-2903bf4d6f779445 --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-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings`
25472023-11-21T20:35:05.600Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed29b3e2473ce13c -C extra-filename=-ed29b3e2473ce13c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings`
25482023-11-21T20:35:05.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bcc0c0e7cf5ff04 -C extra-filename=-1bcc0c0e7cf5ff04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --cap-lints allow -D warnings`
25492023-11-21T20:35:05.987Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb7b12a2f71870c -C extra-filename=-dbb7b12a2f71870c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -l static=bz2`
25502023-11-21T20:35:06.189Z Compiling headers-core v0.2.0
25512023-11-21T20:35:06.194Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a3c0a4130f23401 -C extra-filename=-7a3c0a4130f23401 --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-66a88dcca8133f81.rmeta --cap-lints allow -D warnings`
25522023-11-21T20:35:06.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5c597a9dd47facc7 -C extra-filename=-5c597a9dd47facc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25532023-11-21T20:35:06.418Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8111c9cceaee72a4 -C extra-filename=-8111c9cceaee72a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25542023-11-21T20:35:06.669Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=378405dfad51ec3c -C extra-filename=-378405dfad51ec3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25552023-11-21T20:35:06.896Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68645aea24572a05 -C extra-filename=-68645aea24572a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25562023-11-21T20:35:06.972Z Compiling headers v0.3.9
25572023-11-21T20:35:06.984Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a26500e808d260b -C extra-filename=-4a26500e808d260b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-7a3c0a4130f23401.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --cap-lints allow -D warnings`
25582023-11-21T20:35:07.047Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c81dfc4ae5ac7819 -C extra-filename=-c81dfc4ae5ac7819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-ed29b3e2473ce13c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-68645aea24572a05.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
25592023-11-21T20:35:07.306Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a07f8470d34069f -C extra-filename=-6a07f8470d34069f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-378405dfad51ec3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
25602023-11-21T20:35:07.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d0ba6c79e3beb -C extra-filename=-0a2d0ba6c79e3beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-1bcc0c0e7cf5ff04.rmeta --cap-lints allow -D warnings`
25612023-11-21T20:35:07.730Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3ebbbe0b8132b05 -C extra-filename=-d3ebbbe0b8132b05 --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-dbb7b12a2f71870c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
25622023-11-21T20:35:07.924Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=56e07d6c799af715 -C extra-filename=-56e07d6c799af715 --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-2903bf4d6f779445.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings`
25632023-11-21T20:35:08.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=8fa0613d2a5682a4 -C extra-filename=-8fa0613d2a5682a4 --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-cf8b7ddb4026a748.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-13c865555a7f72ad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings`
25642023-11-21T20:35:08.320Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=98033d0fc90e69a7 -C extra-filename=-98033d0fc90e69a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-6e137343ff6253ec.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --cap-lints allow -D warnings`
25652023-11-21T20:35:08.349Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=3328f4bab15e24ba -C extra-filename=-3328f4bab15e24ba --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings`
25662023-11-21T20:35:08.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9096f8bcd9a05655 -C extra-filename=-9096f8bcd9a05655 --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings`
25672023-11-21T20:35:08.596Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7dd349cb0678461a -C extra-filename=-7dd349cb0678461a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --cap-lints allow -D warnings`
25682023-11-21T20:35:08.969Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=55c3d0548c25f849 -C extra-filename=-55c3d0548c25f849 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --cap-lints allow -D warnings`
25692023-11-21T20:35:10.451Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e7d7b0993794b34 -C extra-filename=-9e7d7b0993794b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
25702023-11-21T20:35:11.546Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c12cb09e877df1cc -C extra-filename=-c12cb09e877df1cc --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings`
25712023-11-21T20:35:11.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=8b6df8e8d2071b83 -C extra-filename=-8b6df8e8d2071b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
25722023-11-21T20:35:12.002Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76b17e2a438339c6 -C extra-filename=-76b17e2a438339c6 --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-dcf93060d9bc72a8.so --cap-lints allow -D warnings`
25732023-11-21T20:35:12.217Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d1901a22da71085 -C extra-filename=-1d1901a22da71085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25742023-11-21T20:35:12.309Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dfc01ec333e0708 -C extra-filename=-0dfc01ec333e0708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
25752023-11-21T20:35:12.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4831b760b2eb3e28 -C extra-filename=-4831b760b2eb3e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25762023-11-21T20:35:12.856Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8a7ba9d5e25170c -C extra-filename=-b8a7ba9d5e25170c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772023-11-21T20:35:13.190Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=052950f888c0079c -C extra-filename=-052950f888c0079c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25782023-11-21T20:35:13.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c10e29fdd212ff3e -C extra-filename=-c10e29fdd212ff3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25792023-11-21T20:35:13.649Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=ef88fce15de2ee58 -C extra-filename=-ef88fce15de2ee58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25802023-11-21T20:35:13.745Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0f940774333f18a -C extra-filename=-a0f940774333f18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25812023-11-21T20:35:13.928Z Compiling cancel-safe-futures v0.1.5
25822023-11-21T20:35:13.945Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=130bdb5f79063904 -C extra-filename=-130bdb5f79063904 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25832023-11-21T20:35:14.790Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=39d1adf5787ca18c -C extra-filename=-39d1adf5787ca18c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bfbb5493ced4f1a2.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c12cb09e877df1cc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-9e7d7b0993794b34.rmeta --cap-lints allow -D warnings`
25842023-11-21T20:35:14.800Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904/build-script-build`
25852023-11-21T20:35:14.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=c32d5a55678847b0 -C extra-filename=-c32d5a55678847b0 --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-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9096f8bcd9a05655.rmeta --cap-lints allow -D warnings`
25862023-11-21T20:35:15.190Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=8b464da339ff0a06 -C extra-filename=-8b464da339ff0a06 --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-a155d58b851665da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0a2d0ba6c79e3beb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
25872023-11-21T20:35:16.392Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1fd8166bc987ccff -C extra-filename=-1fd8166bc987ccff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ef88fce15de2ee58.rmeta --cap-lints allow -D warnings`
25882023-11-21T20:35:17.120Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=a4a9ee752efd5b4a -C extra-filename=-a4a9ee752efd5b4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-1d1901a22da71085.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-76b17e2a438339c6.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-eaf8405b6104e495.so --cap-lints allow -D warnings`
25892023-11-21T20:35:17.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=e33072ce51e7ff42 -C extra-filename=-e33072ce51e7ff42 --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-6a07f8470d34069f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2477d9b05ef39f8a.so --cap-lints allow -D warnings`
25902023-11-21T20:35:18.821Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=19f0c7f908947dd6 -C extra-filename=-19f0c7f908947dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c81dfc4ae5ac7819.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings`
25912023-11-21T20:35:18.917Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=a3f7b948893916fa -C extra-filename=-a3f7b948893916fa --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-a155d58b851665da.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6e137343ff6253ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-98033d0fc90e69a7.rmeta --cap-lints allow -D warnings`
25922023-11-21T20:35:18.927Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=4cf9f9623799a70b -C extra-filename=-4cf9f9623799a70b --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-9942916e61f00244.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-56e07d6c799af715.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
25932023-11-21T20:35:20.013Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1fff13d127a6345f -C extra-filename=-1fff13d127a6345f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-d3ebbbe0b8132b05.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
25942023-11-21T20:35:21.716Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b3cf8d0889e99ef9 -C extra-filename=-b3cf8d0889e99ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings`
25952023-11-21T20:35:21.716Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6642f7dbad03729 -C extra-filename=-c6642f7dbad03729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings`
25962023-11-21T20:35:23.601Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0b1f7161b424876 -C extra-filename=-b0b1f7161b424876 --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-f291a210b68bcfed.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
25972023-11-21T20:35:23.601Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=95fb0599ee63c57e -C extra-filename=-95fb0599ee63c57e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
25982023-11-21T20:35:23.601Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adc9f2248424d702 -C extra-filename=-adc9f2248424d702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
25992023-11-21T20:35:23.605Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35bed8c43357b876 -C extra-filename=-35bed8c43357b876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings`
26002023-11-21T20:35:23.605Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da0e1b41323a2737 -C extra-filename=-da0e1b41323a2737 --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-15c007528a74ed8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26012023-11-21T20:35:23.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3a6f692d0624334 -C extra-filename=-e3a6f692d0624334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26022023-11-21T20:35:23.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f27baae87255cc -C extra-filename=-81f27baae87255cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26032023-11-21T20:35:23.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc8a84db53c9f03b -C extra-filename=-bc8a84db53c9f03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26042023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa57decabff58732 -C extra-filename=-aa57decabff58732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26052023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c570cbfef4d374b1 -C extra-filename=-c570cbfef4d374b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26062023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=1206d6612c4b6209 -C extra-filename=-1206d6612c4b6209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-81f27baae87255cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings`
26072023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=0db53f82d8e4970b -C extra-filename=-0db53f82d8e4970b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-e3a6f692d0624334.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c6642f7dbad03729.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-bc8a84db53c9f03b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26082023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=7ff5a0819cb6289e -C extra-filename=-7ff5a0819cb6289e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-aa57decabff58732.rmeta --cap-lints allow -D warnings`
26092023-11-21T20:35:24.059Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=312f10261cd47592 -C extra-filename=-312f10261cd47592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da0e1b41323a2737.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-006edc45b992975f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-19f0c7f908947dd6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
26102023-11-21T20:35:24.060Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c68c520a6a74b446 -C extra-filename=-c68c520a6a74b446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-adc9f2248424d702.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-378405dfad51ec3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e33072ce51e7ff42.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings`
26112023-11-21T20:35:24.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6557065e22d6f14e -C extra-filename=-6557065e22d6f14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b3cf8d0889e99ef9.rmeta --cap-lints allow -D warnings`
26122023-11-21T20:35:25.126Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=12f89f1a5f167d8d -C extra-filename=-12f89f1a5f167d8d --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-f291a210b68bcfed.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-39d1adf5787ca18c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings`
26132023-11-21T20:35:25.227Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=2eadf8bee82eced4 -C extra-filename=-2eadf8bee82eced4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-95fb0599ee63c57e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
26142023-11-21T20:35:27.200Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417458dbb52edbf7 -C extra-filename=-417458dbb52edbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --cap-lints allow -D warnings`
26152023-11-21T20:35:27.541Z Compiling rcgen v0.11.3
26162023-11-21T20:35:27.551Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=05c49b26dfaf3495 -C extra-filename=-05c49b26dfaf3495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-d05802530bcd0972.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
26172023-11-21T20:35:28.214Z Compiling pem v1.1.1
26182023-11-21T20:35:28.426Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53f4176799c06c33 -C extra-filename=-53f4176799c06c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-924b12736713da53.rmeta --cap-lints allow -D warnings`
26192023-11-21T20:35:29.194Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=0b3d81bf658fe203 -C extra-filename=-0b3d81bf658fe203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
26202023-11-21T20:35:29.270Z Compiling atomicwrites v0.4.2
26212023-11-21T20:35:29.277Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1abfd7404037decc -C extra-filename=-1abfd7404037decc --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-aa6974083f12bb7d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --cap-lints allow -D warnings`
26222023-11-21T20:35:29.830Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=770ba59cb2b38f0a -C extra-filename=-770ba59cb2b38f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
26232023-11-21T20:35:30.020Z Compiling subprocess v0.2.9
26242023-11-21T20:35:30.033Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b99fc8c4fdd26d7a -C extra-filename=-b99fc8c4fdd26d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
26252023-11-21T20:35:31.619Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=8bd5a43e9d512255 -C extra-filename=-8bd5a43e9d512255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26262023-11-21T20:35:32.097Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f5f615a1cb67e2 -C extra-filename=-81f5f615a1cb67e2 --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-b0b1f7161b424876.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c68c520a6a74b446.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-535c030b7c6f6dcf.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
26272023-11-21T20:35:32.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=87cdc61ba3eaf675 -C extra-filename=-87cdc61ba3eaf675 --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6557065e22d6f14e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-39d1adf5787ca18c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-12f89f1a5f167d8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-741d703ad8e4a53c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-8bd5a43e9d512255.rmeta --cap-lints allow -D warnings`
26282023-11-21T20:35:32.575Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4c101bea1777bf25 -C extra-filename=-4c101bea1777bf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7ff5a0819cb6289e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --cap-lints allow -D warnings`
26292023-11-21T20:35:32.575Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=94e9958bb53942d6 -C extra-filename=-94e9958bb53942d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-210fb414e2f7118a.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
26302023-11-21T20:35:32.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=af3107c71b81457a -C extra-filename=-af3107c71b81457a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
26312023-11-21T20:35:33.532Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=31c76cc83c35ac32 -C extra-filename=-31c76cc83c35ac32 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26322023-11-21T20:35:33.584Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2774eedfa2dd7ca -C extra-filename=-a2774eedfa2dd7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
26332023-11-21T20:35:33.951Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba5b30c6e17e2f32 -C extra-filename=-ba5b30c6e17e2f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26342023-11-21T20:35:34.540Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=c57fc4706cfdf7c3 -C extra-filename=-c57fc4706cfdf7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26352023-11-21T20:35:34.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ff3c31fcd939d19e -C extra-filename=-ff3c31fcd939d19e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-c57fc4706cfdf7c3.rmeta --cap-lints allow -D warnings`
26362023-11-21T20:35:35.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37ddc32dfabf6b9a -C extra-filename=-37ddc32dfabf6b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-ba5b30c6e17e2f32.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e021aa0f3972d553.rmeta --cap-lints allow -D warnings`
26372023-11-21T20:35:35.090Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d73097d27816fbc4 -C extra-filename=-d73097d27816fbc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a2774eedfa2dd7ca.rmeta --cap-lints allow -D warnings`
26382023-11-21T20:35:35.090Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26392023-11-21T20:35:35.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=a085e64506d4caa1 -C extra-filename=-a085e64506d4caa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
26402023-11-21T20:35:35.116Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=441ff19319f4793e -C extra-filename=-441ff19319f4793e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings`
26412023-11-21T20:35:35.281Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa86d2ce81e5fa34 -C extra-filename=-aa86d2ce81e5fa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings`
26422023-11-21T20:35:35.290Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8522c9abe6b8c26e -C extra-filename=-8522c9abe6b8c26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-d73097d27816fbc4.rmeta --cap-lints allow -D warnings`
26432023-11-21T20:35:35.894Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f7d6fc5e3fc0192 -C extra-filename=-7f7d6fc5e3fc0192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
26442023-11-21T20:35:35.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d1bdb4558d229b0 -C extra-filename=-5d1bdb4558d229b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26452023-11-21T20:35:36.009Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8d1af37969fc8e4 -C extra-filename=-d8d1af37969fc8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26462023-11-21T20:35:36.177Z Compiling convert_case v0.4.0
26472023-11-21T20:35:36.183Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=acb2bfc87c9aa4a7 -C extra-filename=-acb2bfc87c9aa4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26482023-11-21T20:35:36.212Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3143f111e1cb8c57 -C extra-filename=-3143f111e1cb8c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-8522c9abe6b8c26e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
26492023-11-21T20:35:37.906Z Compiling derive_more v0.99.17
26502023-11-21T20:35:37.915Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=971c2440ec6adef8 -C extra-filename=-971c2440ec6adef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-acb2bfc87c9aa4a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
26512023-11-21T20:35:37.915Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0c218bc669b7d146 -C extra-filename=-0c218bc669b7d146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-7f7d6fc5e3fc0192.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d8d1af37969fc8e4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --cap-lints allow -D warnings --cfg integer128`
26522023-11-21T20:35:37.915Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dd23b1d97cf8e2f2 -C extra-filename=-dd23b1d97cf8e2f2 --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-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
26532023-11-21T20:35:37.918Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=378f294c4b023833 -C extra-filename=-378f294c4b023833 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
26542023-11-21T20:35:38.069Z Compiling slog-dtrace v0.2.3
26552023-11-21T20:35:38.109Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=70c7ab14ef3d892b -C extra-filename=-70c7ab14ef3d892b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
26562023-11-21T20:35:38.144Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a289093a13952de3 -C extra-filename=-a289093a13952de3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26572023-11-21T20:35:38.589Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f00144cb406df0d -C extra-filename=-9f00144cb406df0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26582023-11-21T20:35:38.590Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b/build-script-build`
26592023-11-21T20:35:38.616Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1c84a2497ff1b1 -C extra-filename=-5c1c84a2497ff1b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-9f00144cb406df0d.rmeta --cap-lints allow -D warnings`
26602023-11-21T20:35:38.675Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c66931ff0654519a -C extra-filename=-c66931ff0654519a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ff3c31fcd939d19e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-dd23b1d97cf8e2f2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
26612023-11-21T20:35:38.704Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=762035ca22586161 -C extra-filename=-762035ca22586161 --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-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --cap-lints allow -D warnings`
26622023-11-21T20:35:38.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07eff7f98e3c73c5 -C extra-filename=-07eff7f98e3c73c5 --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-f291a210b68bcfed.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings`
26632023-11-21T20:35:38.971Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2dcaa5ef994203d -C extra-filename=-f2dcaa5ef994203d --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-47422ba7d5af8c5c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings`
26642023-11-21T20:35:39.370Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad7aef96c1f2ac54 -C extra-filename=-ad7aef96c1f2ac54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26652023-11-21T20:35:39.401Z Compiling toml v0.5.11
26662023-11-21T20:35:39.429Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=25175af75b55d225 -C extra-filename=-25175af75b55d225 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
26672023-11-21T20:35:39.455Z Compiling der_derive v0.7.2
26682023-11-21T20:35:39.506Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=33b8a4bfc77953e2 -C extra-filename=-33b8a4bfc77953e2 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
26692023-11-21T20:35:39.698Z Compiling radium v0.7.0
26702023-11-21T20:35:39.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=12ef081ab53e361f -C extra-filename=-12ef081ab53e361f --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26712023-11-21T20:35:40.432Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f/build-script-build`
26722023-11-21T20:35:40.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=6ae4ef0a3c96f7fb -C extra-filename=-6ae4ef0a3c96f7fb --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-5029efe4c5f58f28.so --cap-lints allow -D warnings`
26732023-11-21T20:35:40.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1e2d9caa6f697c1c -C extra-filename=-1e2d9caa6f697c1c --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-f2dcaa5ef994203d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-625bea2f08c9d888.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8e976596a117f5d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ff3c31fcd939d19e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-07eff7f98e3c73c5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ad7aef96c1f2ac54.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c66931ff0654519a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-dd23b1d97cf8e2f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9e97b010ac7ed395.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-5c1c84a2497ff1b1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
26742023-11-21T20:35:40.719Z Compiling maybe-uninit v2.0.0
26752023-11-21T20:35:40.728Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=be58ee4971d01726 -C extra-filename=-be58ee4971d01726 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26762023-11-21T20:35:40.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=337cf04ce066d527 -C extra-filename=-337cf04ce066d527 --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-366ed66a2e454eef.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3c401d15812f9b27.so --cap-lints allow -D warnings`
26772023-11-21T20:35:41.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4354ccef95db08b -C extra-filename=-d4354ccef95db08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
26782023-11-21T20:35:41.487Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726/build-script-build`
26792023-11-21T20:35:41.584Z Compiling num-bigint-dig v0.8.4
26802023-11-21T20:35:41.640Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=eb64ea9dfc00f9da -C extra-filename=-eb64ea9dfc00f9da --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26812023-11-21T20:35:42.088Z Compiling packed_struct v0.10.1
26822023-11-21T20:35:42.102Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=4286a42b5dd2bfd8 -C extra-filename=-4286a42b5dd2bfd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26832023-11-21T20:35:42.214Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da/build-script-build`
26842023-11-21T20:35:42.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=ee52bdfd04530002 -C extra-filename=-ee52bdfd04530002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-d4354ccef95db08b.rmeta --cap-lints allow -D warnings`
26852023-11-21T20:35:42.805Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8/build-script-build`
26862023-11-21T20:35:42.939Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=bde81b1a1c4eeb8b -C extra-filename=-bde81b1a1c4eeb8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
26872023-11-21T20:35:43.404Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=77b7819c6d259ae1 -C extra-filename=-77b7819c6d259ae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings`
26882023-11-21T20:35:43.421Z Compiling packed_struct_codegen v0.10.1
26892023-11-21T20:35:43.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7597b9706aebfccd -C extra-filename=-7597b9706aebfccd --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
26902023-11-21T20:35:43.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3f0147388d6fd4 -C extra-filename=-8d3f0147388d6fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26912023-11-21T20:35:43.701Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=e378500b7ec6fcbc -C extra-filename=-e378500b7ec6fcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-77b7819c6d259ae1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ee52bdfd04530002.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8d3f0147388d6fd4.rmeta --cap-lints allow -D warnings`
26922023-11-21T20:35:43.895Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ffc44659160f377 -C extra-filename=-5ffc44659160f377 --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-59ac15bcaa80615d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26932023-11-21T20:35:44.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=b218bc89fd120a9b -C extra-filename=-b218bc89fd120a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-68ce708328cb51ce.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
26942023-11-21T20:35:44.426Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=059b2d08f033988e -C extra-filename=-059b2d08f033988e --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
26952023-11-21T20:35:45.181Z Compiling num-rational v0.4.1
26962023-11-21T20:35:45.200Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=8e8bbbbb062a8565 -C extra-filename=-8e8bbbbb062a8565 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
26972023-11-21T20:35:45.699Z Compiling linked-hash-map v0.5.6
26982023-11-21T20:35:45.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f301565f2e61d826 -C extra-filename=-f301565f2e61d826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26992023-11-21T20:35:45.753Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565/build-script-build`
27002023-11-21T20:35:46.108Z Compiling semver-parser v0.10.2
27012023-11-21T20:35:46.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2fb2d67acbe0b5ad -C extra-filename=-2fb2d67acbe0b5ad --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-0e0a34abc9c45c3c.rmeta --cap-lints allow -D warnings`
27022023-11-21T20:35:46.244Z Compiling lru-cache v0.1.2
27032023-11-21T20:35:46.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f2005026a0ee009 -C extra-filename=-3f2005026a0ee009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-f301565f2e61d826.rmeta --cap-lints allow -D warnings`
27042023-11-21T20:35:46.529Z Compiling textwrap v0.11.0
27052023-11-21T20:35:46.575Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1cf770995461190 -C extra-filename=-e1cf770995461190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
27062023-11-21T20:35:48.224Z Compiling half v1.8.2
27072023-11-21T20:35:48.224Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dcc0255c3e74f49 -C extra-filename=-8dcc0255c3e74f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27082023-11-21T20:35:48.225Z Compiling ansi_term v0.12.1
27092023-11-21T20:35:48.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f48e3453be29e7b -C extra-filename=-4f48e3453be29e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27102023-11-21T20:35:48.236Z Compiling strsim v0.8.0
27112023-11-21T20:35:48.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d031908ebe27c38 -C extra-filename=-1d031908ebe27c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27122023-11-21T20:35:48.330Z Compiling ciborium-io v0.2.1
27132023-11-21T20:35:48.342Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f3df158afb601fe8 -C extra-filename=-f3df158afb601fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27142023-11-21T20:35:48.362Z Compiling vec_map v0.8.2
27152023-11-21T20:35:48.369Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc987aa195421fd9 -C extra-filename=-cc987aa195421fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27162023-11-21T20:35:48.504Z Compiling ciborium-ll v0.2.1
27172023-11-21T20:35:48.543Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dedfe8e585a9e450 -C extra-filename=-dedfe8e585a9e450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-f3df158afb601fe8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-8dcc0255c3e74f49.rmeta --cap-lints allow -D warnings`
27182023-11-21T20:35:48.813Z Compiling clap v2.34.0
27192023-11-21T20:35:48.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=3d738176449a0d99 -C extra-filename=-3d738176449a0d99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-4f48e3453be29e7b.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1d031908ebe27c38.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e1cf770995461190.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cc987aa195421fd9.rmeta --cap-lints allow -D warnings`
27202023-11-21T20:35:49.020Z Compiling semver v0.11.0
27212023-11-21T20:35:49.031Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=f5a2c58d1e36f847 -C extra-filename=-f5a2c58d1e36f847 --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-2fb2d67acbe0b5ad.rmeta --cap-lints allow -D warnings`
27222023-11-21T20:35:49.193Z Compiling password-hash v0.5.0
27232023-11-21T20:35:49.300Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=db2b6be6bb47041a -C extra-filename=-db2b6be6bb47041a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-56dbb8b760062952.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
27242023-11-21T20:35:49.370Z Compiling blake2 v0.10.6
27252023-11-21T20:35:49.979Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7fba2cfd74eb27d6 -C extra-filename=-7fba2cfd74eb27d6 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings`
27262023-11-21T20:35:50.008Z Compiling home v0.5.5
27272023-11-21T20:35:50.008Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3b918b4cf35f187a -C extra-filename=-3b918b4cf35f187a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27282023-11-21T20:35:50.171Z Compiling toolchain_find v0.2.0
27292023-11-21T20:35:50.176Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=da4d9681935e960a -C extra-filename=-da4d9681935e960a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-3b918b4cf35f187a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f5a2c58d1e36f847.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
27302023-11-21T20:35:50.228Z Compiling argon2 v0.5.2
27312023-11-21T20:35:50.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=79a0c555fedd19c0 -C extra-filename=-79a0c555fedd19c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-56dbb8b760062952.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-7fba2cfd74eb27d6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-db2b6be6bb47041a.rmeta --cap-lints allow -D warnings`
27322023-11-21T20:35:51.477Z Compiling ciborium v0.2.1
27332023-11-21T20:35:51.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ac3bd6b1abe982c -C extra-filename=-4ac3bd6b1abe982c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-f3df158afb601fe8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-dedfe8e585a9e450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
27342023-11-21T20:35:51.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04557b82188997a8 -C extra-filename=-04557b82188997a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
27352023-11-21T20:35:51.786Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27362023-11-21T20:35:51.793Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b0d7dbaf1e9e75 -C extra-filename=-53b0d7dbaf1e9e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --cap-lints allow -D warnings`
27372023-11-21T20:35:51.874Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27382023-11-21T20:35:51.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd0c8dd5a7aa2dd3 -C extra-filename=-dd0c8dd5a7aa2dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04557b82188997a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings`
27392023-11-21T20:35:52.819Z Compiling rustfmt-wrapper v0.2.0
27402023-11-21T20:35:52.826Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c10867cf2ccc0cf3 -C extra-filename=-c10867cf2ccc0cf3 --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-18d2c5f7a2815c75.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-25175af75b55d225.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-da4d9681935e960a.rmeta --cap-lints allow -D warnings`
27412023-11-21T20:35:52.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27422023-11-21T20:35:52.847Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=553f886297372995 -C extra-filename=-553f886297372995 --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-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
27432023-11-21T20:35:52.984Z Compiling newline-converter v0.3.0
27442023-11-21T20:35:52.989Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db8e31131282ec94 -C extra-filename=-db8e31131282ec94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings`
27452023-11-21T20:35:53.230Z Compiling expectorate v1.1.0
27462023-11-21T20:35:53.234Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fa50da378e07876 -C extra-filename=-2fa50da378e07876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-db8e31131282ec94.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings`
27472023-11-21T20:35:53.353Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27482023-11-21T20:35:53.356Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef9131e4d58f6de2 -C extra-filename=-ef9131e4d58f6de2 --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-79a0c555fedd19c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
27492023-11-21T20:35:53.425Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=50e7ad7ddef6a5b8 -C extra-filename=-50e7ad7ddef6a5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
27502023-11-21T20:35:53.469Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27512023-11-21T20:35:53.478Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c73b43b26cbb61a5 -C extra-filename=-c73b43b26cbb61a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
27522023-11-21T20:35:53.953Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=e38f87dbf1399090 -C extra-filename=-e38f87dbf1399090 --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-da3acd81694559c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
27532023-11-21T20:35:54.333Z Compiling glob v0.3.1
27542023-11-21T20:35:54.757Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74ae3fe427c8da3b -C extra-filename=-74ae3fe427c8da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27552023-11-21T20:35:54.764Z Compiling structopt v0.3.26
27562023-11-21T20:35:54.764Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4e1818274af1e3bb -C extra-filename=-4e1818274af1e3bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d738176449a0d99.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-a1efb9cb1dc452b9.so --cap-lints allow -D warnings`
27572023-11-21T20:35:54.781Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/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=9cd22628fe01e3de -C extra-filename=-9cd22628fe01e3de --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-e38f87dbf1399090.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d194ac914370e857.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-535c030b7c6f6dcf.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
27582023-11-21T20:35:54.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97070bd0e9ba1726 -C extra-filename=-97070bd0e9ba1726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-4e1818274af1e3bb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -l static=pci`
27592023-11-21T20:35:55.072Z Compiling omicron-zone-package v0.9.1
27602023-11-21T20:35:55.080Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=8c338506685b8c54 -C extra-filename=-8c338506685b8c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-da3acd81694559c7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
27612023-11-21T20:35:55.458Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27622023-11-21T20:35:55.463Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77bbf02b6186ca36 -C extra-filename=-77bbf02b6186ca36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dd0c8dd5a7aa2dd3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
27632023-11-21T20:35:55.722Z Compiling arc-swap v1.6.0
27642023-11-21T20:35:55.739Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9aab50de55e46dc9 -C extra-filename=-9aab50de55e46dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27652023-11-21T20:35:55.987Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27662023-11-21T20:35:55.993Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84de9e7a870ea1f6 -C extra-filename=-84de9e7a870ea1f6 --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-be6a16b272216d2c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
27672023-11-21T20:35:56.780Z Compiling slog-scope v4.4.0
27682023-11-21T20:35:56.792Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=228daec18a72d085 -C extra-filename=-228daec18a72d085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-9aab50de55e46dc9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --cap-lints allow -D warnings`
27692023-11-21T20:35:57.598Z Compiling slog-stdlog v4.1.1
27702023-11-21T20:35:57.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=34733f8f56bb4d86 -C extra-filename=-34733f8f56bb4d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --cap-lints allow -D warnings`
27712023-11-21T20:35:58.178Z Compiling slog-envlogger v2.2.0
27722023-11-21T20:35:58.187Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=f142f462bdf00b13 -C extra-filename=-f142f462bdf00b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-34733f8f56bb4d86.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --cap-lints allow -D warnings`
27732023-11-21T20:35:58.238Z Compiling buf-list v1.0.3
27742023-11-21T20:35:58.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=cd1231d0f5e24acc -C extra-filename=-cd1231d0f5e24acc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27752023-11-21T20:35:59.269Z Compiling termcolor v1.2.0
27762023-11-21T20:35:59.287Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3940442dfe5b1912 -C extra-filename=-3940442dfe5b1912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27772023-11-21T20:35:59.415Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc/build-script-build`
27782023-11-21T20:35:59.619Z Compiling pem-rfc7468 v0.7.0
27792023-11-21T20:36:00.135Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f1167e94f6d1bab7 -C extra-filename=-f1167e94f6d1bab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-56dbb8b760062952.rmeta --cap-lints allow -D warnings`
27802023-11-21T20:36:00.641Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27812023-11-21T20:36:00.645Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=850d3c252fd66b8e -C extra-filename=-850d3c252fd66b8e --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-b3dd82fdc43d8530.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
27822023-11-21T20:36:00.796Z Compiling flagset v0.4.3
27832023-11-21T20:36:00.904Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d819be2ad22c4ed5 -C extra-filename=-d819be2ad22c4ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27842023-11-21T20:36:01.110Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=ebeccccf419a0cf5 -C extra-filename=-ebeccccf419a0cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27852023-11-21T20:36:01.168Z Compiling der v0.7.8
27862023-11-21T20:36:01.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=1dcbb3e618d60bf9 -C extra-filename=-1dcbb3e618d60bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-33b8a4bfc77953e2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d819be2ad22c4ed5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
27872023-11-21T20:36:01.186Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2da4983be4f2bfb -C extra-filename=-f2da4983be4f2bfb --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-be6a16b272216d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --cap-lints allow -D warnings`
27882023-11-21T20:36:02.392Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44879273b0d1c253 -C extra-filename=-44879273b0d1c253 --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-e021aa0f3972d553.rmeta --cap-lints allow -D warnings`
27892023-11-21T20:36:02.552Z Compiling tap v1.0.1
27902023-11-21T20:36:02.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0791df716482dd4 -C extra-filename=-e0791df716482dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27912023-11-21T20:36:02.552Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85a46b5506cdfc64 -C extra-filename=-85a46b5506cdfc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
27922023-11-21T20:36:02.588Z Compiling fxhash v0.2.1
27932023-11-21T20:36:02.589Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6dd3f249c2272bda -C extra-filename=-6dd3f249c2272bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --cap-lints allow -D warnings`
27942023-11-21T20:36:02.590Z Compiling wyz v0.5.1
27952023-11-21T20:36:02.590Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74f00153cf8ad69f -C extra-filename=-74f00153cf8ad69f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e0791df716482dd4.rmeta --cap-lints allow -D warnings`
27962023-11-21T20:36:02.590Z Compiling funty v2.0.0
27972023-11-21T20:36:02.590Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc9ef1b2d817295b -C extra-filename=-fc9ef1b2d817295b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27982023-11-21T20:36:02.752Z Compiling crc-catalog v2.2.0
27992023-11-21T20:36:03.231Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9086f959996d8d5 -C extra-filename=-d9086f959996d8d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28002023-11-21T20:36:03.383Z Compiling semver v0.1.20
28012023-11-21T20:36:03.383Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=39a7c528dc4e6ba9 -C extra-filename=-39a7c528dc4e6ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28022023-11-21T20:36:03.383Z Compiling crc v3.0.1
28032023-11-21T20:36:03.383Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d28a00b3379b9e1 -C extra-filename=-0d28a00b3379b9e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-d9086f959996d8d5.rmeta --cap-lints allow -D warnings`
28042023-11-21T20:36:03.491Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49d88a5cc567cfb9 -C extra-filename=-49d88a5cc567cfb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
28052023-11-21T20:36:03.584Z Compiling rustc_version v0.1.7
28062023-11-21T20:36:03.594Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3241177b927e96a8 -C extra-filename=-3241177b927e96a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-39a7c528dc4e6ba9.rmeta --cap-lints allow -D warnings`
28072023-11-21T20:36:03.956Z Compiling itertools v0.12.0
28082023-11-21T20:36:04.077Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.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=4d5a999f672c8460 -C extra-filename=-4d5a999f672c8460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --cap-lints allow -D warnings`
28092023-11-21T20:36:04.099Z Compiling derive-where v1.2.5
28102023-11-21T20:36:04.099Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8c2cd943bf2b650d -C extra-filename=-8c2cd943bf2b650d --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
28112023-11-21T20:36:04.120Z Compiling parking_lot_core v0.8.6
28122023-11-21T20:36:04.120Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e3fa14edcc8213d2 -C extra-filename=-e3fa14edcc8213d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28132023-11-21T20:36:04.198Z Compiling nodrop v0.1.14
28142023-11-21T20:36:04.209Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdde3d64f843077f -C extra-filename=-fdde3d64f843077f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28152023-11-21T20:36:04.493Z Compiling bitvec v1.0.1
28162023-11-21T20:36:04.524Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c26106adb171a4cf -C extra-filename=-c26106adb171a4cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-fc9ef1b2d817295b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-85a46b5506cdfc64.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e0791df716482dd4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-74f00153cf8ad69f.rmeta --cap-lints allow -D warnings`
28172023-11-21T20:36:04.840Z Compiling spki v0.7.2
28182023-11-21T20:36:04.851Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=2a603c98488be9c3 -C extra-filename=-2a603c98488be9c3 --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-1dcbb3e618d60bf9.rmeta --cap-lints allow -D warnings`
28192023-11-21T20:36:05.529Z Compiling pkcs8 v0.10.2
28202023-11-21T20:36:05.536Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=439e16700e6ee680 -C extra-filename=-439e16700e6ee680 --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-1dcbb3e618d60bf9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings`
28212023-11-21T20:36:05.800Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2/build-script-build`
28222023-11-21T20:36:05.811Z Compiling array-init v0.0.4
28232023-11-21T20:36:05.811Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04a3b47c62d1dadd -C extra-filename=-04a3b47c62d1dadd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-fdde3d64f843077f.rmeta --cap-lints allow -D warnings`
28242023-11-21T20:36:06.435Z Compiling pkcs1 v0.7.5
28252023-11-21T20:36:06.462Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=efe3b48e156078d3 -C extra-filename=-efe3b48e156078d3 --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-1dcbb3e618d60bf9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-439e16700e6ee680.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings`
28262023-11-21T20:36:06.755Z Compiling newtype_derive v0.1.6
28272023-11-21T20:36:06.896Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1380a963d7775472 -C extra-filename=-1380a963d7775472 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3241177b927e96a8.rlib --cap-lints allow -D warnings`
28282023-11-21T20:36:07.409Z Compiling smallvec v0.6.14
28292023-11-21T20:36:07.409Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8947f9983e252d0 -C extra-filename=-b8947f9983e252d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-49d88a5cc567cfb9.rmeta --cap-lints allow -D warnings`
28302023-11-21T20:36:07.848Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=2ad6e0abe448b32b -C extra-filename=-2ad6e0abe448b32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d841dd2adefea8e5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg has_i128`
28312023-11-21T20:36:07.979Z Compiling resolv-conf v0.7.0
28322023-11-21T20:36:08.148Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9c5a9636eae5734a -C extra-filename=-9c5a9636eae5734a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-10b9ce55821d760e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --cap-lints allow -D warnings`
28332023-11-21T20:36:08.149Z Compiling bitfield v0.14.0
28342023-11-21T20:36:08.149Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e6dcae8b01a3aa2 -C extra-filename=-6e6dcae8b01a3aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28352023-11-21T20:36:08.477Z Compiling serde-hex v0.1.0
28362023-11-21T20:36:08.916Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78137ed39890d4ac -C extra-filename=-78137ed39890d4ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-04a3b47c62d1dadd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b8947f9983e252d0.rmeta --cap-lints allow -D warnings`
28372023-11-21T20:36:09.512Z Compiling trust-dns-resolver v0.22.0
28382023-11-21T20:36:09.518Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=57043b9d757b1b24 -C extra-filename=-57043b9d757b1b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9c5a9636eae5734a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --cap-lints allow -D warnings`
28392023-11-21T20:36:09.518Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472/build-script-build`
28402023-11-21T20:36:09.518Z Compiling x509-cert v0.2.4
28412023-11-21T20:36:09.518Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=dc81507b5fb11190 -C extra-filename=-dc81507b5fb11190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1dcbb3e618d60bf9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings`
28422023-11-21T20:36:10.326Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28432023-11-21T20:36:10.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dabb53c97a5ef322 -C extra-filename=-dabb53c97a5ef322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
28442023-11-21T20:36:10.957Z Compiling env_logger v0.10.0
28452023-11-21T20:36:10.957Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=9351de9b0bfdd06a -C extra-filename=-9351de9b0bfdd06a --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-f1f8a559d716a091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings`
28462023-11-21T20:36:10.973Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f0eebe3912e6d1b -C extra-filename=-7f0eebe3912e6d1b --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-c26106adb171a4cf.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7597b9706aebfccd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
28472023-11-21T20:36:12.478Z Compiling rsa v0.9.2
28482023-11-21T20:36:12.915Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=c5061c906cbb8be0 -C extra-filename=-c5061c906cbb8be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2ad6e0abe448b32b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-efe3b48e156078d3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-439e16700e6ee680.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
28492023-11-21T20:36:16.544Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28502023-11-21T20:36:16.547Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d1a7585d4c8eca -C extra-filename=-63d1a7585d4c8eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-6e6dcae8b01a3aa2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7f0eebe3912e6d1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
28512023-11-21T20:36:17.371Z Compiling hkdf v0.12.3
28522023-11-21T20:36:17.394Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4e88674687de8f5a -C extra-filename=-4e88674687de8f5a --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-cfa7bc7413ed50a9.rmeta --cap-lints allow -D warnings`
28532023-11-21T20:36:17.824Z Compiling ron v0.8.1
28542023-11-21T20:36:17.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f1d97dcbec02a559 -C extra-filename=-f1d97dcbec02a559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings`
28552023-11-21T20:36:17.850Z Compiling crc-any v2.4.3
28562023-11-21T20:36:17.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f72a88d348103a8 -C extra-filename=-8f72a88d348103a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28572023-11-21T20:36:18.712Z Compiling object v0.30.4
28582023-11-21T20:36:18.723Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=c50968d733a22b07 -C extra-filename=-c50968d733a22b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings`
28592023-11-21T20:36:19.614Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=893b3290f7b3ed9f -C extra-filename=-893b3290f7b3ed9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7ff5a0819cb6289e.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5fdc1481c14780d7.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a3f7b948893916fa.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9942916e61f00244.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8b464da339ff0a06.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f9e6b06a20c75359.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-56e07d6c799af715.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6e137343ff6253ec.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-95fb0599ee63c57e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-12f89f1a5f167d8d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-44a8bfd2c3cc3cfd.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-94e9958bb53942d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e021aa0f3972d553.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f78227477d0ba97a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4c101bea1777bf25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a4a9ee752efd5b4a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0db53f82d8e4970b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d8ccb5e53a1d1327.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-af3107c71b81457a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c32d5a55678847b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9096f8bcd9a05655.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2eadf8bee82eced4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
28602023-11-21T20:36:19.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=8ef64a7977a31937 -C extra-filename=-8ef64a7977a31937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bde81b1a1c4eeb8b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e378500b7ec6fcbc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5ffc44659160f377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
28612023-11-21T20:36:22.736Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28622023-11-21T20:36:22.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c4008f7ad7ff815 -C extra-filename=-7c4008f7ad7ff815 --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-f1d97dcbec02a559.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-dabb53c97a5ef322.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
28632023-11-21T20:36:22.736Z Compiling keccak v0.1.4
28642023-11-21T20:36:22.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1384eb8a4d755cd7 -C extra-filename=-1384eb8a4d755cd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28652023-11-21T20:36:23.217Z Compiling path-slash v0.1.5
28662023-11-21T20:36:23.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f431679eb1ad6 -C extra-filename=-672f431679eb1ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28672023-11-21T20:36:23.518Z Compiling sha3 v0.10.8
28682023-11-21T20:36:23.521Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4497720003cd89a8 -C extra-filename=-4497720003cd89a8 --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-e5c5a96420662074.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-1384eb8a4d755cd7.rmeta --cap-lints allow -D warnings`
28692023-11-21T20:36:23.548Z Compiling secrecy v0.8.0
28702023-11-21T20:36:23.597Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6ed6736926f2f4ad -C extra-filename=-6ed6736926f2f4ad --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-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
28712023-11-21T20:36:24.353Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2b7d565ab11093f -C extra-filename=-c2b7d565ab11093f --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-6677257d99b2efe7.so --cap-lints allow -D warnings`
28722023-11-21T20:36:24.369Z Compiling utf-8 v0.7.6
28732023-11-21T20:36:24.369Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36ad53944afe724b -C extra-filename=-36ad53944afe724b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28742023-11-21T20:36:24.369Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b21e5855cc1d7e3 -C extra-filename=-9b21e5855cc1d7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28752023-11-21T20:36:24.734Z Compiling swrite v0.1.0
28762023-11-21T20:36:24.755Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=019bceb29aeb9d52 -C extra-filename=-019bceb29aeb9d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28772023-11-21T20:36:24.758Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3d5ae5063056c6eb -C extra-filename=-3d5ae5063056c6eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-9b21e5855cc1d7e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
28782023-11-21T20:36:24.916Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=e9f54c5bb41859a7 -C extra-filename=-e9f54c5bb41859a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings`
28792023-11-21T20:36:25.614Z Compiling memoffset v0.7.1
28802023-11-21T20:36:25.630Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=afd8a38e4208fb03 -C extra-filename=-afd8a38e4208fb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
28812023-11-21T20:36:25.630Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c836e5eba9b879c8 -C extra-filename=-c836e5eba9b879c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28822023-11-21T20:36:25.717Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d5dd2446c6036b -C extra-filename=-39d5dd2446c6036b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28832023-11-21T20:36:25.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205711042a5ba557 -C extra-filename=-205711042a5ba557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28842023-11-21T20:36:25.892Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a48c88d1a0245a8 -C extra-filename=-1a48c88d1a0245a8 --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-a0444e41f04119b1.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-39d5dd2446c6036b.rmeta --cap-lints allow -D warnings`
28852023-11-21T20:36:26.014Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03/build-script-build`
28862023-11-21T20:36:26.057Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88fc53925c23ad3f -C extra-filename=-88fc53925c23ad3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
28872023-11-21T20:36:26.216Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8b037702230c07d -C extra-filename=-c8b037702230c07d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
28882023-11-21T20:36:26.432Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1b13352fdaade12 -C extra-filename=-d1b13352fdaade12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28892023-11-21T20:36:26.579Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=962bd4cbca714c13 -C extra-filename=-962bd4cbca714c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
28902023-11-21T20:36:26.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8b408c61505380c -C extra-filename=-d8b408c61505380c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
28912023-11-21T20:36:26.824Z Compiling num-complex v0.4.4
28922023-11-21T20:36:26.830Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=ee6fe4992feca08c -C extra-filename=-ee6fe4992feca08c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings`
28932023-11-21T20:36:26.898Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bba0677cd10cf954 -C extra-filename=-bba0677cd10cf954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28942023-11-21T20:36:27.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d49dc5baf1d4a77 -C extra-filename=-2d49dc5baf1d4a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-962bd4cbca714c13.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bba0677cd10cf954.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
28952023-11-21T20:36:27.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0a09bfb24d221ec -C extra-filename=-f0a09bfb24d221ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-c8b037702230c07d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1a48c88d1a0245a8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --cap-lints allow -D warnings`
28962023-11-21T20:36:28.528Z Compiling num v0.4.1
28972023-11-21T20:36:28.531Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=19a8d16cda05f0e5 -C extra-filename=-19a8d16cda05f0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-ee6fe4992feca08c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-88fc53925c23ad3f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings`
28982023-11-21T20:36:28.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7d37a75d88c4862 -C extra-filename=-c7d37a75d88c4862 --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-44879273b0d1c253.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --cap-lints allow -D warnings`
28992023-11-21T20:36:28.686Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29002023-11-21T20:36:28.691Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=309e5985320da31f -C extra-filename=-309e5985320da31f --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-309e5985320da31f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8c338506685b8c54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9cd22628fe01e3de.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
29012023-11-21T20:36:29.653Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29022023-11-21T20:36:29.667Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=aac09d7dbf108991 -C extra-filename=-aac09d7dbf108991 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-aac09d7dbf108991 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8c338506685b8c54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9cd22628fe01e3de.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
29032023-11-21T20:36:29.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f65f799a2673d6e -C extra-filename=-7f65f799a2673d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e852ab5360fbe163.so --cap-lints allow -D warnings -l door`
29042023-11-21T20:36:29.926Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c58a122f0daaa579 -C extra-filename=-c58a122f0daaa579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29052023-11-21T20:36:30.261Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=a400a34839e78d46 -C extra-filename=-a400a34839e78d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --cap-lints allow -D warnings`
29062023-11-21T20:36:30.948Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bb804c8cc3d4dfe -C extra-filename=-0bb804c8cc3d4dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c58a122f0daaa579.rmeta --cap-lints allow -D warnings`
29072023-11-21T20:36:31.732Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=824df8e1dfb5f8d2 -C extra-filename=-824df8e1dfb5f8d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c7d37a75d88c4862.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2d49dc5baf1d4a77.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-f0a09bfb24d221ec.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-7f65f799a2673d6e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings -l kstat`
29082023-11-21T20:36:33.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=f85ed2cf218985e0 -C extra-filename=-f85ed2cf218985e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-e916697c9df65312.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-a400a34839e78d46.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29092023-11-21T20:36:33.860Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6867697f3679eb3 -C extra-filename=-c6867697f3679eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f85ed2cf218985e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
29102023-11-21T20:36:33.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=ec9c68b8db1e0656 -C extra-filename=-ec9c68b8db1e0656 --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-350903b1d1ebd164.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
29112023-11-21T20:36:34.409Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff58eba00d7a02a -C extra-filename=-aff58eba00d7a02a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --cap-lints allow -D warnings`
29122023-11-21T20:36:34.860Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=e2ee03d405f01b6a -C extra-filename=-e2ee03d405f01b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
29132023-11-21T20:36:35.128Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eac068a0fd4112ba -C extra-filename=-eac068a0fd4112ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29142023-11-21T20:36:35.401Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=743412845cbe3326 -C extra-filename=-743412845cbe3326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29152023-11-21T20:36:36.350Z Compiling salty v0.2.0
29162023-11-21T20:36:36.385Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=5bac77318223fd3c -C extra-filename=-5bac77318223fd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29172023-11-21T20:36:36.836Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5eba0eb19c5b8fa7 -C extra-filename=-5eba0eb19c5b8fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-824df8e1dfb5f8d2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f85ed2cf218985e0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6867697f3679eb3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
29182023-11-21T20:36:37.432Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29192023-11-21T20:36:37.432Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=676fa686dc8761c9 -C extra-filename=-676fa686dc8761c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-8f72a88d348103a8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1dcbb3e618d60bf9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9351de9b0bfdd06a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-63d1a7585d4c8eca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7f0eebe3912e6d1b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c5061c906cbb8be0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-78137ed39890d4ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dc81507b5fb11190.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
29202023-11-21T20:36:37.433Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c/build-script-build`
29212023-11-21T20:36:37.433Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=162bb22830a8fa58 -C extra-filename=-162bb22830a8fa58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-eac068a0fd4112ba.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-743412845cbe3326.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-d01b0055f3e7c2e9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e2ee03d405f01b6a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0bb804c8cc3d4dfe.rmeta --cap-lints allow -D warnings`
29222023-11-21T20:36:37.537Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07d13d86fe8045bf -C extra-filename=-07d13d86fe8045bf --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-aff58eba00d7a02a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --cap-lints allow -D warnings`
29232023-11-21T20:36:37.753Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29242023-11-21T20:36:37.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c78958bdf6c1cde -C extra-filename=-8c78958bdf6c1cde --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29252023-11-21T20:36:38.070Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d575b7bd83f81b37 -C extra-filename=-d575b7bd83f81b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6501e1869721fe69.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
29262023-11-21T20:36:38.127Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=cdb22fe54a7af344 -C extra-filename=-cdb22fe54a7af344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7772ce69b79d84cc.so --cap-lints allow -D warnings`
29272023-11-21T20:36:39.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=103f1a41f564ef57 -C extra-filename=-103f1a41f564ef57 --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-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
29282023-11-21T20:36:39.944Z Compiling openapiv3 v1.0.3
29292023-11-21T20:36:39.947Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14bba9fd37e64fe7 -C extra-filename=-14bba9fd37e64fe7 --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings`
29302023-11-21T20:36:40.496Z Compiling libsw v3.3.0
29312023-11-21T20:36:40.522Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=3dd04e4e8e29b621 -C extra-filename=-3dd04e4e8e29b621 --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-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
29322023-11-21T20:36:40.935Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29332023-11-21T20:36:40.945Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69a32ec696c0c9e4 -C extra-filename=-69a32ec696c0c9e4 --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-63d1a7585d4c8eca.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-676fa686dc8761c9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c50968d733a22b07.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-672f431679eb1ad6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c5061c906cbb8be0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-dabb53c97a5ef322.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-7c4008f7ad7ff815.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dc81507b5fb11190.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29342023-11-21T20:36:41.735Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29352023-11-21T20:36:41.752Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=725d053368464382 -C extra-filename=-725d053368464382 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
29362023-11-21T20:36:43.297Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29372023-11-21T20:36:43.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6a8d33f5675c1806 -C extra-filename=-6a8d33f5675c1806 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
29382023-11-21T20:36:43.868Z Compiling owo-colors v3.5.0
29392023-11-21T20:36:43.872Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba9ea7d794e6053 -C extra-filename=-7ba9ea7d794e6053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29402023-11-21T20:36:45.617Z Compiling linear-map v1.2.0
29412023-11-21T20:36:45.627Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=013a8150a1a024b3 -C extra-filename=-013a8150a1a024b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29422023-11-21T20:36:46.113Z Compiling platforms v3.0.2
29432023-11-21T20:36:46.127Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5344cc996a4a820b -C extra-filename=-5344cc996a4a820b --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29442023-11-21T20:36:46.205Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806/build-script-build`
29452023-11-21T20:36:46.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=9f1b314f57af396d -C extra-filename=-9f1b314f57af396d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-07d13d86fe8045bf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d575b7bd83f81b37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-162bb22830a8fa58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5eba0eb19c5b8fa7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6867697f3679eb3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cdb22fe54a7af344.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29462023-11-21T20:36:46.801Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b/build-script-build`
29472023-11-21T20:36:46.805Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29482023-11-21T20:36:46.805Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41725a25b2b36931 -C extra-filename=-41725a25b2b36931 --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29492023-11-21T20:36:48.014Z Compiling async-recursion v1.0.5
29502023-11-21T20:36:48.027Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2bd66f6ab5f48b49 -C extra-filename=-2bd66f6ab5f48b49 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
29512023-11-21T20:36:48.079Z Compiling unicase v2.7.0
29522023-11-21T20:36:48.494Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9d7276ad2fc09483 -C extra-filename=-9d7276ad2fc09483 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
29532023-11-21T20:36:48.508Z Compiling rayon-core v1.12.0
29542023-11-21T20:36:48.508Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=41c114368dbeb343 -C extra-filename=-41c114368dbeb343 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29552023-11-21T20:36:48.672Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483/build-script-build`
29562023-11-21T20:36:48.775Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343/build-script-build`
29572023-11-21T20:36:48.813Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29582023-11-21T20:36:48.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db4bf579226f46f0 -C extra-filename=-db4bf579226f46f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3dd04e4e8e29b621.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29592023-11-21T20:36:48.941Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba452b558c243607 -C extra-filename=-ba452b558c243607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29602023-11-21T20:36:49.557Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e23cc7033d59489 -C extra-filename=-6e23cc7033d59489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29612023-11-21T20:36:49.717Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83271599400e27ba -C extra-filename=-83271599400e27ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-6e23cc7033d59489.rmeta --cap-lints allow -D warnings`
29622023-11-21T20:36:49.852Z Compiling curve25519-dalek v4.1.0
29632023-11-21T20:36:49.872Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d72f72c937594209 -C extra-filename=-d72f72c937594209 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d72f72c937594209 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ba452b558c243607.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings`
29642023-11-21T20:36:49.905Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29652023-11-21T20:36:49.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c15f789e86cc234c -C extra-filename=-c15f789e86cc234c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
29662023-11-21T20:36:50.014Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d405ff4cdef5c155 -C extra-filename=-d405ff4cdef5c155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
29672023-11-21T20:36:50.652Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29682023-11-21T20:36:50.686Z Running `/home/build/.rustup/toolchains/1.73.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=8e18ed15da96e0e0 -C extra-filename=-8e18ed15da96e0e0 --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
29692023-11-21T20:36:50.805Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d72f72c937594209/build-script-build`
29702023-11-21T20:36:50.968Z Compiling thiserror-impl-no-std v2.0.2
29712023-11-21T20:36:51.036Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=950af69c15d3da7a -C extra-filename=-950af69c15d3da7a --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
29722023-11-21T20:36:52.882Z Compiling curve25519-dalek-derive v0.1.0
29732023-11-21T20:36:52.888Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=99ad82a2662c71d8 -C extra-filename=-99ad82a2662c71d8 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
29742023-11-21T20:36:54.591Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-aac09d7dbf108991/build-script-build`
29752023-11-21T20:36:54.610Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-309e5985320da31f/build-script-build`
29762023-11-21T20:36:54.943Z Compiling mime_guess v2.0.4
29772023-11-21T20:36:54.951Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=26e24bd420e8119b -C extra-filename=-26e24bd420e8119b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rlib --cap-lints allow -D warnings`
29782023-11-21T20:36:55.415Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c829d71a7d19b9b -C extra-filename=-3c829d71a7d19b9b --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-70f39455740c1dcc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29792023-11-21T20:36:55.493Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29802023-11-21T20:36:55.569Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6dd7f3ae39807f06 -C extra-filename=-6dd7f3ae39807f06 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-6dd7f3ae39807f06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8c338506685b8c54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9cd22628fe01e3de.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
29812023-11-21T20:36:55.574Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
29822023-11-21T20:36:55.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab9de4bb489e447d -C extra-filename=-ab9de4bb489e447d --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-4ac3bd6b1abe982c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29832023-11-21T20:36:55.939Z Compiling diff v0.1.13
29842023-11-21T20:36:55.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16efdf9e15901b76 -C extra-filename=-16efdf9e15901b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29852023-11-21T20:36:56.227Z Compiling crossbeam-deque v0.8.3
29862023-11-21T20:36:56.231Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27f7c1b0b624e6e8 -C extra-filename=-27f7c1b0b624e6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
29872023-11-21T20:36:56.902Z Compiling nibble_vec v0.1.0
29882023-11-21T20:36:56.912Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0684c4e85a014d16 -C extra-filename=-0684c4e85a014d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
29892023-11-21T20:36:56.912Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b/build-script-build`
29902023-11-21T20:36:56.912Z Compiling endian-type v0.1.2
29912023-11-21T20:36:56.912Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5110a450bfc978c -C extra-filename=-b5110a450bfc978c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29922023-11-21T20:36:57.042Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29932023-11-21T20:36:57.080Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e33455cd82b25ed -C extra-filename=-7e33455cd82b25ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
29942023-11-21T20:36:57.114Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49514619c2fee207 -C extra-filename=-49514619c2fee207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings`
29952023-11-21T20:36:57.238Z Compiling radix_trie v0.2.1
29962023-11-21T20:36:57.248Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a30fedf8cdae2b6 -C extra-filename=-5a30fedf8cdae2b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-b5110a450bfc978c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-0684c4e85a014d16.rmeta --cap-lints allow -D warnings`
29972023-11-21T20:36:57.405Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=eff80ffe7db00f15 -C extra-filename=-eff80ffe7db00f15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-ebeccccf419a0cf5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
29982023-11-21T20:36:57.550Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992023-11-21T20:36:57.555Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=f30013d2b9fb8df4 -C extra-filename=-f30013d2b9fb8df4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-f30013d2b9fb8df4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30002023-11-21T20:36:58.132Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bd138a5a07dafd99 -C extra-filename=-bd138a5a07dafd99 --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings`
30012023-11-21T20:36:58.211Z Compiling signature v1.6.4
30022023-11-21T20:36:58.237Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d645f3a8dbecde07 -C extra-filename=-d645f3a8dbecde07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30032023-11-21T20:36:58.343Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-f30013d2b9fb8df4/build-script-build`
30042023-11-21T20:36:58.387Z Compiling ed25519 v1.5.3
30052023-11-21T20:36:58.417Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4a93cdf12ee6b78 -C extra-filename=-b4a93cdf12ee6b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-d645f3a8dbecde07.rmeta --cap-lints allow -D warnings`
30062023-11-21T20:36:58.440Z Compiling trust-dns-client v0.22.0
30072023-11-21T20:36:58.443Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=275732f4bc619c2e -C extra-filename=-275732f4bc619c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5a30fedf8cdae2b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --cap-lints allow -D warnings`
30082023-11-21T20:36:58.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=cc797c70194462c3 -C extra-filename=-cc797c70194462c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-ebeccccf419a0cf5.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-bd138a5a07dafd99.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-eff80ffe7db00f15.rmeta --cap-lints allow -D warnings`
30092023-11-21T20:36:59.362Z Compiling parking_lot v0.11.2
30102023-11-21T20:36:59.379Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ca6ca26322b9650b -C extra-filename=-ca6ca26322b9650b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-49514619c2fee207.rmeta --cap-lints allow -D warnings`
30112023-11-21T20:37:00.581Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d97d59e16a638042 -C extra-filename=-d97d59e16a638042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-27f7c1b0b624e6e8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
30122023-11-21T20:37:00.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5bec690997f2ae76 -C extra-filename=-5bec690997f2ae76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
30132023-11-21T20:37:00.955Z Compiling tungstenite v0.18.0
30142023-11-21T20:37:00.955Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=4517dd593f0e5644 -C extra-filename=-4517dd593f0e5644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-924b12736713da53.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings`
30152023-11-21T20:37:02.511Z Compiling rayon v1.8.0
30162023-11-21T20:37:02.511Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af22740acdb5d11b -C extra-filename=-af22740acdb5d11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-d97d59e16a638042.rmeta --cap-lints allow -D warnings`
30172023-11-21T20:37:03.447Z Compiling tokio-tungstenite v0.18.0
30182023-11-21T20:37:03.451Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0b8cf334daede2bc -C extra-filename=-0b8cf334daede2bc --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-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4517dd593f0e5644.rmeta --cap-lints allow -D warnings`
30192023-11-21T20:37:03.594Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30202023-11-21T20:37:03.616Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=d511a29b8d07163c -C extra-filename=-d511a29b8d07163c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5bec690997f2ae76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --cap-lints allow -D warnings`
30212023-11-21T20:37:04.023Z Compiling trust-dns-server v0.22.1
30222023-11-21T20:37:04.027Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0b73aa55c42a615 -C extra-filename=-a0b73aa55c42a615 --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-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a2837ffc1a7d3548.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-25175af75b55d225.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --cap-lints allow -D warnings`
30232023-11-21T20:37:04.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f386403281e843fc -C extra-filename=-f386403281e843fc --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-cc797c70194462c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30242023-11-21T20:37:04.561Z Compiling sled v0.34.7
30252023-11-21T20:37:04.572Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=e5d23a9f8b7bdd79 -C extra-filename=-e5d23a9f8b7bdd79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ca6ca26322b9650b.rmeta --cap-lints allow -D warnings`
30262023-11-21T20:37:04.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fc10075a9237b912 -C extra-filename=-fc10075a9237b912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-b4a93cdf12ee6b78.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
30272023-11-21T20:37:09.480Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30282023-11-21T20:37:09.486Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a384812b98dd7b -C extra-filename=-44a384812b98dd7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30292023-11-21T20:37:10.018Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30302023-11-21T20:37:10.022Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e94d0f8f4c7f8b34 -C extra-filename=-e94d0f8f4c7f8b34 --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-725d053368464382.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
30312023-11-21T20:37:10.747Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40de053602414866 -C extra-filename=-40de053602414866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30322023-11-21T20:37:12.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d407ba9b52f4b35c -C extra-filename=-d407ba9b52f4b35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
30332023-11-21T20:37:12.466Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30342023-11-21T20:37:12.492Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eb933f8663a3e1c9 -C extra-filename=-eb933f8663a3e1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings`
30352023-11-21T20:37:12.795Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30362023-11-21T20:37:12.801Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b240943000271be7 -C extra-filename=-b240943000271be7 --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30372023-11-21T20:37:12.962Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=5965f2484ca1bd0b -C extra-filename=-5965f2484ca1bd0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ff3c31fcd939d19e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --cap-lints allow -D warnings`
30382023-11-21T20:37:13.009Z Compiling serde-big-array v0.5.1
30392023-11-21T20:37:13.042Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4181ce554a9d03c9 -C extra-filename=-4181ce554a9d03c9 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
30402023-11-21T20:37:13.340Z Compiling serde-big-array v0.4.1
30412023-11-21T20:37:13.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af1730f3c1b33562 -C extra-filename=-af1730f3c1b33562 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
30422023-11-21T20:37:13.601Z Compiling crunchy v0.2.2
30432023-11-21T20:37:13.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=770933d9be3547db -C extra-filename=-770933d9be3547db --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30442023-11-21T20:37:14.270Z Compiling pretty-hex v0.3.0
30452023-11-21T20:37:14.295Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0909e6f64ef1cb52 -C extra-filename=-0909e6f64ef1cb52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30462023-11-21T20:37:14.426Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db/build-script-build`
30472023-11-21T20:37:14.464Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30482023-11-21T20:37:14.470Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=f4c56a13dc6d10bb -C extra-filename=-f4c56a13dc6d10bb --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-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e94d0f8f4c7f8b34.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc10075a9237b912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-af1730f3c1b33562.rmeta --cap-lints allow -D warnings`
30492023-11-21T20:37:14.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=a9fdafa192b57b24 -C extra-filename=-a9fdafa192b57b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-5965f2484ca1bd0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rmeta --cap-lints allow -D warnings`
30502023-11-21T20:37:15.709Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0ec25c6cf704bf6 -C extra-filename=-b0ec25c6cf704bf6 --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-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4283754955bec422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09db876074e0ebd7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d511a29b8d07163c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4181ce554a9d03c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-381f184a38c4e62f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-eb933f8663a3e1c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30512023-11-21T20:37:16.560Z Compiling steno v0.4.0
30522023-11-21T20:37:16.563Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8967f6d3af76eb5 -C extra-filename=-e8967f6d3af76eb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings`
30532023-11-21T20:37:19.609Z Compiling signal-hook-tokio v0.3.1
30542023-11-21T20:37:19.624Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=5b94754df1992641 -C extra-filename=-5b94754df1992641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
30552023-11-21T20:37:19.897Z Compiling tiny-keccak v2.0.2
30562023-11-21T20:37:20.314Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=73849627d71cbdd3 -C extra-filename=-73849627d71cbdd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30572023-11-21T20:37:20.449Z Compiling corncobs v0.1.3
30582023-11-21T20:37:20.453Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4eb816d895c3567b -C extra-filename=-4eb816d895c3567b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30592023-11-21T20:37:20.477Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-6dd7f3ae39807f06/build-script-build`
30602023-11-21T20:37:20.824Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30612023-11-21T20:37:20.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=9753a8d4ddc4706f -C extra-filename=-9753a8d4ddc4706f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-4eb816d895c3567b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e94d0f8f4c7f8b34.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc10075a9237b912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-f4c56a13dc6d10bb.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings`
30622023-11-21T20:37:20.949Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3/build-script-build`
30632023-11-21T20:37:21.410Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30642023-11-21T20:37:21.420Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37e37ff3417809fa -C extra-filename=-37e37ff3417809fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b0ec25c6cf704bf6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30652023-11-21T20:37:21.531Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30662023-11-21T20:37:21.537Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1308b9857899f60f -C extra-filename=-1308b9857899f60f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30672023-11-21T20:37:23.343Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=209a6869ddb0920b -C extra-filename=-209a6869ddb0920b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30682023-11-21T20:37:23.504Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3f663aae3512a0 -C extra-filename=-1d3f663aae3512a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
30692023-11-21T20:37:24.124Z Compiling clang-sys v1.6.1
30702023-11-21T20:37:24.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=7287324563622068 -C extra-filename=-7287324563622068 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --cap-lints allow -D warnings`
30712023-11-21T20:37:25.414Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8858b7bad160b321 -C extra-filename=-8858b7bad160b321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
30722023-11-21T20:37:26.213Z Compiling olpc-cjson v0.1.3
30732023-11-21T20:37:26.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51112487a2e04954 -C extra-filename=-51112487a2e04954 --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings`
30742023-11-21T20:37:26.408Z Compiling darling_core v0.14.4
30752023-11-21T20:37:26.432Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=d6c6226d837655f5 -C extra-filename=-d6c6226d837655f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings`
30762023-11-21T20:37:26.554Z Compiling globset v0.4.13
30772023-11-21T20:37:26.558Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=5ee25413ba11c193 -C extra-filename=-5ee25413ba11c193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2f01ffbdffe0a7b7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings`
30782023-11-21T20:37:26.747Z Compiling serde_plain v1.0.2
30792023-11-21T20:37:26.753Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bf5e88f8b996eee -C extra-filename=-8bf5e88f8b996eee --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
30802023-11-21T20:37:27.141Z Compiling portable-atomic v1.4.3
30812023-11-21T20:37:27.144Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=822d5ee6aa431ad7 -C extra-filename=-822d5ee6aa431ad7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30822023-11-21T20:37:27.372Z Compiling prettyplease v0.2.12
30832023-11-21T20:37:27.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a7eb6df8cf973242 -C extra-filename=-a7eb6df8cf973242 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30842023-11-21T20:37:27.947Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5945216e8156a0ad -C extra-filename=-5945216e8156a0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30852023-11-21T20:37:28.596Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3eac1256f8aba7a -C extra-filename=-f3eac1256f8aba7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30862023-11-21T20:37:28.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb32431c6ea3dedf -C extra-filename=-cb32431c6ea3dedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30872023-11-21T20:37:29.245Z Compiling display-error-chain v0.2.0
30882023-11-21T20:37:29.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cee68d0710045f5f -C extra-filename=-cee68d0710045f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30892023-11-21T20:37:29.690Z Compiling typed-path v0.6.0
30902023-11-21T20:37:29.719Z Running `/home/build/.rustup/toolchains/1.73.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=d5aaeb83e26d1e03 -C extra-filename=-d5aaeb83e26d1e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30912023-11-21T20:37:29.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=7273d4ccd34a0141 -C extra-filename=-7273d4ccd34a0141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-5945216e8156a0ad.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f3eac1256f8aba7a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8858b7bad160b321.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cb32431c6ea3dedf.rmeta --cap-lints allow -D warnings`
30922023-11-21T20:37:29.814Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7/build-script-build`
30932023-11-21T20:37:29.873Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242/build-script-build`
30942023-11-21T20:37:29.909Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068/build-script-build`
30952023-11-21T20:37:29.949Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=fd436dd266d213cd -C extra-filename=-fd436dd266d213cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-209a6869ddb0920b.rmeta --cap-lints allow -D warnings`
30962023-11-21T20:37:30.448Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30972023-11-21T20:37:30.451Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e7f925eefe4ff7 -C extra-filename=-e9e7f925eefe4ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
30982023-11-21T20:37:30.999Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aef424e4ea78a6d4 -C extra-filename=-aef424e4ea78a6d4 --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-70f39455740c1dcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --cap-lints allow -D warnings`
30992023-11-21T20:37:31.828Z Compiling ascii-canvas v3.0.0
31002023-11-21T20:37:31.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=58b86048f306312f -C extra-filename=-58b86048f306312f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --cap-lints allow -D warnings`
31012023-11-21T20:37:32.534Z Compiling ena v0.14.2
31022023-11-21T20:37:32.538Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9d044e7e484ae23f -C extra-filename=-9d044e7e484ae23f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings`
31032023-11-21T20:37:32.576Z Compiling ref-cast v1.0.20
31042023-11-21T20:37:32.579Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=448a47781d1cd165 -C extra-filename=-448a47781d1cd165 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31052023-11-21T20:37:33.165Z Compiling tough v0.15.0
31062023-11-21T20:37:33.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.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=3fa8b277e3ff1ea5 -C extra-filename=-3fa8b277e3ff1ea5 --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-2bd66f6ab5f48b49.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-5ee25413ba11c193.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-51112487a2e04954.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-d05802530bcd0972.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-8bf5e88f8b996eee.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-d5aaeb83e26d1e03.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
31072023-11-21T20:37:33.371Z Compiling regex-syntax v0.6.29
31082023-11-21T20:37:33.408Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="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=397653fe01fb2ac4 -C extra-filename=-397653fe01fb2ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31092023-11-21T20:37:35.014Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2b099ab5b3a5034 -C extra-filename=-e2b099ab5b3a5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31102023-11-21T20:37:35.100Z Compiling darling_macro v0.14.4
31112023-11-21T20:37:35.107Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cc395bca05fb47de -C extra-filename=-cc395bca05fb47de --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-d6c6226d837655f5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
31122023-11-21T20:37:36.047Z Compiling minimal-lexical v0.2.1
31132023-11-21T20:37:36.067Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=ff0f0e0a703ebdde -C extra-filename=-ff0f0e0a703ebdde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142023-11-21T20:37:36.877Z Compiling nom v7.1.3
31152023-11-21T20:37:37.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b4342d830e9ea8d9 -C extra-filename=-b4342d830e9ea8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ff0f0e0a703ebdde.rmeta --cap-lints allow -D warnings`
31162023-11-21T20:37:37.291Z Compiling darling v0.14.4
31172023-11-21T20:37:37.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=600490e0853d0b2e -C extra-filename=-600490e0853d0b2e --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-d6c6226d837655f5.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cc395bca05fb47de.so --cap-lints allow -D warnings`
31182023-11-21T20:37:37.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3f4a986c4c276d7 -C extra-filename=-a3f4a986c4c276d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-e2b099ab5b3a5034.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --cap-lints allow -D warnings`
31192023-11-21T20:37:37.918Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=580b32c1c9564945 -C extra-filename=-580b32c1c9564945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7273d4ccd34a0141.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-a1efb9cb1dc452b9.so --cap-lints allow -D warnings`
31202023-11-21T20:37:38.150Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31212023-11-21T20:37:38.155Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc11fca9c429f8cb -C extra-filename=-fc11fca9c429f8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
31222023-11-21T20:37:42.638Z Compiling lalrpop v0.19.12
31232023-11-21T20:37:42.645Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=c2be0ae9d2b07d63 -C extra-filename=-c2be0ae9d2b07d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-58b86048f306312f.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16efdf9e15901b76.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9d044e7e484ae23f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f1f8a559d716a091.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-397653fe01fb2ac4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-fd436dd266d213cd.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings`
31242023-11-21T20:37:42.850Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165/build-script-build`
31252023-11-21T20:37:42.952Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=012691b619f8bab3 -C extra-filename=-012691b619f8bab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --cap-lints allow -D warnings`
31262023-11-21T20:37:43.051Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=61d49b54c1f9fd0a -C extra-filename=-61d49b54c1f9fd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-ebeccccf419a0cf5.rmeta --cap-lints allow -D warnings`
31272023-11-21T20:37:43.079Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=3cce202e8693bd91 -C extra-filename=-3cce202e8693bd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
31282023-11-21T20:37:43.855Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e111418054476226 -C extra-filename=-e111418054476226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
31292023-11-21T20:37:43.968Z Compiling ref-cast-impl v1.0.20
31302023-11-21T20:37:43.975Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=64fac520cd38ea8e -C extra-filename=-64fac520cd38ea8e --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings`
31312023-11-21T20:37:44.240Z Compiling ff v0.13.0
31322023-11-21T20:37:44.244Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93a397238ea67878 -C extra-filename=-93a397238ea67878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
31332023-11-21T20:37:44.632Z Compiling libloading v0.7.4
31342023-11-21T20:37:44.650Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ecfcad5058a5c7e5 -C extra-filename=-ecfcad5058a5c7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings`
31352023-11-21T20:37:44.829Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0334d274790efc6 -C extra-filename=-f0334d274790efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31362023-11-21T20:37:45.124Z Compiling bindgen v0.65.1
31372023-11-21T20:37:45.131Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=9c98ec24c60c4634 -C extra-filename=-9c98ec24c60c4634 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31382023-11-21T20:37:45.163Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=6a6a7ed9ebe7b827 -C extra-filename=-6a6a7ed9ebe7b827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-33b8a4bfc77953e2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-f0334d274790efc6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
31392023-11-21T20:37:45.233Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=b2909bf534789efb -C extra-filename=-b2909bf534789efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-ecfcad5058a5c7e5.rmeta --cap-lints allow -D warnings`
31402023-11-21T20:37:46.064Z Compiling group v0.13.0
31412023-11-21T20:37:46.073Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629d8032754d5bb2 -C extra-filename=-629d8032754d5bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-93a397238ea67878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
31422023-11-21T20:37:46.296Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634/build-script-build`
31432023-11-21T20:37:46.307Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3d2ec924665a418 -C extra-filename=-c3d2ec924665a418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e111418054476226.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings`
31442023-11-21T20:37:46.322Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fde89bebcd726d4 -C extra-filename=-7fde89bebcd726d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-012691b619f8bab3.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-580b32c1c9564945.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -l static=pci`
31452023-11-21T20:37:46.838Z Compiling cexpr v0.6.0
31462023-11-21T20:37:47.263Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2bad4263a8f6c643 -C extra-filename=-2bad4263a8f6c643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b4342d830e9ea8d9.rmeta --cap-lints allow -D warnings`
31472023-11-21T20:37:47.275Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b433df4ef20c53d0 -C extra-filename=-b433df4ef20c53d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --cap-lints allow -D warnings`
31482023-11-21T20:37:47.627Z Compiling derive_builder_core v0.12.0
31492023-11-21T20:37:47.632Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=005b028bcfa5504d -C extra-filename=-005b028bcfa5504d --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-600490e0853d0b2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings`
31502023-11-21T20:37:49.221Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=d8b0ec350a25db76 -C extra-filename=-d8b0ec350a25db76 --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-0cfa57b869076aee.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings`
31512023-11-21T20:37:50.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a865e8922b275dd1 -C extra-filename=-a865e8922b275dd1 --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
31522023-11-21T20:37:51.312Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31532023-11-21T20:37:51.323Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3327446fb2136596 -C extra-filename=-3327446fb2136596 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3327446fb2136596 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
31542023-11-21T20:37:51.711Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31552023-11-21T20:37:51.724Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f3ab841b0e78e615 -C extra-filename=-f3ab841b0e78e615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
31562023-11-21T20:37:51.868Z Compiling universal-hash v0.5.1
31572023-11-21T20:37:51.872Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d07da49e5de9b797 -C extra-filename=-d07da49e5de9b797 --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-733d6be0199cb028.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings`
31582023-11-21T20:37:52.090Z Compiling crypto-bigint v0.5.2
31592023-11-21T20:37:52.101Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=1b287caeb7d31b63 -C extra-filename=-1b287caeb7d31b63 --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-3e5480d3d08ff34b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
31602023-11-21T20:37:52.167Z Compiling which v4.4.0
31612023-11-21T20:37:52.173Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=31828334e73761c2 -C extra-filename=-31828334e73761c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
31622023-11-21T20:37:52.991Z Compiling libxml v0.3.3
31632023-11-21T20:37:52.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3e463bd378e0dd98 -C extra-filename=-3e463bd378e0dd98 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
31642023-11-21T20:37:53.661Z Compiling fs-err v2.11.0
31652023-11-21T20:37:53.685Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 metadata=a13680d61404fc86 -C extra-filename=-a13680d61404fc86 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-a13680d61404fc86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings`
31662023-11-21T20:37:54.230Z Compiling peeking_take_while v0.1.2
31672023-11-21T20:37:54.233Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=55b45a09ee79df0c -C extra-filename=-55b45a09ee79df0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31682023-11-21T20:37:54.446Z Compiling base16ct v0.2.0
31692023-11-21T20:37:54.902Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9efdf3f00b047ceb -C extra-filename=-9efdf3f00b047ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31702023-11-21T20:37:54.908Z Compiling shlex v1.1.0
31712023-11-21T20:37:54.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a910827a6cb51795 -C extra-filename=-a910827a6cb51795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31722023-11-21T20:37:55.286Z Compiling lazycell v1.3.0
31732023-11-21T20:37:55.293Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=92608899bde0a60b -C extra-filename=-92608899bde0a60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31742023-11-21T20:37:55.516Z Compiling opaque-debug v0.3.0
31752023-11-21T20:37:55.519Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f98a6afb777e9b79 -C extra-filename=-f98a6afb777e9b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31762023-11-21T20:37:55.690Z Compiling rustc-hash v1.1.0
31772023-11-21T20:37:55.720Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4c458be5340bcdb -C extra-filename=-f4c458be5340bcdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31782023-11-21T20:37:55.886Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=fd261c66bcfc4c31 -C extra-filename=-fd261c66bcfc4c31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-2bad4263a8f6c643.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b2909bf534789efb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-92608899bde0a60b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-55b45a09ee79df0c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-d8b0ec350a25db76.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f4c458be5340bcdb.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-a910827a6cb51795.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-31828334e73761c2.rmeta --cap-lints allow -D warnings`
31792023-11-21T20:37:57.022Z Compiling poly1305 v0.8.0
31802023-11-21T20:37:57.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=41ce7dfe1a54c099 -C extra-filename=-41ce7dfe1a54c099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f98a6afb777e9b79.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d07da49e5de9b797.rmeta --cap-lints allow -D warnings`
31812023-11-21T20:37:58.813Z Compiling elliptic-curve v0.13.5
31822023-11-21T20:37:59.343Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=eafc02a8b97c7b67 -C extra-filename=-eafc02a8b97c7b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9efdf3f00b047ceb.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-1b287caeb7d31b63.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-93a397238ea67878.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-629d8032754d5bb2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
31832023-11-21T20:37:59.455Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-a13680d61404fc86/build-script-build`
31842023-11-21T20:37:59.697Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98/build-script-build`
31852023-11-21T20:37:59.708Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3327446fb2136596/build-script-build`
31862023-11-21T20:37:59.734Z Compiling derive_builder_macro v0.12.0
31872023-11-21T20:37:59.739Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ede5bf5307fc781b -C extra-filename=-ede5bf5307fc781b --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-005b028bcfa5504d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
31882023-11-21T20:37:59.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=49b5d8f30c18942f -C extra-filename=-49b5d8f30c18942f --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-6a6a7ed9ebe7b827.rmeta --cap-lints allow -D warnings`
31892023-11-21T20:37:59.887Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=1a86fb80ba5f6b34 -C extra-filename=-1a86fb80ba5f6b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b433df4ef20c53d0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --cap-lints allow -D warnings`
31902023-11-21T20:38:00.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8a8e6352a3f9541 -C extra-filename=-e8a8e6352a3f9541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-012691b619f8bab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c3d2ec924665a418.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
31912023-11-21T20:38:00.947Z Compiling thiserror-no-std v2.0.2
31922023-11-21T20:38:00.950Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e58cee50167b1c20 -C extra-filename=-e58cee50167b1c20 --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-950af69c15d3da7a.so --cap-lints allow -D warnings`
31932023-11-21T20:38:01.198Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=58bc94b45f85afa7 -C extra-filename=-58bc94b45f85afa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-99ad82a2662c71d8.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31942023-11-21T20:38:01.298Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31952023-11-21T20:38:01.309Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=304fbaea3aa191ec -C extra-filename=-304fbaea3aa191ec --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
31962023-11-21T20:38:04.450Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31972023-11-21T20:38:04.457Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8591e7bb89d953e -C extra-filename=-a8591e7bb89d953e --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-37f4244aad36c355.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
31982023-11-21T20:38:05.434Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20cb91d84b9b219b -C extra-filename=-20cb91d84b9b219b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings`
31992023-11-21T20:38:05.753Z Compiling chacha20 v0.9.1
32002023-11-21T20:38:05.765Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=9971ae0dfc6a358f -C extra-filename=-9971ae0dfc6a358f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --cap-lints allow -D warnings`
32012023-11-21T20:38:12.403Z Compiling strum_macros v0.24.3
32022023-11-21T20:38:12.737Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ecf30ba3c02d84ca -C extra-filename=-ecf30ba3c02d84ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
32032023-11-21T20:38:12.810Z Compiling aead v0.5.2
32042023-11-21T20:38:12.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=3ceb37902a163a78 -C extra-filename=-3ceb37902a163a78 --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-733d6be0199cb028.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings`
32052023-11-21T20:38:12.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daee5c94a09f9bbe -C extra-filename=-daee5c94a09f9bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32062023-11-21T20:38:12.810Z Compiling indoc v1.0.9
32072023-11-21T20:38:12.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a262c704964bc37c -C extra-filename=-a262c704964bc37c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
32082023-11-21T20:38:12.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7982a7d65a57a851 -C extra-filename=-7982a7d65a57a851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32092023-11-21T20:38:12.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d88293effec2bbf3 -C extra-filename=-d88293effec2bbf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-daee5c94a09f9bbe.rmeta --cap-lints allow -D warnings`
32102023-11-21T20:38:12.811Z Compiling chacha20poly1305 v0.10.1
32112023-11-21T20:38:12.811Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=1ec33922e4e31605 -C extra-filename=-1ec33922e4e31605 --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-3ceb37902a163a78.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-9971ae0dfc6a358f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-41ce7dfe1a54c099.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
32122023-11-21T20:38:12.856Z Compiling vsss-rs v3.3.1
32132023-11-21T20:38:12.856Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=64f4d828fdf5d116 -C extra-filename=-64f4d828fdf5d116 --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-58bc94b45f85afa7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-eafc02a8b97c7b67.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e58cee50167b1c20.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings`
32142023-11-21T20:38:12.980Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6bade4ff10ee402 -C extra-filename=-c6bade4ff10ee402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
32152023-11-21T20:38:13.129Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00cc9a7f86a4f736 -C extra-filename=-00cc9a7f86a4f736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
32162023-11-21T20:38:13.863Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=fd459003ea07b3e9 -C extra-filename=-fd459003ea07b3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
32172023-11-21T20:38:15.460Z Compiling cookie v0.18.0
32182023-11-21T20:38:15.464Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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 metadata=b8adb5ec90b424b8 -C extra-filename=-b8adb5ec90b424b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-b8adb5ec90b424b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
32192023-11-21T20:38:15.709Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
32202023-11-21T20:38:15.716Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=79b9dfb48b65c6db -C extra-filename=-79b9dfb48b65c6db --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings`
32212023-11-21T20:38:15.792Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa9b3731957e5c97 -C extra-filename=-aa9b3731957e5c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32222023-11-21T20:38:16.053Z Compiling assert_matches v1.5.0
32232023-11-21T20:38:16.077Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30375a57f8481239 -C extra-filename=-30375a57f8481239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32242023-11-21T20:38:16.198Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4720f16b55139602 -C extra-filename=-4720f16b55139602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32252023-11-21T20:38:16.291Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db/build-script-build`
32262023-11-21T20:38:16.828Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99b26c02d2666f48 -C extra-filename=-99b26c02d2666f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-4720f16b55139602.rmeta --cap-lints allow -D warnings`
32272023-11-21T20:38:16.831Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-b8adb5ec90b424b8/build-script-build`
32282023-11-21T20:38:16.831Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=82046ea9f3ac7a1d -C extra-filename=-82046ea9f3ac7a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-fd459003ea07b3e9.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-c6bade4ff10ee402.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings`
32292023-11-21T20:38:16.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=adb9393dc74579d1 -C extra-filename=-adb9393dc74579d1 --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-6a6a7ed9ebe7b827.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings`
32302023-11-21T20:38:16.878Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312023-11-21T20:38:16.882Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc2734e30d1210cf -C extra-filename=-fc2734e30d1210cf --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-348870df17091d7d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32322023-11-21T20:38:17.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bc3c03c579ff4a6 -C extra-filename=-2bc3c03c579ff4a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-aa9b3731957e5c97.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-00cc9a7f86a4f736.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-daee5c94a09f9bbe.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-d88293effec2bbf3.rmeta --cap-lints allow -D warnings`
32332023-11-21T20:38:18.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=4607c3d966cae68c -C extra-filename=-4607c3d966cae68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
32342023-11-21T20:38:20.982Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32352023-11-21T20:38:20.986Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b4fe5ab5a1c89e8 -C extra-filename=-1b4fe5ab5a1c89e8 --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-cee68d0710045f5f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32362023-11-21T20:38:21.260Z Compiling tungstenite v0.20.1
32372023-11-21T20:38:21.267Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=3292a98d8af844a7 -C extra-filename=-3292a98d8af844a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings`
32382023-11-21T20:38:21.331Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9da01ca2b740c712 -C extra-filename=-9da01ca2b740c712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
32392023-11-21T20:38:21.476Z Compiling bcs v0.1.6
32402023-11-21T20:38:21.897Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e7d7b6302980a4f -C extra-filename=-1e7d7b6302980a4f --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-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
32412023-11-21T20:38:22.134Z Compiling kstat-rs v0.2.3
32422023-11-21T20:38:22.149Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=004e9e9c8d22b9a2 -C extra-filename=-004e9e9c8d22b9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
32432023-11-21T20:38:22.977Z Compiling oso-derive v0.27.0
32442023-11-21T20:38:22.984Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=abf9dd1cd8e1cff1 -C extra-filename=-abf9dd1cd8e1cff1 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
32452023-11-21T20:38:23.239Z Compiling impl-trait-for-tuples v0.2.2
32462023-11-21T20:38:23.242Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=04ded6028d765a54 -C extra-filename=-04ded6028d765a54 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
32472023-11-21T20:38:23.947Z Compiling number_prefix v0.4.0
32482023-11-21T20:38:23.984Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6cd917b1851cfdfe -C extra-filename=-6cd917b1851cfdfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32492023-11-21T20:38:24.169Z Compiling highway v1.1.0
32502023-11-21T20:38:24.211Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e57956d81e26da60 -C extra-filename=-e57956d81e26da60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32512023-11-21T20:38:24.334Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57122b4630a948f5 -C extra-filename=-57122b4630a948f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32522023-11-21T20:38:24.399Z Compiling indicatif v0.17.7
32532023-11-21T20:38:24.405Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=aa86bf493f581f19 -C extra-filename=-aa86bf493f581f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-6cd917b1851cfdfe.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4607c3d966cae68c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
32542023-11-21T20:38:24.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cfea7ccad193b8 -C extra-filename=-a6cfea7ccad193b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-57122b4630a948f5.rmeta --cap-lints allow -D warnings`
32552023-11-21T20:38:24.980Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7d66a7cd8079a955 -C extra-filename=-7d66a7cd8079a955 --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-2bc3c03c579ff4a6.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7597b9706aebfccd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
32562023-11-21T20:38:25.537Z Compiling tokio-tungstenite v0.20.1
32572023-11-21T20:38:25.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=43c9c90798f50208 -C extra-filename=-43c9c90798f50208 --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-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3292a98d8af844a7.rmeta --cap-lints allow -D warnings`
32582023-11-21T20:38:25.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=597b2368fe5311e5 -C extra-filename=-597b2368fe5311e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-9da01ca2b740c712.rmeta --cap-lints allow -D warnings`
32592023-11-21T20:38:26.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=19bda4ce4412b6f6 -C extra-filename=-19bda4ce4412b6f6 --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-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
32602023-11-21T20:38:26.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=0ebeb806e6949f50 -C extra-filename=-0ebeb806e6949f50 --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-6a6a7ed9ebe7b827.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-adb9393dc74579d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings`
32612023-11-21T20:38:26.406Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cbdcbc332440d6be -C extra-filename=-cbdcbc332440d6be --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-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-82046ea9f3ac7a1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32622023-11-21T20:38:27.975Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32632023-11-21T20:38:27.983Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67a185a077246015 -C extra-filename=-67a185a077246015 --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-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32642023-11-21T20:38:28.117Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32652023-11-21T20:38:28.123Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=a8dce23f87086d3e -C extra-filename=-a8dce23f87086d3e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a8dce23f87086d3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32662023-11-21T20:38:28.692Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=3c33e147791633e4 -C extra-filename=-3c33e147791633e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d473e2bb3a3066ec.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg has_i128`
32672023-11-21T20:38:31.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1ac62a01cd014cd7 -C extra-filename=-1ac62a01cd014cd7 --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-bfbb5493ced4f1a2.rmeta --cap-lints allow -D warnings`
32682023-11-21T20:38:32.028Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32692023-11-21T20:38:32.031Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=7511686f8918cea9 -C extra-filename=-7511686f8918cea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32702023-11-21T20:38:34.482Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=92a8d4e88375bad8 -C extra-filename=-92a8d4e88375bad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32712023-11-21T20:38:34.685Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96f6ea21c93d934b -C extra-filename=-96f6ea21c93d934b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32722023-11-21T20:38:35.435Z Compiling humantime v2.1.0
32732023-11-21T20:38:35.472Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=782959911dd6f098 -C extra-filename=-782959911dd6f098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32742023-11-21T20:38:35.874Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a1af00b776d997e -C extra-filename=-2a1af00b776d997e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32752023-11-21T20:38:36.099Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88e5cb963e4e2ffb -C extra-filename=-88e5cb963e4e2ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32762023-11-21T20:38:36.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d11380c29f40ad0 -C extra-filename=-2d11380c29f40ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-2a1af00b776d997e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7d66a7cd8079a955.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
32772023-11-21T20:38:37.124Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be66b51991ba2a00 -C extra-filename=-be66b51991ba2a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-92a8d4e88375bad8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-88e5cb963e4e2ffb.rmeta --cap-lints allow -D warnings`
32782023-11-21T20:38:42.877Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=0e30df999e80e7ef -C extra-filename=-0e30df999e80e7ef --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-44879273b0d1c253.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-96f6ea21c93d934b.rmeta --cap-lints allow -D warnings`
32792023-11-21T20:38:43.016Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=89d00591afa2420a -C extra-filename=-89d00591afa2420a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3c33e147791633e4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0ebeb806e6949f50.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-adb9393dc74579d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f78227477d0ba97a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
32802023-11-21T20:38:43.016Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a8dce23f87086d3e/build-script-build`
32812023-11-21T20:38:43.017Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d657180379b0fa -C extra-filename=-94d657180379b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-a6cfea7ccad193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-597b2368fe5311e5.rmeta --cap-lints allow -D warnings`
32822023-11-21T20:38:45.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32832023-11-21T20:38:45.852Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b6697bf0ba6ec53 -C extra-filename=-8b6697bf0ba6ec53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32842023-11-21T20:38:48.272Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852023-11-21T20:38:48.275Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=8391c5fa961d4431 -C extra-filename=-8391c5fa961d4431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32862023-11-21T20:38:49.802Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f0c27b840ddb6bbe -C extra-filename=-f0c27b840ddb6bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
32872023-11-21T20:38:50.311Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3e551dd99aeb307a -C extra-filename=-3e551dd99aeb307a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a6a7ed9ebe7b827.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings`
32882023-11-21T20:38:50.983Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77c779e926faba18 -C extra-filename=-77c779e926faba18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
32892023-11-21T20:38:54.395Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66073fff620ae03e -C extra-filename=-66073fff620ae03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
32902023-11-21T20:38:57.781Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=dd7cd7cefa14b7f3 -C extra-filename=-dd7cd7cefa14b7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rmeta --cap-lints allow -D warnings`
32912023-11-21T20:38:58.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=f565b4b5b010a6dd -C extra-filename=-f565b4b5b010a6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --cap-lints allow -D warnings`
32922023-11-21T20:38:59.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21f551658c1239c9 -C extra-filename=-21f551658c1239c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings`
32932023-11-21T20:38:59.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2fa096eb7d8dc546 -C extra-filename=-2fa096eb7d8dc546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings`
32942023-11-21T20:39:00.484Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6ebd95b76ec93b6 -C extra-filename=-c6ebd95b76ec93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
32952023-11-21T20:39:00.813Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52907fdca6c5c497 -C extra-filename=-52907fdca6c5c497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
32962023-11-21T20:39:01.295Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=b14cd015ddfe695f -C extra-filename=-b14cd015ddfe695f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
32972023-11-21T20:39:01.720Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=349869bbce4a94b9 -C extra-filename=-349869bbce4a94b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32982023-11-21T20:39:02.066Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b00981e40d10a113 -C extra-filename=-b00981e40d10a113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32992023-11-21T20:39:02.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=011192cdf3846ff3 -C extra-filename=-011192cdf3846ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33002023-11-21T20:39:03.321Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fbe77aeafcceea76 -C extra-filename=-fbe77aeafcceea76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-b00981e40d10a113.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a6a7ed9ebe7b827.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-0e30df999e80e7ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2d11380c29f40ad0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7d66a7cd8079a955.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-89d00591afa2420a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-94d657180379b0fa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3e551dd99aeb307a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
33012023-11-21T20:39:03.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c787dc94679aa0e -C extra-filename=-6c787dc94679aa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-349869bbce4a94b9.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c6ebd95b76ec93b6.rmeta --cap-lints allow -D warnings`
33022023-11-21T20:39:03.590Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c01eb2dc263082d1 -C extra-filename=-c01eb2dc263082d1 --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-46b779e783d9e4ed.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-011192cdf3846ff3.rmeta --cap-lints allow -D warnings`
33032023-11-21T20:39:04.031Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02805cc25736c024 -C extra-filename=-02805cc25736c024 --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-2fa096eb7d8dc546.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f0c27b840ddb6bbe.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
33042023-11-21T20:39:04.549Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=e1123e7bf1ee808c -C extra-filename=-e1123e7bf1ee808c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52907fdca6c5c497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-b14cd015ddfe695f.rmeta --cap-lints allow -D warnings`
33052023-11-21T20:39:04.700Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a5d00313097979a7 -C extra-filename=-a5d00313097979a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-92a8d4e88375bad8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-be66b51991ba2a00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
33062023-11-21T20:39:05.156Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
33072023-11-21T20:39:05.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=0e5666736c5ea7f2 -C extra-filename=-0e5666736c5ea7f2 --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-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43c9c90798f50208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
33082023-11-21T20:39:05.168Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f39b4318b103606a -C extra-filename=-f39b4318b103606a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings`
33092023-11-21T20:39:06.251Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6bbdbc8170d78c9 -C extra-filename=-c6bbdbc8170d78c9 --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-378f294c4b023833.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --cap-lints allow -D warnings`
33102023-11-21T20:39:06.531Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=f2cc4936520073bb -C extra-filename=-f2cc4936520073bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings`
33112023-11-21T20:39:06.890Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33122023-11-21T20:39:06.895Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cefe68e473bb54e -C extra-filename=-8cefe68e473bb54e --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33132023-11-21T20:39:07.155Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
33142023-11-21T20:39:07.161Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=b330c0c2b9c54e59 -C extra-filename=-b330c0c2b9c54e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
33152023-11-21T20:39:07.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=1df402c054e08ca9 -C extra-filename=-1df402c054e08ca9 --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-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
33162023-11-21T20:39:08.136Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
33172023-11-21T20:39:08.160Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=baba6a95c1929600 -C extra-filename=-baba6a95c1929600 --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-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
33182023-11-21T20:39:08.740Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bbb79031b328225 -C extra-filename=-2bbb79031b328225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33192023-11-21T20:39:09.013Z Compiling http-range v0.1.5
33202023-11-21T20:39:09.021Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a322bb261a4f03a -C extra-filename=-6a322bb261a4f03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33212023-11-21T20:39:09.599Z Compiling indoc v2.0.3
33222023-11-21T20:39:09.609Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9e9c1ab5b45c90e9 -C extra-filename=-9e9c1ab5b45c90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
33232023-11-21T20:39:09.689Z Compiling hyper-staticfile v0.9.5
33242023-11-21T20:39:09.713Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f01f2183f780f809 -C extra-filename=-f01f2183f780f809 --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-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-6a322bb261a4f03a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings`
33252023-11-21T20:39:10.440Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
33262023-11-21T20:39:10.446Z Running `/home/build/.rustup/toolchains/1.73.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=79ab24d3017f7398 -C extra-filename=-79ab24d3017f7398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-baba6a95c1929600.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-563affcd8ede0a71.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-43c9c90798f50208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
33272023-11-21T20:39:11.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07a8ba147349b41a -C extra-filename=-07a8ba147349b41a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f39b4318b103606a.rmeta --cap-lints allow -D warnings`
33282023-11-21T20:39:11.296Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d67a61e6e196d3 -C extra-filename=-a0d67a61e6e196d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6c787dc94679aa0e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rmeta --cap-lints allow -D warnings`
33292023-11-21T20:39:12.659Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73db1133dd12559a -C extra-filename=-73db1133dd12559a --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33302023-11-21T20:39:15.675Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33312023-11-21T20:39:15.679Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b970f2f5ca517d2e -C extra-filename=-b970f2f5ca517d2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33322023-11-21T20:39:16.893Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f999294866f53eae -C extra-filename=-f999294866f53eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
33332023-11-21T20:39:17.063Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6828b0dc2280cd8c -C extra-filename=-6828b0dc2280cd8c --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
33342023-11-21T20:39:19.005Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e01f063c7f706ea7 -C extra-filename=-e01f063c7f706ea7 --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-2d11380c29f40ad0.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-fbe77aeafcceea76.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f2cc4936520073bb.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2bbb79031b328225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-89d00591afa2420a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f0c27b840ddb6bbe.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-02805cc25736c024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c32d5a55678847b0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3e551dd99aeb307a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33352023-11-21T20:39:21.645Z Compiling maplit v1.0.2
33362023-11-21T20:39:21.648Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8216ea959ba6151 -C extra-filename=-c8216ea959ba6151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33372023-11-21T20:39:21.823Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa15e0b9701563f5 -C extra-filename=-fa15e0b9701563f5 --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-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-6d6958b6d94785d4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6828b0dc2280cd8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rmeta --cap-lints allow -D warnings`
33382023-11-21T20:39:23.012Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3280e26aa1b46ab -C extra-filename=-d3280e26aa1b46ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings`
33392023-11-21T20:39:23.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=adddbd97d8b2a324 -C extra-filename=-adddbd97d8b2a324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-07a8ba147349b41a.rmeta --cap-lints allow -D warnings`
33402023-11-21T20:39:31.928Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ee86b54bc5d4614 -C extra-filename=-9ee86b54bc5d4614 --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1df402c054e08ca9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33412023-11-21T20:39:33.116Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.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=cde03340bbe4621d -C extra-filename=-cde03340bbe4621d --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`
33422023-11-21T20:39:33.195Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33432023-11-21T20:39:33.229Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37ca385c1da6638e -C extra-filename=-37ca385c1da6638e --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-37f4244aad36c355.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33442023-11-21T20:39:34.134Z Compiling bytesize v1.3.0
33452023-11-21T20:39:34.162Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9e5a41fe27037998 -C extra-filename=-9e5a41fe27037998 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
33462023-11-21T20:39:34.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1598553c7c0c3b82 -C extra-filename=-1598553c7c0c3b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33472023-11-21T20:39:34.996Z Compiling is_ci v1.1.1
33482023-11-21T20:39:35.016Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d35bd8dbe7e44bdf -C extra-filename=-d35bd8dbe7e44bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33492023-11-21T20:39:35.347Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12d187ca5fd0bd9d -C extra-filename=-12d187ca5fd0bd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33502023-11-21T20:39:35.641Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5c5e332f0344eab -C extra-filename=-c5c5e332f0344eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa15e0b9701563f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33512023-11-21T20:39:36.121Z Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=0f7c2fde5d664b92 -C extra-filename=-0f7c2fde5d664b92 --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9ee86b54bc5d4614.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
33522023-11-21T20:39:36.220Z Compiling supports-color v2.1.0
33532023-11-21T20:39:36.225Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e9a171a7b8c7ec3 -C extra-filename=-0e9a171a7b8c7ec3 --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-f1f8a559d716a091.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-d35bd8dbe7e44bdf.rmeta --cap-lints allow -D warnings`
33542023-11-21T20:39:36.323Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0b95040fd125977 -C extra-filename=-f0b95040fd125977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33552023-11-21T20:39:36.789Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33562023-11-21T20:39:36.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e36b17f5f69cefa -C extra-filename=-5e36b17f5f69cefa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
33572023-11-21T20:39:36.865Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=189045d1e6e8a0a5 -C extra-filename=-189045d1e6e8a0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings`
33582023-11-21T20:39:40.154Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68614ebdc2ce7f49 -C extra-filename=-68614ebdc2ce7f49 --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-64fac520cd38ea8e.so --cap-lints allow -D warnings`
33592023-11-21T20:39:40.305Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cac0eb759b4b5e2 -C extra-filename=-9cac0eb759b4b5e2 --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33602023-11-21T20:39:40.321Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=ded856f379b6f151 -C extra-filename=-ded856f379b6f151 --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-f291a210b68bcfed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33612023-11-21T20:39:40.368Z Compiling unicode-linebreak v0.1.5
33622023-11-21T20:39:40.392Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7bf6cde0315772 -C extra-filename=-5e7bf6cde0315772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33632023-11-21T20:39:41.185Z Compiling smawk v0.3.1
33642023-11-21T20:39:41.188Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30990edcbedc75b3 -C extra-filename=-30990edcbedc75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33652023-11-21T20:39:41.212Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=5127d9e0d276e589 -C extra-filename=-5127d9e0d276e589 --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-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-189045d1e6e8a0a5.rmeta --cap-lints allow -D warnings`
33662023-11-21T20:39:41.515Z Compiling textwrap v0.16.0
33672023-11-21T20:39:41.519Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=927ef204d42bb117 -C extra-filename=-927ef204d42bb117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-30990edcbedc75b3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5e7bf6cde0315772.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
33682023-11-21T20:39:42.023Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc40f60f5ce5702a -C extra-filename=-dc40f60f5ce5702a --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0f7c2fde5d664b92.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
33692023-11-21T20:39:46.613Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33702023-11-21T20:39:46.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3811b808000015ea -C extra-filename=-3811b808000015ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33712023-11-21T20:39:46.654Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33722023-11-21T20:39:46.654Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=665c3d7d9777576e -C extra-filename=-665c3d7d9777576e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33732023-11-21T20:39:57.044Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3572b0f31c71f -C extra-filename=-4af3572b0f31c71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
33742023-11-21T20:39:57.677Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31f4b2d766f30561 -C extra-filename=-31f4b2d766f30561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33752023-11-21T20:39:58.021Z Compiling cassowary v0.3.0
33762023-11-21T20:39:58.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e66b0560c7e4ec5d -C extra-filename=-e66b0560c7e4ec5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33772023-11-21T20:40:00.365Z Compiling ratatui v0.23.0
33782023-11-21T20:40:00.368Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=27116de72e608e88 -C extra-filename=-27116de72e608e88 --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-20fae4178c3fc031.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-e66b0560c7e4ec5d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
33792023-11-21T20:40:00.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dffe728f2dca6fd2 -C extra-filename=-dffe728f2dca6fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-31f4b2d766f30561.rmeta --cap-lints allow -D warnings`
33802023-11-21T20:40:01.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ee55ccbe3f3bb46b -C extra-filename=-ee55ccbe3f3bb46b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-4af3572b0f31c71f.rmeta --cap-lints allow -D warnings`
33812023-11-21T20:40:02.611Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cee31fc432b918e -C extra-filename=-4cee31fc432b918e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
33822023-11-21T20:40:03.590Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33832023-11-21T20:40:03.595Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205522c93f8d796e -C extra-filename=-205522c93f8d796e --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-be6a16b272216d2c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33842023-11-21T20:40:05.928Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
33852023-11-21T20:40:05.933Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=277a0924857b4b62 -C extra-filename=-277a0924857b4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-277a0924857b4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fd261c66bcfc4c31.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings`
33862023-11-21T20:40:09.147Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-277a0924857b4b62/build-script-bindings`
33872023-11-21T20:40:09.555Z Compiling derive_builder v0.12.0
33882023-11-21T20:40:09.560Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0539862643b3bb73 -C extra-filename=-0539862643b3bb73 --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-ede5bf5307fc781b.so --cap-lints allow -D warnings`
33892023-11-21T20:40:09.801Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13376c95f681c125 -C extra-filename=-13376c95f681c125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33902023-11-21T20:40:11.124Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33912023-11-21T20:40:11.138Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=67af43ec29583711 -C extra-filename=-67af43ec29583711 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-67af43ec29583711 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
33922023-11-21T20:40:11.675Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=fca54ac07d2a7815 -C extra-filename=-fca54ac07d2a7815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-d3ea60740b153298.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings`
33932023-11-21T20:40:13.402Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=543b40dd974f4c65 -C extra-filename=-543b40dd974f4c65 --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-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings`
33942023-11-21T20:40:13.930Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbfc970e5bb7a55d -C extra-filename=-bbfc970e5bb7a55d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
33952023-11-21T20:40:14.616Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b950b06c2c53ab86 -C extra-filename=-b950b06c2c53ab86 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
33962023-11-21T20:40:15.024Z Compiling bb8 v0.8.1
33972023-11-21T20:40:15.034Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=f57449f4101febc0 -C extra-filename=-f57449f4101febc0 --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-cf8b7ddb4026a748.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
33982023-11-21T20:40:15.051Z Compiling quick-xml v0.23.1
33992023-11-21T20:40:15.056Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=1fc2e8c65a283d91 -C extra-filename=-1fc2e8c65a283d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
34002023-11-21T20:40:15.248Z Compiling rtoolbox v0.0.1
34012023-11-21T20:40:15.258Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6127d6cf3043feb -C extra-filename=-f6127d6cf3043feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
34022023-11-21T20:40:15.861Z Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edd5942ce45b9165 -C extra-filename=-edd5942ce45b9165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34032023-11-21T20:40:15.893Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef81e09e4dd0d865 -C extra-filename=-ef81e09e4dd0d865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34042023-11-21T20:40:16.144Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18be7cacf21332a1 -C extra-filename=-18be7cacf21332a1 --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-ef81e09e4dd0d865.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34052023-11-21T20:40:17.291Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
34062023-11-21T20:40:17.294Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb6c2a44a91c355b -C extra-filename=-fb6c2a44a91c355b --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-cf8b7ddb4026a748.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f57449f4101febc0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34072023-11-21T20:40:18.234Z Compiling rpassword v7.3.1
34082023-11-21T20:40:18.238Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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=9b83e7d89fefa5e2 -C extra-filename=-9b83e7d89fefa5e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f6127d6cf3043feb.rmeta --cap-lints allow -D warnings`
34092023-11-21T20:40:18.578Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=6aa86cf38e08a929 -C extra-filename=-6aa86cf38e08a929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-0539862643b3bb73.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13376c95f681c125.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1fc2e8c65a283d91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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`
34102023-11-21T20:40:18.708Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=b75863c3eb53accd -C extra-filename=-b75863c3eb53accd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bbfc970e5bb7a55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34112023-11-21T20:40:21.057Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=64daf983dac0c14c -C extra-filename=-64daf983dac0c14c --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-2bd66f6ab5f48b49.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fca54ac07d2a7815.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-543b40dd974f4c65.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-21f551658c1239c9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b950b06c2c53ab86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a4a9ee752efd5b4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-edd5942ce45b9165.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-dffe728f2dca6fd2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
34122023-11-21T20:40:23.625Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-67af43ec29583711/build-script-build`
34132023-11-21T20:40:23.702Z Compiling tui-tree-widget v0.13.0
34142023-11-21T20:40:23.705Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a57c9430e541c175 -C extra-filename=-a57c9430e541c175 --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-27116de72e608e88.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
34152023-11-21T20:40:24.768Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=84f74be697e698ff -C extra-filename=-84f74be697e698ff --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-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5127d9e0d276e589.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
34162023-11-21T20:40:26.545Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a843ac27fc620e8d -C extra-filename=-a843ac27fc620e8d --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-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34172023-11-21T20:40:27.482Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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=67c4287ebf472dd7 -C extra-filename=-67c4287ebf472dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings`
34182023-11-21T20:40:29.356Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55fe8fd85d8c4bd4 -C extra-filename=-55fe8fd85d8c4bd4 --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-2fe618e7d492e608.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34192023-11-21T20:40:29.946Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a98e927d2b269321 -C extra-filename=-a98e927d2b269321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
34202023-11-21T20:40:33.393Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04dff2d169d434dd -C extra-filename=-04dff2d169d434dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
34212023-11-21T20:40:35.382Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d01a8c9c45584e81 -C extra-filename=-d01a8c9c45584e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
34222023-11-21T20:40:35.671Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3675d8bda0c2f548 -C extra-filename=-3675d8bda0c2f548 --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-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings`
34232023-11-21T20:40:35.794Z Compiling shell-words v1.1.0
34242023-11-21T20:40:35.802Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=335e58b8af60e2fd -C extra-filename=-335e58b8af60e2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34252023-11-21T20:40:36.281Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffe20b5e7b9d8f7b -C extra-filename=-ffe20b5e7b9d8f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34262023-11-21T20:40:36.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a39ca4ba44c9eca2 -C extra-filename=-a39ca4ba44c9eca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34272023-11-21T20:40:37.230Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84343287c369408 -C extra-filename=-d84343287c369408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-3675d8bda0c2f548.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ffe20b5e7b9d8f7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34282023-11-21T20:40:37.608Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1af20c34501ad2 -C extra-filename=-0b1af20c34501ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d01a8c9c45584e81.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
34292023-11-21T20:40:37.777Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d5ee356fd1d4e85 -C extra-filename=-1d5ee356fd1d4e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
34302023-11-21T20:40:37.845Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd1352a0d0696e0 -C extra-filename=-3cd1352a0d0696e0 --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-00a6726192580179.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
34312023-11-21T20:40:40.186Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34322023-11-21T20:40:40.191Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18014df94855252c -C extra-filename=-18014df94855252c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34332023-11-21T20:40:41.096Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34342023-11-21T20:40:41.101Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5ba22618196311c -C extra-filename=-c5ba22618196311c --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-cf8b7ddb4026a748.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34352023-11-21T20:40:41.724Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4415ddb3e82b9c1 -C extra-filename=-c4415ddb3e82b9c1 --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34362023-11-21T20:40:43.266Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18b92ae531f90c5 -C extra-filename=-f18b92ae531f90c5 --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-76bf7c9d954354b6.rmeta --cap-lints allow -D warnings`
34372023-11-21T20:40:43.520Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=fa928d827fd6545f -C extra-filename=-fa928d827fd6545f --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-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
34382023-11-21T20:40:43.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=339e364ab7661f4e -C extra-filename=-339e364ab7661f4e --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-9942916e61f00244.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings`
34392023-11-21T20:40:44.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=27962cbb160ab8e2 -C extra-filename=-27962cbb160ab8e2 --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-b16fa0049bfaab50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
34402023-11-21T20:40:44.159Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6abbb4524cc92a01 -C extra-filename=-6abbb4524cc92a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34412023-11-21T20:40:44.317Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55338accbfac551f -C extra-filename=-55338accbfac551f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34422023-11-21T20:40:44.792Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faab1de7b708cdb7 -C extra-filename=-faab1de7b708cdb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34432023-11-21T20:40:44.980Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2d9abc7e28e6f4a -C extra-filename=-b2d9abc7e28e6f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34442023-11-21T20:40:45.012Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eacd413f0d4dd4e6 -C extra-filename=-eacd413f0d4dd4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34452023-11-21T20:40:45.162Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cba5484d64451e3 -C extra-filename=-8cba5484d64451e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-eacd413f0d4dd4e6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-339e364ab7661f4e.rmeta --cap-lints allow -D warnings`
34462023-11-21T20:40:45.388Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28ad653cc3074104 -C extra-filename=-28ad653cc3074104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f18b92ae531f90c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --cap-lints allow -D warnings`
34472023-11-21T20:40:48.033Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6e1f0d128f6a2de -C extra-filename=-f6e1f0d128f6a2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa928d827fd6545f.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-6abbb4524cc92a01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-faab1de7b708cdb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34482023-11-21T20:40:48.500Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=36356879761c3016 -C extra-filename=-36356879761c3016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-b2d9abc7e28e6f4a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-27962cbb160ab8e2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d01a8c9c45584e81.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-0b1af20c34501ad2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
34492023-11-21T20:40:48.656Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34502023-11-21T20:40:48.663Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dd352171011c347 -C extra-filename=-8dd352171011c347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-27116de72e608e88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-9b83e7d89fefa5e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-a57c9430e541c175.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34512023-11-21T20:40:49.382Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da138bd9077ac9c9 -C extra-filename=-da138bd9077ac9c9 --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-950af69c15d3da7a.so --cap-lints allow -D warnings`
34522023-11-21T20:40:49.557Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=b4ea7b136605927f -C extra-filename=-b4ea7b136605927f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-99ad82a2662c71d8.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
34532023-11-21T20:40:50.682Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=46a28e74309ebd7f -C extra-filename=-46a28e74309ebd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
34542023-11-21T20:40:50.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=71e8c2fbef5d7cd0 -C extra-filename=-71e8c2fbef5d7cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --cap-lints allow -D warnings`
34552023-11-21T20:40:51.610Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=ef154c30eb00f5c8 -C extra-filename=-ef154c30eb00f5c8 --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-9942916e61f00244.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings`
34562023-11-21T20:40:52.150Z Compiling yansi v0.5.1
34572023-11-21T20:40:52.154Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee863b76c9154bdb -C extra-filename=-ee863b76c9154bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34582023-11-21T20:40:52.737Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a166f3f4e25ad535 -C extra-filename=-a166f3f4e25ad535 --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-b4ea7b136605927f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36356879761c3016.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-da138bd9077ac9c9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
34592023-11-21T20:40:55.231Z Compiling pretty_assertions v1.4.0
34602023-11-21T20:40:55.238Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d4dc32376fbc7212 -C extra-filename=-d4dc32376fbc7212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16efdf9e15901b76.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ee863b76c9154bdb.rmeta --cap-lints allow -D warnings`
34612023-11-21T20:40:55.729Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=6d4b95655db10582 -C extra-filename=-6d4b95655db10582 --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-ef154c30eb00f5c8.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-71e8c2fbef5d7cd0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8cba5484d64451e3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings`
34622023-11-21T20:40:55.840Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=207fae84259e94d8 -C extra-filename=-207fae84259e94d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-46a28e74309ebd7f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --cap-lints allow -D warnings`
34632023-11-21T20:40:56.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=f1311d1f7519d12b -C extra-filename=-f1311d1f7519d12b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a39ca4ba44c9eca2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings`
34642023-11-21T20:40:59.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b04727ce397c0d2 -C extra-filename=-9b04727ce397c0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings`
34652023-11-21T20:40:59.975Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a2fa5750e1331b1 -C extra-filename=-6a2fa5750e1331b1 --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-ede5bf5307fc781b.so --cap-lints allow -D warnings`
34662023-11-21T20:41:00.245Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17362ded1235e982 -C extra-filename=-17362ded1235e982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
34672023-11-21T20:41:00.787Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f386cd1b417810df -C extra-filename=-f386cd1b417810df --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-64fac520cd38ea8e.so --cap-lints allow -D warnings`
34682023-11-21T20:41:00.964Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5bac9f1ca1118f6 -C extra-filename=-d5bac9f1ca1118f6 --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-00a6726192580179.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34692023-11-21T20:41:03.075Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1819d09caf7d5c36 -C extra-filename=-1819d09caf7d5c36 --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-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
34702023-11-21T20:41:03.428Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=1ebabf0ee4e3bf0f -C extra-filename=-1ebabf0ee4e3bf0f --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-cf8b7ddb4026a748.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
34712023-11-21T20:41:03.631Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=12f5873c9d4d438d -C extra-filename=-12f5873c9d4d438d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
34722023-11-21T20:41:04.271Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0cf99253da84797c -C extra-filename=-0cf99253da84797c --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
34732023-11-21T20:41:04.664Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58766ef76fe8fb46 -C extra-filename=-58766ef76fe8fb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34742023-11-21T20:41:04.861Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9da0ada834dc4b60 -C extra-filename=-9da0ada834dc4b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34752023-11-21T20:41:05.097Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60c836391feef5c5 -C extra-filename=-60c836391feef5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34762023-11-21T20:41:05.265Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=760b21e8460a38c4 -C extra-filename=-760b21e8460a38c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9da0ada834dc4b60.rmeta --cap-lints allow -D warnings`
34772023-11-21T20:41:05.283Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e2a14bc39bee8f4 -C extra-filename=-4e2a14bc39bee8f4 --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-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-58766ef76fe8fb46.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings`
34782023-11-21T20:41:05.372Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40b27bb7eb667eee -C extra-filename=-40b27bb7eb667eee --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-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-bde81b1a1c4eeb8b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da0e1b41323a2737.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-207fae84259e94d8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0cf99253da84797c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-741d703ad8e4a53c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0db53f82d8e4970b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9b04727ce397c0d2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34792023-11-21T20:41:05.720Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ecca71f38077af5 -C extra-filename=-7ecca71f38077af5 --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-cf8b7ddb4026a748.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1ebabf0ee4e3bf0f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8b464da339ff0a06.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34802023-11-21T20:41:06.667Z Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ae01d5460336860 -C extra-filename=-2ae01d5460336860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1819d09caf7d5c36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c66931ff0654519a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5127d9e0d276e589.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
34812023-11-21T20:41:06.673Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0ef07d20136be2f -C extra-filename=-d0ef07d20136be2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8b464da339ff0a06.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d5bac9f1ca1118f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-18be7cacf21332a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
34822023-11-21T20:41:07.209Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4b6f67328c2f04e5 -C extra-filename=-4b6f67328c2f04e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-6a2fa5750e1331b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-17362ded1235e982.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-12f5873c9d4d438d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a4a9ee752efd5b4a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.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`
34832023-11-21T20:41:12.600Z Compiling polar-core v0.27.0
34842023-11-21T20:41:12.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' -C metadata=2f710e73a510744f -C extra-filename=-2f710e73a510744f --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-2f710e73a510744f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-c2be0ae9d2b07d63.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings`
34852023-11-21T20:41:14.769Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2f710e73a510744f/build-script-build`
34862023-11-21T20:41:14.930Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=56deab8833a49d60 -C extra-filename=-56deab8833a49d60 --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-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6d4b95655db10582.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1df402c054e08ca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a166f3f4e25ad535.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
34872023-11-21T20:41:18.254Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=7cc3f9658ad45d6d -C extra-filename=-7cc3f9658ad45d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ecf30ba3c02d84ca.so --cap-lints allow -D warnings`
34882023-11-21T20:41:24.616Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=129b89b31104e6f4 -C extra-filename=-129b89b31104e6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ecf30ba3c02d84ca.so --cap-lints allow -D warnings`
34892023-11-21T20:41:27.449Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=a5c14f4799bca9a7 -C extra-filename=-a5c14f4799bca9a7 --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-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f1311d1f7519d12b.rmeta --cap-lints allow -D warnings`
34902023-11-21T20:41:28.270Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ffbd5f655bef2e3 -C extra-filename=-1ffbd5f655bef2e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34912023-11-21T20:41:31.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd2e6a3df1ab6136 -C extra-filename=-cd2e6a3df1ab6136 --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-a5d00313097979a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
34922023-11-21T20:41:33.227Z Compiling oso v0.27.0
34932023-11-21T20:41:33.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=344a8fbb7204ec0a -C extra-filename=-344a8fbb7204ec0a --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-04ded6028d765a54.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-abf9dd1cd8e1cff1.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-7cc3f9658ad45d6d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings`
34942023-11-21T20:41:44.163Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2870bbe3e58f4241 -C extra-filename=-2870bbe3e58f4241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7511686f8918cea9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f57449f4101febc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-67c4287ebf472dd7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-55fe8fd85d8c4bd4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34952023-11-21T20:41:46.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=e811198a0e496c99 -C extra-filename=-e811198a0e496c99 --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-04ded6028d765a54.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-60c836391feef5c5.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-abf9dd1cd8e1cff1.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-129b89b31104e6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings`
34962023-11-21T20:41:52.813Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=779f50886e2455f7 -C extra-filename=-779f50886e2455f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings`
34972023-11-21T20:41:54.601Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40f5b4d8c361c3d6 -C extra-filename=-40f5b4d8c361c3d6 --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-8b464da339ff0a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
34982023-11-21T20:41:55.203Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=ad355ea55759c2f1 -C extra-filename=-ad355ea55759c2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --cap-lints allow -D warnings`
34992023-11-21T20:41:55.503Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
35002023-11-21T20:41:55.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=7b13c9e9ee91d26a -C extra-filename=-7b13c9e9ee91d26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
35012023-11-21T20:41:56.406Z Compiling fatfs v0.3.6
35022023-11-21T20:41:56.410Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b631e023630cc101 -C extra-filename=-b631e023630cc101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings`
35032023-11-21T20:41:59.343Z Compiling rand v0.4.6
35042023-11-21T20:41:59.356Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=68f8ef6df3f29cb7 -C extra-filename=-68f8ef6df3f29cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
35052023-11-21T20:41:59.428Z Compiling remove_dir_all v0.5.3
35062023-11-21T20:41:59.441Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef9c4cd51501ea16 -C extra-filename=-ef9c4cd51501ea16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35072023-11-21T20:41:59.599Z Compiling plotters-backend v0.3.5
35082023-11-21T20:41:59.603Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a53b4e078f353b2 -C extra-filename=-3a53b4e078f353b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35092023-11-21T20:42:00.171Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ee63bab8d409b78 -C extra-filename=-2ee63bab8d409b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-40b27bb7eb667eee.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-cd2e6a3df1ab6136.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad355ea55759c2f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-af3107c71b81457a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a5c14f4799bca9a7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35102023-11-21T20:42:00.508Z Compiling plotters-svg v0.3.5
35112023-11-21T20:42:00.518Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=526176f825f0e681 -C extra-filename=-526176f825f0e681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3a53b4e078f353b2.rmeta --cap-lints allow -D warnings`
35122023-11-21T20:42:01.153Z Compiling tempdir v0.3.7
35132023-11-21T20:42:01.158Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37b515d228da282d -C extra-filename=-37b515d228da282d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-68f8ef6df3f29cb7.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-ef9c4cd51501ea16.rmeta --cap-lints allow -D warnings`
35142023-11-21T20:42:01.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eae6f1888cc5a306 -C extra-filename=-eae6f1888cc5a306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-56deab8833a49d60.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4e2a14bc39bee8f4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9ee86b54bc5d4614.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5eba0eb19c5b8fa7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2ae01d5460336860.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0f7c2fde5d664b92.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cdb22fe54a7af344.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
35152023-11-21T20:42:04.185Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0be5df1085132ddd -C extra-filename=-0be5df1085132ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-760b21e8460a38c4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
35162023-11-21T20:42:08.875Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba7be1f37afdfe3e -C extra-filename=-ba7be1f37afdfe3e --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-cf8b7ddb4026a748.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35172023-11-21T20:42:09.356Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
35182023-11-21T20:42:09.380Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38e5ca2b91e760c4 -C extra-filename=-38e5ca2b91e760c4 --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-44a384812b98dd7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35192023-11-21T20:42:20.651Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a632056f13355029 -C extra-filename=-a632056f13355029 --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-725d053368464382.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
35202023-11-21T20:42:21.386Z Compiling assert_cmd v2.0.12
35212023-11-21T20:42:21.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db308b1a43082729 -C extra-filename=-db308b1a43082729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-da7847691a80269d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings`
35222023-11-21T20:42:23.481Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a49de0711846af -C extra-filename=-b4a49de0711846af --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
35232023-11-21T20:42:23.744Z Compiling serial_test_derive v0.10.0
35242023-11-21T20:42:23.748Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=b13f334e8886f1f9 -C extra-filename=-b13f334e8886f1f9 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
35252023-11-21T20:42:25.718Z Compiling dashmap v5.5.1
35262023-11-21T20:42:25.740Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a04f428f496e09a -C extra-filename=-8a04f428f496e09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-93e3559dd37749ff.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings`
35272023-11-21T20:42:27.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c303823dc83b4ff0 -C extra-filename=-c303823dc83b4ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35282023-11-21T20:42:28.135Z Compiling cast v0.3.0
35292023-11-21T20:42:28.176Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e8dedf6e461dbe6 -C extra-filename=-3e8dedf6e461dbe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35302023-11-21T20:42:28.718Z Compiling criterion-plot v0.5.0
35312023-11-21T20:42:28.727Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629adf6347c413c4 -C extra-filename=-629adf6347c413c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3e8dedf6e461dbe6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --cap-lints allow -D warnings`
35322023-11-21T20:42:30.455Z Compiling serial_test v0.10.0
35332023-11-21T20:42:30.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=7846d9529418cb51 -C extra-filename=-7846d9529418cb51 --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-8a04f428f496e09a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-b13f334e8886f1f9.so --cap-lints allow -D warnings`
35342023-11-21T20:42:31.742Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35352023-11-21T20:42:31.745Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=2f48d038b8070abb -C extra-filename=-2f48d038b8070abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-665c3d7d9777576e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35362023-11-21T20:42:38.729Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a38f5a607cea5b9c -C extra-filename=-a38f5a607cea5b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35372023-11-21T20:42:41.029Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=9ec8c4ecbacbe6fe -C extra-filename=-9ec8c4ecbacbe6fe --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-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a632056f13355029.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0be5df1085132ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b4a49de0711846af.rmeta --cap-lints allow -D warnings`
35382023-11-21T20:42:43.050Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f3aff745f16791e -C extra-filename=-7f3aff745f16791e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-7ecca71f38077af5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7511686f8918cea9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1ebabf0ee4e3bf0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-779f50886e2455f7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8b464da339ff0a06.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-40f5b4d8c361c3d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d0ef07d20136be2f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e811198a0e496c99.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4b6f67328c2f04e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35392023-11-21T20:42:43.418Z Compiling plotters v0.3.5
35402023-11-21T20:42:43.426Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=23be663fb8a78cba -C extra-filename=-23be663fb8a78cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3a53b4e078f353b2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-526176f825f0e681.rmeta --cap-lints allow -D warnings`
35412023-11-21T20:42:47.741Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9e7737ef39672fb -C extra-filename=-d9e7737ef39672fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35422023-11-21T20:42:59.195Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35432023-11-21T20:42:59.198Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a09a2dc6a4cf3ac -C extra-filename=-8a09a2dc6a4cf3ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35442023-11-21T20:43:03.048Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=799b90c0eb689e4a -C extra-filename=-799b90c0eb689e4a --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`
35452023-11-21T20:43:03.562Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
35462023-11-21T20:43:03.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=565b704918d9d3d7 -C extra-filename=-565b704918d9d3d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35472023-11-21T20:43:06.018Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35482023-11-21T20:43:06.027Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64308223c2dd583c -C extra-filename=-64308223c2dd583c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35492023-11-21T20:43:17.465Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=5c141db5511cb8a8 -C extra-filename=-5c141db5511cb8a8 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings`
35502023-11-21T20:43:18.118Z Compiling tinytemplate v1.2.1
35512023-11-21T20:43:18.147Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fabc2a250ab80ce -C extra-filename=-9fabc2a250ab80ce --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings`
35522023-11-21T20:43:19.902Z Compiling vte_generate_state_changes v0.1.1
35532023-11-21T20:43:19.931Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=11633a4071cf52f9 -C extra-filename=-11633a4071cf52f9 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern proc_macro --cap-lints allow -D warnings`
35542023-11-21T20:43:20.987Z Compiling anes v0.1.6
35552023-11-21T20:43:20.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=32a1f0a117b873ac -C extra-filename=-32a1f0a117b873ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35562023-11-21T20:43:21.837Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89f588427b399873 -C extra-filename=-89f588427b399873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35572023-11-21T20:43:22.337Z Compiling oorandom v11.1.3
35582023-11-21T20:43:22.342Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af8146e035916137 -C extra-filename=-af8146e035916137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35592023-11-21T20:43:22.649Z Compiling criterion v0.5.1
35602023-11-21T20:43:22.673Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=d53d072fcc5e9b6e -C extra-filename=-d53d072fcc5e9b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-32a1f0a117b873ac.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3e8dedf6e461dbe6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-629adf6347c413c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f1f8a559d716a091.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-af8146e035916137.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-23be663fb8a78cba.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9fabc2a250ab80ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
35612023-11-21T20:43:38.853Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=a0cc04a6fd7f2a45 -C extra-filename=-a0cc04a6fd7f2a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-89f588427b399873.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a632056f13355029.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0be5df1085132ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-9ec8c4ecbacbe6fe.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings`
35622023-11-21T20:43:39.537Z Compiling vte v0.11.1
35632023-11-21T20:43:39.961Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80edc122cb1dc7cb -C extra-filename=-80edc122cb1dc7cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-27097620aad2fe26.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-11633a4071cf52f9.so --cap-lints allow -D warnings`
35642023-11-21T20:43:43.952Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=172e2d0377aa04dc -C extra-filename=-172e2d0377aa04dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-5c141db5511cb8a8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-799b90c0eb689e4a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ad7aef96c1f2ac54.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35652023-11-21T20:43:46.241Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd2ad83631238f7b -C extra-filename=-dd2ad83631238f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35662023-11-21T20:43:49.032Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c65c620ce3b20ac -C extra-filename=-9c65c620ce3b20ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a39ca4ba44c9eca2.rmeta --cap-lints allow -D warnings`
35672023-11-21T20:43:50.084Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=ac4ba9a4d0bea080 -C extra-filename=-ac4ba9a4d0bea080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-21f551658c1239c9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2eadf8bee82eced4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out`
35682023-11-21T20:43:51.241Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9176f4eed9c6cd75 -C extra-filename=-9176f4eed9c6cd75 --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-e021aa0f3972d553.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --cap-lints allow -D warnings`
35692023-11-21T20:43:51.739Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35702023-11-21T20:43:51.742Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=26bdcd9cf04aaf49 -C extra-filename=-26bdcd9cf04aaf49 --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-b3dd82fdc43d8530.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35712023-11-21T20:43:53.636Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ab4dafc8bd5acb6 -C extra-filename=-8ab4dafc8bd5acb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
35722023-11-21T20:43:53.984Z Compiling threadpool v1.8.1
35732023-11-21T20:43:53.989Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ecd4d449db6aad30 -C extra-filename=-ecd4d449db6aad30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-04132c579bcd6e17.rmeta --cap-lints allow -D warnings`
35742023-11-21T20:43:54.939Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=5a31dc6a251e2f00 -C extra-filename=-5a31dc6a251e2f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9176f4eed9c6cd75.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52907fdca6c5c497.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-9c65c620ce3b20ac.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac4ba9a4d0bea080.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8ab4dafc8bd5acb6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35752023-11-21T20:43:55.498Z Compiling libtest-mimic v0.6.1
35762023-11-21T20:43:55.529Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=679809024457630a -C extra-filename=-679809024457630a --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-d1b5987e411c315d.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ecd4d449db6aad30.rmeta --cap-lints allow -D warnings`
35772023-11-21T20:43:56.750Z Compiling strip-ansi-escapes v0.2.0
35782023-11-21T20:43:56.753Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2042a8c35986202 -C extra-filename=-d2042a8c35986202 --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-80edc122cb1dc7cb.rmeta --cap-lints allow -D warnings`
35792023-11-21T20:43:57.378Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8ed2f5ece3c125e -C extra-filename=-b8ed2f5ece3c125e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2ee63bab8d409b78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-a0cc04a6fd7f2a45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35802023-11-21T20:43:58.742Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35812023-11-21T20:43:58.754Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24f0ed7e5c47e76e -C extra-filename=-24f0ed7e5c47e76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
35822023-11-21T20:43:58.838Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e60100ad7068a28 -C extra-filename=-4e60100ad7068a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
35832023-11-21T20:44:02.430Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c98cbcc139d6e82 -C extra-filename=-8c98cbcc139d6e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
35842023-11-21T20:44:02.571Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f1dc4c94ab5b34bc -C extra-filename=-f1dc4c94ab5b34bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
35852023-11-21T20:44:03.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=11107e71e3f277e0 -C extra-filename=-11107e71e3f277e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings`
35862023-11-21T20:44:03.570Z Compiling fd-lock v3.0.13
35872023-11-21T20:44:03.574Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6759c8b60391c956 -C extra-filename=-6759c8b60391c956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings`
35882023-11-21T20:44:03.866Z Compiling rstest_macros v0.18.2
35892023-11-21T20:44:03.869Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=8f95dd5a1184ca6d -C extra-filename=-8f95dd5a1184ca6d --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-8f95dd5a1184ca6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings`
35902023-11-21T20:44:04.759Z Compiling nanorand v0.7.0
35912023-11-21T20:44:04.759Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=5bad0d3a66bc5d0f -C extra-filename=-5bad0d3a66bc5d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings`
35922023-11-21T20:44:05.748Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1199ba54d443c52 -C extra-filename=-b1199ba54d443c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35932023-11-21T20:44:05.796Z Compiling nu-ansi-term v0.49.0
35942023-11-21T20:44:05.800Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee4212fcf00d39e6 -C extra-filename=-ee4212fcf00d39e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35952023-11-21T20:44:06.108Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=165c71f536a37ed8 -C extra-filename=-165c71f536a37ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35962023-11-21T20:44:06.443Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c3e1582c0afd59f -C extra-filename=-5c3e1582c0afd59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35972023-11-21T20:44:06.535Z Compiling reedline v0.26.0
35982023-11-21T20:44:06.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.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=39cd95d9b859fe6e -C extra-filename=-39cd95d9b859fe6e --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-be6a16b272216d2c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6759c8b60391c956.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ee4212fcf00d39e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d2042a8c35986202.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
35992023-11-21T20:44:06.594Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73626eaea439705e -C extra-filename=-73626eaea439705e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8c98cbcc139d6e82.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d0ef07d20136be2f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7f3aff745f16791e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d5bac9f1ca1118f6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4e60100ad7068a28.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba7be1f37afdfe3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4b6f67328c2f04e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36002023-11-21T20:44:06.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=ee969f9f0cabb88a -C extra-filename=-ee969f9f0cabb88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-165c71f536a37ed8.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b1199ba54d443c52.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36012023-11-21T20:44:09.009Z Compiling flume v0.11.0
36022023-11-21T20:44:09.018Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=19489794af560c00 -C extra-filename=-19489794af560c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-5bad0d3a66bc5d0f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings`
36032023-11-21T20:44:10.231Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-8f95dd5a1184ca6d/build-script-build`
36042023-11-21T20:44:10.385Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48c516fb26bdc2d4 -C extra-filename=-48c516fb26bdc2d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-f1dc4c94ab5b34bc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings`
36052023-11-21T20:44:10.940Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ac3f324973e51f6 -C extra-filename=-1ac3f324973e51f6 --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-378f294c4b023833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2ee63bab8d409b78.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5a31dc6a251e2f00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b8ed2f5ece3c125e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36062023-11-21T20:44:13.099Z Compiling datatest-stable v0.2.3
36072023-11-21T20:44:13.102Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cbdbf5ab82b73f6 -C extra-filename=-4cbdbf5ab82b73f6 --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-348870df17091d7d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-679809024457630a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings`
36082023-11-21T20:44:14.076Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aefcfd76c45bd4c5 -C extra-filename=-aefcfd76c45bd4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1ffbd5f655bef2e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36092023-11-21T20:44:15.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=8f5565afc9a00d43 -C extra-filename=-8f5565afc9a00d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
36102023-11-21T20:44:16.289Z Compiling tabled_derive v0.6.0
36112023-11-21T20:44:16.293Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0420ff9782454de8 -C extra-filename=-0420ff9782454de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings`
36122023-11-21T20:44:16.758Z Compiling httptest v0.15.5
36132023-11-21T20:44:16.789Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a3651b05fca2d0d -C extra-filename=-7a3651b05fca2d0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
36142023-11-21T20:44:20.165Z Compiling similar-asserts v1.5.0
36152023-11-21T20:44:20.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=cd97df8099cc6ee1 -C extra-filename=-cd97df8099cc6ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings`
36162023-11-21T20:44:21.822Z Compiling trybuild v1.0.85
36172023-11-21T20:44:21.825Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4f31741ead697b7f -C extra-filename=-4f31741ead697b7f --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36182023-11-21T20:44:22.046Z Compiling topological-sort v0.2.2
36192023-11-21T20:44:22.084Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c6d1931a3022a8a -C extra-filename=-2c6d1931a3022a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36202023-11-21T20:44:22.381Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cecf0d4f9ea518a -C extra-filename=-4cecf0d4f9ea518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36212023-11-21T20:44:22.540Z Compiling relative-path v1.9.0
36222023-11-21T20:44:22.544Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=bc3b2a8c9fae9873 -C extra-filename=-bc3b2a8c9fae9873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36232023-11-21T20:44:23.532Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=854976b7426afaac -C extra-filename=-854976b7426afaac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-bc3b2a8c9fae9873.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rlib --extern proc_macro --cap-lints allow -D warnings`
36242023-11-21T20:44:23.559Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=b5a83c2f44713a0a -C extra-filename=-b5a83c2f44713a0a --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-a155d58b851665da.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-4cecf0d4f9ea518a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a3f7b948893916fa.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36252023-11-21T20:44:24.446Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f/build-script-build`
36262023-11-21T20:44:24.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=92371140243ffed7 -C extra-filename=-92371140243ffed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1ac3f324973e51f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7f3aff745f16791e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba7be1f37afdfe3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-eae6f1888cc5a306.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5a31dc6a251e2f00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d9e7737ef39672fb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36272023-11-21T20:44:27.986Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da37c3afdf95a4e1 -C extra-filename=-da37c3afdf95a4e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-48c516fb26bdc2d4.rmeta --cap-lints allow -D warnings`
36282023-11-21T20:44:32.078Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7d36d460fdd06f6f -C extra-filename=-7d36d460fdd06f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
36292023-11-21T20:44:33.468Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36302023-11-21T20:44:33.473Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1bfc9110a3fe16b9 -C extra-filename=-1bfc9110a3fe16b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1bfc9110a3fe16b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36312023-11-21T20:44:33.739Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36322023-11-21T20:44:33.742Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c2748ec1a408b855 -C extra-filename=-c2748ec1a408b855 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c2748ec1a408b855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-850d3c252fd66b8e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36332023-11-21T20:44:34.034Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=d80405a234b85bdc -C extra-filename=-d80405a234b85bdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --cap-lints allow -D warnings`
36342023-11-21T20:44:34.320Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=993abd9227279c0d -C extra-filename=-993abd9227279c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings`
36352023-11-21T20:44:34.361Z Compiling basic-toml v0.1.4
36362023-11-21T20:44:34.364Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6d40775f6fba761 -C extra-filename=-d6d40775f6fba761 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
36372023-11-21T20:44:34.963Z Compiling bytecount v0.6.3
36382023-11-21T20:44:34.966Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5536d9751b69f1d -C extra-filename=-a5536d9751b69f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36392023-11-21T20:44:35.021Z Compiling arrayref v0.3.7
36402023-11-21T20:44:35.025Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e93ad2112cd90b81 -C extra-filename=-e93ad2112cd90b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36412023-11-21T20:44:35.176Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d29cd2dfbf1a1e9 -C extra-filename=-2d29cd2dfbf1a1e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36422023-11-21T20:44:35.299Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c77ec8a86b304845 -C extra-filename=-c77ec8a86b304845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36432023-11-21T20:44:35.530Z Compiling arrayvec v0.7.4
36442023-11-21T20:44:35.593Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41059d236b7a35fd -C extra-filename=-41059d236b7a35fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36452023-11-21T20:44:35.643Z Compiling futures-timer v3.0.2
36462023-11-21T20:44:35.646Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78e852d3a66394d2 -C extra-filename=-78e852d3a66394d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36472023-11-21T20:44:35.816Z Compiling constant_time_eq v0.2.6
36482023-11-21T20:44:35.820Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3e65af8250f93808 -C extra-filename=-3e65af8250f93808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36492023-11-21T20:44:36.076Z Compiling crossbeam-queue v0.3.8
36502023-11-21T20:44:36.079Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e1d679c56c2f4fc5 -C extra-filename=-e1d679c56c2f4fc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36512023-11-21T20:44:36.178Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3300bdce3cfad370 -C extra-filename=-3300bdce3cfad370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36522023-11-21T20:44:36.547Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48bb634bc53f34ba -C extra-filename=-48bb634bc53f34ba --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-44879273b0d1c253.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3300bdce3cfad370.rmeta --cap-lints allow -D warnings`
36532023-11-21T20:44:36.865Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5/build-script-build`
36542023-11-21T20:44:36.905Z Compiling blake2b_simd v1.0.1
36552023-11-21T20:44:36.908Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0b82513fac87a3d -C extra-filename=-b0b82513fac87a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e93ad2112cd90b81.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-41059d236b7a35fd.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3e65af8250f93808.rmeta --cap-lints allow -D warnings`
36562023-11-21T20:44:37.043Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50d498241ea78e60 -C extra-filename=-50d498241ea78e60 --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-d6d40775f6fba761.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings`
36572023-11-21T20:44:37.120Z Compiling papergrid v0.10.0
36582023-11-21T20:44:37.145Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b463fac126bb60fc -C extra-filename=-b463fac126bb60fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-c77ec8a86b304845.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
36592023-11-21T20:44:37.148Z Compiling rstest v0.18.2
36602023-11-21T20:44:37.148Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=0f7b877fefad7391 -C extra-filename=-0f7b877fefad7391 --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-df8af15c6c8606c7.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-78e852d3a66394d2.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-854976b7426afaac.so --cap-lints allow -D warnings`
36612023-11-21T20:44:37.513Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=149082c3db20566b -C extra-filename=-149082c3db20566b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-2d29cd2dfbf1a1e9.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7d36d460fdd06f6f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-da37c3afdf95a4e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36622023-11-21T20:44:37.760Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=dd8a5579de71c3c9 -C extra-filename=-dd8a5579de71c3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-a5536d9751b69f1d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36632023-11-21T20:44:39.003Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=8bb06a0a39f55bc1 -C extra-filename=-8bb06a0a39f55bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-d80405a234b85bdc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings`
36642023-11-21T20:44:40.083Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3f990eb80448880 -C extra-filename=-a3f990eb80448880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-993abd9227279c0d.rmeta --cap-lints allow -D warnings`
36652023-11-21T20:44:40.551Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c2748ec1a408b855/build-script-build`
36662023-11-21T20:44:40.593Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1bfc9110a3fe16b9/build-script-build`
36672023-11-21T20:44:40.631Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd91d768b5bc9c7f -C extra-filename=-dd91d768b5bc9c7f --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-b5a83c2f44713a0a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36682023-11-21T20:44:40.790Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36692023-11-21T20:44:40.794Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9d17f5d36fa0810 -C extra-filename=-f9d17f5d36fa0810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8f5565afc9a00d43.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
36702023-11-21T20:44:41.592Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36712023-11-21T20:44:41.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92c23f3bd478e723 -C extra-filename=-92c23f3bd478e723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-39cd95d9b859fe6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36722023-11-21T20:44:43.978Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36732023-11-21T20:44:43.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=468792f6c53e300a -C extra-filename=-468792f6c53e300a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
36742023-11-21T20:44:44.035Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01f317a7bf150337 -C extra-filename=-01f317a7bf150337 --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-70f39455740c1dcc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1ffbd5f655bef2e3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-81f5f615a1cb67e2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dd2ad83631238f7b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36752023-11-21T20:44:45.118Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d9fdb3e5368a63 -C extra-filename=-a3d9fdb3e5368a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-172e2d0377aa04dc.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36762023-11-21T20:44:46.824Z Compiling partial-io v0.5.4
36772023-11-21T20:44:46.832Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=255c99fe4673eddc -C extra-filename=-255c99fe4673eddc --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-df8af15c6c8606c7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b5d74038953936d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rmeta --cap-lints allow -D warnings`
36782023-11-21T20:44:47.572Z Compiling approx v0.5.1
36792023-11-21T20:44:47.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07222ee5606f4b11 -C extra-filename=-07222ee5606f4b11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings`
36802023-11-21T20:44:47.960Z Compiling constant_time_eq v0.3.0
36812023-11-21T20:44:47.963Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be669e0cc9770196 -C extra-filename=-be669e0cc9770196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36822023-11-21T20:44:47.990Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a72bb538a078700 -C extra-filename=-6a72bb538a078700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36832023-11-21T20:44:48.235Z Compiling hex-literal v0.4.1
36842023-11-21T20:44:48.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e2babb6a2a59fdb -C extra-filename=-0e2babb6a2a59fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
36852023-11-21T20:44:48.466Z Compiling rust-argon2 v1.0.1
36862023-11-21T20:44:48.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=2658e96bd83c3be6 -C extra-filename=-2658e96bd83c3be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-b0b82513fac87a3d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-be669e0cc9770196.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
36872023-11-21T20:44:48.491Z Compiling tabled v0.14.0
36882023-11-21T20:44:48.494Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=3a8c98cfea80ac06 -C extra-filename=-3a8c98cfea80ac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-dd8a5579de71c3c9.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0420ff9782454de8.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings`
36892023-11-21T20:44:51.935Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=654ba61ec7616828 -C extra-filename=-654ba61ec7616828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-aefcfd76c45bd4c5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1ffbd5f655bef2e3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-18be7cacf21332a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a4a9ee752efd5b4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-af3107c71b81457a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-172e2d0377aa04dc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dd2ad83631238f7b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
36902023-11-21T20:44:53.970Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=4c5554ce6613e29a -C extra-filename=-4c5554ce6613e29a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-b463fac126bb60fc.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0420ff9782454de8.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings`
36912023-11-21T20:44:58.182Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b80cf719fa07aa27 -C extra-filename=-b80cf719fa07aa27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a3f7b948893916fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b5a83c2f44713a0a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a3f990eb80448880.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-48bb634bc53f34ba.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-dd91d768b5bc9c7f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dd2ad83631238f7b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-01f317a7bf150337.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
36922023-11-21T20:45:02.107Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f7ca7b6d91fd3f8 -C extra-filename=-7f7ca7b6d91fd3f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
36932023-11-21T20:45:02.533Z Compiling cargo-platform v0.1.3
36942023-11-21T20:45:02.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a12083ed29e192f2 -C extra-filename=-a12083ed29e192f2 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings`
36952023-11-21T20:45:02.941Z Compiling crossbeam v0.8.2
36962023-11-21T20:45:02.976Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5c5fb3b7cb80b99 -C extra-filename=-e5c5fb3b7cb80b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-27f7c1b0b624e6e8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-7f7ca7b6d91fd3f8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings`
36972023-11-21T20:45:03.117Z Compiling cargo_metadata v0.18.0
36982023-11-21T20:45:03.120Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=261e0d3384a40b26 -C extra-filename=-261e0d3384a40b26 --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-348870df17091d7d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-a12083ed29e192f2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings`
36992023-11-21T20:45:03.521Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a82a0909075670b -C extra-filename=-0a82a0909075670b --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-21b4d9ea651c8ee8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37002023-11-21T20:45:04.014Z Compiling cargo_toml v0.17.0
37012023-11-21T20:45:04.017Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.17.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2905e569c6ec51cd -C extra-filename=-2905e569c6ec51cd --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-18d2c5f7a2815c75.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --cap-lints allow -D warnings`
37022023-11-21T20:45:04.748Z Compiling termios v0.3.3
37032023-11-21T20:45:04.751Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a7b8090601ca9a5 -C extra-filename=-6a7b8090601ca9a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings`
37042023-11-21T20:45:05.123Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37052023-11-21T20:45:05.126Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b090a384c12ca0bb -C extra-filename=-b090a384c12ca0bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6a7b8090601ca9a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37062023-11-21T20:45:09.622Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
37072023-11-21T20:45:09.626Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=465499b3d977870b -C extra-filename=-465499b3d977870b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-e5c5fb3b7cb80b99.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f9d17f5d36fa0810.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37082023-11-21T20:45:11.565Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e9588afbd65fd07 -C extra-filename=-0e9588afbd65fd07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-39cd95d9b859fe6e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-92c23f3bd478e723.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37092023-11-21T20:45:14.365Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=91ea07144d1a19ab -C extra-filename=-91ea07144d1a19ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-39cd95d9b859fe6e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-92c23f3bd478e723.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37102023-11-21T20:45:17.217Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9646778b1b699a0 -C extra-filename=-a9646778b1b699a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-7ecca71f38077af5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8b464da339ff0a06.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1ac3f324973e51f6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d0ef07d20136be2f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7f3aff745f16791e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-92371140243ffed7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a8c98cfea80ac06.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37112023-11-21T20:45:18.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d79b50edc41d0caf -C extra-filename=-d79b50edc41d0caf --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-79a0c555fedd19c0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37122023-11-21T20:45:19.202Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37132023-11-21T20:45:19.206Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aae455391dd79250 -C extra-filename=-aae455391dd79250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-261e0d3384a40b26.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2905e569c6ec51cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib -D warnings`
37142023-11-21T20:45:20.329Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6775a359d47035ed -C extra-filename=-6775a359d47035ed --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-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37152023-11-21T20:45:21.027Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f3d9568baeb19a68 -C extra-filename=-f3d9568baeb19a68 --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-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37162023-11-21T20:45:22.359Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ffda7be887a14492 -C extra-filename=-ffda7be887a14492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-255c99fe4673eddc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37172023-11-21T20:45:25.395Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c722aae8e706bd4 -C extra-filename=-6c722aae8e706bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-255c99fe4673eddc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37182023-11-21T20:45:41.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68814cfe9e5af8ea -C extra-filename=-68814cfe9e5af8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37192023-11-21T20:45:45.936Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=170f89f4e2663123 -C extra-filename=-170f89f4e2663123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-27116de72e608e88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-9b83e7d89fefa5e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-a57c9430e541c175.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37202023-11-21T20:45:47.943Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8210b9ec113607d3 -C extra-filename=-8210b9ec113607d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a3f7b948893916fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b5a83c2f44713a0a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a3f990eb80448880.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-48bb634bc53f34ba.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-dd91d768b5bc9c7f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b80cf719fa07aa27.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dd2ad83631238f7b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-01f317a7bf150337.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37212023-11-21T20:46:00.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa39217ee8337e04 -C extra-filename=-fa39217ee8337e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3d9fdb3e5368a63.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-172e2d0377aa04dc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37222023-11-21T20:46:01.454Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f9b702c82c13dbd -C extra-filename=-6f9b702c82c13dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-aefcfd76c45bd4c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1ffbd5f655bef2e3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-18be7cacf21332a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a4a9ee752efd5b4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-af3107c71b81457a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-22b58f25ec8785f6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-172e2d0377aa04dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-f6e1f0d128f6a2de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dd2ad83631238f7b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-654ba61ec7616828.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37232023-11-21T20:46:07.843Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=f9d09971f16a028f -C extra-filename=-f9d09971f16a028f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37242023-11-21T20:46:16.122Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6a802c9f0cc20322 -C extra-filename=-6a802c9f0cc20322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-468792f6c53e300a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37252023-11-21T20:46:19.718Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=956e286287b01c0a -C extra-filename=-956e286287b01c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-468792f6c53e300a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37262023-11-21T20:46:20.113Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a56dd2bf7dea447f -C extra-filename=-a56dd2bf7dea447f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f9d17f5d36fa0810.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8f5565afc9a00d43.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37272023-11-21T20:46:22.610Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cf9cd9114a276622 -C extra-filename=-cf9cd9114a276622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37282023-11-21T20:46:24.041Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a176a94aea5f4414 -C extra-filename=-a176a94aea5f4414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-aefcfd76c45bd4c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-1ffbd5f655bef2e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37292023-11-21T20:46:30.004Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=790708f2de95ac81 -C extra-filename=-790708f2de95ac81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7a3651b05fca2d0d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37302023-11-21T20:46:30.754Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f942959e960dcd91 -C extra-filename=-f942959e960dcd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-56deab8833a49d60.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4e2a14bc39bee8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9ee86b54bc5d4614.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-eae6f1888cc5a306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5eba0eb19c5b8fa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2ae01d5460336860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0f7c2fde5d664b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cdb22fe54a7af344.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37312023-11-21T20:46:36.136Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d176d48e272fa5b2 -C extra-filename=-d176d48e272fa5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-56deab8833a49d60.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4e2a14bc39bee8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9ee86b54bc5d4614.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-eae6f1888cc5a306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5eba0eb19c5b8fa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2ae01d5460336860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0f7c2fde5d664b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cdb22fe54a7af344.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37322023-11-21T20:46:51.424Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cf18636ca685890 -C extra-filename=-3cf18636ca685890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-56deab8833a49d60.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3cd1352a0d0696e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d5ee356fd1d4e85.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4e2a14bc39bee8f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f565b4b5b010a6dd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9ee86b54bc5d4614.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-eae6f1888cc5a306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5eba0eb19c5b8fa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2ae01d5460336860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e8a8e6352a3f9541.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0f7c2fde5d664b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cdb22fe54a7af344.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37332023-11-21T20:46:51.895Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27c0d3d9f9c690c0 -C extra-filename=-27c0d3d9f9c690c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37342023-11-21T20:46:55.483Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e24f87897be46e7b -C extra-filename=-e24f87897be46e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8f5565afc9a00d43.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37352023-11-21T20:47:04.510Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c8f878b87c30a00 -C extra-filename=-0c8f878b87c30a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-39cd95d9b859fe6e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37362023-11-21T20:47:07.911Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=222a94383ff0d4e1 -C extra-filename=-222a94383ff0d4e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7511686f8918cea9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f57449f4101febc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-67c4287ebf472dd7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-55fe8fd85d8c4bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37372023-11-21T20:47:11.332Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d5621f8d067e4c83 -C extra-filename=-d5621f8d067e4c83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37382023-11-21T20:47:14.728Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b657a8bdc413c0f8 -C extra-filename=-b657a8bdc413c0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37392023-11-21T20:47:17.532Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=32047c30c0b6c7f9 -C extra-filename=-32047c30c0b6c7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37402023-11-21T20:47:21.115Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=745973f76091a2d5 -C extra-filename=-745973f76091a2d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37412023-11-21T20:47:23.969Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d225a0520d2e537 -C extra-filename=-4d225a0520d2e537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d9e7737ef39672fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37422023-11-21T20:47:42.275Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75af05a42a87eb75 -C extra-filename=-75af05a42a87eb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-665c3d7d9777576e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37432023-11-21T20:47:52.175Z Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9116543e1adcf3b8 -C extra-filename=-9116543e1adcf3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-73db1133dd12559a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d9e7737ef39672fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37442023-11-21T20:48:06.954Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2a62df1b9f373198 -C extra-filename=-2a62df1b9f373198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37452023-11-21T20:48:10.482Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0b1f150d7e96f3ab -C extra-filename=-0b1f150d7e96f3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37462023-11-21T20:48:13.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae710da029aa69a5 -C extra-filename=-ae710da029aa69a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37472023-11-21T20:48:15.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=83a67a48e4d22dac -C extra-filename=-83a67a48e4d22dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b0ec25c6cf704bf6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37482023-11-21T20:48:17.228Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9d1c26ce7ea2b13 -C extra-filename=-a9d1c26ce7ea2b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-40b27bb7eb667eee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9f1b314f57af396d.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-cd2e6a3df1ab6136.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2ee63bab8d409b78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad355ea55759c2f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-af3107c71b81457a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a5c14f4799bca9a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37492023-11-21T20:48:23.366Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cbeabd11d33c85c1 -C extra-filename=-cbeabd11d33c85c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dd0c8dd5a7aa2dd3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37502023-11-21T20:48:33.360Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2fb300bbbb157bd -C extra-filename=-f2fb300bbbb157bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37512023-11-21T20:48:41.588Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9ee8e461e86a854 -C extra-filename=-d9ee8e461e86a854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-27116de72e608e88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-9b83e7d89fefa5e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-a57c9430e541c175.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37522023-11-21T20:48:44.469Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=212c85703707cff0 -C extra-filename=-212c85703707cff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-27116de72e608e88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-9b83e7d89fefa5e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-a57c9430e541c175.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37532023-11-21T20:48:45.342Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2e6c407084ede4a8 -C extra-filename=-2e6c407084ede4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37542023-11-21T20:49:12.596Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a9253d802dd2d20 -C extra-filename=-9a9253d802dd2d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37552023-11-21T20:49:21.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3c6a8f77b4894a7a -C extra-filename=-3c6a8f77b4894a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37562023-11-21T20:49:25.070Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba748697a3bb5c6c -C extra-filename=-ba748697a3bb5c6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37572023-11-21T20:49:25.145Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a62c52743f5e2006 -C extra-filename=-a62c52743f5e2006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37582023-11-21T20:49:27.551Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d932843ea3e18d7d -C extra-filename=-d932843ea3e18d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37592023-11-21T20:49:59.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=39375920a56f16d9 -C extra-filename=-39375920a56f16d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37602023-11-21T20:49:59.833Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc1105aac88a256c -C extra-filename=-dc1105aac88a256c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37612023-11-21T20:49:59.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0ec42e5d0221863 -C extra-filename=-a0ec42e5d0221863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-665c3d7d9777576e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37622023-11-21T20:49:59.838Z Running `/home/build/.rustup/toolchains/1.73.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=59de7242a99cc3e0 -C extra-filename=-59de7242a99cc3e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-665c3d7d9777576e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37632023-11-21T20:49:59.838Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e7aa0ce5842f045 -C extra-filename=-2e7aa0ce5842f045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa15e0b9701563f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37642023-11-21T20:50:00.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d35f64a6ed64f53 -C extra-filename=-5d35f64a6ed64f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa15e0b9701563f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37652023-11-21T20:50:00.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdabbb4ecd3a9c8e -C extra-filename=-fdabbb4ecd3a9c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa15e0b9701563f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37662023-11-21T20:50:00.177Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74339f21b66315ff -C extra-filename=-74339f21b66315ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-c5c5e332f0344eab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a0d67a61e6e196d3.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8fa0613d2a5682a4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-fa15e0b9701563f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37672023-11-21T20:50:09.210Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3c3e1c656c24fdbc -C extra-filename=-3c3e1c656c24fdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37682023-11-21T20:50:09.860Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de941e1605c61dfe -C extra-filename=-de941e1605c61dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3dd04e4e8e29b621.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37692023-11-21T20:50:19.104Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ccb52fb286d74be -C extra-filename=-9ccb52fb286d74be --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-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3dd04e4e8e29b621.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37702023-11-21T20:50:43.597Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=74a75416d44ee770 -C extra-filename=-74a75416d44ee770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37712023-11-21T20:50:49.958Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68ef92379dfcc97e -C extra-filename=-68ef92379dfcc97e --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-be6a16b272216d2c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37722023-11-21T20:50:54.477Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=97dbbd744541d2d6 -C extra-filename=-97dbbd744541d2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37732023-11-21T20:51:03.153Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=065ea0c83bbd36fb -C extra-filename=-065ea0c83bbd36fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37742023-11-21T20:51:06.335Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=444a6eb0267a6f77 -C extra-filename=-444a6eb0267a6f77 --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-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37752023-11-21T20:51:14.188Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=2a16608cca0d4f92 -C extra-filename=-2a16608cca0d4f92 --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-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37762023-11-21T20:51:43.674Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07fc9628ab4961f3 -C extra-filename=-07fc9628ab4961f3 --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-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37772023-11-21T20:51:44.633Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ee95c49da7759bfe -C extra-filename=-ee95c49da7759bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37782023-11-21T20:51:53.338Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e601afa1d59908f -C extra-filename=-8e601afa1d59908f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b0ec25c6cf704bf6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37792023-11-21T20:51:56.641Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0561935131ada996 -C extra-filename=-0561935131ada996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b0ec25c6cf704bf6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37802023-11-21T20:51:57.373Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15b188bb20c5852a -C extra-filename=-15b188bb20c5852a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37812023-11-21T20:52:02.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=3baa06bdfc7a147b -C extra-filename=-3baa06bdfc7a147b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37822023-11-21T20:52:22.873Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=e1ef78528208ad60 -C extra-filename=-e1ef78528208ad60 --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-30375a57f8481239.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37832023-11-21T20:52:28.190Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=280b2ee2d91c1901 -C extra-filename=-280b2ee2d91c1901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37842023-11-21T20:52:37.698Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f7e82485b2cec04f -C extra-filename=-f7e82485b2cec04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37852023-11-21T20:52:43.499Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=17ff48b90535c16f -C extra-filename=-17ff48b90535c16f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37862023-11-21T20:52:44.900Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f9260961430f41d9 -C extra-filename=-f9260961430f41d9 --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-348870df17091d7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37872023-11-21T20:52:46.685Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a6815552ee443afd -C extra-filename=-a6815552ee443afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37882023-11-21T20:52:47.849Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b30f89f80f1bd28e -C extra-filename=-b30f89f80f1bd28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37892023-11-21T20:52:49.592Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=89066411841ae96c -C extra-filename=-89066411841ae96c --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-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37902023-11-21T20:53:04.261Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56a83a00ea1b67e3 -C extra-filename=-56a83a00ea1b67e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
37912023-11-21T20:53:08.918Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc1e13abde480661 -C extra-filename=-bc1e13abde480661 --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-44a384812b98dd7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37922023-11-21T20:53:17.324Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ff8012249d243521 -C extra-filename=-ff8012249d243521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37932023-11-21T20:53:17.916Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37942023-11-21T20:53:18.773Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f5ee9b84a2568b1 -C extra-filename=-5f5ee9b84a2568b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64`
37952023-11-21T20:53:19.054Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37962023-11-21T20:53:19.057Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=938283bb54a5eeaa -C extra-filename=-938283bb54a5eeaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37972023-11-21T20:53:21.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7645c0ae030d9475 -C extra-filename=-7645c0ae030d9475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37982023-11-21T20:53:22.268Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=432d345377c5579e -C extra-filename=-432d345377c5579e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
37992023-11-21T20:53:25.738Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b90819099ea50d35 -C extra-filename=-b90819099ea50d35 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38002023-11-21T20:53:27.568Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7ef4ad464525734d -C extra-filename=-7ef4ad464525734d --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
38012023-11-21T20:53:27.875Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c56235500060f21f -C extra-filename=-c56235500060f21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
38022023-11-21T20:53:32.169Z Running `/home/build/.rustup/toolchains/1.73.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=08d32683b2d9c49c -C extra-filename=-08d32683b2d9c49c --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
38032023-11-21T20:53:41.997Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6b52adf452852996 -C extra-filename=-6b52adf452852996 --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38042023-11-21T20:53:44.778Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=14a9147e6781bad4 -C extra-filename=-14a9147e6781bad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38052023-11-21T20:53:54.009Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=866e161a993aaedc -C extra-filename=-866e161a993aaedc --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-37f4244aad36c355.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out`
38062023-11-21T20:53:59.925Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b3de2764b08dc750 -C extra-filename=-b3de2764b08dc750 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38072023-11-21T20:54:08.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=20db0754d6860880 -C extra-filename=-20db0754d6860880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4283754955bec422.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38082023-11-21T20:54:17.357Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=8edf26bad7d0c0c8 -C extra-filename=-8edf26bad7d0c0c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38092023-11-21T20:54:22.307Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=13a9433abe7444f6 -C extra-filename=-13a9433abe7444f6 --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-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4283754955bec422.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38102023-11-21T20:54:34.876Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9f3ef1fdd61eb61d -C extra-filename=-9f3ef1fdd61eb61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38112023-11-21T20:54:42.046Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f6bae9b18b7f9a79 -C extra-filename=-f6bae9b18b7f9a79 --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-4ac3bd6b1abe982c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38122023-11-21T20:54:45.010Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38132023-11-21T20:54:45.014Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9619f4d3c15f633c -C extra-filename=-9619f4d3c15f633c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38142023-11-21T20:54:47.500Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd3b24c4f52ef719 -C extra-filename=-dd3b24c4f52ef719 --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-37f4244aad36c355.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38152023-11-21T20:54:57.801Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8ab00ac5270d5db2 -C extra-filename=-8ab00ac5270d5db2 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38162023-11-21T20:55:00.797Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=234de1efc204de23 -C extra-filename=-234de1efc204de23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-054e1de5b18db5cc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38172023-11-21T20:55:02.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=11ce3ecc13183b5e -C extra-filename=-11ce3ecc13183b5e --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-21b4d9ea651c8ee8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38182023-11-21T20:55:02.802Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2bcef803d946d057 -C extra-filename=-2bcef803d946d057 --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-be6a16b272216d2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38192023-11-21T20:55:04.312Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cb394e70ba84527a -C extra-filename=-cb394e70ba84527a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38202023-11-21T20:55:04.826Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=36e99dad536c599e -C extra-filename=-36e99dad536c599e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38212023-11-21T20:55:07.040Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=24fe5a98c4f69fcb -C extra-filename=-24fe5a98c4f69fcb --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-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib`
38222023-11-21T20:55:30.520Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0ed864cd3fa77a2 -C extra-filename=-c0ed864cd3fa77a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8c98cbcc139d6e82.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d0ef07d20136be2f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7f3aff745f16791e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d5bac9f1ca1118f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4e60100ad7068a28.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba7be1f37afdfe3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73626eaea439705e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4b6f67328c2f04e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38232023-11-21T20:55:30.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=721a4280755ae2ea -C extra-filename=-721a4280755ae2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-312f10261cd47592.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1ac3f324973e51f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba7be1f37afdfe3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-92371140243ffed7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73626eaea439705e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-5a31dc6a251e2f00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac4ba9a4d0bea080.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad355ea55759c2f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38242023-11-21T20:55:30.564Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=221cf84341ebf2d1 -C extra-filename=-221cf84341ebf2d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c6e588532b1b0553.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ded856f379b6f151.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3cce202e8693bd91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-04dff2d169d434dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8c98cbcc139d6e82.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3c829d71a7d19b9b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9cac0eb759b4b5e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1e2d9caa6f697c1c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-40de053602414866.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-28ad653cc3074104.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-76bf7c9d954354b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-67a16faf815b7f0d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-66073fff620ae03e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-00a6726192580179.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a98e927d2b269321.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d0ef07d20136be2f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7f3aff745f16791e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d5bac9f1ca1118f6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4e60100ad7068a28.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba7be1f37afdfe3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f0b95040fd125977.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8ef64a7977a31937.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-73626eaea439705e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f386403281e843fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-893b3290f7b3ed9f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cbdcbc332440d6be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c4415ddb3e82b9c1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d84343287c369408.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b75863c3eb53accd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a843ac27fc620e8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b218bc89fd120a9b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b0b1f7161b424876.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-84f74be697e698ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa4a609fc406d9ca.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a5b6f18b611e6872.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4b6f67328c2f04e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a6759924b24d41a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dc40f60f5ce5702a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d3280e26aa1b46ab.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-15587b9021990fb8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-87cdc61ba3eaf675.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-64daf983dac0c14c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a9fdafa192b57b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-daccc8e8c8a4db4b.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38252023-11-21T20:56:00.703Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a1b89083691635f -C extra-filename=-7a1b89083691635f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7a3651b05fca2d0d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38262023-11-21T20:56:00.709Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=598a237ebbbe96c9 -C extra-filename=-598a237ebbbe96c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7a3651b05fca2d0d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38272023-11-21T20:56:00.709Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=55899524874ab00c -C extra-filename=-55899524874ab00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4c5554ce6613e29a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38282023-11-21T20:56:04.796Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bf025fe7359830a9 -C extra-filename=-bf025fe7359830a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7a3651b05fca2d0d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38292023-11-21T20:56:09.172Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=706069fc3b9121da -C extra-filename=-706069fc3b9121da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38302023-11-21T20:56:26.442Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8777bf9518316359 -C extra-filename=-8777bf9518316359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4c5554ce6613e29a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38312023-11-21T20:56:30.206Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7434d541434e0646 -C extra-filename=-7434d541434e0646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38322023-11-21T21:05:29.620Z Finished test [unoptimized + debuginfo] target(s) in 35m 02s
38332023-11-21T21:05:29.911Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-36e99dad536c599e`
38342023-11-21T21:05:29.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-e1ef78528208ad60`
38352023-11-21T21:05:29.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-444a6eb0267a6f77`
38362023-11-21T21:05:29.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-2a16608cca0d4f92`
38372023-11-21T21:05:29.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-866e161a993aaedc`
38382023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-5f5ee9b84a2568b1`
38392023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-9619f4d3c15f633c`
38402023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-9f3ef1fdd61eb61d`
38412023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-c56235500060f21f`
38422023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-d932843ea3e18d7d`
38432023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-a62c52743f5e2006`
38442023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-39375920a56f16d9`
38452023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-3c6a8f77b4894a7a`
38462023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-dc1105aac88a256c`
38472023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-2e6c407084ede4a8`
38482023-11-21T21:05:29.926Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-9a9253d802dd2d20`
38492023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-ba748697a3bb5c6c`
38502023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-2bcef803d946d057`
38512023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-b90819099ea50d35`
38522023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-b090a384c12ca0bb`
38532023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-cb394e70ba84527a`
38542023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-f9260961430f41d9`
38552023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-234de1efc204de23`
38562023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-6c722aae8e706bd4`
38572023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-ffda7be887a14492`
38582023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-bc1e13abde480661`
38592023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-ff8012249d243521`
38602023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-745973f76091a2d5`
38612023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-cf9cd9114a276622`
38622023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-7645c0ae030d9475`
38632023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-280b2ee2d91c1901`
38642023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-938283bb54a5eeaa`
38652023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-f6bae9b18b7f9a79`
38662023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-6b52adf452852996`
38672023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-56a83a00ea1b67e3`
38682023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-b3de2764b08dc750`
38692023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-3c3e1c656c24fdbc`
38702023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-222a94383ff0d4e1`
38712023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-dd3b24c4f52ef719`
38722023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-15b188bb20c5852a`
38732023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-b30f89f80f1bd28e`
38742023-11-21T21:05:29.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-89066411841ae96c`
38752023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-20db0754d6860880`
38762023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-465499b3d977870b`
38772023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-7434d541434e0646`
38782023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-706069fc3b9121da`
38792023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-0561935131ada996`
38802023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-8e601afa1d59908f`
38812023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-83a67a48e4d22dac`
38822023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-790708f2de95ac81`
38832023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-bf025fe7359830a9`
38842023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-598a237ebbbe96c9`
38852023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-7a1b89083691635f`
38862023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-8777bf9518316359`
38872023-11-21T21:05:29.928Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-55899524874ab00c`
38882023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-e24f87897be46e7b`
38892023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-a56dd2bf7dea447f`
38902023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-d79b50edc41d0caf`
38912023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-11ce3ecc13183b5e`
38922023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-f2fb300bbbb157bd`
38932023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-ae710da029aa69a5`
38942023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-2a62df1b9f373198`
38952023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-0b1f150d7e96f3ab`
38962023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-27c0d3d9f9c690c0`
38972023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-8edf26bad7d0c0c8`
38982023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-14a9147e6781bad4`
38992023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-6775a359d47035ed`
39002023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-f3d9568baeb19a68`
39012023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-8ab00ac5270d5db2`
39022023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-97dbbd744541d2d6`
39032023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-59de7242a99cc3e0`
39042023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-a0ec42e5d0221863`
39052023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-75af05a42a87eb75`
39062023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-ee95c49da7759bfe`
39072023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-065ea0c83bbd36fb`
39082023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-3baa06bdfc7a147b`
39092023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-24fe5a98c4f69fcb`
39102023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-a6815552ee443afd`
39112023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-7ef4ad464525734d`
39122023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-cbeabd11d33c85c1`
39132023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-08d32683b2d9c49c`
39142023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-f7e82485b2cec04f`
39152023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-17ff48b90535c16f`
39162023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-d5621f8d067e4c83`
39172023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-b657a8bdc413c0f8`
39182023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-68814cfe9e5af8ea`
39192023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-f9d09971f16a028f`
39202023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-74a75416d44ee770`
39212023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-de941e1605c61dfe`
39222023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-212c85703707cff0`
39232023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-d9ee8e461e86a854`
39242023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-170f89f4e2663123`
39252023-11-21T21:05:29.929Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-432d345377c5579e`
39262023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-0c8f878b87c30a00`
39272023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-91ea07144d1a19ab`
39282023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-0e9588afbd65fd07`
39292023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-32047c30c0b6c7f9`
39302023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-6a802c9f0cc20322`
39312023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-956e286287b01c0a`
39322023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-68ef92379dfcc97e`
39332023-11-21T21:05:29.930Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-aae455391dd79250`
39342023-11-21T21:05:30.003Z
39352023-11-21T21:05:30.004Zreal 35:03.177695056
39362023-11-21T21:05:30.004Zuser 3:25:24.911808419
39372023-11-21T21:05:30.004Zsys 22:51.164388744
39382023-11-21T21:05:30.004Ztrap 7.348904172
39392023-11-21T21:05:30.007Ztflt 3.678480455
39402023-11-21T21:05:30.007Zdflt 17.927615537
39412023-11-21T21:05:30.007Zkflt 0.048075535
39422023-11-21T21:05:30.007Zlock 7:07:24.484330047
39432023-11-21T21:05:30.007Zslp 11:37:56.164154401
39442023-11-21T21:05:30.008Zlat 6:34.703428131
39452023-11-21T21:05:30.008Zstop 8:02.202061521
39462023-11-21T21:05:30.016Z
39472023-11-21T21:05:30.016Z ##### ###### #### #####
39482023-11-21T21:05:30.016Z # # # #
39492023-11-21T21:05:30.016Z # ##### #### #
39502023-11-21T21:05:30.016Z # # # #
39512023-11-21T21:05:30.016Z # # # # #
39522023-11-21T21:05:30.016Z # ###### #### #
39532023-11-21T21:05:30.016Z
39542023-11-21T21:05:30.991Z Downloading crates ...
39552023-11-21T21:05:31.494Z Downloaded system-configuration-sys v0.5.0
39562023-11-21T21:05:31.503Z Downloaded schannel v0.1.22
39572023-11-21T21:05:31.509Z Downloaded redox_syscall v0.3.5
39582023-11-21T21:05:31.523Z Downloaded crossterm_winapi v0.9.1
39592023-11-21T21:05:31.528Z Downloaded dirs-sys v0.4.1
39602023-11-21T21:05:31.533Z Downloaded atomic-polyfill v0.1.11
39612023-11-21T21:05:31.533Z Downloaded ctr v0.9.2
39622023-11-21T21:05:31.545Z Downloaded russh-cryptovec v0.7.0
39632023-11-21T21:05:31.545Z Downloaded errno-dragonfly v0.1.2
39642023-11-21T21:05:31.545Z Downloaded fuchsia-cprng v0.1.1
39652023-11-21T21:05:31.545Z Downloaded windows-targets v0.42.2
39662023-11-21T21:05:31.545Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
39672023-11-21T21:05:31.548Z Downloaded polyval v0.6.1
39682023-11-21T21:05:31.552Z Downloaded wasm-bindgen-shared v0.2.87
39692023-11-21T21:05:31.553Z Downloaded russh v0.39.0
39702023-11-21T21:05:31.559Z Downloaded rand_chacha v0.2.2
39712023-11-21T21:05:31.562Z Downloaded hermit-abi v0.3.2
39722023-11-21T21:05:31.565Z Downloaded redox_users v0.4.3
39732023-11-21T21:05:31.569Z Downloaded wasm-bindgen-macro-support v0.2.87
39742023-11-21T21:05:31.577Z Downloaded option-ext v0.2.0
39752023-11-21T21:05:31.596Z Downloaded dirs v5.0.1
39762023-11-21T21:05:31.599Z Downloaded md5 v0.7.0
39772023-11-21T21:05:31.599Z Downloaded core-foundation-sys v0.8.4
39782023-11-21T21:05:31.599Z Downloaded core-foundation v0.9.3
39792023-11-21T21:05:31.599Z Downloaded windows-targets v0.48.5
39802023-11-21T21:05:31.599Z Downloaded security-framework v2.9.2
39812023-11-21T21:05:31.605Z Downloaded pbkdf2 v0.11.0
39822023-11-21T21:05:31.609Z Downloaded rdrand v0.4.0
39832023-11-21T21:05:31.612Z Downloaded critical-section v1.1.2
39842023-11-21T21:05:31.614Z Downloaded iana-time-zone-haiku v0.1.2
39852023-11-21T21:05:31.618Z Downloaded android_system_properties v0.1.5
39862023-11-21T21:05:31.618Z Downloaded ghash v0.5.0
39872023-11-21T21:05:31.625Z Downloaded bcrypt-pbkdf v0.10.0
39882023-11-21T21:05:31.628Z Downloaded rand_hc v0.2.0
39892023-11-21T21:05:31.632Z Downloaded anstyle-wincon v2.1.0
39902023-11-21T21:05:31.635Z Downloaded wasm-bindgen-futures v0.4.37
39912023-11-21T21:05:31.635Z Downloaded redox_syscall v0.2.16
39922023-11-21T21:05:31.639Z Downloaded android-tzdata v0.1.1
39932023-11-21T21:05:31.644Z Downloaded winapi-util v0.1.5
39942023-11-21T21:05:31.677Z Downloaded rand_core v0.5.1
39952023-11-21T21:05:31.690Z Downloaded wasm-bindgen-macro v0.2.87
39962023-11-21T21:05:31.690Z Downloaded hermit-abi v0.1.19
39972023-11-21T21:05:31.690Z Downloaded system-configuration v0.5.1
39982023-11-21T21:05:31.690Z Downloaded security-framework-sys v2.9.1
39992023-11-21T21:05:31.690Z Downloaded rand_core v0.3.1
40002023-11-21T21:05:31.691Z Downloaded blowfish v0.9.1
40012023-11-21T21:05:31.691Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
40022023-11-21T21:05:31.691Z Downloaded ipconfig v0.3.2
40032023-11-21T21:05:31.700Z Downloaded getrandom v0.1.16
40042023-11-21T21:05:31.700Z Downloaded fs2 v0.4.3
40052023-11-21T21:05:31.700Z Downloaded password-hash v0.4.2
40062023-11-21T21:05:31.700Z Downloaded wasm-streams v0.3.0
40072023-11-21T21:05:31.704Z Downloaded pbkdf2 v0.12.2
40082023-11-21T21:05:31.704Z Downloaded cbc v0.1.2
40092023-11-21T21:05:31.708Z Downloaded rand_core v0.4.2
40102023-11-21T21:05:31.711Z Downloaded wasm-bindgen-backend v0.2.87
40112023-11-21T21:05:31.718Z Downloaded ed25519 v2.2.2
40122023-11-21T21:05:31.737Z Downloaded encode_unicode v0.3.6
40132023-11-21T21:05:31.747Z Downloaded russh-keys v0.38.0
40142023-11-21T21:05:31.757Z Downloaded winreg v0.50.0
40152023-11-21T21:05:31.777Z Downloaded widestring v1.0.2
40162023-11-21T21:05:31.823Z Downloaded ed25519-dalek v2.0.0
40172023-11-21T21:05:31.828Z Downloaded js-sys v0.3.64
40182023-11-21T21:05:31.848Z Downloaded aes-gcm v0.10.3
40192023-11-21T21:05:31.862Z Downloaded bumpalo v3.13.0
40202023-11-21T21:05:31.868Z Downloaded aes v0.8.3
40212023-11-21T21:05:31.893Z Downloaded rand v0.7.3
40222023-11-21T21:05:31.989Z Downloaded wasm-bindgen v0.2.87
40232023-11-21T21:05:32.410Z Downloaded windows_x86_64_gnullvm v0.42.2
40242023-11-21T21:05:32.435Z Downloaded windows_aarch64_gnullvm v0.42.2
40252023-11-21T21:05:32.521Z Downloaded windows_x86_64_gnullvm v0.48.5
40262023-11-21T21:05:32.537Z Downloaded windows_aarch64_gnullvm v0.48.5
40272023-11-21T21:05:32.636Z Downloaded fiat-crypto v0.2.1
40282023-11-21T21:05:32.891Z Downloaded windows_aarch64_msvc v0.42.2
40292023-11-21T21:05:32.912Z Downloaded windows_x86_64_msvc v0.42.2
40302023-11-21T21:05:32.954Z Downloaded windows_x86_64_gnu v0.42.2
40312023-11-21T21:05:33.009Z Downloaded windows_i686_gnu v0.42.2
40322023-11-21T21:05:33.048Z Downloaded windows_i686_msvc v0.42.2
40332023-11-21T21:05:33.068Z Downloaded web-sys v0.3.64
40342023-11-21T21:05:33.292Z Downloaded windows_i686_msvc v0.48.5
40352023-11-21T21:05:33.323Z Downloaded windows_x86_64_msvc v0.48.5
40362023-11-21T21:05:33.347Z Downloaded windows_aarch64_msvc v0.48.5
40372023-11-21T21:05:33.374Z Downloaded windows_x86_64_gnu v0.48.5
40382023-11-21T21:05:33.412Z Downloaded windows_i686_gnu v0.48.5
40392023-11-21T21:05:33.491Z Downloaded linux-raw-sys v0.3.8
40402023-11-21T21:05:33.647Z Downloaded winapi v0.3.9
40412023-11-21T21:05:33.721Z Downloaded linux-raw-sys v0.4.5
40422023-11-21T21:05:34.306Z Downloaded windows-sys v0.45.0
40432023-11-21T21:05:34.465Z Downloaded windows-sys v0.48.0
40442023-11-21T21:05:34.670Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
40452023-11-21T21:05:34.974Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
40462023-11-21T21:05:36.127Z Downloaded windows v0.48.0
40472023-11-21T21:05:36.956Zinfo: experimental features enabled: setup-scripts
40482023-11-21T21:05:38.488Z Finished test [unoptimized + debuginfo] target(s) in 1.50s
40492023-11-21T21:05:40.001Z Starting 934 tests across 101 binaries (3 skipped)
40502023-11-21T21:05:40.006Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
40512023-11-21T21:05:40.846Z Compiling unicode-ident v1.0.12
40522023-11-21T21:05:40.851Z Compiling cfg-if v1.0.0
40532023-11-21T21:05:40.854Z Compiling once_cell v1.18.0
40542023-11-21T21:05:40.859Z Compiling libc v0.2.150
40552023-11-21T21:05:40.876Z Compiling serde_json v1.0.108
40562023-11-21T21:05:40.881Z Compiling getrandom v0.2.10
40572023-11-21T21:05:40.881Z Compiling memchr v2.6.3
40582023-11-21T21:05:40.881Z Compiling generic-array v0.14.7
40592023-11-21T21:05:40.991Z Compiling itoa v1.0.9
40602023-11-21T21:05:41.093Z Compiling log v0.4.20
40612023-11-21T21:05:41.195Z Compiling proc-macro2 v1.0.69
40622023-11-21T21:05:41.303Z Compiling scopeguard v1.2.0
40632023-11-21T21:05:41.539Z Compiling lock_api v0.4.10
40642023-11-21T21:05:41.566Z Compiling ryu v1.0.15
40652023-11-21T21:05:41.566Z Compiling libm v0.2.7
40662023-11-21T21:05:41.566Z Compiling heck v0.4.1
40672023-11-21T21:05:41.779Z Compiling smallvec v1.11.0
40682023-11-21T21:05:42.014Z Compiling byteorder v1.5.0
40692023-11-21T21:05:42.238Z Compiling pin-project-lite v0.2.13
40702023-11-21T21:05:42.245Z Compiling rand_core v0.6.4
40712023-11-21T21:05:42.338Z Compiling futures-core v0.3.29
40722023-11-21T21:05:42.428Z Compiling fnv v1.0.7
40732023-11-21T21:05:42.575Z Compiling quote v1.0.33
40742023-11-21T21:05:42.715Z Compiling typenum v1.16.0
40752023-11-21T21:05:42.729Z Compiling iana-time-zone v0.1.57
40762023-11-21T21:05:42.894Z Compiling cc v1.0.83
40772023-11-21T21:05:43.275Z Compiling syn v2.0.32
40782023-11-21T21:05:43.389Z Compiling syn v1.0.109
40792023-11-21T21:05:43.630Z Compiling num-traits v0.2.16
40802023-11-21T21:05:43.686Z Compiling parking_lot_core v0.9.8
40812023-11-21T21:05:43.872Z Compiling signal-hook-registry v1.4.1
40822023-11-21T21:05:44.690Z Compiling parking_lot v0.12.1
40832023-11-21T21:05:44.784Z Compiling mio v0.8.9
40842023-11-21T21:05:44.895Z Compiling ucd-trie v0.1.6
40852023-11-21T21:05:45.194Z Compiling socket2 v0.5.5
40862023-11-21T21:05:45.702Z Compiling num_cpus v1.16.0
40872023-11-21T21:05:45.864Z Compiling futures-sink v0.3.29
40882023-11-21T21:05:46.090Z Compiling dyn-clone v1.0.13
40892023-11-21T21:05:46.110Z Compiling spin v0.5.2
40902023-11-21T21:05:46.370Z Compiling tinyvec_macros v0.1.1
40912023-11-21T21:05:46.454Z Compiling futures-channel v0.3.29
40922023-11-21T21:05:46.503Z Compiling tinyvec v1.6.0
40932023-11-21T21:05:46.515Z Compiling ahash v0.8.3
40942023-11-21T21:05:46.634Z Compiling slab v0.4.9
40952023-11-21T21:05:46.956Z Compiling ring v0.16.20
40962023-11-21T21:05:47.079Z Compiling ring v0.17.5
40972023-11-21T21:05:47.130Z Compiling openssl-sys v0.9.93
40982023-11-21T21:05:47.175Z Compiling futures-task v0.3.29
40992023-11-21T21:05:47.203Z Compiling pin-utils v0.1.0
41002023-11-21T21:05:47.334Z Compiling time-core v0.1.1
41012023-11-21T21:05:47.593Z Compiling hashbrown v0.14.2
41022023-11-21T21:05:47.633Z Compiling futures-io v0.3.29
41032023-11-21T21:05:48.067Z Compiling equivalent v1.0.1
41042023-11-21T21:05:48.219Z Compiling time-macros v0.2.13
41052023-11-21T21:05:48.945Z Compiling openssl v0.10.57
41062023-11-21T21:05:48.977Z Compiling native-tls v0.2.11
41072023-11-21T21:05:49.010Z Compiling unicode-normalization v0.1.22
41082023-11-21T21:05:49.071Z Compiling hashbrown v0.13.2
41092023-11-21T21:05:49.614Z Compiling spin v0.9.8
41102023-11-21T21:05:50.187Z Compiling tracing-core v0.1.31
41112023-11-21T21:05:50.869Z Compiling unicode-bidi v0.3.13
41122023-11-21T21:05:50.882Z Compiling aho-corasick v1.0.4
41132023-11-21T21:05:52.206Z Compiling ppv-lite86 v0.2.17
41142023-11-21T21:05:52.421Z Compiling subtle v2.5.0
41152023-11-21T21:05:52.895Z Compiling const-oid v0.9.5
41162023-11-21T21:05:53.062Z Compiling regex-syntax v0.8.2
41172023-11-21T21:05:55.445Z Compiling bzip2-sys v0.1.11+1.0.8
41182023-11-21T21:05:55.734Z Compiling rand_chacha v0.3.1
41192023-11-21T21:05:55.734Z Compiling rustls v0.21.9
41202023-11-21T21:05:55.734Z Compiling strsim v0.10.0
41212023-11-21T21:05:55.734Z Compiling base64 v0.21.5
41222023-11-21T21:05:55.734Z Compiling rand v0.8.5
41232023-11-21T21:05:55.734Z Compiling serde_derive_internals v0.26.0
41242023-11-21T21:05:55.963Z Compiling synstructure v0.12.6
41252023-11-21T21:05:56.141Z Compiling thread-id v4.2.0
41262023-11-21T21:05:56.301Z Compiling num-bigint v0.4.4
41272023-11-21T21:05:57.159Z Compiling openssl-probe v0.1.5
41282023-11-21T21:05:57.273Z Compiling untrusted v0.9.0
41292023-11-21T21:05:57.575Z Compiling hashbrown v0.12.3
41302023-11-21T21:05:57.595Z Compiling percent-encoding v2.3.0
41312023-11-21T21:05:57.683Z Compiling foreign-types-shared v0.1.1
41322023-11-21T21:05:57.838Z Compiling bitflags v1.3.2
41332023-11-21T21:05:57.978Z Compiling untrusted v0.7.1
41342023-11-21T21:05:59.278Z Compiling regex-automata v0.4.3
41352023-11-21T21:05:59.330Z Compiling indexmap v1.9.3
41362023-11-21T21:05:59.641Z Compiling foreign-types v0.3.2
41372023-11-21T21:06:03.511Z Compiling backtrace v0.3.69
41382023-11-21T21:06:03.678Z Compiling errno v0.3.2
41392023-11-21T21:06:03.959Z Compiling unicode-width v0.1.11
41402023-11-21T21:06:03.982Z Compiling try-lock v0.2.4
41412023-11-21T21:06:04.223Z Compiling siphasher v0.3.11
41422023-11-21T21:06:04.235Z Compiling adler v1.0.2
41432023-11-21T21:06:04.485Z Compiling miniz_oxide v0.7.1
41442023-11-21T21:06:04.550Z Compiling want v0.3.1
41452023-11-21T21:06:04.803Z Compiling rustls-webpki v0.101.7
41462023-11-21T21:06:04.928Z Compiling sct v0.7.0
41472023-11-21T21:06:05.395Z Compiling schemars_derive v0.8.13
41482023-11-21T21:06:05.412Z Compiling serde_derive v1.0.192
41492023-11-21T21:06:05.668Z Compiling zeroize_derive v1.4.2
41502023-11-21T21:06:06.834Z Compiling thiserror-impl v1.0.49
41512023-11-21T21:06:07.679Z Compiling tokio-macros v2.2.0
41522023-11-21T21:06:08.079Z Compiling futures-macro v0.3.29
41532023-11-21T21:06:08.281Z Compiling tracing-attributes v0.1.26
41542023-11-21T21:06:10.357Z Compiling zeroize v1.6.0
41552023-11-21T21:06:10.533Z Compiling openssl-macros v0.1.1
41562023-11-21T21:06:11.422Z Compiling zerocopy-derive v0.2.0
41572023-11-21T21:06:11.459Z Compiling thiserror v1.0.49
41582023-11-21T21:06:11.664Z Compiling pest v2.7.2
41592023-11-21T21:06:11.898Z Compiling futures-util v0.3.29
41602023-11-21T21:06:13.548Z Compiling crypto-common v0.1.6
41612023-11-21T21:06:13.552Z Compiling block-buffer v0.10.4
41622023-11-21T21:06:13.552Z Compiling digest v0.10.7
41632023-11-21T21:06:13.963Z Compiling tracing v0.1.37
41642023-11-21T21:06:14.575Z Compiling zerocopy v0.3.0
41652023-11-21T21:06:14.698Z Compiling regex v1.10.2
41662023-11-21T21:06:14.889Z Compiling async-trait v0.1.74
41672023-11-21T21:06:15.019Z Compiling pin-project-internal v1.1.3
41682023-11-21T21:06:15.805Z Compiling pest_meta v2.7.2
41692023-11-21T21:06:16.361Z Compiling dof v0.1.5
41702023-11-21T21:06:16.470Z Compiling zerocopy-derive v0.6.4
41712023-11-21T21:06:17.705Z Compiling hubpack_derive v0.1.1
41722023-11-21T21:06:18.515Z Compiling serde v1.0.192
41732023-11-21T21:06:19.212Z Compiling pest_generator v2.7.2
41742023-11-21T21:06:19.797Z Compiling form_urlencoded v1.2.0
41752023-11-21T21:06:19.922Z Compiling io-lifetimes v1.0.11
41762023-11-21T21:06:20.212Z Compiling lazy_static v1.4.0
41772023-11-21T21:06:20.229Z Compiling socket2 v0.4.9
41782023-11-21T21:06:20.372Z Compiling httparse v1.8.0
41792023-11-21T21:06:21.413Z Compiling utf8parse v0.2.1
41802023-11-21T21:06:21.437Z Compiling cpufeatures v0.2.9
41812023-11-21T21:06:21.569Z Compiling tower-service v0.3.2
41822023-11-21T21:06:21.696Z Compiling anstyle v1.0.2
41832023-11-21T21:06:21.749Z Compiling httpdate v1.0.3
41842023-11-21T21:06:21.940Z Compiling anstyle-parse v0.2.1
41852023-11-21T21:06:22.221Z Compiling sha2 v0.10.8
41862023-11-21T21:06:22.427Z Compiling rustix v0.37.23
41872023-11-21T21:06:22.473Z Compiling hmac v0.12.1
41882023-11-21T21:06:22.477Z Compiling md-5 v0.10.5
41892023-11-21T21:06:22.884Z Compiling strum_macros v0.25.2
41902023-11-21T21:06:23.000Z Compiling pest_derive v2.7.2
41912023-11-21T21:06:23.895Z Compiling diesel_table_macro_syntax v0.1.0
41922023-11-21T21:06:24.410Z Compiling dtrace-parser v0.1.14
41932023-11-21T21:06:24.920Z Compiling rustls-pemfile v1.0.3
41942023-11-21T21:06:24.926Z Compiling stringprep v0.1.3
41952023-11-21T21:06:24.963Z Compiling idna v0.4.0
41962023-11-21T21:06:26.217Z Compiling regress v0.7.1
41972023-11-21T21:06:26.221Z Compiling num-integer v0.1.45
41982023-11-21T21:06:27.436Z Compiling hash32 v0.2.1
41992023-11-21T21:06:27.443Z Compiling colorchoice v1.0.0
42002023-11-21T21:06:27.666Z Compiling gimli v0.28.0
42012023-11-21T21:06:28.001Z Compiling anstyle-query v1.0.0
42022023-11-21T21:06:28.184Z Compiling bytes v1.5.0
42032023-11-21T21:06:29.245Z Compiling uuid v1.6.1
42042023-11-21T21:06:30.109Z Compiling chrono v0.4.31
42052023-11-21T21:06:30.425Z Compiling tokio v1.34.0
42062023-11-21T21:06:33.150Z Compiling http v0.2.11
42072023-11-21T21:06:34.137Z Compiling schemars v0.8.13
42082023-11-21T21:06:35.716Z Compiling bitflags v2.4.0
42092023-11-21T21:06:35.978Z Compiling indexmap v2.1.0
42102023-11-21T21:06:36.050Z Compiling semver v1.0.20
42112023-11-21T21:06:37.067Z Compiling rustc_version v0.4.0
42122023-11-21T21:06:38.057Z Compiling heapless v0.7.16
42132023-11-21T21:06:38.079Z Compiling usdt-impl v0.3.5
42142023-11-21T21:06:38.565Z Compiling serde_tokenstream v0.1.7
42152023-11-21T21:06:39.643Z Compiling http-body v0.4.5
42162023-11-21T21:06:40.771Z Compiling serde_tokenstream v0.2.0
42172023-11-21T21:06:40.771Z Compiling openapiv3 v2.0.0-rc.1
42182023-11-21T21:06:42.431Z Compiling serde_spanned v0.6.4
42192023-11-21T21:06:42.431Z Compiling usdt-macro v0.3.5
42202023-11-21T21:06:42.431Z Compiling usdt-attr-macro v0.3.5
42212023-11-21T21:06:42.431Z Compiling toml_datetime v0.6.5
42222023-11-21T21:06:44.958Z Compiling stable_deref_trait v1.2.0
42232023-11-21T21:06:44.958Z Compiling tokio-util v0.7.10
42242023-11-21T21:06:44.959Z Compiling winnow v0.5.15
42252023-11-21T21:07:07.400Z Compiling h2 v0.3.21
42262023-11-21T21:07:07.735Z Compiling fallible-iterator v0.2.0
42272023-11-21T21:07:07.792Z Compiling either v1.9.0
42282023-11-21T21:07:07.792Z Compiling time v0.3.27
42292023-11-21T21:07:07.792Z Compiling postgres-protocol v0.6.6
42302023-11-21T21:07:07.792Z Compiling tokio-native-tls v0.3.1
42312023-11-21T21:07:07.792Z Compiling tokio-rustls v0.24.1
42322023-11-21T21:07:07.792Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
42332023-11-21T21:07:07.792Z Compiling addr2line v0.21.0
42342023-11-21T21:07:07.792Z Compiling anstream v0.5.0
42352023-11-21T21:07:07.792Z Compiling url v2.4.1
42362023-11-21T21:07:07.792Z Compiling rustls-native-certs v0.6.3
42372023-11-21T21:07:07.792Z Compiling diesel_derives v2.1.1
42382023-11-21T21:07:07.792Z Compiling terminal_size v0.2.6
42392023-11-21T21:07:07.792Z Compiling block-padding v0.3.3
42402023-11-21T21:07:07.792Z Compiling serde_repr v0.1.16
42412023-11-21T21:07:07.792Z Compiling clap_derive v4.4.2
42422023-11-21T21:07:07.792Z Compiling hyper v0.14.27
42432023-11-21T21:07:07.792Z Compiling snafu-derive v0.7.5
42442023-11-21T21:07:07.792Z Compiling enum-as-inner v0.5.1
42452023-11-21T21:07:07.792Z Compiling phf_shared v0.11.2
42462023-11-21T21:07:07.792Z Compiling crc32fast v1.3.2
42472023-11-21T21:07:07.792Z Compiling signal-hook v0.3.17
42482023-11-21T21:07:07.792Z Compiling scheduled-thread-pool v0.2.7
42492023-11-21T21:07:07.792Z Compiling object v0.32.1
42502023-11-21T21:07:08.148Z Compiling regex-automata v0.1.10
42512023-11-21T21:07:08.581Z Compiling rustc-demangle v0.1.23
42522023-11-21T21:07:08.724Z Compiling num_threads v0.1.6
42532023-11-21T21:07:08.861Z Compiling matches v0.1.10
42542023-11-21T21:07:08.991Z Compiling clap_lex v0.5.1
42552023-11-21T21:07:09.428Z Compiling deranged v0.3.8
42562023-11-21T21:07:09.698Z Compiling managed v0.8.0
42572023-11-21T21:07:10.452Z Compiling bit-vec v0.6.3
42582023-11-21T21:07:11.110Z Compiling ipnet v2.8.0
42592023-11-21T21:07:11.262Z Compiling smoltcp v0.9.1
42602023-11-21T21:07:12.908Z Compiling hyper-tls v0.5.0
42612023-11-21T21:07:13.434Z Compiling hyper-rustls v0.24.2
42622023-11-21T21:07:14.121Z Compiling clap_builder v4.4.2
42632023-11-21T21:07:14.249Z Compiling idna v0.2.3
42642023-11-21T21:07:14.797Z Compiling bstr v0.2.17
42652023-11-21T21:07:15.044Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
42662023-11-21T21:07:16.685Z Compiling signal-hook-mio v0.2.3
42672023-11-21T21:07:16.936Z Compiling r2d2 v0.8.10
42682023-11-21T21:07:17.097Z Compiling flate2 v1.0.28
42692023-11-21T21:07:17.507Z Compiling bzip2 v0.4.4
42702023-11-21T21:07:17.542Z Compiling phf v0.11.2
42712023-11-21T21:07:18.599Z Compiling inout v0.1.3
42722023-11-21T21:07:18.747Z Compiling postgres-types v0.2.6
42732023-11-21T21:07:18.818Z Compiling toml_edit v0.19.15
42742023-11-21T21:07:18.993Z Compiling itertools v0.11.0
42752023-11-21T21:07:19.024Z Compiling ipnetwork v0.20.0
42762023-11-21T21:07:20.933Z Compiling serde_urlencoded v0.7.1
42772023-11-21T21:07:21.433Z Compiling hubpack v0.1.2
42782023-11-21T21:07:21.676Z Compiling futures-executor v0.3.29
42792023-11-21T21:07:21.741Z Compiling zerocopy v0.6.4
42802023-11-21T21:07:22.543Z Compiling pin-project v1.1.3
42812023-11-21T21:07:22.659Z Compiling memoffset v0.9.0
42822023-11-21T21:07:22.727Z Compiling phf_shared v0.10.0
42832023-11-21T21:07:22.820Z Compiling doc-comment v0.3.3
42842023-11-21T21:07:22.869Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
42852023-11-21T21:07:22.955Z Compiling crossbeam-utils v0.8.16
42862023-11-21T21:07:23.134Z Compiling float-cmp v0.9.0
42872023-11-21T21:07:23.328Z Compiling encoding_rs v0.8.33
42882023-11-21T21:07:23.396Z Compiling static_assertions v1.1.0
42892023-11-21T21:07:23.487Z Compiling webpki-roots v0.25.2
42902023-11-21T21:07:23.553Z Compiling predicates-core v1.0.6
42912023-11-21T21:07:23.728Z Compiling difflib v0.4.0
42922023-11-21T21:07:23.769Z Compiling whoami v1.4.1
42932023-11-21T21:07:24.053Z Compiling fixedbitset v0.4.2
42942023-11-21T21:07:24.565Z Compiling unicode-segmentation v1.10.1
42952023-11-21T21:07:24.602Z Compiling new_debug_unreachable v1.0.4
42962023-11-21T21:07:24.686Z Compiling normalize-line-endings v0.3.0
42972023-11-21T21:07:24.740Z Compiling mime v0.3.17
42982023-11-21T21:07:24.860Z Compiling data-encoding v2.4.0
42992023-11-21T21:07:25.543Z Compiling precomputed-hash v0.1.1
43002023-11-21T21:07:25.722Z Compiling regex-automata v0.3.8
43012023-11-21T21:07:25.780Z Compiling trust-dns-proto v0.22.0
43022023-11-21T21:07:25.972Z Compiling string_cache v0.8.7
43032023-11-21T21:07:26.619Z Compiling similar v2.2.1
43042023-11-21T21:07:27.230Z Compiling yasna v0.5.2
43052023-11-21T21:07:27.954Z Compiling reqwest v0.11.22
43062023-11-21T21:07:28.161Z Compiling predicates v3.0.4
43072023-11-21T21:07:29.592Z Compiling bstr v1.6.0
43082023-11-21T21:07:30.168Z Compiling petgraph v0.6.4
43092023-11-21T21:07:30.295Z Compiling tokio-postgres v0.7.10
43102023-11-21T21:07:30.450Z Compiling crossbeam-epoch v0.9.15
43112023-11-21T21:07:30.567Z Compiling toml v0.7.8
43122023-11-21T21:07:31.661Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
43132023-11-21T21:07:32.060Z Compiling diesel v2.1.4
43142023-11-21T21:07:33.012Z Compiling snafu v0.7.5
43152023-11-21T21:07:34.244Z Compiling futures v0.3.29
43162023-11-21T21:07:34.412Z Compiling clap v4.4.3
43172023-11-21T21:07:34.517Z Compiling anyhow v1.0.75
43182023-11-21T21:07:34.577Z Compiling cipher v0.4.4
43192023-11-21T21:07:35.704Z Compiling zip v0.6.6
43202023-11-21T21:07:35.951Z Compiling crossterm v0.27.0
43212023-11-21T21:07:36.797Z Compiling bit-set v0.5.3
43222023-11-21T21:07:37.230Z Compiling num-iter v0.1.43
43232023-11-21T21:07:37.521Z Compiling toml_edit v0.21.0
43242023-11-21T21:07:37.842Z Compiling itertools v0.10.5
43252023-11-21T21:07:38.086Z Compiling usdt v0.3.5
43262023-11-21T21:07:38.426Z Compiling tokio-stream v0.1.14
43272023-11-21T21:07:38.516Z Compiling rustix v0.38.9
43282023-11-21T21:07:40.807Z Compiling hex v0.4.3
43292023-11-21T21:07:41.367Z Compiling console v0.15.7
43302023-11-21T21:07:41.796Z Compiling signature v2.1.0
43312023-11-21T21:07:42.156Z Compiling slog v2.7.0
43322023-11-21T21:07:42.419Z Compiling lalrpop-util v0.19.12
43332023-11-21T21:07:42.957Z Compiling darling_core v0.20.3
43342023-11-21T21:07:51.683Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
43352023-11-21T21:07:51.922Z Compiling darling_macro v0.20.3
43362023-11-21T21:07:53.038Z Compiling structmeta-derive v0.2.0
43372023-11-21T21:07:53.060Z Compiling getopts v0.2.21
43382023-11-21T21:07:54.226Z Compiling serde_yaml v0.9.25
43392023-11-21T21:07:57.265Z Compiling structmeta v0.2.0
43402023-11-21T21:07:57.885Z Compiling darling v0.20.3
43412023-11-21T21:07:58.249Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
43422023-11-21T21:08:00.947Z Compiling camino v1.1.6
43432023-11-21T21:08:01.637Z Compiling slog-json v2.6.1
43442023-11-21T21:08:03.735Z Compiling sha1 v0.10.6
43452023-11-21T21:08:05.898Z Compiling async-stream-impl v0.3.5
43462023-11-21T21:08:07.329Z Compiling async-stream v0.3.5
43472023-11-21T21:08:31.990Z Compiling tempfile v3.8.0
43482023-11-21T21:08:31.990Z Compiling parse-display-derive v0.8.2
43492023-11-21T21:08:31.990Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
43502023-11-21T21:08:35.238Z Compiling slog-term v2.9.0
43512023-11-21T21:08:35.238Z Compiling slog-bunyan v2.4.0
43522023-11-21T21:08:35.238Z Compiling serde_with_macros v2.3.3
43532023-11-21T21:08:35.238Z Compiling multer v2.1.0
43542023-11-21T21:08:35.239Z Compiling toml v0.8.8
43552023-11-21T21:08:35.239Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
43562023-11-21T21:08:35.239Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
43572023-11-21T21:08:35.239Z Compiling serde_path_to_error v0.1.14
43582023-11-21T21:08:35.239Z Compiling backoff v0.4.0
43592023-11-21T21:08:35.239Z Compiling serde_with v2.3.3
43602023-11-21T21:08:35.239Z Compiling parse-display v0.8.2
43612023-11-21T21:08:35.239Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
43622023-11-21T21:08:35.239Z Compiling headers-core v0.2.0
43632023-11-21T21:08:35.239Z Compiling strum v0.25.0
43642023-11-21T21:08:35.239Z Compiling macaddr v1.0.1
43652023-11-21T21:08:35.239Z Compiling rcgen v0.11.3
43662023-11-21T21:08:35.239Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
43672023-11-21T21:08:35.239Z Compiling headers v0.3.9
43682023-11-21T21:08:35.239Z Compiling atomicwrites v0.4.2
43692023-11-21T21:08:35.239Z Compiling camino-tempfile v1.0.2
43702023-11-21T21:08:35.239Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
43712023-11-21T21:08:35.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43722023-11-21T21:08:35.593Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43732023-11-21T21:08:57.853Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43742023-11-21T21:09:06.931Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752023-11-21T21:09:09.003Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43762023-11-21T21:09:17.330Z Finished dev [unoptimized + debuginfo] target(s) in 3m 37s
43772023-11-21T21:09:17.381Z Running `target/debug/crdb-seed`
43782023-11-21T21:09:17.408ZNov 21 21:09:17.411 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpXN2kW0
43792023-11-21T21:09:17.411ZNov 21 21:09:17.411 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpL2yrxZ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpXN2kW0/listen-url
43802023-11-21T21:09:17.411ZNov 21 21:09:17.413 INFO cockroach environment: BUILDOMAT_JOB_ID=01HFSS1YQ3VEWWHKZFVYHY398V BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.73.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_BRANCH=john/inventory-rot-cmpa-cfpa GITHUB_REF=refs/heads/john/inventory-rot-cmpa-cfpa GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=500ab9096843e936a0c3672a5ad3edde45d6e227 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-72682e76826b8ccf/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f8a7fb441ba4c43/out:/work/oxidecomputer/omicron/target/debug/build/ring-d096e3775bdf3dcc/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out:/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envaMLAfN NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out:/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=6fc5fcbb-d6c7-47b6-b4da-daee91d74768 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.73.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
43812023-11-21T21:09:18.801ZNov 21 21:09:18.804 INFO cockroach pid: 5259
43822023-11-21T21:09:18.801ZNov 21 21:09:18.804 INFO cockroach listen URL: postgresql://root@[::1]:52499/omicron?sslmode=disable
43832023-11-21T21:09:18.801ZNov 21 21:09:18.804 INFO cockroach: populating
43842023-11-21T21:09:20.945ZNov 21 21:09:20.944 INFO cockroach: populated
43852023-11-21T21:09:23.624ZNov 21 21:09:23.616 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3b6ad68a2b43a3dd84552113e75398837b1a63bc3739d3190437b7542424edeb.tar`
43862023-11-21T21:09:24.036Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
43872023-11-21T21:09:24.036Z PASS [ 0.044s] authz-macros::proc-macro/authz-macros test_authz_dump
43882023-11-21T21:09:24.036Z PASS [ 0.038s] bootstore schemes::tests::hello_roundtrip
43892023-11-21T21:09:24.036Z PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::create_and_verify
43902023-11-21T21:09:24.036Z PASS [ 0.038s] bootstore schemes::v0::share_pkg::tests::create_packages
43912023-11-21T21:09:24.036Z PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
43922023-11-21T21:09:24.036Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
43932023-11-21T21:09:24.036Z PASS [ 0.027s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
43942023-11-21T21:09:24.036Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
43952023-11-21T21:09:24.036Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
43962023-11-21T21:09:24.036Z PASS [ 0.026s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
43972023-11-21T21:09:24.036Z PASS [ 0.111s] bootstore schemes::v0::peer::tests::network_config
43982023-11-21T21:09:24.036Z PASS [ 0.223s] dns-server storage::test::test_update_in_progress
43992023-11-21T21:09:24.036Z PASS [ 0.228s] dns-server storage::test::test_update_interrupted
44002023-11-21T21:09:24.036Z PASS [ 0.275s] dns-server storage::test::test_update_basic
44012023-11-21T21:09:24.236Z PASS [ 0.483s] dns-server::basic_test aaaa_crud
44022023-11-21T21:09:24.248Z PASS [ 0.505s] dns-server::basic_test a_crud
44032023-11-21T21:09:24.361Z PASS [ 0.394s] dns-server::basic_test multi_record_crud
44042023-11-21T21:09:24.364Z PASS [ 0.413s] dns-server::basic_test empty_record
44052023-11-21T21:09:24.392Z PASS [ 0.393s] dns-server::basic_test name_contains_zone
44062023-11-21T21:09:24.581Z PASS [ 0.331s] dns-server::basic_test servfail
44072023-11-21T21:09:24.589Z PASS [ 0.199s] dns-server::openapi_test test_dns_server_openapi
44082023-11-21T21:09:24.613Z PASS [ 0.028s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
44092023-11-21T21:09:24.620Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
44102023-11-21T21:09:24.666Z PASS [ 0.426s] dns-server::basic_test nxdomain
44112023-11-21T21:09:24.673Z PASS [ 0.059s] illumos-utils destructor::test::test_delayed_delete
44122023-11-21T21:09:24.697Z PASS [ 0.034s] illumos-utils destructor::test::test_destructor_bad_close
44132023-11-21T21:09:24.708Z PASS [ 0.032s] illumos-utils link::test::test_allocate
44142023-11-21T21:09:24.723Z PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes
44152023-11-21T21:09:24.728Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
44162023-11-21T21:09:24.749Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
44172023-11-21T21:09:24.760Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
44182023-11-21T21:09:24.786Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_bad_zpool_names
44192023-11-21T21:09:24.799Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_external_zpool_name
44202023-11-21T21:09:24.810Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_internal_zpool_name
44212023-11-21T21:09:24.822Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool
44222023-11-21T21:09:25.252Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
44232023-11-21T21:09:25.262Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_name_json
44242023-11-21T21:09:25.262Z PASS [ 0.499s] dns-server::basic_test srv_crud
44252023-11-21T21:09:25.262Z PASS [ 1.222s] bootstore schemes::v0::peer::tests::basic_3_nodes
44262023-11-21T21:09:25.262Z PASS [ 0.035s] illumos-utils zpool::test::test_zpool_name_regex
44272023-11-21T21:09:25.262Z PASS [ 0.203s] installinator block_size_writer::tests::proptest_block_writer
44282023-11-21T21:09:25.262Z PASS [ 0.038s] internal-dns config::test::display_hosts
44292023-11-21T21:09:25.262Z PASS [ 0.028s] internal-dns config::test::display_srv_service
44302023-11-21T21:09:25.262Z PASS [ 0.039s] internal-dns config::test::test_builder_errors
44312023-11-21T21:09:25.262Z PASS [ 0.326s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
44322023-11-21T21:09:25.262Z PASS [ 0.053s] internal-dns config::test::test_builder_output
44332023-11-21T21:09:25.526Z PASS [ 0.888s] illumos-utils destructor::test::test_delayed_delete_with_error
44342023-11-21T21:09:25.756Z PASS [ 0.540s] internal-dns resolver::test::insert_and_lookup_one_record
44352023-11-21T21:09:25.909Z PASS [ 0.388s] internal-dns resolver::test::lookup_nonexistent_record_fails
44362023-11-21T21:09:26.002Z PASS [ 0.789s] internal-dns resolver::test::insert_and_lookup_multiple_records
44372023-11-21T21:09:26.882Z PASS [ 0.561s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
44382023-11-21T21:09:26.900Z PASS [ 0.717s] internal-dns resolver::test::resolver_can_access_backup_dns_server
44392023-11-21T21:09:26.900Z PASS [ 0.031s] ipcc-key-value tests::deserialize_fixed_value
44402023-11-21T21:09:26.900Z PASS [ 0.048s] ipcc-key-value tests::installinator_image_id_round_trip
44412023-11-21T21:09:26.900Z PASS [ 0.039s] ipcc-key-value tests::serialized_size
44422023-11-21T21:09:26.900Z PASS [ 0.058s] key-manager tests::different_disks_produce_different_keys
44432023-11-21T21:09:26.900Z PASS [ 0.028s] key-manager tests::different_ikm_produces_different_keys
44442023-11-21T21:09:26.900Z PASS [ 0.702s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
44452023-11-21T21:09:26.900Z PASS [ 0.028s] key-manager tests::disk_encryption_key_epoch_0
44462023-11-21T21:09:26.900Z PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
44472023-11-21T21:09:26.900Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
44482023-11-21T21:09:26.900Z PASS [ 0.046s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
44492023-11-21T21:09:26.900Z PASS [ 0.047s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
44502023-11-21T21:09:26.900Z PASS [ 0.103s] nexus-db-model device_auth::test::test_generate_user_code
44512023-11-21T21:09:26.900Z PASS [ 0.033s] nexus-db-model semver_version::test::test_to_from_sortable_string
44522023-11-21T21:09:26.900Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
44532023-11-21T21:09:26.900Z PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet
44542023-11-21T21:09:26.913Z PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings
44552023-11-21T21:09:26.943Z PASS [ 0.034s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
44562023-11-21T21:09:27.377Z PASS [ 0.061s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
44572023-11-21T21:09:27.398Z PASS [ 0.063s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
44582023-11-21T21:09:27.398Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
44592023-11-21T21:09:27.399Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
44602023-11-21T21:09:27.399Z PASS [ 0.572s] internal-dns resolver::test::update_record
44612023-11-21T21:09:27.399Z PASS [ 0.039s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
44622023-11-21T21:09:27.399Z PASS [ 0.042s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
44632023-11-21T21:09:27.399Z PASS [ 0.039s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
44642023-11-21T21:09:27.399Z PASS [ 0.087s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
44652023-11-21T21:09:27.399Z PASS [ 0.079s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
44662023-11-21T21:09:27.399Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token
44672023-11-21T21:09:27.400Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
44682023-11-21T21:09:27.400Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
44692023-11-21T21:09:27.400Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
44702023-11-21T21:09:27.400Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
44712023-11-21T21:09:27.400Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
44722023-11-21T21:09:27.400Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
44732023-11-21T21:09:27.400Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value
44742023-11-21T21:09:27.400Z PASS [ 0.068s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
44752023-11-21T21:09:27.400Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
44762023-11-21T21:09:27.400Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
44772023-11-21T21:09:27.400Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
44782023-11-21T21:09:27.400Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
44792023-11-21T21:09:27.400Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
44802023-11-21T21:09:27.400Z PASS [ 0.049s] nexus-db-queries authn::external::test::test_authn_sequence
44812023-11-21T21:09:27.400Z PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_make_header_value
44822023-11-21T21:09:27.404Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
44832023-11-21T21:09:27.409Z PASS [ 0.039s] nexus-db-queries authn::external::token::test::test_token_header_missing
44842023-11-21T21:09:27.450Z PASS [ 0.046s] nexus-db-queries authn::external::token::test::test_token_header_valid
44852023-11-21T21:09:27.471Z PASS [ 0.058s] nexus-db-queries authn::test::test_internal_users
44862023-11-21T21:09:27.501Z PASS [ 0.080s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
44872023-11-21T21:09:28.751Z PASS [ 4.388s] dns-server::commands_test test_dnsadm
44882023-11-21T21:09:35.130Z PASS [ 7.725s] nexus-db-queries authz::context::test::test_unregistered_resource
44892023-11-21T21:09:36.412Z PASS [ 7.660s] nexus-db-queries context::test::test_background_context
44902023-11-21T21:09:37.002Z PASS [ 12.138s] installinator write::tests::proptest_write_artifact
44912023-11-21T21:09:40.017Z PASS [ 15.158s] installinator mock_peers::tests::proptest_fetch_artifact
44922023-11-21T21:09:45.407Z PASS [ 16.601s] nexus-db-queries authz::policy_test::test_conferred_roles
44932023-11-21T21:09:45.407Z PASS [ 9.790s] nexus-db-queries context::test::test_child_context
44942023-11-21T21:09:45.460Z PASS [ 8.448s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
44952023-11-21T21:09:46.310Z PASS [ 9.887s] nexus-db-queries context::test::test_test_context
44962023-11-21T21:09:48.165Z PASS [ 8.147s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
44972023-11-21T21:09:52.058Z PASS [ 8.001s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
44982023-11-21T21:09:53.040Z PASS [ 8.117s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
44992023-11-21T21:09:53.984Z PASS [ 8.536s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
45002023-11-21T21:09:54.589Z PASS [ 8.286s] nexus-db-queries db::collection_attach::test::test_attach_once
45012023-11-21T21:09:54.643Z PASS [ 0.053s] nexus-db-queries db::collection_attach::test::test_verify_query
45022023-11-21T21:09:57.054Z PASS [ 8.896s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
45032023-11-21T21:10:00.111Z PASS [ 8.061s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
45042023-11-21T21:10:01.407Z PASS [ 8.371s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
45052023-11-21T21:10:02.235Z PASS [ 8.253s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
45062023-11-21T21:10:03.012Z PASS [ 8.375s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
45072023-11-21T21:10:04.967Z PASS [ 7.907s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
45082023-11-21T21:10:05.012Z PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query
45092023-11-21T21:10:08.144Z PASS [ 8.032s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
45102023-11-21T21:10:09.573Z PASS [ 8.155s] nexus-db-queries db::collection_detach::test::test_detach_once
45112023-11-21T21:10:10.020Z PASS [ 7.734s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
45122023-11-21T21:10:10.983Z PASS [ 7.972s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
45132023-11-21T21:10:12.339Z PASS [ 7.330s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
45142023-11-21T21:10:12.372Z PASS [ 44.877s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
45152023-11-21T21:10:14.088Z PASS [ 5.918s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
45162023-11-21T21:10:15.393Z PASS [ 5.833s] nexus-db-queries db::collection_detach_many::test::test_detach_many
45172023-11-21T21:10:15.436Z PASS [ 0.043s] nexus-db-queries db::collection_detach_many::test::test_verify_query
45182023-11-21T21:10:15.558Z PASS [ 5.589s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
45192023-11-21T21:10:16.680Z PASS [ 5.694s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
45202023-11-21T21:10:16.719Z PASS [ 0.046s] nexus-db-queries db::collection_insert::test::test_verify_query
45212023-11-21T21:10:18.127Z PASS [ 5.757s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
45222023-11-21T21:10:18.136Z PASS [ 5.799s] nexus-db-queries db::collection_detach_many::test::test_detach_once
45232023-11-21T21:10:18.230Z PASS [ 0.046s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
45242023-11-21T21:10:28.850Z PASS [ 5.684s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
45252023-11-21T21:10:29.522Z PASS [ 5.356s] nexus-db-queries db::collection_insert::test::test_collection_not_present
45262023-11-21T21:10:29.522Z PASS [ 5.376s] nexus-db-queries db::collection_insert::test::test_collection_present
45272023-11-21T21:10:30.196Z PASS [ 5.834s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
45282023-11-21T21:10:30.196Z PASS [ 5.205s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
45292023-11-21T21:10:30.196Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
45302023-11-21T21:10:30.197Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
45312023-11-21T21:10:30.197Z PASS [ 7.129s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
45322023-11-21T21:10:30.197Z PASS [ 63.580s] bootstore::v0-fsm-proptest-learner run
45332023-11-21T21:10:30.197Z PASS [ 7.894s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
45342023-11-21T21:10:30.197Z PASS [ 8.133s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
45352023-11-21T21:10:30.197Z PASS [ 9.522s] nexus-db-queries db::datastore::dns::test::test_dns_update
45362023-11-21T21:10:30.422Z PASS [ 7.530s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
45372023-11-21T21:10:32.535Z PASS [ 7.209s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
45382023-11-21T21:10:33.256Z PASS [ 9.913s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
45392023-11-21T21:10:34.532Z PASS [ 7.283s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
45402023-11-21T21:10:36.428Z PASS [ 7.684s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
45412023-11-21T21:10:36.863Z PASS [ 7.599s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
45422023-11-21T21:10:36.943Z PASS [ 7.864s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
45432023-11-21T21:10:37.508Z PASS [ 7.426s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
45442023-11-21T21:10:40.105Z PASS [ 7.583s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
45452023-11-21T21:10:40.163Z PASS [ 0.053s] nexus-db-queries db::datastore::region::test::test_extent_count
45462023-11-21T21:10:40.636Z PASS [ 7.392s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
45472023-11-21T21:10:40.715Z PASS [ 77.049s] bootstore::v0-fsm-proptest-rack-coordinator run
45482023-11-21T21:10:42.791Z PASS [ 8.266s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
45492023-11-21T21:10:44.107Z PASS [ 7.738s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
45502023-11-21T21:10:44.607Z PASS [ 7.745s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
45512023-11-21T21:10:45.414Z PASS [ 8.488s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
45522023-11-21T21:10:45.660Z PASS [ 8.151s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
45532023-11-21T21:10:46.989Z PASS [ 6.832s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
45542023-11-21T21:10:47.650Z PASS [ 6.934s] nexus-db-queries db::datastore::test::test_component_update_conflict
45552023-11-21T21:10:47.917Z PASS [ 7.281s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
45562023-11-21T21:10:49.723Z PASS [ 6.934s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
45572023-11-21T21:10:51.041Z PASS [ 5.373s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
45582023-11-21T21:10:51.291Z PASS [ 7.179s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
45592023-11-21T21:10:51.783Z PASS [ 7.176s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
45602023-11-21T21:10:52.313Z PASS [ 6.896s] nexus-db-queries db::datastore::test::test_project_creation
45612023-11-21T21:10:54.386Z PASS [ 7.389s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
45622023-11-21T21:10:55.235Z PASS [ 7.265s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
45632023-11-21T21:10:57.106Z PASS [ 9.455s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
45642023-11-21T21:10:59.383Z PASS [ 9.664s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
45652023-11-21T21:10:59.615Z PASS [ 7.287s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
45662023-11-21T21:11:00.638Z PASS [ 5.447s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
45672023-11-21T21:11:01.047Z PASS [ 9.249s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
45682023-11-21T21:11:02.525Z PASS [ 10.457s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
45692023-11-21T21:11:02.609Z PASS [ 10.309s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
45702023-11-21T21:11:02.609Z PASS [ 7.259s] nexus-db-queries db::datastore::test::test_session_methods
45712023-11-21T21:11:02.610Z PASS [ 0.048s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
45722023-11-21T21:11:02.610Z PASS [ 0.050s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
45732023-11-21T21:11:02.610Z PASS [ 0.048s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
45742023-11-21T21:11:02.610Z PASS [ 0.052s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
45752023-11-21T21:11:06.036Z PASS [ 6.644s] nexus-db-queries db::datastore::test::test_ssh_keys
45762023-11-21T21:11:06.365Z PASS [ 6.979s] nexus-db-queries db::datastore::test::test_system_update_conflict
45772023-11-21T21:11:06.470Z PASS [ 6.868s] nexus-db-queries db::datastore::test::test_table_scan
45782023-11-21T21:11:06.819Z PASS [ 5.329s] nexus-db-queries db::explain::test::test_explain_async
45792023-11-21T21:11:07.229Z PASS [ 5.412s] nexus-db-queries db::explain::test::test_explain_full_table_scan
45802023-11-21T21:11:08.147Z PASS [ 7.506s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
45812023-11-21T21:11:08.407Z PASS [ 7.330s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
45822023-11-21T21:11:12.933Z PASS [ 6.801s] nexus-db-queries db::lookup::test::test_lookup
45832023-11-21T21:11:13.071Z PASS [ 5.408s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
45842023-11-21T21:11:13.071Z PASS [ 5.611s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
45852023-11-21T21:11:13.071Z PASS [ 5.806s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
45862023-11-21T21:11:13.072Z PASS [ 5.974s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
45872023-11-21T21:11:14.429Z PASS [ 7.426s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
45882023-11-21T21:11:15.841Z PASS [ 7.688s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
45892023-11-21T21:11:16.346Z PASS [ 7.701s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
45902023-11-21T21:11:16.580Z PASS [ 8.222s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
45912023-11-21T21:11:16.596Z PASS [ 7.442s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
45922023-11-21T21:11:19.431Z PASS [ 7.338s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
45932023-11-21T21:11:19.455Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
45942023-11-21T21:11:19.455Z PASS [ 7.158s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
45952023-11-21T21:11:19.961Z PASS [ 7.171s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
45962023-11-21T21:11:22.276Z PASS [ 7.845s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
45972023-11-21T21:11:23.344Z PASS [ 7.516s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
45982023-11-21T21:11:23.735Z PASS [ 7.401s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
45992023-11-21T21:11:23.830Z PASS [ 7.234s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
46002023-11-21T21:11:25.147Z PASS [ 8.404s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
46012023-11-21T21:11:33.976Z PASS [ 7.448s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
46022023-11-21T21:11:34.420Z PASS [ 7.497s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
46032023-11-21T21:11:34.422Z PASS [ 6.984s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
46042023-11-21T21:11:34.422Z PASS [ 7.424s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
46052023-11-21T21:11:34.422Z PASS [ 7.091s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
46062023-11-21T21:11:34.422Z PASS [ 0.050s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
46072023-11-21T21:11:34.422Z PASS [ 7.262s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
46082023-11-21T21:11:34.422Z PASS [ 7.538s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
46092023-11-21T21:11:34.422Z PASS [ 0.157s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
46102023-11-21T21:11:34.422Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
46112023-11-21T21:11:34.422Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
46122023-11-21T21:11:34.422Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
46132023-11-21T21:11:34.422Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
46142023-11-21T21:11:34.422Z PASS [ 7.262s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
46152023-11-21T21:11:35.100Z PASS [ 7.452s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
46162023-11-21T21:11:35.100Z PASS [ 7.342s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
46172023-11-21T21:11:35.100Z PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix
46182023-11-21T21:11:35.462Z PASS [ 7.393s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
46192023-11-21T21:11:35.462Z PASS [ 0.068s] nexus-inventory builder::test::test_basic
46202023-11-21T21:11:35.465Z PASS [ 0.042s] nexus-inventory builder::test::test_empty
46212023-11-21T21:11:35.465Z PASS [ 0.035s] nexus-inventory builder::test::test_problems
46222023-11-21T21:11:35.465Z PASS [ 0.529s] nexus-inventory collector::test::test_basic
46232023-11-21T21:11:35.665Z PASS [ 0.768s] nexus-inventory collector::test::test_multi_mgs
46242023-11-21T21:11:35.665Z PASS [ 0.032s] nexus-types external_api::shared::test::test_policy_parsing
46252023-11-21T21:11:35.665Z PASS [ 0.093s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
46262023-11-21T21:11:35.665Z PASS [ 0.041s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
46272023-11-21T21:11:35.665Z PASS [ 0.480s] nexus-inventory collector::test::test_multi_mgs_failure
46282023-11-21T21:11:35.667Z PASS [ 0.053s] omicron-certificates tests::test_cert_extended_key_usage
46292023-11-21T21:11:35.667Z PASS [ 0.050s] omicron-certificates tests::test_common_name_is_validated
46302023-11-21T21:11:35.667Z PASS [ 0.051s] omicron-certificates tests::test_subject_alternate_names_are_validated
46312023-11-21T21:11:35.667Z PASS [ 0.029s] omicron-common address::test::test_dns_subnets
46322023-11-21T21:11:35.667Z PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing
46332023-11-21T21:11:35.710Z PASS [ 0.025s] omicron-common address::test::test_ip_range_enum_deserialization
46342023-11-21T21:11:35.710Z PASS [ 0.025s] omicron-common address::test::test_ip_range_iter
46352023-11-21T21:11:35.710Z PASS [ 0.022s] omicron-common address::test::test_ip_range_try_from
46362023-11-21T21:11:35.710Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
46372023-11-21T21:11:35.710Z PASS [ 0.022s] omicron-common address::test::test_sled_address
46382023-11-21T21:11:35.710Z PASS [ 0.022s] omicron-common api::external::error::test::test_bail_unless
46392023-11-21T21:11:35.710Z PASS [ 0.020s] omicron-common api::external::error::test::test_context
46402023-11-21T21:11:35.710Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_pagination_examples
46412023-11-21T21:11:35.710Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_pagination_schemas
46422023-11-21T21:11:35.710Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_name
46432023-11-21T21:11:35.710Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
46442023-11-21T21:11:35.710Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
46452023-11-21T21:11:35.849Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
46462023-11-21T21:11:35.849Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
46472023-11-21T21:11:35.850Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount
46482023-11-21T21:11:35.850Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
46492023-11-21T21:11:36.097Z PASS [ 0.036s] omicron-common api::external::test::test_digest
46502023-11-21T21:11:36.097Z PASS [ 0.037s] omicron-common api::external::test::test_firewall_deserialization
46512023-11-21T21:11:36.098Z PASS [ 0.050s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
46522023-11-21T21:11:36.098Z PASS [ 0.049s] omicron-common api::external::test::test_firewall_rule_target_parse
46532023-11-21T21:11:36.101Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str
46542023-11-21T21:11:36.101Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
46552023-11-21T21:11:36.101Z PASS [ 0.038s] omicron-common api::external::test::test_ipnet_first_last_address
46562023-11-21T21:11:36.101Z PASS [ 0.039s] omicron-common api::external::test::test_ipnet_serde
46572023-11-21T21:11:36.174Z PASS [ 0.036s] omicron-common api::external::test::test_ipv4_net_operations
46582023-11-21T21:11:36.175Z PASS [ 0.037s] omicron-common api::external::test::test_ipv6_net_operations
46592023-11-21T21:11:36.175Z PASS [ 0.031s] omicron-common api::external::test::test_mac_to_int_conversions
46602023-11-21T21:11:36.175Z PASS [ 0.049s] omicron-common api::external::test::test_mac_system_iterator
46612023-11-21T21:11:36.175Z PASS [ 0.031s] omicron-common api::external::test::test_macaddr
46622023-11-21T21:11:36.175Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
46632023-11-21T21:11:36.175Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse_from_param
46642023-11-21T21:11:36.175Z PASS [ 0.037s] omicron-common api::external::test::test_resource_name_parse
46652023-11-21T21:11:36.175Z PASS [ 0.048s] omicron-common api::external::test::test_role_name_parse
46662023-11-21T21:11:36.175Z PASS [ 0.050s] omicron-common api::external::test::test_route_destination_parse
46672023-11-21T21:11:36.175Z PASS [ 0.040s] omicron-common api::external::test::test_route_target_parse
46682023-11-21T21:11:36.175Z PASS [ 0.033s] omicron-common api::external::test::test_semver_serialize
46692023-11-21T21:11:36.254Z PASS [ 0.033s] omicron-common api::external::test::test_semver_validation
46702023-11-21T21:11:36.254Z PASS [ 0.033s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
46712023-11-21T21:11:36.254Z PASS [ 0.036s] omicron-common ledger::test::test_create_default_ledger
46722023-11-21T21:11:36.254Z PASS [ 0.049s] omicron-common ledger::test::test_commit_handles_write_failures
46732023-11-21T21:11:36.281Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_from_storage
46742023-11-21T21:11:36.282Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
46752023-11-21T21:11:36.282Z PASS [ 0.035s] omicron-common nexus_config::test::test_bad_authn_schemes
46762023-11-21T21:11:36.282Z PASS [ 0.040s] omicron-common nexus_config::test::test_config_bad_toml
46772023-11-21T21:11:36.282Z PASS [ 0.031s] omicron-common nexus_config::test::test_config_empty
46782023-11-21T21:11:36.304Z PASS [ 0.025s] omicron-common nexus_config::test::test_config_nonexistent
46792023-11-21T21:11:36.354Z PASS [ 0.025s] omicron-common nexus_config::test::test_deployment_config_schema
46802023-11-21T21:11:36.354Z PASS [ 0.028s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
46812023-11-21T21:11:36.402Z PASS [ 0.038s] omicron-common nexus_config::test::test_repo_configs_are_valid
46822023-11-21T21:11:36.402Z PASS [ 0.037s] omicron-common nexus_config::test::test_valid
46832023-11-21T21:11:36.402Z PASS [ 0.026s] omicron-common postgres_config::test::test_bad_url
46842023-11-21T21:11:36.440Z PASS [ 0.025s] omicron-common postgres_config::test::test_example_url
46852023-11-21T21:11:36.440Z PASS [ 0.021s] omicron-common update::tests::serde_artifact_kind
46862023-11-21T21:11:36.543Z PASS [ 5.470s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
46872023-11-21T21:11:36.711Z PASS [ 0.333s] omicron-dev::test_omicron_dev test_cert_create
46882023-11-21T21:11:36.824Z PASS [ 0.114s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
46892023-11-21T21:11:38.189Z PASS [ 5.308s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
46902023-11-21T21:11:38.462Z PASS [ 7.230s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
46912023-11-21T21:11:38.462Z PASS [ 0.190s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
46922023-11-21T21:11:38.462Z PASS [ 0.108s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
46932023-11-21T21:11:38.462Z PASS [ 0.109s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
46942023-11-21T21:11:38.462Z PASS [ 0.048s] omicron-gateway management_switch::location_map::tests::test_config_validation
46952023-11-21T21:11:38.462Z PASS [ 0.043s] omicron-gateway management_switch::location_map::tests::test_resolve_location
46962023-11-21T21:11:38.462Z PASS [ 0.333s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
46972023-11-21T21:11:38.462Z PASS [ 0.339s] omicron-gateway::test_all integration_tests::component_list::component_list
46982023-11-21T21:11:38.462Z PASS [ 5.252s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
46992023-11-21T21:11:38.462Z PASS [ 0.281s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
47002023-11-21T21:11:38.462Z PASS [ 0.282s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
47012023-11-21T21:11:38.462Z PASS [ 7.383s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
47022023-11-21T21:11:38.462Z PASS [ 0.507s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
47032023-11-21T21:11:39.703Z PASS [ 5.034s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
47042023-11-21T21:11:46.416Z PASS [ 9.848s] omicron-dev::test_omicron_dev test_db_killed
47052023-11-21T21:11:58.640Z PASS [ 22.090s] omicron-dev::test_omicron_dev test_db_run
47062023-11-21T21:12:02.769Z PASS [ 24.471s] omicron-dev::test_omicron_dev test_run_all
47072023-11-21T21:12:03.185Z PASS [ 24.482s] omicron-nexus app::background::common::test::test_driver_basic
47082023-11-21T21:12:03.185Z PASS [ 25.114s] omicron-nexus app::background::dns_config::test::test_basic
47092023-11-21T21:12:03.186Z PASS [ 0.179s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
47102023-11-21T21:12:03.334Z PASS [ 25.425s] omicron-nexus app::background::dns_propagation::test::test_basic
47112023-11-21T21:12:03.445Z PASS [ 0.107s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
47122023-11-21T21:12:03.524Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
47132023-11-21T21:12:03.654Z PASS [ 0.140s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
47142023-11-21T21:12:03.878Z PASS [ 24.588s] omicron-nexus app::background::dns_servers::test::test_basic
47152023-11-21T21:12:03.883Z PASS [ 1.610s] omicron-nexus app::external_endpoints::test::test_authority
47162023-11-21T21:12:04.615Z PASS [ 26.919s] omicron-nexus app::background::common::test::test_activation_in_progress
47172023-11-21T21:12:25.665Z PASS [ 23.596s] omicron-nexus app::background::external_endpoints::test::test_basic
47182023-11-21T21:12:25.865Z PASS [ 12.670s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
47192023-11-21T21:12:25.865Z PASS [ 23.481s] omicron-nexus app::background::init::test::test_dns_propagation_basic
47202023-11-21T21:12:31.528Z PASS [ 26.913s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
47212023-11-21T21:12:32.052Z PASS [ 30.556s] omicron-nexus app::background::inventory_collection::test::test_basic
47222023-11-21T21:12:32.448Z PASS [ 28.564s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
47232023-11-21T21:12:35.957Z PASS [ 32.298s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
47242023-11-21T21:12:36.762Z PASS [ 32.886s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
47252023-11-21T21:12:36.956Z PASS [ 27.129s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
47262023-11-21T21:12:43.514Z PASS [ 27.692s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
47272023-11-21T21:13:02.458Z PASS [ 29.996s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
47282023-11-21T21:13:05.482Z PASS [ 33.447s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
47292023-11-21T21:13:07.465Z PASS [ 30.704s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
47302023-11-21T21:13:07.959Z PASS [ 32.011s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
47312023-11-21T21:13:15.042Z PASS [ 31.521s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
47322023-11-21T21:13:22.109Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47332023-11-21T21:13:31.521Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47342023-11-21T21:13:35.794Z PASS [ 30.320s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
47352023-11-21T21:13:36.207Z PASS [ 28.726s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
47362023-11-21T21:13:36.961Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47372023-11-21T21:13:38.472Z PASS [ 23.374s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47382023-11-21T21:13:38.476Z PASS [ 0.064s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47392023-11-21T21:13:39.852Z PASS [ 37.416s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47402023-11-21T21:13:40.031Z PASS [ 32.072s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47412023-11-21T21:13:46.856Z PASS [ 69.905s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47422023-11-21T21:14:01.732Z PASS [ 98.890s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47432023-11-21T21:14:07.431Z PASS [ 20.576s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47442023-11-21T21:14:08.242Z PASS [ 29.777s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47452023-11-21T21:14:12.620Z PASS [ 32.761s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47462023-11-21T21:14:13.276Z PASS [ 101.756s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47472023-11-21T21:14:31.429Z PASS [ 40.499s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47482023-11-21T21:14:31.429Z PASS [ 21.797s] omicron-nexus app::update::tests::test_populate_mock_system_updates
47492023-11-21T21:14:31.826Z PASS [ 30.255s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47502023-11-21T21:14:32.489Z PASS [ 24.844s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47512023-11-21T21:14:32.645Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47522023-11-21T21:14:32.645Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47532023-11-21T21:14:32.645Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47542023-11-21T21:14:32.645Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47552023-11-21T21:14:32.788Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47562023-11-21T21:14:32.788Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47572023-11-21T21:14:32.904Z PASS [ 0.072s] omicron-nexus external_api::console_api::test::test_relative_uri
47582023-11-21T21:14:32.941Z PASS [ 0.149s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47592023-11-21T21:14:34.206Z PASS [ 21.573s] omicron-nexus app::update::tests::test_semver_max
47602023-11-21T21:14:34.672Z PASS [ 21.381s] omicron-nexus app::update::tests::test_system_updates
47612023-11-21T21:14:35.818Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47622023-11-21T21:14:36.243Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47632023-11-21T21:14:40.104Z PASS [ 8.847s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47642023-11-21T21:14:41.989Z PASS [ 21.468s] omicron-nexus app::update::tests::test_update_deployments
47652023-11-21T21:14:51.729Z PASS [ 11.635s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47662023-11-21T21:14:51.868Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47672023-11-21T21:14:52.270Z PASS [ 22.228s] omicron-nexus app::update::tests::test_updateable_components
47682023-11-21T21:14:53.197Z PASS [ 11.202s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47692023-11-21T21:14:55.722Z PASS [ 21.070s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47702023-11-21T21:14:56.393Z PASS [ 22.209s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47712023-11-21T21:15:14.941Z PASS [ 22.275s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47722023-11-21T21:15:14.944Z PASS [ 22.915s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47732023-11-21T21:15:16.543Z PASS [ 23.357s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47742023-11-21T21:15:21.165Z PASS [ 23.174s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47752023-11-21T21:15:21.326Z PASS [ 22.878s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47762023-11-21T21:15:32.845Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47772023-11-21T21:15:35.787Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47782023-11-21T21:15:35.865Z PASS [ 21.086s] omicron-nexus::test_all integration_tests::basic::test_ping
47792023-11-21T21:15:36.175Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47802023-11-21T21:15:36.202Z PASS [ 21.670s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47812023-11-21T21:15:39.187Z PASS [ 123.011s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47822023-11-21T21:15:40.950Z PASS [ 21.687s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47832023-11-21T21:15:44.320Z PASS [ 71.437s] omicron-nexus populate::test::test_populators
47842023-11-21T21:15:47.936Z PASS [ 31.396s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47852023-11-21T21:15:54.174Z PASS [ 35.282s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47862023-11-21T21:15:58.796Z PASS [ 22.931s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47872023-11-21T21:15:58.961Z PASS [ 22.759s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47882023-11-21T21:16:01.131Z PASS [ 2.321s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47892023-11-21T21:16:01.251Z PASS [ 0.136s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47902023-11-21T21:16:01.371Z PASS [ 2.409s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47912023-11-21T21:16:01.782Z PASS [ 0.410s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
47922023-11-21T21:16:01.857Z PASS [ 22.672s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
47932023-11-21T21:16:02.236Z PASS [ 0.971s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47942023-11-21T21:16:04.053Z PASS [ 23.097s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
47952023-11-21T21:16:09.188Z PASS [ 24.895s] omicron-nexus::test_all integration_tests::certificates::test_crud
47962023-11-21T21:16:11.961Z PASS [ 24.014s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
47972023-11-21T21:16:24.956Z PASS [ 22.683s] omicron-nexus::test_all integration_tests::console_api::test_assets
47982023-11-21T21:16:24.963Z PASS [ 23.097s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
47992023-11-21T21:16:25.677Z PASS [ 23.221s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
48002023-11-21T21:16:25.941Z PASS [ 31.748s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
48012023-11-21T21:16:32.981Z PASS [ 28.237s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
48022023-11-21T21:16:34.592Z PASS [ 22.640s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
48032023-11-21T21:16:35.783Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48042023-11-21T21:16:39.521Z PASS [ 30.351s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
48052023-11-21T21:16:47.778Z PASS [ 23.231s] omicron-nexus::test_all integration_tests::console_api::test_session_me
48062023-11-21T21:16:48.739Z PASS [ 23.422s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
48072023-11-21T21:16:49.789Z PASS [ 23.868s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
48082023-11-21T21:16:54.335Z PASS [ 28.895s] omicron-nexus::test_all integration_tests::console_api::test_sessions
48092023-11-21T21:16:55.384Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
48102023-11-21T21:17:03.057Z PASS [ 28.201s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
48112023-11-21T21:17:16.144Z PASS [ 28.380s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
48122023-11-21T21:17:16.711Z PASS [ 28.413s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
48132023-11-21T21:17:17.858Z PASS [ 28.073s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
48142023-11-21T21:17:20.373Z PASS [ 26.028s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
48152023-11-21T21:17:20.392Z PASS [ 40.869s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
48162023-11-21T21:17:35.853Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48172023-11-21T21:17:36.525Z PASS [ 41.116s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48182023-11-21T21:17:43.080Z PASS [ 26.374s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48192023-11-21T21:17:45.485Z PASS [ 24.721s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
48202023-11-21T21:17:45.589Z PASS [ 25.160s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48212023-11-21T21:17:47.170Z PASS [ 29.313s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48222023-11-21T21:17:54.439Z PASS [ 51.655s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48232023-11-21T21:18:02.872Z PASS [ 26.375s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48242023-11-21T21:18:05.974Z PASS [ 49.824s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48252023-11-21T21:18:08.853Z PASS [ 25.369s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48262023-11-21T21:18:15.373Z PASS [ 27.960s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48272023-11-21T21:18:32.428Z PASS [ 32.105s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48282023-11-21T21:18:32.774Z PASS [ 32.037s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48292023-11-21T21:18:32.774Z PASS [ 45.237s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48302023-11-21T21:18:33.044Z PASS [ 297.124s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48312023-11-21T21:18:33.569Z PASS [ 30.680s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48322023-11-21T21:18:34.369Z PASS [ 28.375s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
48332023-11-21T21:18:35.762Z PASS [ 27.308s] omicron-nexus::test_all integration_tests::images::test_image_create
48342023-11-21T21:18:42.123Z PASS [ 26.996s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
48352023-11-21T21:18:43.815Z PASS [ 26.628s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
48362023-11-21T21:18:52.472Z PASS [ 25.967s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
48372023-11-21T21:18:57.869Z PASS [ 27.086s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
48382023-11-21T21:19:01.810Z PASS [ 28.840s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
48392023-11-21T21:19:01.993Z PASS [ 27.630s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48402023-11-21T21:19:04.336Z PASS [ 28.176s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48412023-11-21T21:19:06.903Z PASS [ 33.348s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48422023-11-21T21:19:07.534Z PASS [ 25.407s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48432023-11-21T21:19:13.645Z PASS [ 10.356s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48442023-11-21T21:19:13.758Z PASS [ 26.612s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48452023-11-21T21:19:13.758Z PASS [ 9.618s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48462023-11-21T21:19:13.758Z PASS [ 10.004s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48472023-11-21T21:19:15.207Z PASS [ 22.765s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48482023-11-21T21:19:16.221Z PASS [ 12.288s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48492023-11-21T21:19:32.539Z PASS [ 25.611s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48502023-11-21T21:19:37.272Z PASS [ 22.069s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48512023-11-21T21:19:40.198Z PASS [ 31.966s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48522023-11-21T21:19:47.770Z PASS [ 36.424s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48532023-11-21T21:19:51.495Z PASS [ 39.390s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48542023-11-21T21:19:55.068Z PASS [ 38.859s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48552023-11-21T21:19:55.624Z PASS [ 45.210s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48562023-11-21T21:19:59.408Z PASS [ 51.889s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48572023-11-21T21:20:08.513Z PASS [ 31.247s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48582023-11-21T21:20:17.465Z PASS [ 37.286s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48592023-11-21T21:20:25.190Z PASS [ 37.409s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48602023-11-21T21:20:27.553Z PASS [ 32.484s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48612023-11-21T21:20:29.879Z PASS [ 38.520s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48622023-11-21T21:20:35.079Z PASS [ 36.233s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48632023-11-21T21:20:35.371Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48642023-11-21T21:20:42.489Z PASS [ 43.067s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48652023-11-21T21:20:56.694Z PASS [ 39.128s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
48662023-11-21T21:20:58.850Z PASS [ 50.339s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48672023-11-21T21:20:59.567Z PASS [ 87.068s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48682023-11-21T21:21:02.734Z PASS [ 37.463s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
48692023-11-21T21:21:06.445Z PASS [ 36.550s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
48702023-11-21T21:21:07.253Z PASS [ 39.706s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
48712023-11-21T21:21:12.671Z PASS [ 40.819s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
48722023-11-21T21:21:28.760Z PASS [ 26.453s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
48732023-11-21T21:21:28.828Z PASS [ 42.904s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
48742023-11-21T21:21:28.828Z PASS [ 26.217s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
48752023-11-21T21:21:31.951Z PASS [ 24.701s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
48762023-11-21T21:21:33.467Z PASS [ 30.834s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
48772023-11-21T21:21:34.457Z PASS [ 35.608s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
48782023-11-21T21:21:35.557Z PASS [ 29.141s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
48792023-11-21T21:21:47.254Z PASS [ 21.475s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
48802023-11-21T21:21:54.745Z PASS [ 31.654s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
48812023-11-21T21:21:55.450Z PASS [ 23.496s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
48822023-11-21T21:21:56.028Z PASS [ 43.362s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
48832023-11-21T21:21:57.052Z PASS [ 23.585s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
48842023-11-21T21:21:58.516Z PASS [ 24.063s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
48852023-11-21T21:21:58.844Z PASS [ 23.290s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
48862023-11-21T21:21:59.355Z PASS [ 33.988s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
48872023-11-21T21:22:18.227Z PASS [ 22.786s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
48882023-11-21T21:22:18.744Z PASS [ 24.056s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
48892023-11-21T21:22:19.413Z PASS [ 23.387s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
48902023-11-21T21:22:19.907Z PASS [ 22.848s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
48912023-11-21T21:22:22.411Z PASS [ 35.162s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
48922023-11-21T21:22:23.447Z PASS [ 24.595s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
48932023-11-21T21:22:23.790Z PASS [ 24.434s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
48942023-11-21T21:22:31.324Z PASS [ 32.817s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
48952023-11-21T21:22:42.285Z PASS [ 22.867s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
48962023-11-21T21:22:49.964Z PASS [ 30.032s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
48972023-11-21T21:22:50.086Z PASS [ 26.295s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
48982023-11-21T21:22:56.977Z PASS [ 25.647s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
48992023-11-21T21:22:59.265Z PASS [ 36.856s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
49002023-11-21T21:23:07.674Z PASS [ 25.398s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
49012023-11-21T21:23:16.045Z PASS [ 52.611s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
49022023-11-21T21:23:18.224Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49032023-11-21T21:23:18.740Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
49042023-11-21T21:23:22.938Z PASS [ 25.972s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
49052023-11-21T21:23:26.197Z PASS [ 67.976s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49062023-11-21T21:23:41.508Z PASS [ 51.586s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
49072023-11-21T21:23:41.605Z PASS [ 51.529s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
49082023-11-21T21:23:50.032Z PASS [ 33.990s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
49092023-11-21T21:23:50.690Z PASS [ 43.008s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
49102023-11-21T21:23:51.416Z PASS [ 52.156s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49112023-11-21T21:23:52.537Z PASS [ 25.926s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
49122023-11-21T21:23:58.497Z PASS [ 35.562s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49132023-11-21T21:24:13.636Z PASS [ 114.900s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
49142023-11-21T21:24:15.126Z PASS [ 23.667s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49152023-11-21T21:24:18.236Z PASS [ 36.729s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
49162023-11-21T21:24:20.677Z PASS [ 28.558s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49172023-11-21T21:24:23.132Z PASS [ 24.621s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49182023-11-21T21:24:34.277Z PASS [ 52.667s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49192023-11-21T21:24:40.917Z PASS [ 27.284s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49202023-11-21T21:24:43.310Z PASS [ 25.070s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49212023-11-21T21:24:44.443Z PASS [ 54.415s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49222023-11-21T21:24:44.480Z PASS [ 21.365s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49232023-11-21T21:24:44.991Z PASS [ 24.317s] omicron-nexus::test_all integration_tests::projects::test_projects
49242023-11-21T21:24:49.671Z PASS [ 34.594s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49252023-11-21T21:24:50.679Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49262023-11-21T21:24:56.666Z PASS [ 22.400s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49272023-11-21T21:25:00.443Z PASS [ 3.766s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
49282023-11-21T21:25:04.373Z PASS [ 3.869s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
49292023-11-21T21:25:04.538Z PASS [ 23.621s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49302023-11-21T21:25:04.918Z PASS [ 0.616s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
49312023-11-21T21:25:05.233Z PASS [ 74.551s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49322023-11-21T21:25:06.594Z PASS [ 23.296s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49332023-11-21T21:25:06.648Z PASS [ 21.658s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49342023-11-21T21:25:06.711Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49352023-11-21T21:25:06.764Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49362023-11-21T21:25:06.970Z PASS [ 0.139s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49372023-11-21T21:25:06.970Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49382023-11-21T21:25:07.001Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49392023-11-21T21:25:07.233Z PASS [ 22.749s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49402023-11-21T21:25:08.148Z PASS [ 3.612s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
49412023-11-21T21:25:08.845Z PASS [ 23.984s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49422023-11-21T21:25:08.851Z PASS [ 3.585s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
49432023-11-21T21:25:11.517Z PASS [ 21.846s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49442023-11-21T21:25:30.359Z PASS [ 23.460s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49452023-11-21T21:25:30.529Z PASS [ 23.305s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49462023-11-21T21:25:30.641Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49472023-11-21T21:25:30.707Z PASS [ 0.064s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
49482023-11-21T21:25:30.823Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49492023-11-21T21:25:30.998Z PASS [ 24.008s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49502023-11-21T21:25:31.372Z PASS [ 23.223s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49512023-11-21T21:25:32.012Z PASS [ 26.780s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
49522023-11-21T21:25:32.200Z PASS [ 23.700s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49532023-11-21T21:25:32.917Z PASS [ 24.485s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49542023-11-21T21:25:37.741Z PASS [ 26.194s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49552023-11-21T21:25:43.580Z PASS [ 11.095s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
49562023-11-21T21:25:44.930Z PASS [ 11.770s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
49572023-11-21T21:26:01.390Z PASS [ 10.151s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
49582023-11-21T21:26:01.390Z PASS [ 21.362s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
49592023-11-21T21:26:01.390Z PASS [ 20.866s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
49602023-11-21T21:26:01.390Z PASS [ 21.904s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
49612023-11-21T21:26:01.390Z PASS [ 21.528s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
49622023-11-21T21:26:01.390Z PASS [ 10.205s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
49632023-11-21T21:26:01.390Z PASS [ 21.684s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
49642023-11-21T21:26:01.390Z PASS [ 10.272s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
49652023-11-21T21:26:01.391Z PASS [ 5.697s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
49662023-11-21T21:26:01.391Z PASS [ 10.472s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
49672023-11-21T21:26:15.242Z PASS [ 22.716s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
49682023-11-21T21:26:16.901Z PASS [ 23.196s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
49692023-11-21T21:26:17.614Z PASS [ 22.662s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
49702023-11-21T21:26:19.426Z PASS [ 21.496s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
49712023-11-21T21:26:21.501Z PASS [ 28.006s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
49722023-11-21T21:26:21.783Z PASS [ 23.457s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
49732023-11-21T21:26:23.528Z PASS [ 31.271s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
49742023-11-21T21:26:39.004Z PASS [ 23.763s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
49752023-11-21T21:26:40.794Z PASS [ 23.912s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
49762023-11-21T21:26:42.239Z PASS [ 24.621s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
49772023-11-21T21:26:43.223Z PASS [ 23.800s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
49782023-11-21T21:26:44.412Z PASS [ 22.628s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
49792023-11-21T21:26:46.421Z PASS [ 22.890s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
49802023-11-21T21:26:47.247Z PASS [ 25.748s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
49812023-11-21T21:26:49.734Z PASS [ 57.569s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
49822023-11-21T21:27:03.743Z PASS [ 24.741s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
49832023-11-21T21:27:05.633Z PASS [ 24.846s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
49842023-11-21T21:27:08.122Z PASS [ 24.901s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
49852023-11-21T21:27:08.587Z PASS [ 24.168s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
49862023-11-21T21:27:10.339Z PASS [ 23.924s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
49872023-11-21T21:27:11.318Z PASS [ 24.074s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
49882023-11-21T21:27:13.409Z PASS [ 23.676s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
49892023-11-21T21:27:15.344Z PASS [ 33.118s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
49902023-11-21T21:27:27.598Z PASS [ 23.815s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
49912023-11-21T21:27:33.604Z PASS [ 25.019s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
49922023-11-21T21:27:33.980Z PASS [ 22.664s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
49932023-11-21T21:27:34.734Z PASS [ 29.105s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
49942023-11-21T21:27:38.585Z PASS [ 30.464s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
49952023-11-21T21:27:39.471Z PASS [ 24.124s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
49962023-11-21T21:27:41.788Z PASS [ 31.452s] omicron-nexus::test_all integration_tests::silos::test_silos
49972023-11-21T21:27:44.282Z PASS [ 30.866s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
49982023-11-21T21:27:55.357Z PASS [ 27.808s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
49992023-11-21T21:27:58.066Z PASS [ 24.475s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
50002023-11-21T21:28:01.163Z PASS [ 22.581s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
50012023-11-21T21:28:04.312Z PASS [ 24.849s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
50022023-11-21T21:28:06.351Z PASS [ 24.559s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
50032023-11-21T21:28:08.108Z PASS [ 23.836s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
50042023-11-21T21:28:08.939Z PASS [ 4.619s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
50052023-11-21T21:28:09.679Z PASS [ 1.571s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
50062023-11-21T21:28:11.057Z PASS [ 4.701s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
50072023-11-21T21:28:11.108Z PASS [ 37.123s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
50082023-11-21T21:28:12.233Z PASS [ 37.499s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
50092023-11-21T21:28:13.459Z PASS [ 4.529s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
50102023-11-21T21:28:14.221Z PASS [ 4.545s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
50112023-11-21T21:28:29.451Z PASS [ 28.289s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
50122023-11-21T21:28:31.467Z PASS [ 36.112s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
50132023-11-21T21:28:33.214Z PASS [ 22.108s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
50142023-11-21T21:28:33.320Z PASS [ 21.013s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
50152023-11-21T21:28:34.300Z PASS [ 20.839s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
50162023-11-21T21:28:35.252Z PASS [ 0.957s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
50172023-11-21T21:28:35.877Z PASS [ 21.657s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
50182023-11-21T21:28:43.792Z PASS [ 44.769s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
50192023-11-21T21:28:45.679Z PASS [ 34.575s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
50202023-11-21T21:29:07.631Z PASS [ 23.441s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
50212023-11-21T21:29:07.631Z PASS [ 22.803s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
50222023-11-21T21:29:07.631Z PASS [ 22.603s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
50232023-11-21T21:29:07.631Z PASS [ 21.942s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50242023-11-21T21:29:07.631Z PASS [ 24.361s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50252023-11-21T21:29:07.631Z PASS [ 22.562s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50262023-11-21T21:29:24.186Z PASS [ 32.484s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50272023-11-21T21:29:28.155Z PASS [ 35.269s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50282023-11-21T21:29:28.373Z PASS [ 34.113s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
50292023-11-21T21:29:30.179Z PASS [ 32.990s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
50302023-11-21T21:29:31.131Z PASS [ 35.382s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
50312023-11-21T21:29:33.242Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50322023-11-21T21:29:33.828Z PASS [ 33.590s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
50332023-11-21T21:29:39.497Z PASS [ 34.098s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
50342023-11-21T21:29:52.913Z PASS [ 34.759s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
50352023-11-21T21:29:54.237Z PASS [ 24.061s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
50362023-11-21T21:30:04.027Z PASS [ 35.871s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50372023-11-21T21:30:06.915Z PASS [ 38.135s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50382023-11-21T21:30:14.655Z PASS [ 43.519s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50392023-11-21T21:30:16.354Z PASS [ 42.508s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50402023-11-21T21:30:20.564Z PASS [ 107.327s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50412023-11-21T21:30:31.113Z PASS [ 51.219s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50422023-11-21T21:30:40.809Z PASS [ 20.247s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
50432023-11-21T21:30:43.427Z PASS [ 50.522s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50442023-11-21T21:30:44.201Z PASS [ 49.967s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50452023-11-21T21:30:45.846Z PASS [ 39.344s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50462023-11-21T21:30:50.608Z PASS [ 34.258s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50472023-11-21T21:30:51.357Z PASS [ 20.657s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
50482023-11-21T21:30:51.370Z PASS [ 36.728s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50492023-11-21T21:30:56.905Z PASS [ 52.874s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50502023-11-21T21:31:03.703Z PASS [ 22.898s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
50512023-11-21T21:31:05.930Z PASS [ 22.506s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
50522023-11-21T21:31:06.448Z PASS [ 22.249s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
50532023-11-21T21:31:09.085Z PASS [ 23.232s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
50542023-11-21T21:31:12.958Z PASS [ 21.576s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
50552023-11-21T21:31:13.327Z PASS [ 22.740s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
50562023-11-21T21:31:13.371Z PASS [ 22.002s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
50572023-11-21T21:31:19.643Z PASS [ 22.747s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
50582023-11-21T21:31:26.370Z PASS [ 22.660s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
50592023-11-21T21:31:28.520Z PASS [ 22.592s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
50602023-11-21T21:31:29.557Z PASS [ 23.109s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
50612023-11-21T21:31:33.060Z PASS [ 23.985s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
50622023-11-21T21:31:35.506Z PASS [ 22.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
50632023-11-21T21:31:36.481Z PASS [ 23.161s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
50642023-11-21T21:31:36.709Z PASS [ 23.337s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
50652023-11-21T21:31:48.269Z PASS [ 28.634s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
50662023-11-21T21:32:00.258Z PASS [ 29.820s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
50672023-11-21T21:32:00.258Z PASS [ 21.173s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
50682023-11-21T21:32:00.258Z PASS [ 21.224s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
50692023-11-21T21:32:00.259Z PASS [ 0.086s] omicron-package dot::test::test_bad_dependency
50702023-11-21T21:32:00.304Z PASS [ 21.545s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
50712023-11-21T21:32:00.304Z PASS [ 0.046s] omicron-package dot::test::test_dot_output
50722023-11-21T21:32:00.304Z PASS [ 0.031s] omicron-passwords test::test_password_constraints
50732023-11-21T21:32:00.304Z PASS [ 29.627s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
50742023-11-21T21:32:01.291Z PASS [ 4.617s] omicron-omdb::test_all_output test_omdb_usage_errors
50752023-11-21T21:32:01.352Z PASS [ 0.060s] omicron-passwords test::test_stable
50762023-11-21T21:32:01.376Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
50772023-11-21T21:32:01.405Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
50782023-11-21T21:32:01.492Z PASS [ 0.082s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
50792023-11-21T21:32:01.954Z PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath
50802023-11-21T21:32:01.959Z PASS [ 0.150s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
50812023-11-21T21:32:01.959Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
50822023-11-21T21:32:01.959Z PASS [ 0.073s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
50832023-11-21T21:32:01.959Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
50842023-11-21T21:32:01.959Z PASS [ 3.774s] omicron-passwords test::test_reproducible
50852023-11-21T21:32:01.959Z PASS [ 0.048s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
50862023-11-21T21:32:01.959Z PASS [ 33.386s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
50872023-11-21T21:32:01.959Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
50882023-11-21T21:32:01.967Z PASS [ 0.066s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
50892023-11-21T21:32:01.967Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
50902023-11-21T21:32:01.977Z PASS [ 0.055s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
50912023-11-21T21:32:02.003Z PASS [ 0.050s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
50922023-11-21T21:32:02.021Z PASS [ 0.045s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
50932023-11-21T21:32:02.033Z PASS [ 0.045s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
50942023-11-21T21:32:02.051Z PASS [ 0.049s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
50952023-11-21T21:32:02.066Z PASS [ 0.048s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
50962023-11-21T21:32:02.088Z PASS [ 0.060s] omicron-sled-agent config::test::test_smf_configs
50972023-11-21T21:32:02.107Z PASS [ 0.059s] omicron-sled-agent profile::tests::empty_profile
50982023-11-21T21:32:02.123Z PASS [ 0.061s] omicron-sled-agent profile::tests::test_instance
50992023-11-21T21:32:02.132Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_multiple
51002023-11-21T21:32:02.152Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_property
51012023-11-21T21:32:02.162Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_property_group
51022023-11-21T21:32:02.172Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service
51032023-11-21T21:32:02.194Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service_property_group
51042023-11-21T21:32:02.219Z PASS [ 0.049s] omicron-sled-agent rack_setup::config::test::test_subnets
51052023-11-21T21:32:02.236Z PASS [ 0.067s] omicron-sled-agent rack_setup::config::test::test_extra_certs
51062023-11-21T21:32:02.262Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
51072023-11-21T21:32:02.297Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
51082023-11-21T21:32:02.297Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
51092023-11-21T21:32:02.309Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
51102023-11-21T21:32:02.319Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
51112023-11-21T21:32:02.356Z PASS [ 0.049s] omicron-sled-agent services::test::test_all_zone_requests_schema
51122023-11-21T21:32:02.373Z PASS [ 0.052s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
51132023-11-21T21:32:02.593Z PASS [ 0.242s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
51142023-11-21T21:32:02.594Z PASS [ 0.277s] omicron-sled-agent services::test::test_ensure_service
51152023-11-21T21:32:02.601Z PASS [ 0.276s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
51162023-11-21T21:32:02.636Z PASS [ 0.041s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
51172023-11-21T21:32:02.650Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
51182023-11-21T21:32:02.683Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
51192023-11-21T21:32:02.728Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
51202023-11-21T21:32:02.736Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
51212023-11-21T21:32:02.764Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
51222023-11-21T21:32:02.839Z PASS [ 0.089s] omicron-sled-agent updates::test::test_query_no_components
51232023-11-21T21:32:02.880Z PASS [ 0.116s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
51242023-11-21T21:32:02.915Z PASS [ 0.049s] omicron-sled-agent updates::test::test_query_sled_agent_version
51252023-11-21T21:32:02.938Z PASS [ 0.337s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
51262023-11-21T21:32:03.372Z PASS [ 0.084s] omicron-sled-agent updates::test::test_query_zone_version
51272023-11-21T21:32:03.381Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
51282023-11-21T21:32:03.381Z PASS [ 30.110s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51292023-11-21T21:32:03.381Z PASS [ 0.293s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
51302023-11-21T21:32:03.381Z PASS [ 0.068s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
51312023-11-21T21:32:04.243Z PASS [ 0.853s] omicron-sled-agent zone_bundle::illumos_tests::test_context
51322023-11-21T21:32:04.277Z PASS [ 0.664s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
51332023-11-21T21:32:04.277Z PASS [ 0.083s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
51342023-11-21T21:32:04.277Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
51352023-11-21T21:32:04.277Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_disk_usage
51362023-11-21T21:32:04.277Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
51372023-11-21T21:32:04.277Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
51382023-11-21T21:32:04.277Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
51392023-11-21T21:32:04.548Z PASS [ 0.326s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
51402023-11-21T21:32:04.617Z PASS [ 0.068s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
51412023-11-21T21:32:04.637Z PASS [ 1.698s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
51422023-11-21T21:32:04.834Z PASS [ 0.176s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
51432023-11-21T21:32:04.856Z PASS [ 1.672s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
51442023-11-21T21:32:04.866Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
51452023-11-21T21:32:04.917Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
51462023-11-21T21:32:04.954Z PASS [ 0.048s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
51472023-11-21T21:32:05.083Z PASS [ 0.354s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
51482023-11-21T21:32:05.094Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
51492023-11-21T21:32:05.094Z PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
51502023-11-21T21:32:05.135Z PASS [ 1.305s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
51512023-11-21T21:32:05.373Z PASS [ 0.357s] omicron-test-utils dev::db::test::test_bad_cmd
51522023-11-21T21:32:05.748Z PASS [ 0.706s] omicron-test-utils dev::db::test::test_cmd_fails
51532023-11-21T21:32:05.757Z PASS [ 0.390s] omicron-test-utils dev::db::test::test_database_start_hang
51542023-11-21T21:32:05.797Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_make_pg_config_ok
51552023-11-21T21:32:05.815Z PASS [ 0.052s] omicron-test-utils dev::db::test::test_make_pg_config_fail
51562023-11-21T21:32:05.837Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_abnormal
51572023-11-21T21:32:05.879Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_normal
51582023-11-21T21:32:05.893Z PASS [ 1.040s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
51592023-11-21T21:32:07.486Z PASS [ 9.456s] omicron-passwords test::test_compatible
51602023-11-21T21:32:07.527Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_starter_tmpdir
51612023-11-21T21:32:07.574Z PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
51622023-11-21T21:32:07.616Z PASS [ 0.042s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
51632023-11-21T21:32:07.718Z PASS [ 0.101s] oximeter histogram::tests::test_bin_range
51642023-11-21T21:32:07.754Z PASS [ 0.033s] oximeter histogram::tests::test_bin_range_from
51652023-11-21T21:32:07.786Z PASS [ 0.036s] oximeter histogram::tests::test_bin_range_to
51662023-11-21T21:32:07.830Z PASS [ 0.043s] oximeter histogram::tests::test_ensure_finite
51672023-11-21T21:32:07.877Z PASS [ 0.043s] oximeter histogram::tests::test_foo
51682023-11-21T21:32:08.334Z PASS [ 0.039s] oximeter histogram::tests::test_histogram
51692023-11-21T21:32:08.347Z PASS [ 0.066s] oximeter histogram::tests::test_histogram_extreme_bins
51702023-11-21T21:32:08.347Z PASS [ 0.062s] oximeter histogram::tests::test_histogram_extreme_samples
51712023-11-21T21:32:08.347Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_float_bins
51722023-11-21T21:32:08.347Z PASS [ 0.047s] oximeter histogram::tests::test_histogram_to_arrays
51732023-11-21T21:32:08.347Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_unbounded_samples
51742023-11-21T21:32:08.347Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins
51752023-11-21T21:32:08.347Z LEAK [ 2.382s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
51762023-11-21T21:32:08.347Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_with_bins
51772023-11-21T21:32:08.347Z PASS [ 0.045s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
51782023-11-21T21:32:08.347Z PASS [ 0.058s] oximeter histogram::tests::test_histogram_with_overlapping_bins
51792023-11-21T21:32:08.347Z PASS [ 0.072s] oximeter histogram::tests::test_log_linear_bins_all_representable
51802023-11-21T21:32:08.351Z PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
51812023-11-21T21:32:08.373Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
51822023-11-21T21:32:08.391Z PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
51832023-11-21T21:32:08.415Z PASS [ 0.045s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
51842023-11-21T21:32:08.442Z PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
51852023-11-21T21:32:08.459Z PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
51862023-11-21T21:32:08.485Z PASS [ 0.046s] oximeter histogram::tests::test_span_decades
51872023-11-21T21:32:08.490Z PASS [ 0.044s] oximeter histogram::tests::test_span_decades_other_counts_f64
51882023-11-21T21:32:08.518Z PASS [ 0.032s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
51892023-11-21T21:32:08.526Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
51902023-11-21T21:32:08.557Z PASS [ 0.040s] oximeter test_util::tests::test_gen_test_samples
51912023-11-21T21:32:08.565Z PASS [ 0.039s] oximeter traits::tests::test_metric_trait
51922023-11-21T21:32:08.598Z PASS [ 0.039s] oximeter traits::tests::test_producer_trait
51932023-11-21T21:32:08.608Z PASS [ 0.042s] oximeter traits::tests::test_target_trait
51942023-11-21T21:32:08.635Z PASS [ 0.036s] oximeter types::tests::test_cumulative_f64
51952023-11-21T21:32:08.643Z PASS [ 0.036s] oximeter types::tests::test_cumulative_i64
51962023-11-21T21:32:08.671Z PASS [ 0.037s] oximeter types::tests::test_datum
51972023-11-21T21:32:08.682Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
51982023-11-21T21:32:08.712Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
51992023-11-21T21:32:08.734Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
52002023-11-21T21:32:08.750Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
52012023-11-21T21:32:08.766Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
52022023-11-21T21:32:08.784Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
52032023-11-21T21:32:08.799Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
52042023-11-21T21:32:08.819Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
52052023-11-21T21:32:08.857Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
52062023-11-21T21:32:08.866Z PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
52072023-11-21T21:32:08.895Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
52082023-11-21T21:32:08.911Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
52092023-11-21T21:32:08.952Z PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
52102023-11-21T21:32:08.961Z PASS [ 0.056s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
52112023-11-21T21:32:08.990Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
52122023-11-21T21:32:08.999Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
52132023-11-21T21:32:09.055Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
52142023-11-21T21:32:09.058Z PASS [ 0.040s] oximeter types::tests::test_measurement
52152023-11-21T21:32:09.064Z PASS [ 0.034s] oximeter types::tests::test_sample_struct
52162023-11-21T21:32:09.070Z PASS [ 0.033s] oximeter types::tests::test_verify_field_names
52172023-11-21T21:32:09.366Z PASS [ 0.295s] oximeter-collector agent::tests::test_self_stat_error_counter
52182023-11-21T21:32:09.373Z PASS [ 0.311s] oximeter-collector agent::tests::test_self_stat_collection_count
52192023-11-21T21:32:09.407Z PASS [ 0.032s] oximeter-collector self_stats::tests::test_failure_reason_serialization
52202023-11-21T21:32:09.547Z PASS [ 0.178s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
52212023-11-21T21:32:09.596Z PASS [ 0.188s] oximeter-collector::test_commands test_oximeter_no_args
52222023-11-21T21:32:09.684Z PASS [ 0.130s] oximeter-collector::test_commands test_oximeter_openapi
52232023-11-21T21:32:11.038Z PASS [ 1.355s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
52242023-11-21T21:32:11.378Z PASS [ 6.241s] omicron-test-utils dev::db::test::test_database_concurrent
52252023-11-21T21:32:11.458Z PASS [ 5.565s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
52262023-11-21T21:32:12.561Z PASS [ 1.531s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
52272023-11-21T21:32:12.608Z PASS [ 0.047s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
52282023-11-21T21:32:12.820Z PASS [ 24.544s] omicron-omdb::test_all_output test_omdb_env_settings
52292023-11-21T21:32:12.919Z PASS [ 1.544s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
52302023-11-21T21:32:12.970Z PASS [ 0.048s] oximeter-db client::tests::test_unravel_index
52312023-11-21T21:32:13.035Z PASS [ 0.068s] oximeter-db client::tests::test_verify_schema_upgrades
52322023-11-21T21:32:13.071Z PASS [ 3.475s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
52332023-11-21T21:32:13.079Z PASS [ 0.044s] oximeter-db model::tests::test_db_bool
52342023-11-21T21:32:13.488Z PASS [ 0.407s] oximeter-db model::tests::test_db_bool_bad
52352023-11-21T21:32:13.556Z PASS [ 0.044s] oximeter-db model::tests::test_db_datum_type_conversion
52362023-11-21T21:32:13.616Z PASS [ 0.085s] oximeter-db model::tests::test_db_field_list_conversion
52372023-11-21T21:32:13.688Z PASS [ 0.073s] oximeter-db model::tests::test_db_field_type_conversion
52382023-11-21T21:32:13.699Z PASS [ 2.239s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
52392023-11-21T21:32:13.767Z PASS [ 0.048s] oximeter-db model::tests::test_db_histogram
52402023-11-21T21:32:13.767Z PASS [ 0.039s] oximeter-db model::tests::test_histogram_to_arrays
52412023-11-21T21:32:13.811Z PASS [ 0.058s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52422023-11-21T21:32:13.880Z PASS [ 0.045s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52432023-11-21T21:32:13.929Z PASS [ 0.068s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52442023-11-21T21:32:13.976Z PASS [ 0.051s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52452023-11-21T21:32:14.027Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_from_source
52462023-11-21T21:32:14.070Z PASS [ 0.297s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52472023-11-21T21:32:14.126Z PASS [ 0.064s] oximeter-db model::tests::test_unroll_measurement_row
52482023-11-21T21:32:14.144Z PASS [ 0.069s] oximeter-db query::tests::test_field_cmp
52492023-11-21T21:32:15.421Z PASS [ 0.052s] oximeter-db query::tests::test_field_selector_as_query
52502023-11-21T21:32:15.433Z PASS [ 0.051s] oximeter-db query::tests::test_field_value_as_db_str
52512023-11-21T21:32:15.433Z PASS [ 0.069s] oximeter-db query::tests::test_select_query_builder_field_selectors
52522023-11-21T21:32:15.433Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_from_parts
52532023-11-21T21:32:15.433Z PASS [ 0.101s] oximeter-db query::tests::test_select_query_builder_filter_raw
52542023-11-21T21:32:15.433Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_limit_offset
52552023-11-21T21:32:15.433Z PASS [ 0.065s] oximeter-db query::tests::test_select_query_builder_full
52562023-11-21T21:32:15.433Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_no_fields
52572023-11-21T21:32:15.433Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_selectors
52582023-11-21T21:32:15.433Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
52592023-11-21T21:32:15.433Z PASS [ 0.075s] oximeter-db query::tests::test_string_field_selector
52602023-11-21T21:32:15.433Z PASS [ 0.035s] oximeter-db tests::test_field_schema_ordering
52612023-11-21T21:32:15.433Z PASS [ 0.041s] oximeter-db tests::test_schema_field_ordering_across_target_metric
52622023-11-21T21:32:15.433Z PASS [ 0.041s] oximeter-db tests::test_timeseries_key_field_stability
52632023-11-21T21:32:15.433Z PASS [ 0.046s] oximeter-db tests::test_timeseries_key_sample_stability
52642023-11-21T21:32:15.433Z PASS [ 0.047s] oximeter-db tests::test_timeseries_name
52652023-11-21T21:32:15.433Z PASS [ 0.049s] oximeter-db tests::test_timeseries_name_from_str
52662023-11-21T21:32:15.433Z PASS [ 0.043s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
52672023-11-21T21:32:15.433Z PASS [ 0.041s] oximeter-instruments http::tests::test_normalize_uri_path
52682023-11-21T21:32:15.433Z PASS [ 0.059s] oximeter-instruments http::tests::test_latency_tracker
52692023-11-21T21:32:15.433Z PASS [ 0.099s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
52702023-11-21T21:32:15.433Z PASS [ 0.116s] oximeter-instruments kstat::link::tests::test_kstat_sampler
52712023-11-21T21:32:15.433Z PASS [ 0.074s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
52722023-11-21T21:32:15.433Z PASS [ 0.074s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
52732023-11-21T21:32:15.433Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_physical_datalink
52742023-11-21T21:32:15.434Z PASS [ 2.270s] oximeter-db client::tests::test_select_all_field_types
52752023-11-21T21:32:15.434Z PASS [ 0.097s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
52762023-11-21T21:32:15.434Z PASS [ 0.037s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
52772023-11-21T21:32:15.434Z PASS [ 0.037s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
52782023-11-21T21:32:15.436Z PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
52792023-11-21T21:32:15.436Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
52802023-11-21T21:32:15.436Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
52812023-11-21T21:32:15.436Z PASS [ 0.038s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
52822023-11-21T21:32:15.436Z PASS [ 0.049s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
52832023-11-21T21:32:15.436Z PASS [ 0.043s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
52842023-11-21T21:32:15.436Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
52852023-11-21T21:32:15.436Z PASS [ 0.064s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
52862023-11-21T21:32:15.436Z PASS [ 0.044s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
52872023-11-21T21:32:15.436Z PASS [ 0.045s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
52882023-11-21T21:32:15.436Z PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
52892023-11-21T21:32:15.436Z PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
52902023-11-21T21:32:15.436Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
52912023-11-21T21:32:15.436Z PASS [ 0.053s] sled-hardware disk::test::test_disk_paths
52922023-11-21T21:32:15.436Z PASS [ 0.048s] sled-hardware disk::test::test_partition_device_paths
52932023-11-21T21:32:15.436Z PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
52942023-11-21T21:32:15.436Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
52952023-11-21T21:32:15.436Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
52962023-11-21T21:32:15.437Z PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
52972023-11-21T21:32:15.437Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
52982023-11-21T21:32:15.437Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
52992023-11-21T21:32:15.437Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
53002023-11-21T21:32:15.437Z PASS [ 0.040s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
53012023-11-21T21:32:15.437Z PASS [ 0.048s] sled-storage dataset::test::serialize_dataset_name
53022023-11-21T21:32:15.437Z PASS [ 0.081s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
53032023-11-21T21:32:16.590Z PASS [ 1.300s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
53042023-11-21T21:32:16.710Z PASS [ 1.437s] sled-storage manager::tests::delete_disk_triggers_notification
53052023-11-21T21:32:18.440Z PASS [ 1.849s] sled-storage manager::tests::queued_disks_get_added_as_resources
53062023-11-21T21:32:18.650Z PASS [ 1.940s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
53072023-11-21T21:32:19.805Z PASS [ 1.366s] sled-storage manager::tests::upsert_filesystem
53082023-11-21T21:32:19.921Z PASS [ 1.272s] sled-storage manager::tests::wait_for_bootdisk
53092023-11-21T21:32:20.663Z PASS [ 0.741s] tufaceous::integration-tests command_tests::test_init_and_add
53102023-11-21T21:32:21.741Z PASS [ 22.228s] omicron-passwords test::test_smoke
53112023-11-21T21:32:21.885Z PASS [ 0.042s] tufaceous-lib archive::tests::test_validate_path
53122023-11-21T21:32:21.885Z PASS [ 0.039s] tufaceous-lib key::tests::test_from_str
53132023-11-21T21:32:21.885Z PASS [ 1.804s] tufaceous::integration-tests command_tests::test_assemble_fake
53142023-11-21T21:32:21.885Z PASS [ 0.134s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
53152023-11-21T21:32:21.885Z PASS [ 0.046s] update-engine display::line_display_shared::tests::test_format_progress_counter
53162023-11-21T21:32:21.885Z PASS [ 0.051s] update-engine engine::tests::error_exits_early
53172023-11-21T21:32:21.885Z PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown
53182023-11-21T21:32:21.922Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
53192023-11-21T21:32:21.922Z PASS [ 0.069s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
53202023-11-21T21:32:21.922Z PASS [ 0.033s] wicket state::inventory::tests::component_id_display
53212023-11-21T21:32:21.980Z PASS [ 0.369s] update-engine buffer::tests::test_buffer
53222023-11-21T21:32:22.169Z PASS [ 1.499s] tufaceous::manifest-tests check_manifest::fake.toml
53232023-11-21T21:32:22.180Z PASS [ 0.283s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
53242023-11-21T21:32:22.235Z PASS [ 0.051s] wicketd installinator_progress::tests::test_states
53252023-11-21T21:32:22.287Z PASS [ 0.125s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
53262023-11-21T21:32:22.427Z PASS [ 16.578s] omicron-test-utils dev::db::test::test_setup_database_default_dir
53272023-11-21T21:32:22.706Z PASS [ 0.475s] wicketd::mod integration_tests::commands::test_wicketd_openapi
53282023-11-21T21:32:23.258Z PASS [ 27.082s] omicron-omdb::test_all_output test_omdb_success_cases
53292023-11-21T21:32:23.843Z PASS [ 1.847s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
53302023-11-21T21:32:24.082Z PASS [ 1.673s] wicketd::mod integration_tests::inventory::test_inventory
53312023-11-21T21:32:25.659Z PASS [ 2.765s] wicketd::mod integration_tests::updates::test_update_races
53322023-11-21T21:32:27.141Z PASS [ 4.723s] wicketd::mod integration_tests::updates::test_installinator_fetch
53332023-11-21T21:32:27.274Z PASS [ 11.806s] sled-storage manager::tests::ensure_using_exactly_these_disks
53342023-11-21T21:32:28.681Z PASS [ 4.973s] wicketd::mod integration_tests::updates::test_updates
53352023-11-21T21:32:30.634Z PASS [ 17.529s] oximeter-db client::tests::test_single_node
53362023-11-21T21:32:51.661Z PASS [ 19.489s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
53372023-11-21T21:33:32.557Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
53382023-11-21T21:34:36.409Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
53392023-11-21T21:35:32.543Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
53402023-11-21T21:36:37.997Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
53412023-11-21T21:37:32.561Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
53422023-11-21T21:38:32.529Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
53432023-11-21T21:39:32.526Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
53442023-11-21T21:40:25.546Z PASS [ 473.038s] oximeter-db client::tests::test_replicated
53452023-11-21T21:40:25.555Z------------
53462023-11-21T21:40:25.555Z Summary [2085.768s] 934 tests run: 934 passed (14 slow, 1 leaky), 3 skipped
53472023-11-21T21:40:25.626Z
53482023-11-21T21:40:25.630Zreal 34:55.732256179
53492023-11-21T21:40:25.630Zuser 2:43:40.356231129
53502023-11-21T21:40:25.630Zsys 38:10.180109681
53512023-11-21T21:40:25.630Ztrap 2:41.405439481
53522023-11-21T21:40:25.630Ztflt 3.160880671
53532023-11-21T21:40:25.630Zdflt 11.998114082
53542023-11-21T21:40:25.630Zkflt 0.176662778
53552023-11-21T21:40:25.630Zlock 646:29:00.112655982
53562023-11-21T21:40:25.630Zslp 37:44:54.972579352
53572023-11-21T21:40:25.630Zlat 2:37:33.659814417
53582023-11-21T21:40:25.630Zstop 23:34.961467592
53592023-11-21T21:40:25.630Z
53602023-11-21T21:40:25.630Z ##### #### #### ##### ###### #### #####
53612023-11-21T21:40:25.630Z # # # # # # # # # #
53622023-11-21T21:40:25.630Z # # # # # # ##### #### #
53632023-11-21T21:40:25.630Z # # # # # # # # #
53642023-11-21T21:40:25.630Z # # # # # # # # # # #
53652023-11-21T21:40:25.630Z ##### #### #### # ###### #### #
53662023-11-21T21:40:25.630Z
53672023-11-21T21:40:30.438Z Fresh unicode-ident v1.0.12
53682023-11-21T21:40:30.438Z Fresh cfg-if v1.0.0
53692023-11-21T21:40:30.438Z Fresh autocfg v1.1.0
53702023-11-21T21:40:30.438Z Fresh version_check v0.9.4
53712023-11-21T21:40:30.438Z Fresh proc-macro2 v1.0.69
53722023-11-21T21:40:30.438Z Fresh memchr v2.6.3
53732023-11-21T21:40:30.438Z Fresh log v0.4.20
53742023-11-21T21:40:30.438Z Fresh once_cell v1.18.0
53752023-11-21T21:40:30.438Z Fresh itoa v1.0.9
53762023-11-21T21:40:30.438Z Fresh quote v1.0.33
53772023-11-21T21:40:30.438Z Fresh libc v0.2.150
53782023-11-21T21:40:30.441Z Fresh scopeguard v1.2.0
53792023-11-21T21:40:30.441Z Fresh smallvec v1.11.0
53802023-11-21T21:40:30.441Z Fresh syn v2.0.32
53812023-11-21T21:40:30.441Z Fresh getrandom v0.2.10
53822023-11-21T21:40:30.441Z Fresh syn v1.0.109
53832023-11-21T21:40:30.441Z Fresh ryu v1.0.15
53842023-11-21T21:40:30.441Z Fresh serde_derive v1.0.192
53852023-11-21T21:40:30.441Z Fresh lock_api v0.4.10
53862023-11-21T21:40:30.441Z Fresh libm v0.2.7
53872023-11-21T21:40:30.441Z Fresh parking_lot_core v0.9.8
53882023-11-21T21:40:30.441Z Fresh thiserror-impl v1.0.49
53892023-11-21T21:40:30.441Z Fresh spin v0.5.2
53902023-11-21T21:40:30.441Z Fresh pin-project-lite v0.2.13
53912023-11-21T21:40:30.441Z Fresh serde v1.0.192
53922023-11-21T21:40:30.441Z Fresh num-traits v0.2.16
53932023-11-21T21:40:30.442Z Fresh parking_lot v0.12.1
53942023-11-21T21:40:30.442Z Fresh cc v1.0.83
53952023-11-21T21:40:30.442Z Fresh signal-hook-registry v1.4.1
53962023-11-21T21:40:30.442Z Fresh mio v0.8.9
53972023-11-21T21:40:30.443Z Fresh bytes v1.5.0
53982023-11-21T21:40:30.443Z Fresh thiserror v1.0.49
53992023-11-21T21:40:30.443Z Fresh bitflags v2.4.0
54002023-11-21T21:40:30.443Z Fresh rand_core v0.6.4
54012023-11-21T21:40:30.443Z Fresh num_cpus v1.16.0
54022023-11-21T21:40:30.443Z Fresh tokio-macros v2.2.0
54032023-11-21T21:40:30.443Z Fresh socket2 v0.5.5
54042023-11-21T21:40:30.443Z Fresh futures-core v0.3.29
54052023-11-21T21:40:30.443Z Fresh fnv v1.0.7
54062023-11-21T21:40:30.443Z Fresh tokio v1.34.0
54072023-11-21T21:40:30.444Z Fresh zeroize_derive v1.4.2
54082023-11-21T21:40:30.444Z Fresh heck v0.4.1
54092023-11-21T21:40:30.444Z Fresh futures-sink v0.3.29
54102023-11-21T21:40:30.444Z Fresh zeroize v1.6.0
54112023-11-21T21:40:30.444Z Fresh iana-time-zone v0.1.57
54122023-11-21T21:40:30.444Z Fresh pin-utils v0.1.0
54132023-11-21T21:40:30.444Z Fresh futures-macro v0.3.29
54142023-11-21T21:40:30.444Z Fresh futures-task v0.3.29
54152023-11-21T21:40:30.444Z Fresh slab v0.4.9
54162023-11-21T21:40:30.444Z Fresh chrono v0.4.31
54172023-11-21T21:40:30.444Z Fresh futures-io v0.3.29
54182023-11-21T21:40:30.444Z Fresh hashbrown v0.14.2
54192023-11-21T21:40:30.444Z Fresh byteorder v1.5.0
54202023-11-21T21:40:30.444Z Fresh futures-channel v0.3.29
54212023-11-21T21:40:30.444Z Fresh regex-syntax v0.8.2
54222023-11-21T21:40:30.444Z Fresh equivalent v1.0.1
54232023-11-21T21:40:30.444Z Fresh uuid v1.6.1
54242023-11-21T21:40:30.444Z Fresh lazy_static v1.4.0
54252023-11-21T21:40:30.444Z Fresh aho-corasick v1.0.4
54262023-11-21T21:40:30.444Z Fresh futures-util v0.3.29
54272023-11-21T21:40:30.444Z Fresh indexmap v2.1.0
54282023-11-21T21:40:30.444Z Fresh regex-automata v0.4.3
54292023-11-21T21:40:30.444Z Fresh errno v0.3.2
54302023-11-21T21:40:30.444Z Fresh tinyvec_macros v0.1.1
54312023-11-21T21:40:30.444Z Fresh pkg-config v0.3.27
54322023-11-21T21:40:30.444Z Fresh typenum v1.16.0
54332023-11-21T21:40:30.444Z Fresh regex v1.10.2
54342023-11-21T21:40:30.444Z Fresh tinyvec v1.6.0
54352023-11-21T21:40:30.446Z Fresh subtle v2.5.0
54362023-11-21T21:40:30.446Z Fresh unicode-bidi v0.3.13
54372023-11-21T21:40:30.446Z Fresh http v0.2.11
54382023-11-21T21:40:30.446Z Fresh tracing-attributes v0.1.26
54392023-11-21T21:40:30.446Z Fresh generic-array v0.14.7
54402023-11-21T21:40:30.446Z Fresh unicode-normalization v0.1.22
54412023-11-21T21:40:30.446Z Fresh tracing-core v0.1.31
54422023-11-21T21:40:30.446Z Fresh base64 v0.21.5
54432023-11-21T21:40:30.446Z Fresh serde_derive_internals v0.26.0
54442023-11-21T21:40:30.446Z Fresh percent-encoding v2.3.0
54452023-11-21T21:40:30.446Z Fresh dyn-clone v1.0.13
54462023-11-21T21:40:30.446Z Fresh crypto-common v0.1.6
54472023-11-21T21:40:30.446Z Fresh tracing v0.1.37
54482023-11-21T21:40:30.446Z Fresh schemars_derive v0.8.13
54492023-11-21T21:40:30.446Z Fresh const-oid v0.9.5
54502023-11-21T21:40:30.446Z Fresh form_urlencoded v1.2.0
54512023-11-21T21:40:30.446Z Fresh ppv-lite86 v0.2.17
54522023-11-21T21:40:30.446Z Fresh spin v0.9.8
54532023-11-21T21:40:30.446Z Fresh idna v0.4.0
54542023-11-21T21:40:30.446Z Fresh block-buffer v0.10.4
54552023-11-21T21:40:30.446Z Fresh rustix v0.38.9
54562023-11-21T21:40:30.446Z Fresh rand_chacha v0.3.1
54572023-11-21T21:40:30.446Z Fresh hashbrown v0.12.3
54582023-11-21T21:40:30.446Z Fresh vcpkg v0.2.15
54592023-11-21T21:40:30.446Z Fresh url v2.4.1
54602023-11-21T21:40:30.446Z Fresh digest v0.10.7
54612023-11-21T21:40:30.446Z Fresh httparse v1.8.0
54622023-11-21T21:40:30.446Z Fresh rand v0.8.5
54632023-11-21T21:40:30.500Z Fresh indexmap v1.9.3
54642023-11-21T21:40:30.500Z Fresh tokio-util v0.7.10
54652023-11-21T21:40:30.500Z Fresh bitflags v1.3.2
54662023-11-21T21:40:30.500Z Fresh unicode-width v0.1.11
54672023-11-21T21:40:30.500Z Fresh socket2 v0.4.9
54682023-11-21T21:40:30.500Z Fresh untrusted v0.7.1
54692023-11-21T21:40:30.501Z Fresh ucd-trie v0.1.6
54702023-11-21T21:40:30.501Z Fresh try-lock v0.2.4
54712023-11-21T21:40:30.501Z Fresh httpdate v1.0.3
54722023-11-21T21:40:30.501Z Fresh pest v2.7.2
54732023-11-21T21:40:30.501Z Fresh want v0.3.1
54742023-11-21T21:40:30.501Z Fresh h2 v0.3.21
54752023-11-21T21:40:30.501Z Fresh http-body v0.4.5
54762023-11-21T21:40:30.501Z Fresh cpufeatures v0.2.9
54772023-11-21T21:40:30.501Z Fresh ring v0.16.20
54782023-11-21T21:40:30.501Z Fresh ahash v0.8.3
54792023-11-21T21:40:30.501Z Fresh tower-service v0.3.2
54802023-11-21T21:40:30.501Z Fresh untrusted v0.9.0
54812023-11-21T21:40:30.501Z Fresh foreign-types-shared v0.1.1
54822023-11-21T21:40:30.501Z Fresh openssl-probe v0.1.5
54832023-11-21T21:40:30.501Z Fresh either v1.9.0
54842023-11-21T21:40:30.501Z Fresh foreign-types v0.3.2
54852023-11-21T21:40:30.501Z Fresh hyper v0.14.27
54862023-11-21T21:40:30.501Z Fresh hashbrown v0.13.2
54872023-11-21T21:40:30.501Z Fresh ring v0.17.5
54882023-11-21T21:40:30.501Z Fresh openssl-sys v0.9.93
54892023-11-21T21:40:30.501Z Fresh serde_spanned v0.6.4
54902023-11-21T21:40:30.503Z Fresh toml_datetime v0.6.5
54912023-11-21T21:40:30.503Z Fresh openssl-macros v0.1.1
54922023-11-21T21:40:30.503Z Fresh adler v1.0.2
54932023-11-21T21:40:30.503Z Fresh winnow v0.5.15
54942023-11-21T21:40:30.503Z Fresh mime v0.3.17
54952023-11-21T21:40:30.503Z Fresh miniz_oxide v0.7.1
54962023-11-21T21:40:30.503Z Fresh openssl v0.10.57
54972023-11-21T21:40:30.503Z Fresh semver v1.0.20
54982023-11-21T21:40:30.504Z Fresh rustls-webpki v0.101.7
54992023-11-21T21:40:30.504Z Fresh sct v0.7.0
55002023-11-21T21:40:30.504Z Fresh ipnet v2.8.0
55012023-11-21T21:40:30.504Z Fresh async-trait v0.1.74
55022023-11-21T21:40:30.504Z Fresh rustls v0.21.9
55032023-11-21T21:40:30.504Z Fresh rustls-pemfile v1.0.3
55042023-11-21T21:40:30.504Z Fresh strsim v0.10.0
55052023-11-21T21:40:30.504Z Fresh tokio-rustls v0.24.1
55062023-11-21T21:40:30.504Z Fresh native-tls v0.2.11
55072023-11-21T21:40:30.504Z Fresh serde_urlencoded v0.7.1
55082023-11-21T21:40:30.504Z Fresh encoding_rs v0.8.33
55092023-11-21T21:40:30.504Z Fresh rustls-native-certs v0.6.3
55102023-11-21T21:40:30.504Z Fresh unicode-xid v0.2.4
55112023-11-21T21:40:30.504Z Fresh toml_edit v0.19.15
55122023-11-21T21:40:30.504Z Fresh tokio-native-tls v0.3.1
55132023-11-21T21:40:30.504Z Fresh serde_json v1.0.108
55142023-11-21T21:40:30.504Z Fresh hyper-rustls v0.24.2
55152023-11-21T21:40:30.504Z Fresh gimli v0.28.0
55162023-11-21T21:40:30.504Z Fresh webpki-roots v0.25.2
55172023-11-21T21:40:30.504Z Fresh object v0.32.1
55182023-11-21T21:40:30.504Z Fresh hyper-tls v0.5.0
55192023-11-21T21:40:30.504Z Fresh addr2line v0.21.0
55202023-11-21T21:40:30.504Z Fresh rustc-demangle v0.1.23
55212023-11-21T21:40:30.504Z Fresh utf8parse v0.2.1
55222023-11-21T21:40:30.504Z Fresh backtrace v0.3.69
55232023-11-21T21:40:30.504Z Fresh synstructure v0.12.6
55242023-11-21T21:40:30.504Z Fresh rustc_version v0.4.0
55252023-11-21T21:40:30.504Z Fresh pest_meta v2.7.2
55262023-11-21T21:40:30.505Z Fresh anyhow v1.0.75
55272023-11-21T21:40:30.505Z Fresh crc32fast v1.3.2
55282023-11-21T21:40:30.505Z Fresh crossbeam-utils v0.8.16
55292023-11-21T21:40:30.505Z Fresh hex v0.4.3
55302023-11-21T21:40:30.505Z Fresh zerocopy-derive v0.2.0
55312023-11-21T21:40:30.505Z Fresh slog v2.7.0
55322023-11-21T21:40:30.505Z Fresh pest_generator v2.7.2
55332023-11-21T21:40:30.505Z Fresh futures-executor v0.3.29
55342023-11-21T21:40:30.505Z Fresh anstyle v1.0.2
55352023-11-21T21:40:30.505Z Fresh time-core v0.1.1
55362023-11-21T21:40:30.505Z Fresh rustversion v1.0.14
55372023-11-21T21:40:30.505Z Fresh io-lifetimes v1.0.11
55382023-11-21T21:40:30.505Z Fresh pest_derive v2.7.2
55392023-11-21T21:40:30.505Z Fresh zerocopy v0.3.0
55402023-11-21T21:40:30.505Z Fresh flate2 v1.0.28
55412023-11-21T21:40:30.505Z Fresh time-macros v0.2.13
55422023-11-21T21:40:30.505Z Fresh deranged v0.3.8
55432023-11-21T21:40:30.505Z Fresh num_threads v0.1.6
55442023-11-21T21:40:30.505Z Fresh siphasher v0.3.11
55452023-11-21T21:40:30.505Z Fresh dtrace-parser v0.1.14
55462023-11-21T21:40:30.505Z Fresh rustix v0.37.23
55472023-11-21T21:40:30.505Z Fresh dof v0.1.5
55482023-11-21T21:40:30.505Z Fresh time v0.3.27
55492023-11-21T21:40:30.506Z Fresh num-integer v0.1.45
55502023-11-21T21:40:30.506Z Fresh futures v0.3.29
55512023-11-21T21:40:30.506Z Fresh anstyle-parse v0.2.1
55522023-11-21T21:40:30.506Z Fresh itertools v0.10.5
55532023-11-21T21:40:30.506Z Fresh zerocopy-derive v0.6.4
55542023-11-21T21:40:30.506Z Fresh thread-id v4.2.0
55552023-11-21T21:40:30.506Z Fresh unicode-segmentation v1.10.1
55562023-11-21T21:40:30.506Z Fresh colorchoice v1.0.0
55572023-11-21T21:40:30.506Z Fresh anstyle-query v1.0.0
55582023-11-21T21:40:30.506Z Fresh zerocopy v0.6.4
55592023-11-21T21:40:30.506Z Fresh terminal_size v0.2.6
55602023-11-21T21:40:30.506Z Fresh toml v0.7.8
55612023-11-21T21:40:30.506Z Fresh bit-vec v0.6.3
55622023-11-21T21:40:30.506Z Fresh clap_lex v0.5.1
55632023-11-21T21:40:30.528Z Fresh anstream v0.5.0
55642023-11-21T21:40:30.528Z Fresh toml_edit v0.21.0
55652023-11-21T21:40:30.528Z Fresh sha2 v0.10.8
55662023-11-21T21:40:30.528Z Fresh clap_derive v4.4.2
55672023-11-21T21:40:30.528Z Fresh serde_tokenstream v0.1.7
55682023-11-21T21:40:30.528Z Fresh clap_builder v4.4.2
55692023-11-21T21:40:30.528Z Fresh data-encoding v2.4.0
55702023-11-21T21:40:30.528Z Fresh strum_macros v0.25.2
55712023-11-21T21:40:30.528Z Fresh hmac v0.12.1
55722023-11-21T21:40:30.528Z Fresh managed v0.8.0
55732023-11-21T21:40:30.528Z Fresh clap v4.4.3
55742023-11-21T21:40:30.528Z Fresh memoffset v0.9.0
55752023-11-21T21:40:30.528Z Fresh usdt-macro v0.3.5
55762023-11-21T21:40:30.528Z Fresh usdt-attr-macro v0.3.5
55772023-11-21T21:40:30.528Z Fresh bit-set v0.5.3
55782023-11-21T21:40:30.528Z Fresh phf_shared v0.10.0
55792023-11-21T21:40:30.528Z Fresh precomputed-hash v0.1.1
55802023-11-21T21:40:30.528Z Fresh fixedbitset v0.4.2
55812023-11-21T21:40:30.529Z Fresh new_debug_unreachable v1.0.4
55822023-11-21T21:40:30.529Z Fresh num-iter v0.1.43
55832023-11-21T21:40:30.530Z Fresh crossbeam-epoch v0.9.15
55842023-11-21T21:40:30.530Z Fresh petgraph v0.6.4
55852023-11-21T21:40:30.530Z Fresh string_cache v0.8.7
55862023-11-21T21:40:30.530Z Fresh signal-hook v0.3.17
55872023-11-21T21:40:30.530Z Fresh md-5 v0.10.5
55882023-11-21T21:40:30.530Z Fresh stringprep v0.1.3
55892023-11-21T21:40:30.530Z Fresh scheduled-thread-pool v0.2.7
55902023-11-21T21:40:30.530Z Fresh pin-project-internal v1.1.3
55912023-11-21T21:40:30.530Z Fresh diesel_table_macro_syntax v0.1.0
55922023-11-21T21:40:30.530Z Fresh regex-automata v0.1.10
55932023-11-21T21:40:30.530Z Fresh predicates-core v1.0.6
55942023-11-21T21:40:30.530Z Fresh matches v0.1.10
55952023-11-21T21:40:30.530Z Fresh fallible-iterator v0.2.0
55962023-11-21T21:40:30.530Z Fresh lalrpop-util v0.19.12
55972023-11-21T21:40:30.530Z Fresh doc-comment v0.3.3
55982023-11-21T21:40:30.530Z Fresh diesel_derives v2.1.1
55992023-11-21T21:40:30.530Z Fresh r2d2 v0.8.10
56002023-11-21T21:40:30.530Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
56012023-11-21T21:40:30.530Z Fresh bstr v0.2.17
56022023-11-21T21:40:30.530Z Fresh idna v0.2.3
56032023-11-21T21:40:30.530Z Fresh postgres-protocol v0.6.6
56042023-11-21T21:40:30.530Z Fresh pin-project v1.1.3
56052023-11-21T21:40:30.530Z Fresh signal-hook-mio v0.2.3
56062023-11-21T21:40:30.530Z Fresh bzip2-sys v0.1.11+1.0.8
56072023-11-21T21:40:30.530Z Fresh itertools v0.11.0
56082023-11-21T21:40:30.532Z Fresh signature v2.1.0
56092023-11-21T21:40:30.532Z Fresh block-padding v0.3.3
56102023-11-21T21:40:30.532Z Fresh hash32 v0.2.1
56112023-11-21T21:40:30.532Z Fresh enum-as-inner v0.5.1
56122023-11-21T21:40:30.532Z Fresh float-cmp v0.9.0
56132023-11-21T21:40:30.532Z Fresh normalize-line-endings v0.3.0
56142023-11-21T21:40:30.532Z Fresh difflib v0.4.0
56152023-11-21T21:40:30.532Z Fresh stable_deref_trait v1.2.0
56162023-11-21T21:40:30.532Z Fresh regex-automata v0.3.8
56172023-11-21T21:40:30.532Z Fresh inout v0.1.3
56182023-11-21T21:40:30.532Z Fresh heapless v0.7.16
56192023-11-21T21:40:30.532Z Fresh trust-dns-proto v0.22.0
56202023-11-21T21:40:30.532Z Fresh crossterm v0.27.0
56212023-11-21T21:40:30.532Z Fresh bzip2 v0.4.4
56222023-11-21T21:40:30.532Z Fresh bstr v1.6.0
56232023-11-21T21:40:30.532Z Fresh phf_shared v0.11.2
56242023-11-21T21:40:30.532Z Fresh console v0.15.7
56252023-11-21T21:40:30.532Z Fresh snafu-derive v0.7.5
56262023-11-21T21:40:30.532Z Fresh hubpack_derive v0.1.1
56272023-11-21T21:40:30.532Z Fresh static_assertions v1.1.0
56282023-11-21T21:40:30.532Z Fresh num-bigint v0.4.4
56292023-11-21T21:40:30.532Z Fresh phf v0.11.2
56302023-11-21T21:40:30.532Z Fresh hubpack v0.1.2
56312023-11-21T21:40:30.532Z Fresh smoltcp v0.9.1
56322023-11-21T21:40:30.532Z Fresh snafu v0.7.5
56332023-11-21T21:40:30.532Z Fresh cipher v0.4.4
56342023-11-21T21:40:30.532Z Fresh zip v0.6.6
56352023-11-21T21:40:30.532Z Fresh similar v2.2.1
56362023-11-21T21:40:30.537Z Fresh serde_repr v0.1.16
56372023-11-21T21:40:30.537Z Fresh whoami v1.4.1
56382023-11-21T21:40:30.537Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
56392023-11-21T21:40:30.537Z Fresh yasna v0.5.2
56402023-11-21T21:40:30.537Z Fresh predicates v3.0.4
56412023-11-21T21:40:30.537Z Fresh tokio-stream v0.1.14
56422023-11-21T21:40:30.537Z Fresh schemars v0.8.13
56432023-11-21T21:40:30.537Z Fresh serde_tokenstream v0.2.0
56442023-11-21T21:40:30.537Z Fresh regress v0.7.1
56452023-11-21T21:40:30.537Z Fresh getopts v0.2.21
56462023-11-21T21:40:30.537Z Fresh reqwest v0.11.22
56472023-11-21T21:40:30.537Z Fresh unsafe-libyaml v0.2.9
56482023-11-21T21:40:30.537Z Fresh serde_yaml v0.9.25
56492023-11-21T21:40:30.537Z Fresh ipnetwork v0.20.0
56502023-11-21T21:40:30.537Z Fresh openapiv3 v2.0.0-rc.1
56512023-11-21T21:40:30.537Z Fresh usdt-impl v0.3.5
56522023-11-21T21:40:30.537Z Fresh fastrand v2.0.0
56532023-11-21T21:40:30.537Z Fresh postgres-types v0.2.6
56542023-11-21T21:40:30.537Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
56552023-11-21T21:40:30.537Z Fresh usdt v0.3.5
56562023-11-21T21:40:30.537Z Fresh tempfile v3.8.0
56572023-11-21T21:40:30.537Z Fresh diesel v2.1.4
56582023-11-21T21:40:30.537Z Fresh tokio-postgres v0.7.10
56592023-11-21T21:40:30.537Z Fresh ident_case v1.0.1
56602023-11-21T21:40:30.537Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
56612023-11-21T21:40:30.537Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
56622023-11-21T21:40:30.537Z Fresh dirs-sys-next v0.1.2
56632023-11-21T21:40:30.570Z Fresh toml v0.8.8
56642023-11-21T21:40:30.570Z Fresh sha1 v0.10.6
56652023-11-21T21:40:30.570Z Fresh match_cfg v0.1.0
56662023-11-21T21:40:30.570Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
56672023-11-21T21:40:30.570Z Fresh dirs-next v2.0.0
56682023-11-21T21:40:30.570Z Fresh hostname v0.3.1
56692023-11-21T21:40:30.570Z Fresh atty v0.2.14
56702023-11-21T21:40:30.570Z Fresh quick-error v1.2.3
56712023-11-21T21:40:30.570Z Fresh darling_core v0.20.3
56722023-11-21T21:40:30.570Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
56732023-11-21T21:40:30.570Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
56742023-11-21T21:40:30.570Z Fresh term v0.7.0
56752023-11-21T21:40:30.570Z Fresh darling_macro v0.20.3
56762023-11-21T21:40:30.572Z Fresh crossbeam-channel v0.5.8
56772023-11-21T21:40:30.572Z Fresh thread_local v1.1.7
56782023-11-21T21:40:30.572Z Fresh paste v1.0.14
56792023-11-21T21:40:30.572Z Fresh instant v0.1.12
56802023-11-21T21:40:30.572Z Fresh darling v0.20.3
56812023-11-21T21:40:30.572Z Fresh strum v0.25.0
56822023-11-21T21:40:30.572Z Fresh camino v1.1.6
56832023-11-21T21:40:30.572Z Fresh take_mut v0.2.2
56842023-11-21T21:40:30.572Z Fresh serde_with_macros v2.3.3
56852023-11-21T21:40:30.572Z Fresh slog-term v2.9.0
56862023-11-21T21:40:30.572Z Fresh slog-json v2.6.1
56872023-11-21T21:40:30.572Z Fresh async-stream-impl v0.3.5
56882023-11-21T21:40:30.575Z Fresh slog-async v2.8.0
56892023-11-21T21:40:30.575Z Fresh structmeta-derive v0.2.0
56902023-11-21T21:40:30.575Z Fresh wait-timeout v0.2.0
56912023-11-21T21:40:30.575Z Fresh debug-ignore v1.0.5
56922023-11-21T21:40:30.575Z Fresh atomic-waker v1.1.1
56932023-11-21T21:40:30.575Z Fresh async-stream v0.3.5
56942023-11-21T21:40:30.575Z Fresh serde_with v2.3.3
56952023-11-21T21:40:30.575Z Fresh structmeta v0.2.0
56962023-11-21T21:40:30.575Z Fresh waitgroup v0.1.2
56972023-11-21T21:40:30.575Z Fresh slog-bunyan v2.4.0
56982023-11-21T21:40:30.575Z Fresh multer v2.1.0
56992023-11-21T21:40:30.575Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
57002023-11-21T21:40:30.575Z Fresh serde_path_to_error v0.1.14
57012023-11-21T21:40:30.575Z Fresh rusty-fork v0.3.0
57022023-11-21T21:40:30.575Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
57032023-11-21T21:40:30.575Z Fresh rand_xorshift v0.3.0
57042023-11-21T21:40:30.575Z Fresh unarray v0.1.4
57052023-11-21T21:40:30.575Z Fresh regex-syntax v0.7.5
57062023-11-21T21:40:30.575Z Fresh backoff v0.4.0
57072023-11-21T21:40:30.575Z Fresh test-strategy v0.3.1
57082023-11-21T21:40:30.575Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
57092023-11-21T21:40:30.575Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57102023-11-21T21:40:30.575Z Fresh parse-display-derive v0.8.2
57112023-11-21T21:40:30.575Z Fresh proptest v1.4.0
57122023-11-21T21:40:30.575Z Fresh macaddr v1.0.1
57132023-11-21T21:40:30.575Z Fresh is-terminal v0.4.9
57142023-11-21T21:40:30.577Z Fresh proc-macro-crate v1.3.1
57152023-11-21T21:40:30.577Z Fresh parse-display v0.8.2
57162023-11-21T21:40:30.577Z Fresh num_enum_derive v0.5.11
57172023-11-21T21:40:30.577Z Fresh postcard-cobs v0.1.5-pre
57182023-11-21T21:40:30.577Z Fresh proc-macro-error-attr v1.0.4
57192023-11-21T21:40:30.577Z Fresh num_enum v0.5.11
57202023-11-21T21:40:30.577Z Fresh postcard v0.7.3
57212023-11-21T21:40:30.577Z Fresh smoltcp v0.8.2
57222023-11-21T21:40:30.577Z Fresh foreign-types-macros v0.2.3
57232023-11-21T21:40:30.577Z Fresh proc-macro-error v1.0.4
57242023-11-21T21:40:30.577Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57252023-11-21T21:40:30.577Z Fresh cfg-if v0.1.10
57262023-11-21T21:40:30.577Z Fresh foreign-types-shared v0.3.1
57272023-11-21T21:40:30.577Z Fresh termtree v0.4.1
57282023-11-21T21:40:30.577Z Fresh crucible-workspace-hack v0.1.0
57292023-11-21T21:40:30.577Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57302023-11-21T21:40:30.577Z Fresh foreign-types v0.5.0
57312023-11-21T21:40:30.577Z Fresh predicates-tree v1.0.9
57322023-11-21T21:40:30.577Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57332023-11-21T21:40:30.577Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57342023-11-21T21:40:30.577Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57352023-11-21T21:40:30.577Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57362023-11-21T21:40:30.577Z Fresh cstr-argument v0.1.2
57372023-11-21T21:40:30.577Z Fresh pretty-hex v0.2.1
57382023-11-21T21:40:30.579Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57392023-11-21T21:40:30.579Z Fresh colored v2.0.4
57402023-11-21T21:40:30.579Z Fresh base64ct v1.6.0
57412023-11-21T21:40:30.579Z Fresh zone_cfg_derive v0.3.0
57422023-11-21T21:40:30.579Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57432023-11-21T21:40:30.579Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57442023-11-21T21:40:30.579Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57452023-11-21T21:40:30.579Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57462023-11-21T21:40:30.579Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
57472023-11-21T21:40:30.579Z Fresh predicates v2.1.5
57482023-11-21T21:40:30.579Z Fresh num-derive v0.4.0
57492023-11-21T21:40:30.579Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
57502023-11-21T21:40:30.579Z Fresh mockall_derive v0.11.4
57512023-11-21T21:40:30.579Z Fresh fragile v2.0.0
57522023-11-21T21:40:30.579Z Fresh downcast v0.11.0
57532023-11-21T21:40:30.579Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
57542023-11-21T21:40:30.579Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
57552023-11-21T21:40:30.579Z Fresh zone v0.3.0
57562023-11-21T21:40:30.579Z Fresh smf v0.2.2
57572023-11-21T21:40:30.579Z Fresh mockall v0.11.4
57582023-11-21T21:40:30.579Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
57592023-11-21T21:40:30.579Z Fresh filetime v0.2.22
57602023-11-21T21:40:30.579Z Fresh xattr v1.0.1
57612023-11-21T21:40:30.584Z Fresh same-file v1.0.6
57622023-11-21T21:40:30.584Z Fresh heck v0.3.3
57632023-11-21T21:40:30.591Z Fresh textwrap v0.11.0
57642023-11-21T21:40:30.591Z Fresh vec_map v0.8.2
57652023-11-21T21:40:30.591Z Fresh tar v0.4.40
57662023-11-21T21:40:30.591Z Fresh walkdir v2.4.0
57672023-11-21T21:40:30.591Z Fresh strsim v0.8.0
57682023-11-21T21:40:30.591Z Fresh ansi_term v0.12.1
57692023-11-21T21:40:30.594Z Fresh structopt-derive v0.4.18
57702023-11-21T21:40:30.594Z Fresh pem v3.0.2
57712023-11-21T21:40:30.594Z Fresh clap v2.34.0
57722023-11-21T21:40:30.594Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57732023-11-21T21:40:30.594Z Fresh camino-tempfile v1.0.2
57742023-11-21T21:40:30.594Z Fresh base64 v0.13.1
57752023-11-21T21:40:30.594Z Fresh password-hash v0.5.0
57762023-11-21T21:40:30.594Z Fresh blake2 v0.10.6
57772023-11-21T21:40:30.594Z Fresh structopt v0.3.26
57782023-11-21T21:40:30.594Z Fresh libefi-sys v0.1.0
57792023-11-21T21:40:30.594Z Fresh argon2 v0.5.2
57802023-11-21T21:40:30.594Z Fresh toml v0.5.11
57812023-11-21T21:40:30.594Z Fresh glob v0.3.1
57822023-11-21T21:40:30.594Z Fresh pem-rfc7468 v0.7.0
57832023-11-21T21:40:30.594Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57842023-11-21T21:40:30.594Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57852023-11-21T21:40:30.594Z Fresh headers-core v0.2.0
57862023-11-21T21:40:30.594Z Fresh der_derive v0.7.2
57872023-11-21T21:40:30.599Z Fresh ciborium-io v0.2.1
57882023-11-21T21:40:30.599Z Fresh half v1.8.2
57892023-11-21T21:40:30.599Z Fresh convert_case v0.4.0
57902023-11-21T21:40:30.599Z Fresh flagset v0.4.3
57912023-11-21T21:40:30.599Z Fresh cancel-safe-futures v0.1.5
57922023-11-21T21:40:30.599Z Fresh headers v0.3.9
57932023-11-21T21:40:30.599Z Fresh semver-parser v0.10.2
57942023-11-21T21:40:30.599Z Fresh linked-hash-map v0.5.6
57952023-11-21T21:40:30.599Z Fresh derive_more v0.99.17
57962023-11-21T21:40:30.599Z Fresh der v0.7.8
57972023-11-21T21:40:30.599Z Fresh ciborium-ll v0.2.1
57982023-11-21T21:40:30.599Z Fresh termcolor v1.2.0
57992023-11-21T21:40:30.599Z Fresh lru-cache v0.1.2
58002023-11-21T21:40:30.599Z Fresh semver v0.11.0
58012023-11-21T21:40:30.599Z Fresh tap v1.0.1
58022023-11-21T21:40:30.599Z Fresh ciborium v0.2.1
58032023-11-21T21:40:30.599Z Fresh spki v0.7.2
58042023-11-21T21:40:30.599Z Fresh home v0.5.5
58052023-11-21T21:40:30.599Z Fresh wyz v0.5.1
58062023-11-21T21:40:30.599Z Fresh pem v1.1.1
58072023-11-21T21:40:30.599Z Fresh rcgen v0.11.3
58082023-11-21T21:40:30.599Z Fresh toolchain_find v0.2.0
58092023-11-21T21:40:30.599Z Fresh radium v0.7.0
58102023-11-21T21:40:30.599Z Fresh atomicwrites v0.4.2
58112023-11-21T21:40:30.599Z Fresh subprocess v0.2.9
58122023-11-21T21:40:30.599Z Fresh funty v2.0.0
58132023-11-21T21:40:30.599Z Fresh crc-catalog v2.2.0
58142023-11-21T21:40:30.599Z Fresh rustfmt-wrapper v0.2.0
58152023-11-21T21:40:30.599Z Fresh bitvec v1.0.1
58162023-11-21T21:40:30.603Z Fresh maybe-uninit v2.0.0
58172023-11-21T21:40:30.603Z Fresh pkcs8 v0.10.2
58182023-11-21T21:40:30.603Z Fresh crc v3.0.1
58192023-11-21T21:40:30.603Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
58202023-11-21T21:40:30.603Z Fresh packed_struct_codegen v0.10.1
58212023-11-21T21:40:30.603Z Fresh nodrop v0.1.14
58222023-11-21T21:40:30.603Z Fresh pkcs1 v0.7.5
58232023-11-21T21:40:30.603Z Fresh smallvec v0.6.14
58242023-11-21T21:40:30.603Z Fresh array-init v0.0.4
58252023-11-21T21:40:30.603Z Fresh packed_struct v0.10.1
58262023-11-21T21:40:30.603Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
58272023-11-21T21:40:30.603Z Fresh num-bigint-dig v0.8.4
58282023-11-21T21:40:30.603Z Fresh hkdf v0.12.3
58292023-11-21T21:40:30.603Z Fresh bitfield v0.14.0
58302023-11-21T21:40:30.603Z Fresh swrite v0.1.0
58312023-11-21T21:40:30.603Z Fresh slog-dtrace v0.2.3
58322023-11-21T21:40:30.603Z Fresh serde-hex v0.1.0
58332023-11-21T21:40:30.603Z Fresh rsa v0.9.2
58342023-11-21T21:40:30.603Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58352023-11-21T21:40:30.603Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58362023-11-21T21:40:30.603Z Fresh x509-cert v0.2.4
58372023-11-21T21:40:30.603Z Fresh env_logger v0.10.0
58382023-11-21T21:40:30.603Z Fresh ron v0.8.1
58392023-11-21T21:40:30.603Z Fresh crc-any v2.4.3
58402023-11-21T21:40:30.603Z Fresh keccak v0.1.4
58412023-11-21T21:40:30.604Z Fresh object v0.30.4
58422023-11-21T21:40:30.604Z Fresh secrecy v0.8.0
58432023-11-21T21:40:30.605Z Fresh libsw v3.3.0
58442023-11-21T21:40:30.605Z Fresh derive-where v1.2.5
58452023-11-21T21:40:30.605Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58462023-11-21T21:40:30.605Z Fresh sha3 v0.10.8
58472023-11-21T21:40:30.605Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58482023-11-21T21:40:30.605Z Fresh path-slash v0.1.5
58492023-11-21T21:40:30.605Z Fresh utf-8 v0.7.6
58502023-11-21T21:40:30.605Z Fresh owo-colors v3.5.0
58512023-11-21T21:40:30.605Z Fresh linear-map v1.2.0
58522023-11-21T21:40:30.605Z Fresh arc-swap v1.6.0
58532023-11-21T21:40:30.605Z Fresh slog-scope v4.4.0
58542023-11-21T21:40:30.605Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
58552023-11-21T21:40:30.605Z Fresh semver v0.1.20
58562023-11-21T21:40:30.605Z Fresh itertools v0.12.0
58572023-11-21T21:40:30.605Z Fresh rustc_version v0.1.7
58582023-11-21T21:40:30.605Z Fresh num-rational v0.4.1
58592023-11-21T21:40:30.605Z Fresh slog-stdlog v4.1.1
58602023-11-21T21:40:30.605Z Fresh fxhash v0.2.1
58612023-11-21T21:40:30.605Z Fresh num-complex v0.4.4
58622023-11-21T21:40:30.608Z Fresh resolv-conf v0.7.0
58632023-11-21T21:40:30.621Z Fresh num v0.4.1
58642023-11-21T21:40:30.621Z Fresh slog-envlogger v2.2.0
58652023-11-21T21:40:30.621Z Fresh trust-dns-resolver v0.22.0
58662023-11-21T21:40:30.621Z Fresh newline-converter v0.3.0
58672023-11-21T21:40:30.621Z Fresh buf-list v1.0.3
58682023-11-21T21:40:30.621Z Fresh expectorate v1.1.0
58692023-11-21T21:40:30.622Z Fresh crossbeam-deque v0.8.3
58702023-11-21T21:40:30.622Z Fresh newtype_derive v0.1.6
58712023-11-21T21:40:30.622Z Fresh signature v1.6.4
58722023-11-21T21:40:30.622Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58732023-11-21T21:40:30.622Z Fresh steno v0.4.0
58742023-11-21T21:40:30.622Z Fresh rayon-core v1.12.0
58752023-11-21T21:40:30.622Z Fresh memoffset v0.7.1
58762023-11-21T21:40:30.622Z Fresh ed25519 v1.5.3
58772023-11-21T21:40:30.622Z Fresh display-error-chain v0.2.0
58782023-11-21T21:40:30.622Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
58792023-11-21T21:40:30.622Z Fresh salty v0.2.0
58802023-11-21T21:40:30.622Z Fresh rayon v1.8.0
58812023-11-21T21:40:30.622Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
58822023-11-21T21:40:30.622Z Fresh tungstenite v0.18.0
58832023-11-21T21:40:30.622Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
58842023-11-21T21:40:30.622Z Fresh serde-big-array v0.4.1
58852023-11-21T21:40:30.622Z Fresh serde-big-array v0.5.1
58862023-11-21T21:40:30.622Z Fresh diff v0.1.13
58872023-11-21T21:40:30.622Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58882023-11-21T21:40:30.622Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58892023-11-21T21:40:30.622Z Fresh tokio-tungstenite v0.18.0
58902023-11-21T21:40:30.622Z Fresh platforms v3.0.2
58912023-11-21T21:40:30.622Z Fresh crunchy v0.2.2
58922023-11-21T21:40:30.622Z Fresh darling_core v0.14.4
58932023-11-21T21:40:30.626Z Fresh globset v0.4.13
58942023-11-21T21:40:30.626Z Fresh signal-hook-tokio v0.3.1
58952023-11-21T21:40:30.626Z Fresh olpc-cjson v0.1.3
58962023-11-21T21:40:30.626Z Fresh serde_plain v1.0.2
58972023-11-21T21:40:30.626Z Fresh async-recursion v1.0.5
58982023-11-21T21:40:30.626Z Fresh nibble_vec v0.1.0
58992023-11-21T21:40:30.626Z Fresh typed-path v0.6.0
59002023-11-21T21:40:30.626Z Fresh minimal-lexical v0.2.1
59012023-11-21T21:40:30.626Z Fresh corncobs v0.1.3
59022023-11-21T21:40:30.626Z Fresh endian-type v0.1.2
59032023-11-21T21:40:30.626Z Fresh tough v0.15.0
59042023-11-21T21:40:30.626Z Fresh darling_macro v0.14.4
59052023-11-21T21:40:30.626Z Fresh tiny-keccak v2.0.2
59062023-11-21T21:40:30.626Z Fresh nom v7.1.3
59072023-11-21T21:40:30.626Z Fresh radix_trie v0.2.1
59082023-11-21T21:40:30.626Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59092023-11-21T21:40:30.626Z Fresh parking_lot_core v0.8.6
59102023-11-21T21:40:30.626Z Fresh unicase v2.7.0
59112023-11-21T21:40:30.626Z Fresh ascii-canvas v3.0.0
59122023-11-21T21:40:30.626Z Fresh ff v0.13.0
59132023-11-21T21:40:30.626Z Fresh ena v0.14.2
59142023-11-21T21:40:30.626Z Fresh libloading v0.7.4
59152023-11-21T21:40:30.626Z Fresh regex-syntax v0.6.29
59162023-11-21T21:40:30.626Z Fresh clang-sys v1.6.1
59172023-11-21T21:40:30.626Z Fresh group v0.13.0
59182023-11-21T21:40:30.626Z Fresh trust-dns-client v0.22.0
59192023-11-21T21:40:30.626Z Fresh lalrpop v0.19.12
59202023-11-21T21:40:30.626Z Fresh parking_lot v0.11.2
59212023-11-21T21:40:30.626Z Fresh portable-atomic v1.4.3
59222023-11-21T21:40:30.626Z Fresh cexpr v0.6.0
59232023-11-21T21:40:30.626Z Fresh darling v0.14.4
59242023-11-21T21:40:30.626Z Fresh prettyplease v0.2.12
59252023-11-21T21:40:30.626Z Fresh tungstenite v0.20.1
59262023-11-21T21:40:30.626Z Fresh openapiv3 v1.0.3
59272023-11-21T21:40:30.626Z Fresh which v4.4.0
59282023-11-21T21:40:30.626Z Fresh universal-hash v0.5.1
59292023-11-21T21:40:30.626Z Fresh crypto-bigint v0.5.2
59302023-11-21T21:40:30.626Z Fresh curve25519-dalek-derive v0.1.0
59312023-11-21T21:40:30.626Z Fresh thiserror-impl-no-std v2.0.2
59322023-11-21T21:40:30.626Z Fresh base16ct v0.2.0
59332023-11-21T21:40:30.626Z Fresh shlex v1.1.0
59342023-11-21T21:40:30.626Z Fresh lazycell v1.3.0
59352023-11-21T21:40:30.626Z Fresh peeking_take_while v0.1.2
59362023-11-21T21:40:30.626Z Fresh opaque-debug v0.3.0
59372023-11-21T21:40:30.626Z Fresh number_prefix v0.4.0
59382023-11-21T21:40:30.626Z Fresh rustc-hash v1.1.0
59392023-11-21T21:40:30.626Z Fresh poly1305 v0.8.0
59402023-11-21T21:40:30.626Z Fresh curve25519-dalek v4.1.0
59412023-11-21T21:40:30.626Z Fresh indicatif v0.17.7
59422023-11-21T21:40:30.626Z Fresh elliptic-curve v0.13.5
59432023-11-21T21:40:30.626Z Fresh thiserror-no-std v2.0.2
59442023-11-21T21:40:30.626Z Fresh tokio-tungstenite v0.20.1
59452023-11-21T21:40:30.626Z Fresh bindgen v0.65.1
59462023-11-21T21:40:30.626Z Fresh derive_builder_core v0.12.0
59472023-11-21T21:40:30.626Z Fresh sled v0.34.7
59482023-11-21T21:40:30.626Z Fresh trust-dns-server v0.22.1
59492023-11-21T21:40:30.627Z Fresh fs-err v2.11.0
59502023-11-21T21:40:30.628Z Fresh chacha20 v0.9.1
59512023-11-21T21:40:30.628Z Fresh aead v0.5.2
59522023-11-21T21:40:30.628Z Fresh kstat-rs v0.2.3
59532023-11-21T21:40:30.628Z Fresh bcs v0.1.6
59542023-11-21T21:40:30.628Z Fresh bytesize v1.3.0
59552023-11-21T21:40:30.629Z Fresh ref-cast-impl v1.0.20
59562023-11-21T21:40:30.629Z Fresh pretty-hex v0.3.0
59572023-11-21T21:40:30.629Z Fresh highway v1.1.0
59582023-11-21T21:40:30.629Z Fresh ref-cast v1.0.20
59592023-11-21T21:40:30.629Z Fresh chacha20poly1305 v0.10.1
59602023-11-21T21:40:30.629Z Fresh derive_builder_macro v0.12.0
59612023-11-21T21:40:30.629Z Fresh mime_guess v2.0.4
59622023-11-21T21:40:30.629Z Fresh vsss-rs v3.3.1
59632023-11-21T21:40:30.639Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
59642023-11-21T21:40:30.639Z Fresh strum_macros v0.24.3
59652023-11-21T21:40:30.639Z Fresh indoc v2.0.3
59662023-11-21T21:40:30.639Z Fresh humantime v2.1.0
59672023-11-21T21:40:30.639Z Fresh indoc v1.0.9
59682023-11-21T21:40:30.639Z Fresh is_ci v1.1.1
59692023-11-21T21:40:30.639Z Fresh maplit v1.0.2
59702023-11-21T21:40:30.639Z Fresh cassowary v0.3.0
59712023-11-21T21:40:30.639Z Fresh polar-core v0.27.0
59722023-11-21T21:40:30.639Z Fresh ratatui v0.23.0
59732023-11-21T21:40:30.639Z Fresh supports-color v2.1.0
59742023-11-21T21:40:30.639Z Fresh derive_builder v0.12.0
59752023-11-21T21:40:30.639Z Fresh libxml v0.3.3
59762023-11-21T21:40:30.642Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
59772023-11-21T21:40:30.642Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
59782023-11-21T21:40:30.642Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
59792023-11-21T21:40:30.642Z Fresh bb8 v0.8.1
59802023-11-21T21:40:30.642Z Fresh quick-xml v0.23.1
59812023-11-21T21:40:30.642Z Fresh impl-trait-for-tuples v0.2.2
59822023-11-21T21:40:30.642Z Fresh oso-derive v0.27.0
59832023-11-21T21:40:30.642Z Fresh rtoolbox v0.0.1
59842023-11-21T21:40:30.642Z Fresh smawk v0.3.1
59852023-11-21T21:40:30.642Z Fresh unicode-linebreak v0.1.5
59862023-11-21T21:40:30.642Z Fresh assert_matches v1.5.0
59872023-11-21T21:40:30.642Z Fresh http-range v0.1.5
59882023-11-21T21:40:30.642Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
59892023-11-21T21:40:30.642Z Fresh rpassword v7.3.1
59902023-11-21T21:40:30.642Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
59912023-11-21T21:40:30.642Z Fresh oso v0.27.0
59922023-11-21T21:40:30.642Z Fresh hyper-staticfile v0.9.5
59932023-11-21T21:40:30.642Z Fresh textwrap v0.16.0
59942023-11-21T21:40:30.642Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
59952023-11-21T21:40:30.642Z Fresh tui-tree-widget v0.13.0
59962023-11-21T21:40:30.642Z Fresh cookie v0.18.0
59972023-11-21T21:40:30.642Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
59982023-11-21T21:40:30.642Z Fresh vte_generate_state_changes v0.1.1
59992023-11-21T21:40:30.644Z Fresh shell-words v1.1.0
60002023-11-21T21:40:30.644Z Fresh plotters-backend v0.3.5
60012023-11-21T21:40:30.644Z Fresh vte v0.11.1
60022023-11-21T21:40:30.644Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60032023-11-21T21:40:30.644Z Fresh plotters-svg v0.3.5
60042023-11-21T21:40:30.644Z Fresh cast v0.3.0
60052023-11-21T21:40:30.644Z Fresh strip-ansi-escapes v0.2.0
60062023-11-21T21:40:30.644Z Fresh criterion-plot v0.5.0
60072023-11-21T21:40:30.644Z Fresh plotters v0.3.5
60082023-11-21T21:40:30.644Z Fresh tinytemplate v1.2.1
60092023-11-21T21:40:30.644Z Fresh fd-lock v3.0.13
60102023-11-21T21:40:30.644Z Fresh dashmap v5.5.1
60112023-11-21T21:40:30.644Z Fresh threadpool v1.8.1
60122023-11-21T21:40:30.644Z Fresh nanorand v0.7.0
60132023-11-21T21:40:30.644Z Fresh serial_test_derive v0.10.0
60142023-11-21T21:40:30.644Z Fresh anes v0.1.6
60152023-11-21T21:40:30.644Z Fresh nu-ansi-term v0.49.0
60162023-11-21T21:40:30.644Z Fresh arrayvec v0.7.4
60172023-11-21T21:40:30.644Z Fresh arrayref v0.3.7
60182023-11-21T21:40:30.644Z Fresh constant_time_eq v0.2.6
60192023-11-21T21:40:30.644Z Fresh yansi v0.5.1
60202023-11-21T21:40:30.644Z Fresh oorandom v11.1.3
60212023-11-21T21:40:30.644Z Fresh relative-path v1.9.0
60222023-11-21T21:40:30.644Z Fresh pretty_assertions v1.4.0
60232023-11-21T21:40:30.644Z Fresh blake2b_simd v1.0.1
60242023-11-21T21:40:30.644Z Fresh reedline v0.26.0
60252023-11-21T21:40:30.644Z Fresh serial_test v0.10.0
60262023-11-21T21:40:30.644Z Fresh flume v0.11.0
60272023-11-21T21:40:30.662Z Fresh rstest_macros v0.18.2
60282023-11-21T21:40:30.662Z Fresh criterion v0.5.1
60292023-11-21T21:40:30.663Z Fresh libtest-mimic v0.6.1
60302023-11-21T21:40:30.663Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
60312023-11-21T21:40:30.663Z Fresh omicron-zone-package v0.9.1
60322023-11-21T21:40:30.663Z Fresh assert_cmd v2.0.12
60332023-11-21T21:40:30.663Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
60342023-11-21T21:40:30.663Z Fresh fatfs v0.3.6
60352023-11-21T21:40:30.663Z Fresh basic-toml v0.1.4
60362023-11-21T21:40:30.663Z Fresh rand v0.4.6
60372023-11-21T21:40:30.663Z Fresh constant_time_eq v0.3.0
60382023-11-21T21:40:30.663Z Fresh remove_dir_all v0.5.3
60392023-11-21T21:40:30.663Z Fresh topological-sort v0.2.2
60402023-11-21T21:40:30.663Z Fresh futures-timer v3.0.2
60412023-11-21T21:40:30.663Z Fresh tempdir v0.3.7
60422023-11-21T21:40:30.663Z Fresh trybuild v1.0.85
60432023-11-21T21:40:30.663Z Fresh rust-argon2 v1.0.1
60442023-11-21T21:40:30.663Z Fresh datatest-stable v0.2.3
60452023-11-21T21:40:30.663Z Fresh rstest v0.18.2
60462023-11-21T21:40:30.663Z Fresh partial-io v0.5.4
60472023-11-21T21:40:30.663Z Fresh httptest v0.15.5
60482023-11-21T21:40:30.665Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60492023-11-21T21:40:30.665Z Fresh similar-asserts v1.5.0
60502023-11-21T21:40:30.665Z Fresh approx v0.5.1
60512023-11-21T21:40:30.665Z Fresh hex-literal v0.4.1
60522023-11-21T21:40:30.665Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
60532023-11-21T21:40:30.665Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
60542023-11-21T21:40:30.665Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
60552023-11-21T21:40:30.665Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
60562023-11-21T21:40:30.665Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
60572023-11-21T21:40:30.665Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
60582023-11-21T21:40:30.665Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
60592023-11-21T21:40:30.665Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60602023-11-21T21:40:30.665Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60612023-11-21T21:40:30.665Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
60622023-11-21T21:40:30.665Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
60632023-11-21T21:40:30.676Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60642023-11-21T21:40:30.676Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
60652023-11-21T21:40:30.676Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
60662023-11-21T21:40:30.676Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
60672023-11-21T21:40:30.676Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
60682023-11-21T21:40:30.676Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
60692023-11-21T21:40:30.676Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60702023-11-21T21:40:30.676Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
60712023-11-21T21:40:30.676Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
60722023-11-21T21:40:30.679Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
60732023-11-21T21:40:30.679Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
60742023-11-21T21:40:30.679Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
60752023-11-21T21:40:30.679Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60762023-11-21T21:40:30.679Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
60772023-11-21T21:40:30.679Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
60782023-11-21T21:40:30.679Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60792023-11-21T21:40:30.679Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60802023-11-21T21:40:30.679Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
60812023-11-21T21:40:30.679Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60822023-11-21T21:40:30.679Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60832023-11-21T21:40:30.679Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
60842023-11-21T21:40:30.679Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
60852023-11-21T21:40:30.679Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
60862023-11-21T21:40:30.679Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
60872023-11-21T21:40:30.679Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
60882023-11-21T21:40:30.679Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
60892023-11-21T21:40:30.679Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
60902023-11-21T21:40:30.679Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
60912023-11-21T21:40:30.679Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
60922023-11-21T21:40:30.679Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
60932023-11-21T21:40:30.681Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
60942023-11-21T21:40:30.681Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
60952023-11-21T21:40:30.681Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
60962023-11-21T21:40:30.681Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60972023-11-21T21:40:30.681Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60982023-11-21T21:40:30.681Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
60992023-11-21T21:40:30.681Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
61002023-11-21T21:40:30.681Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
61012023-11-21T21:40:30.681Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
61022023-11-21T21:40:30.681Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
61032023-11-21T21:40:30.681Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
61042023-11-21T21:40:30.681Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
61052023-11-21T21:40:30.681Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61062023-11-21T21:40:30.681Z Finished test [unoptimized + debuginfo] target(s) in 4.64s
61072023-11-21T21:40:30.681Z Doc-tests authz-macros
61082023-11-21T21:40:30.681Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7511686f8918cea9.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61092023-11-21T21:40:30.745Z
61102023-11-21T21:40:30.745Zrunning 5 tests
61112023-11-21T21:40:30.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
61122023-11-21T21:40:30.790Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
61132023-11-21T21:40:30.790Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
61142023-11-21T21:40:30.790Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
61152023-11-21T21:40:30.790Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
61162023-11-21T21:40:30.790Z
61172023-11-21T21:40:30.790Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
61182023-11-21T21:40:30.791Z
61192023-11-21T21:40:30.803Z Doc-tests bootstore
61202023-11-21T21:40:30.803Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61212023-11-21T21:40:32.205Z
61222023-11-21T21:40:32.205Zrunning 0 tests
61232023-11-21T21:40:32.205Z
61242023-11-21T21:40:32.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61252023-11-21T21:40:32.206Z
61262023-11-21T21:40:32.237Z Doc-tests bootstrap-agent-client
61272023-11-21T21:40:32.243Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61282023-11-21T21:40:33.379Z
61292023-11-21T21:40:33.379Zrunning 0 tests
61302023-11-21T21:40:33.379Z
61312023-11-21T21:40:33.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322023-11-21T21:40:33.379Z
61332023-11-21T21:40:33.406Z Doc-tests db-macros
61342023-11-21T21:40:33.411Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61352023-11-21T21:40:33.876Z
61362023-11-21T21:40:33.876Zrunning 3 tests
61372023-11-21T21:40:33.883Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
61382023-11-21T21:40:33.883Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
61392023-11-21T21:40:33.883Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
61402023-11-21T21:40:33.883Z
61412023-11-21T21:40:33.890Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
61422023-11-21T21:40:33.890Z
61432023-11-21T21:40:33.903Z Doc-tests ddm-admin-client
61442023-11-21T21:40:33.913Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib -C embed-bitcode=no -D warnings --error-format human`
61452023-11-21T21:40:34.445Z
61462023-11-21T21:40:34.445Zrunning 0 tests
61472023-11-21T21:40:34.445Z
61482023-11-21T21:40:34.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492023-11-21T21:40:34.445Z
61502023-11-21T21:40:34.892Z Doc-tests dns-server
61512023-11-21T21:40:34.896Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-275732f4bc619c2e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8781af2ecdbac087.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a0b73aa55c42a615.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61522023-11-21T21:40:35.044Z
61532023-11-21T21:40:35.044Zrunning 0 tests
61542023-11-21T21:40:35.044Z
61552023-11-21T21:40:35.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61562023-11-21T21:40:35.044Z
61572023-11-21T21:40:35.075Z Doc-tests dns-service-client
61582023-11-21T21:40:35.080Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib -C embed-bitcode=no -D warnings --error-format human`
61592023-11-21T21:40:35.473Z
61602023-11-21T21:40:35.473Zrunning 0 tests
61612023-11-21T21:40:35.473Z
61622023-11-21T21:40:35.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632023-11-21T21:40:35.473Z
61642023-11-21T21:40:35.487Z Doc-tests dpd-client
61652023-11-21T21:40:35.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61662023-11-21T21:40:37.261Z
61672023-11-21T21:40:37.262Zrunning 0 tests
61682023-11-21T21:40:37.262Z
61692023-11-21T21:40:37.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61702023-11-21T21:40:37.262Z
61712023-11-21T21:40:37.315Z Doc-tests gateway-client
61722023-11-21T21:40:37.324Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61732023-11-21T21:40:38.758Z
61742023-11-21T21:40:38.758Zrunning 0 tests
61752023-11-21T21:40:38.758Z
61762023-11-21T21:40:38.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61772023-11-21T21:40:38.758Z
61782023-11-21T21:40:38.772Z Doc-tests gateway-test-utils
61792023-11-21T21:40:38.772Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61802023-11-21T21:40:39.312Z
61812023-11-21T21:40:39.312Zrunning 0 tests
61822023-11-21T21:40:39.312Z
61832023-11-21T21:40:39.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61842023-11-21T21:40:39.312Z
61852023-11-21T21:40:39.347Z Doc-tests illumos-utils
61862023-11-21T21:40:39.351Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-054e1de5b18db5cc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
61872023-11-21T21:40:42.149Z
61882023-11-21T21:40:42.149Zrunning 0 tests
61892023-11-21T21:40:42.149Z
61902023-11-21T21:40:42.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61912023-11-21T21:40:42.149Z
61922023-11-21T21:40:42.215Z Doc-tests installinator
61932023-11-21T21:40:42.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-255c99fe4673eddc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
61942023-11-21T21:40:43.195Z
61952023-11-21T21:40:43.195Zrunning 0 tests
61962023-11-21T21:40:43.195Z
61972023-11-21T21:40:43.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61982023-11-21T21:40:43.195Z
61992023-11-21T21:40:43.231Z Doc-tests installinator-artifact-client
62002023-11-21T21:40:43.236Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62012023-11-21T21:40:44.586Z
62022023-11-21T21:40:44.587Zrunning 0 tests
62032023-11-21T21:40:44.587Z
62042023-11-21T21:40:44.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62052023-11-21T21:40:44.587Z
62062023-11-21T21:40:44.633Z Doc-tests installinator-artifactd
62072023-11-21T21:40:44.643Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62082023-11-21T21:40:45.144Z
62092023-11-21T21:40:45.144Zrunning 0 tests
62102023-11-21T21:40:45.144Z
62112023-11-21T21:40:45.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62122023-11-21T21:40:45.144Z
62132023-11-21T21:40:45.165Z Doc-tests installinator-common
62142023-11-21T21:40:45.169Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib -C embed-bitcode=no -D warnings --error-format human`
62152023-11-21T21:40:45.849Z
62162023-11-21T21:40:45.849Zrunning 0 tests
62172023-11-21T21:40:45.849Z
62182023-11-21T21:40:45.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62192023-11-21T21:40:45.849Z
62202023-11-21T21:40:45.879Z Doc-tests internal-dns
62212023-11-21T21:40:45.884Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62222023-11-21T21:40:46.366Z
62232023-11-21T21:40:46.366Zrunning 0 tests
62242023-11-21T21:40:46.366Z
62252023-11-21T21:40:46.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62262023-11-21T21:40:46.366Z
62272023-11-21T21:40:46.396Z Doc-tests ipcc-key-value
62282023-11-21T21:40:46.397Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62292023-11-21T21:40:46.816Z
62302023-11-21T21:40:46.819Zrunning 0 tests
62312023-11-21T21:40:46.819Z
62322023-11-21T21:40:46.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62332023-11-21T21:40:46.823Z
62342023-11-21T21:40:46.833Z Doc-tests key-manager
62352023-11-21T21:40:46.841Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -D warnings --error-format human`
62362023-11-21T21:40:47.235Z
62372023-11-21T21:40:47.235Zrunning 0 tests
62382023-11-21T21:40:47.235Z
62392023-11-21T21:40:47.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402023-11-21T21:40:47.235Z
62412023-11-21T21:40:47.261Z Doc-tests mg-admin-client
62422023-11-21T21:40:47.268Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib -C embed-bitcode=no -D warnings --error-format human`
62432023-11-21T21:40:47.920Z
62442023-11-21T21:40:47.920Zrunning 0 tests
62452023-11-21T21:40:47.922Z
62462023-11-21T21:40:47.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62472023-11-21T21:40:47.922Z
62482023-11-21T21:40:47.950Z Doc-tests nexus-client
62492023-11-21T21:40:47.958Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62502023-11-21T21:40:50.792Z
62512023-11-21T21:40:50.792Zrunning 0 tests
62522023-11-21T21:40:50.792Z
62532023-11-21T21:40:50.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542023-11-21T21:40:50.792Z
62552023-11-21T21:40:50.847Z Doc-tests nexus-db-model
62562023-11-21T21:40:50.850Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62572023-11-21T21:41:04.560Z
62582023-11-21T21:41:04.560Zrunning 2 tests
62592023-11-21T21:41:07.171Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
62602023-11-21T21:41:07.180Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
62612023-11-21T21:41:07.180Z
62622023-11-21T21:41:07.180Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.63s
62632023-11-21T21:41:07.180Z
62642023-11-21T21:41:07.377Z Doc-tests nexus-db-queries
62652023-11-21T21:41:07.382Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7511686f8918cea9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f57449f4101febc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-67c4287ebf472dd7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3ab841b0e78e615.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-55fe8fd85d8c4bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62662023-11-21T21:41:10.815Z
62672023-11-21T21:41:10.815Zrunning 1 test
62682023-11-21T21:41:10.818Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
62692023-11-21T21:41:10.818Z
62702023-11-21T21:41:10.818Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
62712023-11-21T21:41:10.818Z
62722023-11-21T21:41:10.895Z Doc-tests nexus-defaults
62732023-11-21T21:41:10.905Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib -C embed-bitcode=no -D warnings --error-format human`
62742023-11-21T21:41:11.264Z
62752023-11-21T21:41:11.264Zrunning 0 tests
62762023-11-21T21:41:11.264Z
62772023-11-21T21:41:11.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62782023-11-21T21:41:11.264Z
62792023-11-21T21:41:11.287Z Doc-tests nexus-inventory
62802023-11-21T21:41:11.291Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62812023-11-21T21:41:11.715Z
62822023-11-21T21:41:11.715Zrunning 0 tests
62832023-11-21T21:41:11.715Z
62842023-11-21T21:41:11.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62852023-11-21T21:41:11.715Z
62862023-11-21T21:41:11.746Z Doc-tests nexus-types
62872023-11-21T21:41:11.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
62882023-11-21T21:41:15.333Z
62892023-11-21T21:41:15.333Zrunning 0 tests
62902023-11-21T21:41:15.333Z
62912023-11-21T21:41:15.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62922023-11-21T21:41:15.333Z
62932023-11-21T21:41:15.338Z Doc-tests omicron-certificates
62942023-11-21T21:41:15.338Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -C embed-bitcode=no -D warnings --error-format human`
62952023-11-21T21:41:15.406Z
62962023-11-21T21:41:15.406Zrunning 0 tests
62972023-11-21T21:41:15.406Z
62982023-11-21T21:41:15.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62992023-11-21T21:41:15.406Z
63002023-11-21T21:41:15.433Z Doc-tests omicron-common
63012023-11-21T21:41:15.436Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-dd24afa184f0ec77.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4283754955bec422.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
63022023-11-21T21:41:18.093Z
63032023-11-21T21:41:18.093Zrunning 2 tests
63042023-11-21T21:41:18.127Ztest common/src/lib.rs - FileKv (line 57) ... ignored
63052023-11-21T21:41:25.763Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
63062023-11-21T21:41:25.763Z
63072023-11-21T21:41:25.763Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.67s
63082023-11-21T21:41:25.763Z
63092023-11-21T21:41:25.824Z Doc-tests omicron-gateway
63102023-11-21T21:41:25.827Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b0ec25c6cf704bf6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ab9de4bb489e447d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5b94754df1992641.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0b8cf334daede2bc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
63112023-11-21T21:41:27.482Z
63122023-11-21T21:41:27.482Zrunning 0 tests
63132023-11-21T21:41:27.482Z
63142023-11-21T21:41:27.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63152023-11-21T21:41:27.482Z
63162023-11-21T21:41:27.529Z Doc-tests omicron-nexus
63172023-11-21T21:41:27.539Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-fb6c2a44a91c355b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b13c9e9ee91d26a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2fe618e7d492e608.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7a3651b05fca2d0d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef4245ec664cd184.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4cee31fc432b918e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2870bbe3e58f4241.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-37ca385c1da6638e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-18014df94855252c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c5ba22618196311c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2f48d038b8070abb.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26bdcd9cf04aaf49.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a38f5a607cea5b9c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-34986a8b3a073626.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-234420ede2a7ce7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6aa86cf38e08a929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8967f6d3af76eb5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63182023-11-21T21:41:33.949Z
63192023-11-21T21:41:33.950Zrunning 5 tests
63202023-11-21T21:41:34.074Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 231) ... ignored
63212023-11-21T21:41:34.754Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 639) ... ok
63222023-11-21T21:41:34.788Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 703) ... ok
63232023-11-21T21:41:34.788Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 661) ... ok
63242023-11-21T21:41:34.789Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 733) ... ok
63252023-11-21T21:41:34.789Z
63262023-11-21T21:41:34.789Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.03s
63272023-11-21T21:41:34.792Z
63282023-11-21T21:41:34.792Z Doc-tests omicron-package
63292023-11-21T21:41:34.810Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f9d17f5d36fa0810.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8f5565afc9a00d43.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -C embed-bitcode=no -D warnings --error-format human`
63302023-11-21T21:41:35.121Z
63312023-11-21T21:41:35.121Zrunning 0 tests
63322023-11-21T21:41:35.121Z
63332023-11-21T21:41:35.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63342023-11-21T21:41:35.125Z
63352023-11-21T21:41:35.153Z Doc-tests omicron-passwords
63362023-11-21T21:41:35.153Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-79a0c555fedd19c0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d53d072fcc5e9b6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -C embed-bitcode=no -D warnings --error-format human`
63372023-11-21T21:41:35.318Z
63382023-11-21T21:41:35.318Zrunning 0 tests
63392023-11-21T21:41:35.318Z
63402023-11-21T21:41:35.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63412023-11-21T21:41:35.318Z
63422023-11-21T21:41:35.326Z Doc-tests omicron-rpaths
63432023-11-21T21:41:35.326Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0a82a0909075670b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib -C embed-bitcode=no -D warnings --error-format human`
63442023-11-21T21:41:35.424Z
63452023-11-21T21:41:35.424Zrunning 0 tests
63462023-11-21T21:41:35.424Z
63472023-11-21T21:41:35.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63482023-11-21T21:41:35.424Z
63492023-11-21T21:41:35.437Z Doc-tests omicron-sled-agent
63502023-11-21T21:41:35.437Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-19bda4ce4412b6f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b330c0c2b9c54e59.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1308b9857899f60f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-84de9e7a870ea1f6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f01f2183f780f809.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-77c779e926faba18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5e36b17f5f69cefa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-706c90a1ca0368e6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0e5666736c5ea7f2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-79ab24d3017f7398.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d37c64a131a7c12d.rlib -C embed-bitcode=no -D warnings --error-format human`
63512023-11-21T21:41:38.858Z
63522023-11-21T21:41:38.858Zrunning 0 tests
63532023-11-21T21:41:38.858Z
63542023-11-21T21:41:38.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63552023-11-21T21:41:38.858Z
63562023-11-21T21:41:39.012Z Doc-tests omicron-test-utils
63572023-11-21T21:41:39.016Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a26500e808d260b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-04fd4f80552d27cc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b9f2d7e93d97d2d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
63582023-11-21T21:41:39.455Z
63592023-11-21T21:41:39.455Zrunning 0 tests
63602023-11-21T21:41:39.455Z
63612023-11-21T21:41:39.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63622023-11-21T21:41:39.455Z
63632023-11-21T21:41:39.529Z Doc-tests oxide-client
63642023-11-21T21:41:40.504Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-64308223c2dd583c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
63652023-11-21T21:41:45.951Z
63662023-11-21T21:41:45.951Zrunning 149 tests
63672023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63682023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63692023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63702023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63712023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63722023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63732023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
63742023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63752023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63762023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63772023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63782023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63792023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63802023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63812023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63822023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63832023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63842023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63852023-11-21T21:41:46.416Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63862023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63872023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63882023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63892023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63902023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63912023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63922023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63932023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63942023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63952023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63962023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63972023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63982023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63992023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
64002023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
64012023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
64022023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
64032023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
64042023-11-21T21:41:46.418Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
64052023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
64062023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
64072023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
64082023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
64092023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
64102023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
64112023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
64122023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
64132023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
64142023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
64152023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
64162023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
64172023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
64182023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
64192023-11-21T21:41:46.420Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
64202023-11-21T21:41:46.421Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
64212023-11-21T21:41:46.421Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
64222023-11-21T21:41:46.421Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
64232023-11-21T21:41:46.421Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
64242023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
64252023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
64262023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
64272023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
64282023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
64292023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
64302023-11-21T21:41:46.422Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
64312023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
64322023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
64332023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
64342023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
64352023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
64362023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
64372023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
64382023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
64392023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
64402023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
64412023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64422023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64432023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64442023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64452023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64462023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64472023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64482023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64492023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64502023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64512023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64522023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64532023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored
64542023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64552023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64562023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64572023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64582023-11-21T21:41:46.423Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
64592023-11-21T21:41:46.424Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64602023-11-21T21:41:46.424Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64612023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
64622023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64632023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64642023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64652023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64662023-11-21T21:41:46.425Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64672023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64682023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64692023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64702023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64712023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64722023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64732023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64742023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64752023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64762023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64772023-11-21T21:41:46.432Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64782023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64792023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64802023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64812023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64822023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64832023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64842023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64852023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64862023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64872023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64882023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64892023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64902023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64912023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64922023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64932023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64942023-11-21T21:41:46.434Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64952023-11-21T21:41:46.435Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64962023-11-21T21:41:46.439Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64972023-11-21T21:41:46.439Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64982023-11-21T21:41:46.439Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64992023-11-21T21:41:46.439Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
65002023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
65012023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
65022023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
65032023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
65042023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
65052023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
65062023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
65072023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
65082023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
65092023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
65102023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
65112023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
65122023-11-21T21:41:46.440Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
65132023-11-21T21:41:46.443Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
65142023-11-21T21:41:46.443Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
65152023-11-21T21:41:46.443Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
65162023-11-21T21:41:46.443Z
65172023-11-21T21:41:46.443Ztest result: ok. 0 passed; 0 failed; 149 ignored; 0 measured; 0 filtered out; finished in 0.37s
65182023-11-21T21:41:46.443Z
65192023-11-21T21:41:46.487Z Doc-tests oximeter
65202023-11-21T21:41:46.498Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65212023-11-21T21:41:47.396Z
65222023-11-21T21:41:47.396Zrunning 8 tests
65232023-11-21T21:41:48.860Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
65242023-11-21T21:41:48.863Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
65252023-11-21T21:41:49.643Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65262023-11-21T21:41:56.966Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
65272023-11-21T21:41:57.059Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
65282023-11-21T21:41:57.972Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65292023-11-21T21:41:58.040Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
65302023-11-21T21:41:58.129Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65312023-11-21T21:41:58.129Z
65322023-11-21T21:41:58.133Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.74s
65332023-11-21T21:41:58.133Z
65342023-11-21T21:41:58.173Z Doc-tests oximeter-client
65352023-11-21T21:41:58.180Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65362023-11-21T21:41:58.676Z
65372023-11-21T21:41:58.676Zrunning 0 tests
65382023-11-21T21:41:58.676Z
65392023-11-21T21:41:58.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65402023-11-21T21:41:58.676Z
65412023-11-21T21:41:58.703Z Doc-tests oximeter-collector
65422023-11-21T21:41:58.707Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e9e7f925eefe4ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8cefe68e473bb54e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-665c3d7d9777576e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65432023-11-21T21:41:59.329Z
65442023-11-21T21:41:59.329Zrunning 0 tests
65452023-11-21T21:41:59.329Z
65462023-11-21T21:41:59.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65472023-11-21T21:41:59.329Z
65482023-11-21T21:41:59.363Z Doc-tests oximeter-db
65492023-11-21T21:41:59.367Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b6697bf0ba6ec53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65502023-11-21T21:42:00.745Z
65512023-11-21T21:42:00.745Zrunning 0 tests
65522023-11-21T21:42:00.745Z
65532023-11-21T21:42:00.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65542023-11-21T21:42:00.745Z
65552023-11-21T21:42:00.791Z Doc-tests oximeter-instruments
65562023-11-21T21:42:00.798Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8391c5fa961d4431.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.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`
65572023-11-21T21:42:01.340Z
65582023-11-21T21:42:01.340Zrunning 0 tests
65592023-11-21T21:42:01.340Z
65602023-11-21T21:42:01.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65612023-11-21T21:42:01.340Z
65622023-11-21T21:42:01.371Z Doc-tests oximeter-macro-impl
65632023-11-21T21:42:01.381Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b3dd82fdc43d8530.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-553f886297372995.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65642023-11-21T21:42:01.500Z
65652023-11-21T21:42:01.500Zrunning 0 tests
65662023-11-21T21:42:01.500Z
65672023-11-21T21:42:01.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65682023-11-21T21:42:01.501Z
65692023-11-21T21:42:01.513Z Doc-tests oximeter-producer
65702023-11-21T21:42:01.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b240943000271be7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8c78958bdf6c1cde.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-67a185a077246015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65712023-11-21T21:42:01.943Z
65722023-11-21T21:42:01.943Zrunning 0 tests
65732023-11-21T21:42:01.943Z
65742023-11-21T21:42:01.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65752023-11-21T21:42:01.943Z
65762023-11-21T21:42:01.972Z Doc-tests sled-agent-client
65772023-11-21T21:42:01.972Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-304fbaea3aa191ec.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65782023-11-21T21:42:04.780Z
65792023-11-21T21:42:04.780Zrunning 0 tests
65802023-11-21T21:42:04.780Z
65812023-11-21T21:42:04.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65822023-11-21T21:42:04.780Z
65832023-11-21T21:42:04.843Z Doc-tests sled-hardware
65842023-11-21T21:42:04.849Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dd0c8dd5a7aa2dd3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
65852023-11-21T21:42:05.531Z
65862023-11-21T21:42:05.571Zrunning 0 tests
65872023-11-21T21:42:05.571Z
65882023-11-21T21:42:05.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65892023-11-21T21:42:05.571Z
65902023-11-21T21:42:05.581Z Doc-tests sled-storage
65912023-11-21T21:42:05.581Z Running `/home/build/.rustup/toolchains/1.73.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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-41725a25b2b36931.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e18ed15da96e0e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65922023-11-21T21:42:06.077Z
65932023-11-21T21:42:06.077Zrunning 0 tests
65942023-11-21T21:42:06.077Z
65952023-11-21T21:42:06.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65962023-11-21T21:42:06.077Z
65972023-11-21T21:42:06.094Z Doc-tests sp-sim
65982023-11-21T21:42:06.094Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37e37ff3417809fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc11fca9c429f8cb.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -C embed-bitcode=no -D warnings --error-format human`
65992023-11-21T21:42:06.870Z
66002023-11-21T21:42:06.870Zrunning 0 tests
66012023-11-21T21:42:06.870Z
66022023-11-21T21:42:06.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66032023-11-21T21:42:06.885Z
66042023-11-21T21:42:06.906Z Doc-tests tufaceous
66052023-11-21T21:42:06.907Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib -C embed-bitcode=no -D warnings --error-format human`
66062023-11-21T21:42:07.478Z
66072023-11-21T21:42:07.478Zrunning 0 tests
66082023-11-21T21:42:07.479Z
66092023-11-21T21:42:07.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66102023-11-21T21:42:07.479Z
66112023-11-21T21:42:14.174Z Doc-tests tufaceous-lib
66122023-11-21T21:42:14.174Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -C embed-bitcode=no -D warnings --error-format human`
66132023-11-21T21:42:14.216Z
66142023-11-21T21:42:14.216Zrunning 0 tests
66152023-11-21T21:42:14.216Z
66162023-11-21T21:42:14.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66172023-11-21T21:42:14.216Z
66182023-11-21T21:42:14.216Z Doc-tests update-engine
66192023-11-21T21:42:14.216Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-50e7ad7ddef6a5b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3dd04e4e8e29b621.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib -C embed-bitcode=no -D warnings --error-format human`
66202023-11-21T21:42:14.274Z
66212023-11-21T21:42:14.274Zrunning 3 tests
66222023-11-21T21:42:14.274Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66232023-11-21T21:42:14.274Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66242023-11-21T21:42:14.274Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66252023-11-21T21:42:14.274Z
66262023-11-21T21:42:14.274Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
66272023-11-21T21:42:14.274Z
66282023-11-21T21:42:14.281Z Doc-tests wicket
66292023-11-21T21:42:14.281Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-92b17ede83f0844d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-27116de72e608e88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-9b83e7d89fefa5e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-a57c9430e541c175.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -D warnings --error-format human`
66302023-11-21T21:42:15.310Z
66312023-11-21T21:42:15.310Zrunning 0 tests
66322023-11-21T21:42:15.311Z
66332023-11-21T21:42:15.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66342023-11-21T21:42:15.311Z
66352023-11-21T21:42:15.311Z Doc-tests wicket-common
66362023-11-21T21:42:15.311Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib -C embed-bitcode=no -D warnings --error-format human`
66372023-11-21T21:42:15.350Z
66382023-11-21T21:42:15.350Zrunning 0 tests
66392023-11-21T21:42:15.350Z
66402023-11-21T21:42:15.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66412023-11-21T21:42:15.351Z
66422023-11-21T21:42:15.351Z Doc-tests wicket-dbg
66432023-11-21T21:42:15.351Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1b46a4f247b9a0c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-39cd95d9b859fe6e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-92c23f3bd478e723.rlib -C embed-bitcode=no -D warnings --error-format human`
66442023-11-21T21:42:15.378Z
66452023-11-21T21:42:15.378Zrunning 0 tests
66462023-11-21T21:42:15.378Z
66472023-11-21T21:42:15.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66482023-11-21T21:42:15.378Z
66492023-11-21T21:42:15.378Z Doc-tests wicketd
66502023-11-21T21:42:15.378Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a8591e7bb89d953e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec9c68b8db1e0656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d3f663aae3512a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a865e8922b275dd1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-66bc94399b2be614.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde03340bbe4621d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c73b43b26cbb61a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-be74fa1c37e54898.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc2734e30d1210cf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66a88dcca8133f81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1cfb3611fa9e4000.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2ff58b34b14468f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-24f0ed7e5c47e76e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-38e5ca2b91e760c4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-565b704918d9d3d7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7e33455cd82b25ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4d5a999f672c8460.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1b4fe5ab5a1c89e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37d155354c53823e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ef9131e4d58f6de2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a085e64506d4caa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77bbf02b6186ca36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-100feb98b9351ddc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-c9a31accbe376d0c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb38d64dc63df96b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e597d5ad5d23c054.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3fa8b277e3ff1ea5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-57043b9d757b1b24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a09a2dc6a4cf3ac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3811b808000015ea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8dd352171011c347.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-468792f6c53e300a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib -C embed-bitcode=no -D warnings --error-format human`
66512023-11-21T21:42:16.703Z
66522023-11-21T21:42:16.703Zrunning 0 tests
66532023-11-21T21:42:16.703Z
66542023-11-21T21:42:16.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66552023-11-21T21:42:16.703Z
66562023-11-21T21:42:16.703Z Doc-tests wicketd-client
66572023-11-21T21:42:16.703Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-44a384812b98dd7b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-37f4244aad36c355.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-21b4d9ea651c8ee8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-722cf6fe6543725f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-509acc1ce24ec3b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4bedf5c1c28e9508.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-db4bf579226f46f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-efc496125318ee13.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b970f2f5ca517d2e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-205522c93f8d796e.rlib -C embed-bitcode=no -D warnings --error-format human`
66582023-11-21T21:42:16.705Z
66592023-11-21T21:42:16.705Zrunning 0 tests
66602023-11-21T21:42:16.705Z
66612023-11-21T21:42:16.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66622023-11-21T21:42:16.705Z
66632023-11-21T21:42:16.705Z
66642023-11-21T21:42:16.705Zreal 1:50.142244392
66652023-11-21T21:42:16.705Zuser 1:56.891803014
66662023-11-21T21:42:16.705Zsys 38.390004873
66672023-11-21T21:42:16.705Ztrap 0.022153659
66682023-11-21T21:42:16.705Ztflt 0.883328196
66692023-11-21T21:42:16.705Zdflt 2.276728297
66702023-11-21T21:42:16.707Zkflt 0.052783141
66712023-11-21T21:42:16.708Zlock 1:29.645360693
66722023-11-21T21:42:16.708Zslp 10:32.255352383
66732023-11-21T21:42:16.708Zlat 0.654476864
66742023-11-21T21:42:16.708Zstop 2.495172834
66752023-11-21T21:42:16.708Zfiles in /var/tmp/omicron_tmp (none expected on success):
66762023-11-21T21:42:16.708Z164081 11 drwxr-xr-x 2 build build 2 Nov 21 21:42 /var/tmp/omicron_tmp
66772023-11-21T21:42:16.708Zprocess exited: duration 4451743 ms, exit code 0
 
66782023-11-21T21:42:37.341Zfound 0 output files